diff --git a/README.md b/README.md index c77fa8d7..294f31ef 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.7M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](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 4.9M 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! --- @@ -32,21 +32,21 @@ This curated list contains 920 awesome open-source projects with a total of 4.7M ## Contents - [Machine Learning Frameworks](#machine-learning-frameworks) _63 projects_ -- [Data Visualization](#data-visualization) _54 projects_ +- [Data Visualization](#data-visualization) _55 projects_ - [Text Data & NLP](#text-data--nlp) _103 projects_ - [Image Data](#image-data) _64 projects_ - [Graph Data](#graph-data) _36 projects_ - [Audio Data](#audio-data) _29 projects_ - [Geospatial Data](#geospatial-data) _22 projects_ - [Financial Data](#financial-data) _25 projects_ -- [Time Series Data](#time-series-data) _30 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_ - [Web Scraping & Crawling](#web-scraping--crawling) _1 projects_ -- [Data Pipelines & Streaming](#data-pipelines--streaming) _1 projects_ +- [Data Pipelines & Streaming](#data-pipelines--streaming) _2 projects_ - [Distributed Machine Learning](#distributed-machine-learning) _36 projects_ - [Hyperparameter Optimization & AutoML](#hyperparameter-optimization--automl) _52 projects_ - [Reinforcement Learning](#reinforcement-learning) _23 projects_ @@ -54,9 +54,9 @@ This curated list contains 920 awesome open-source projects with a total of 4.7M - [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) _23 projects_ +- [Probabilistics & Statistics](#probabilistics--statistics) _24 projects_ - [Adversarial Robustness](#adversarial-robustness) _9 projects_ - [GPU & Accelerator Utilities](#gpu--accelerator-utilities) _20 projects_ - [Tensorflow Utilities](#tensorflow-utilities) _16 projects_ @@ -99,681 +99,600 @@ This curated list contains 920 awesome open-source projects with a total of 4.7M _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.7K Β· πŸ”€ 74K Β· πŸ“¦ 420K Β· πŸ“‹ 44K - 12% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/tensorflow/tensorflow) (πŸ‘¨β€πŸ’» 4.9K Β· πŸ”€ 75K Β· πŸ“¦ 510K Β· πŸ“‹ 48K - 18% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/tensorflow/tensorflow ``` -- [PyPi](https://pypi.org/project/tensorflow) (πŸ“₯ 19M / month Β· πŸ“¦ 8K Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/tensorflow) (πŸ“₯ 22M / month Β· πŸ“¦ 8.9K Β· ⏱️ 12.03.2025): ``` pip install tensorflow ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow) (πŸ“₯ 5.1M Β· ⏱️ 17.10.2024): +- [Conda](https://anaconda.org/conda-forge/tensorflow) (πŸ“₯ 5.5M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow ``` -- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (πŸ“₯ 78M Β· ⭐ 2.6K Β· ⏱️ 31.10.2024): +- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (πŸ“₯ 80M Β· ⭐ 2.8K Β· ⏱️ 08.05.2025): ``` docker pull tensorflow/tensorflow ```
-
PyTorch (πŸ₯‡55 Β· ⭐ 83K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 +
PyTorch (πŸ₯‡55 Β· ⭐ 90K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 -- [GitHub](https://github.com/pytorch/pytorch) (πŸ‘¨β€πŸ’» 5.2K Β· πŸ”€ 23K Β· πŸ“₯ 63K Β· πŸ“¦ 560K Β· πŸ“‹ 47K - 32% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/pytorch/pytorch) (πŸ‘¨β€πŸ’» 5.6K Β· πŸ”€ 24K Β· πŸ“₯ 86K Β· πŸ“¦ 750K Β· πŸ“‹ 52K - 31% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/pytorch/pytorch ``` -- [PyPi](https://pypi.org/project/torch) (πŸ“₯ 33M / month Β· πŸ“¦ 20K Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/torch) (πŸ“₯ 49M / month Β· πŸ“¦ 24K Β· ⏱️ 23.04.2025): ``` pip install torch ``` -- [Conda](https://anaconda.org/pytorch/pytorch) (πŸ“₯ 24M Β· ⏱️ 28.10.2024): +- [Conda](https://anaconda.org/pytorch/pytorch) (πŸ“₯ 27M Β· ⏱️ 25.03.2025): ``` conda install -c pytorch pytorch ```
-
scikit-learn (πŸ₯‡53 Β· ⭐ 60K Β· πŸ“ˆ) - 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.2K Β· πŸ”€ 25K Β· πŸ“₯ 1K Β· πŸ“¦ 930K Β· πŸ“‹ 12K - 17% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (πŸ‘¨β€πŸ’» 3.3K Β· πŸ”€ 26K Β· πŸ“₯ 1.1K Β· πŸ“¦ 1.2M Β· πŸ“‹ 12K - 17% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/scikit-learn/scikit-learn ``` -- [PyPi](https://pypi.org/project/scikit-learn) (πŸ“₯ 79M / month Β· πŸ“¦ 25K Β· ⏱️ 11.09.2024): +- [PyPi](https://pypi.org/project/scikit-learn) (πŸ“₯ 96M / month Β· πŸ“¦ 30K Β· ⏱️ 10.01.2025): ``` pip install scikit-learn ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn) (πŸ“₯ 32M Β· ⏱️ 11.09.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-learn) (πŸ“₯ 36M Β· ⏱️ 22.04.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.3K Β· πŸ”€ 19K Β· πŸ“‹ 12K - 2% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/keras-team/keras) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 20K Β· πŸ“‹ 13K - 2% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/keras-team/keras ``` -- [PyPi](https://pypi.org/project/keras) (πŸ“₯ 14M / month Β· πŸ“¦ 1.6K Β· ⏱️ 03.10.2024): +- [PyPi](https://pypi.org/project/keras) (πŸ“₯ 15M / month Β· πŸ“¦ 1.8K Β· ⏱️ 02.04.2025): ``` pip install keras ``` -- [Conda](https://anaconda.org/conda-forge/keras) (πŸ“₯ 3.8M Β· ⏱️ 07.10.2024): +- [Conda](https://anaconda.org/conda-forge/keras) (πŸ“₯ 4.1M Β· ⏱️ 30.04.2025): ``` conda install -c conda-forge keras ```
-
XGBoost (πŸ₯‡46 Β· ⭐ 26K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 +
XGBoost (πŸ₯‡46 Β· ⭐ 27K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- [GitHub](https://github.com/dmlc/xgboost) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 8.7K Β· πŸ“₯ 12K Β· πŸ“¦ 110K Β· πŸ“‹ 5.4K - 8% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/dmlc/xgboost) (πŸ‘¨β€πŸ’» 660 Β· πŸ”€ 8.8K Β· πŸ“₯ 16K Β· πŸ“¦ 150K Β· πŸ“‹ 5.5K - 8% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/dmlc/xgboost ``` -- [PyPi](https://pypi.org/project/xgboost) (πŸ“₯ 28M / month Β· πŸ“¦ 2K Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/xgboost) (πŸ“₯ 25M / month Β· πŸ“¦ 2.3K Β· ⏱️ 15.03.2025): ``` pip install xgboost ``` -- [Conda](https://anaconda.org/conda-forge/xgboost) (πŸ“₯ 5.4M Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/xgboost) (πŸ“₯ 6.1M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge xgboost ```
-
PySpark (πŸ₯‡45 Β· ⭐ 40K) - Apache Spark Python API. Apache-2 +
jax (πŸ₯‡45 Β· ⭐ 32K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 3.1K Β· πŸ”€ 28K Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/apache/spark - ``` -- [PyPi](https://pypi.org/project/pyspark) (πŸ“₯ 30M / month Β· πŸ“¦ 1.6K Β· ⏱️ 25.10.2024): - ``` - pip install pyspark - ``` -- [Conda](https://anaconda.org/conda-forge/pyspark) (πŸ“₯ 3.5M Β· ⏱️ 24.10.2024): - ``` - conda install -c conda-forge pyspark - ``` -
-
jax (πŸ₯‡45 Β· ⭐ 30K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 - -- [GitHub](https://github.com/jax-ml/jax) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 2.8K Β· πŸ“¦ 32K Β· πŸ“‹ 5.7K - 25% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/jax-ml/jax) (πŸ‘¨β€πŸ’» 880 Β· πŸ”€ 3K Β· πŸ“¦ 43K Β· πŸ“‹ 6.2K - 24% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/google/jax ``` -- [PyPi](https://pypi.org/project/jax) (πŸ“₯ 4.1M / month Β· πŸ“¦ 1.9K Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/jax) (πŸ“₯ 7.6M / month Β· πŸ“¦ 2.4K Β· ⏱️ 17.04.2025): ``` pip install jax ``` -- [Conda](https://anaconda.org/conda-forge/jaxlib) (πŸ“₯ 1.8M Β· ⏱️ 24.10.2024): +- [Conda](https://anaconda.org/conda-forge/jaxlib) (πŸ“₯ 2.6M Β· ⏱️ 22.04.2025): ``` 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.6K Β· πŸ“₯ 15K Β· πŸ“¦ 6.2K Β· πŸ“‹ 19K - 9% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 5.7K Β· πŸ“₯ 15K Β· πŸ“¦ 8K Β· πŸ“‹ 19K - 9% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/PaddlePaddle/Paddle ``` -- [PyPi](https://pypi.org/project/paddlepaddle) (πŸ“₯ 310K / month Β· πŸ“¦ 180 Β· ⏱️ 13.09.2024): +- [PyPi](https://pypi.org/project/paddlepaddle) (πŸ“₯ 400K / 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 Β· πŸ”€ 2.9K Β· πŸ“₯ 35 Β· πŸ“¦ 140K Β· πŸ“‹ 5.6K - 50% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 3.2K Β· πŸ”€ 29K Β· ⏱️ 08.05.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) (πŸ“₯ 44M / month Β· πŸ“¦ 1.8K Β· ⏱️ 27.02.2025): ``` - pip install statsmodels + pip install pyspark ``` -- [Conda](https://anaconda.org/conda-forge/statsmodels) (πŸ“₯ 15M Β· ⏱️ 03.10.2024): +- [Conda](https://anaconda.org/conda-forge/pyspark) (πŸ“₯ 3.8M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge statsmodels + conda install -c conda-forge pyspark ```
-
pytorch-lightning (πŸ₯ˆ43 Β· ⭐ 28K Β· πŸ“‰) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +
pytorch-lightning (πŸ₯ˆ43 Β· ⭐ 29K Β· πŸ“‰) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 -- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (πŸ‘¨β€πŸ’» 980 Β· πŸ”€ 3.4K Β· πŸ“₯ 10K Β· πŸ“¦ 38K Β· πŸ“‹ 7.1K - 11% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 3.5K Β· πŸ“₯ 12K Β· πŸ“¦ 46K Β· πŸ“‹ 7.3K - 12% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/Lightning-AI/lightning ``` -- [PyPi](https://pypi.org/project/pytorch-lightning) (πŸ“₯ 6.6M / month Β· πŸ“¦ 1.4K Β· ⏱️ 07.08.2024): +- [PyPi](https://pypi.org/project/pytorch-lightning) (πŸ“₯ 9.2M / month Β· πŸ“¦ 1.7K Β· ⏱️ 25.04.2025): ``` pip install pytorch-lightning ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (πŸ“₯ 1.3M Β· ⏱️ 07.08.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (πŸ“₯ 1.5M Β· ⏱️ 28.04.2025): ``` conda install -c conda-forge pytorch-lightning ```
-
LightGBM (πŸ₯ˆ43 Β· ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT +
StatsModels (πŸ₯ˆ43 Β· ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 + +- [GitHub](https://github.com/statsmodels/statsmodels) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.1K Β· πŸ“₯ 35 Β· πŸ“¦ 170K Β· πŸ“‹ 5.7K - 50% open Β· ⏱️ 06.05.2025): + + ``` + git clone https://github.com/statsmodels/statsmodels + ``` +- [PyPi](https://pypi.org/project/statsmodels) (πŸ“₯ 17M / month Β· πŸ“¦ 4.5K Β· ⏱️ 03.10.2024): + ``` + pip install statsmodels + ``` +- [Conda](https://anaconda.org/conda-forge/statsmodels) (πŸ“₯ 19M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge statsmodels + ``` +
+
LightGBM (πŸ₯ˆ42 Β· ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT -- [GitHub](https://github.com/microsoft/LightGBM) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.8K Β· πŸ“₯ 240K Β· πŸ“¦ 39K Β· πŸ“‹ 3.4K - 10% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/microsoft/LightGBM) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 3.9K Β· πŸ“₯ 290K Β· πŸ“¦ 51K Β· πŸ“‹ 3.6K - 11% open Β· ⏱️ 03.05.2025): ``` git clone https://github.com/microsoft/LightGBM ``` -- [PyPi](https://pypi.org/project/lightgbm) (πŸ“₯ 9.3M / month Β· πŸ“¦ 1.1K Β· ⏱️ 26.07.2024): +- [PyPi](https://pypi.org/project/lightgbm) (πŸ“₯ 11M / month Β· πŸ“¦ 1.2K Β· ⏱️ 15.02.2025): ``` pip install lightgbm ``` -- [Conda](https://anaconda.org/conda-forge/lightgbm) (πŸ“₯ 2.8M Β· ⏱️ 10.10.2024): +- [Conda](https://anaconda.org/conda-forge/lightgbm) (πŸ“₯ 3.5M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge lightgbm ```
-
Catboost (πŸ₯ˆ42 Β· ⭐ 8.1K) - 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 Β· πŸ“₯ 320K Β· πŸ“¦ 15 Β· πŸ“‹ 2.3K - 23% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/catboost/catboost) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 1.2K Β· πŸ“₯ 380K Β· πŸ“¦ 17 Β· πŸ“‹ 2.4K - 25% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/catboost/catboost ``` -- [PyPi](https://pypi.org/project/catboost) (πŸ“₯ 3.3M / month Β· πŸ“¦ 540 Β· ⏱️ 07.09.2024): +- [PyPi](https://pypi.org/project/catboost) (πŸ“₯ 2.6M / month Β· πŸ“¦ 650 Β· ⏱️ 13.04.2025): ``` pip install catboost ``` -- [Conda](https://anaconda.org/conda-forge/catboost) (πŸ“₯ 1.7M Β· ⏱️ 07.09.2024): +- [Conda](https://anaconda.org/conda-forge/catboost) (πŸ“₯ 2M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge catboost ```
-
Fastai (πŸ₯ˆ41 Β· ⭐ 26K) - 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 Β· πŸ“¦ 19K Β· πŸ“‹ 1.8K - 12% open Β· ⏱️ 19.10.2024): +- [GitHub](https://github.com/fastai/fastai) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 7.6K Β· πŸ“¦ 22K Β· πŸ“‹ 1.8K - 13% open Β· ⏱️ 19.04.2025): ``` git clone https://github.com/fastai/fastai ``` -- [PyPi](https://pypi.org/project/fastai) (πŸ“₯ 470K / month Β· πŸ“¦ 310 Β· ⏱️ 19.10.2024): +- [PyPi](https://pypi.org/project/fastai) (πŸ“₯ 530K / month Β· πŸ“¦ 330 Β· ⏱️ 18.04.2025): ``` pip install fastai ```
-
PyFlink (πŸ₯ˆ38 Β· ⭐ 24K) - Apache Flink Python API. Apache-2 +
PyFlink (πŸ₯ˆ40 Β· ⭐ 25K) - Apache Flink Python API. Apache-2 -- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.9K Β· πŸ”€ 13K Β· πŸ“¦ 21 Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 2K Β· πŸ”€ 13K Β· πŸ“¦ 21 Β· ⏱️ 08.05.2025): ``` git clone https://github.com/apache/flink ``` -- [PyPi](https://pypi.org/project/apache-flink) (πŸ“₯ 200K / month Β· πŸ“¦ 35 Β· ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/apache-flink) (πŸ“₯ 7.7M / month Β· πŸ“¦ 35 Β· ⏱️ 12.02.2025): ``` pip install apache-flink ```
-
Flax (πŸ₯ˆ38 Β· ⭐ 6.1K) - Flax is a neural network library for JAX that is designed for.. Apache-2 +
Flax (πŸ₯ˆ37 Β· ⭐ 6.5K) - Flax is a neural network library for JAX that is designed for.. Apache-2 -- [GitHub](https://github.com/google/flax) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 640 Β· πŸ“₯ 55 Β· πŸ“¦ 9.8K Β· πŸ“‹ 1K - 28% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/google/flax) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 690 Β· πŸ“₯ 61 Β· πŸ“¦ 14K Β· πŸ“‹ 1.2K - 33% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/google/flax ``` -- [PyPi](https://pypi.org/project/flax) (πŸ“₯ 890K / month Β· πŸ“¦ 470 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/flax) (πŸ“₯ 1.6M / month Β· πŸ“¦ 610 Β· ⏱️ 23.04.2025): ``` pip install flax ``` -- [Conda](https://anaconda.org/conda-forge/flax) (πŸ“₯ 75K Β· ⏱️ 24.10.2024): +- [Conda](https://anaconda.org/conda-forge/flax) (πŸ“₯ 99K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge flax ```
-
Jina (πŸ₯ˆ37 Β· ⭐ 21K Β· πŸ“‰) - Build multimodal AI applications with cloud-native stack. Apache-2 +
Ignite (πŸ₯ˆ37 Β· ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 -- [GitHub](https://github.com/jina-ai/serve) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.2K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/pytorch/ignite) (πŸ‘¨β€πŸ’» 850 Β· πŸ”€ 650 Β· πŸ“¦ 3.8K Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/jina-ai/jina - ``` -- [PyPi](https://pypi.org/project/jina) (πŸ“₯ 170K / month Β· πŸ“¦ 27 Β· ⏱️ 25.10.2024): - ``` - pip install jina + git clone https://github.com/pytorch/ignite ``` -- [Conda](https://anaconda.org/conda-forge/jina-core) (πŸ“₯ 78K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/pytorch-ignite) (πŸ“₯ 180K / month Β· πŸ“¦ 110 Β· ⏱️ 08.05.2025): ``` - conda install -c conda-forge jina-core + pip install pytorch-ignite ``` -- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (πŸ“₯ 1.7M Β· ⭐ 8 Β· ⏱️ 25.10.2024): +- [Conda](https://anaconda.org/pytorch/ignite) (πŸ“₯ 230K Β· ⏱️ 30.03.2025): ``` - docker pull jinaai/jina + conda install -c pytorch ignite ```
-
Theano (πŸ₯ˆ37 Β· ⭐ 9.9K Β· πŸ’€) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +
einops (πŸ₯ˆ36 Β· ⭐ 8.9K) - Flexible and powerful tensor operations for readable and reliable code.. MIT -- [GitHub](https://github.com/Theano/Theano) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.5K Β· πŸ“¦ 16K Β· πŸ“‹ 2.8K - 25% open Β· ⏱️ 15.01.2024): +- [GitHub](https://github.com/arogozhnikov/einops) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 360 Β· πŸ“¦ 73K Β· πŸ“‹ 200 - 17% open Β· ⏱️ 25.04.2025): ``` - git clone https://github.com/Theano/Theano + git clone https://github.com/arogozhnikov/einops ``` -- [PyPi](https://pypi.org/project/theano) (πŸ“₯ 87K / month Β· πŸ“¦ 170 Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/einops) (πŸ“₯ 9.6M / month Β· πŸ“¦ 2.6K Β· ⏱️ 09.02.2025): ``` - pip install theano + pip install einops ``` -- [Conda](https://anaconda.org/conda-forge/theano) (πŸ“₯ 2.5M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/einops) (πŸ“₯ 380K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge theano + conda install -c conda-forge einops ```
-
einops (πŸ₯ˆ36 Β· ⭐ 8.5K) - 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) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 340 Β· πŸ“¦ 49K Β· πŸ“‹ 180 - 19% open Β· ⏱️ 13.10.2024): +- [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) (πŸ“₯ 5.3M / month Β· πŸ“¦ 2K Β· ⏱️ 28.04.2024): +- [PyPi](https://pypi.org/project/jina) (πŸ“₯ 76K / month Β· πŸ“¦ 29 Β· ⏱️ 24.03.2025): ``` - pip install einops + pip install jina ``` -- [Conda](https://anaconda.org/conda-forge/einops) (πŸ“₯ 290K Β· ⏱️ 28.04.2024): +- [Conda](https://anaconda.org/conda-forge/jina-core) (πŸ“₯ 94K Β· ⏱️ 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 + ``` +
+
ivy (πŸ₯ˆ34 Β· ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 + +- [GitHub](https://github.com/ivy-llc/ivy) (πŸ‘¨β€πŸ’» 1.5K Β· πŸ”€ 5.7K Β· πŸ“‹ 17K - 5% open Β· ⏱️ 29.04.2025): + + ``` + git clone https://github.com/unifyai/ivy + ``` +- [PyPi](https://pypi.org/project/ivy) (πŸ“₯ 24K / month Β· πŸ“¦ 16 Β· ⏱️ 21.02.2025): + ``` + pip install ivy ```
-
Thinc (πŸ₯ˆ36 Β· ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT +
Thinc (πŸ₯ˆ34 Β· ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT -- [GitHub](https://github.com/explosion/thinc) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 280 Β· πŸ“₯ 390 Β· πŸ“¦ 55K Β· πŸ“‹ 150 - 12% open Β· ⏱️ 30.09.2024): +- [GitHub](https://github.com/explosion/thinc) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“₯ 1.2K Β· πŸ“¦ 67K Β· πŸ“‹ 150 - 12% open Β· ⏱️ 07.03.2025): ``` git clone https://github.com/explosion/thinc ``` -- [PyPi](https://pypi.org/project/thinc) (πŸ“₯ 12M / month Β· πŸ“¦ 140 Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/thinc) (πŸ“₯ 18M / month Β· πŸ“¦ 160 Β· ⏱️ 04.04.2025): ``` pip install thinc ``` -- [Conda](https://anaconda.org/conda-forge/thinc) (πŸ“₯ 3.1M Β· ⏱️ 14.07.2024): +- [Conda](https://anaconda.org/conda-forge/thinc) (πŸ“₯ 3.5M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge thinc ```
-
Vowpal Wabbit (πŸ₯ˆ35 Β· ⭐ 8.5K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 +
Vowpal Wabbit (πŸ₯ˆ33 Β· ⭐ 8.6K Β· πŸ’€) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.9K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 01.08.2024): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.9K Β· πŸ“¦ 2 Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 01.08.2024): ``` git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- [PyPi](https://pypi.org/project/vowpalwabbit) (πŸ“₯ 59K / month Β· πŸ“¦ 40 Β· ⏱️ 08.08.2024): +- [PyPi](https://pypi.org/project/vowpalwabbit) (πŸ“₯ 26K / month Β· πŸ“¦ 40 Β· ⏱️ 08.08.2024): ``` pip install vowpalwabbit ``` -- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (πŸ“₯ 240K Β· ⏱️ 05.09.2024): +- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (πŸ“₯ 350K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge vowpalwabbit ```
-
mlpack (πŸ₯ˆ35 Β· ⭐ 5.1K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 +
mlpack (πŸ₯ˆ33 Β· ⭐ 5.3K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 -- [GitHub](https://github.com/mlpack/mlpack) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.6K - 1% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/mlpack/mlpack) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.7K Β· πŸ“‹ 1.6K - 0% open Β· ⏱️ 01.05.2025): ``` git clone https://github.com/mlpack/mlpack ``` -- [PyPi](https://pypi.org/project/mlpack) (πŸ“₯ 14K / month Β· πŸ“¦ 4 Β· ⏱️ 20.09.2024): +- [PyPi](https://pypi.org/project/mlpack) (πŸ“₯ 6.2K / month Β· πŸ“¦ 6 Β· ⏱️ 04.04.2025): ``` pip install mlpack ``` -- [Conda](https://anaconda.org/conda-forge/mlpack) (πŸ“₯ 260K Β· ⏱️ 22.09.2024): +- [Conda](https://anaconda.org/conda-forge/mlpack) (πŸ“₯ 360K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mlpack ```
-
Ignite (πŸ₯ˆ35 Β· ⭐ 4.5K) - High-level library to help with training and evaluating neural.. BSD-3 +
Ludwig (πŸ₯‰32 Β· ⭐ 11K Β· πŸ’€) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 -- [GitHub](https://github.com/pytorch/ignite) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 620 Β· πŸ“¦ 3.3K Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/ludwig-ai/ludwig) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.2K Β· πŸ“¦ 300 Β· πŸ“‹ 1.1K - 4% open Β· ⏱️ 17.10.2024): ``` - git clone https://github.com/pytorch/ignite - ``` -- [PyPi](https://pypi.org/project/pytorch-ignite) (πŸ“₯ 250K / month Β· πŸ“¦ 99 Β· ⏱️ 31.10.2024): - ``` - pip install pytorch-ignite + git clone https://github.com/ludwig-ai/ludwig ``` -- [Conda](https://anaconda.org/pytorch/ignite) (πŸ“₯ 200K Β· ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/ludwig) (πŸ“₯ 2K / month Β· πŸ“¦ 6 Β· ⏱️ 30.07.2024): ``` - conda install -c pytorch ignite + pip install ludwig ```
-
Ludwig (πŸ₯‰33 Β· ⭐ 11K) - Low-code framework for building custom LLMs, neural networks, and.. Apache-2 +
skorch (πŸ₯‰32 Β· ⭐ 6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- [GitHub](https://github.com/ludwig-ai/ludwig) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.2K Β· πŸ“¦ 280 Β· πŸ“‹ 1.4K - 25% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/skorch-dev/skorch) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 390 Β· πŸ“¦ 1.7K Β· πŸ“‹ 540 - 12% open Β· ⏱️ 24.04.2025): ``` - git clone https://github.com/ludwig-ai/ludwig + git clone https://github.com/skorch-dev/skorch ``` -- [PyPi](https://pypi.org/project/ludwig) (πŸ“₯ 4.4K / month Β· πŸ“¦ 6 Β· ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/skorch) (πŸ“₯ 110K / month Β· πŸ“¦ 94 Β· ⏱️ 10.01.2025): ``` - pip install ludwig + pip install skorch + ``` +- [Conda](https://anaconda.org/conda-forge/skorch) (πŸ“₯ 800K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge skorch ```
-
Haiku (πŸ₯‰32 Β· ⭐ 2.9K) - JAX-based neural network library. Apache-2 +
tensorflow-upstream (πŸ₯‰32 Β· ⭐ 690) - TensorFlow ROCm port. Apache-2 -- [GitHub](https://github.com/google-deepmind/dm-haiku) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 230 Β· πŸ“¦ 2.1K Β· πŸ“‹ 250 - 29% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/ROCm/tensorflow-upstream) (πŸ‘¨β€πŸ’» 4.9K Β· πŸ”€ 99 Β· πŸ“₯ 29 Β· πŸ“‹ 390 - 4% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/deepmind/dm-haiku - ``` -- [PyPi](https://pypi.org/project/dm-haiku) (πŸ“₯ 240K / month Β· πŸ“¦ 180 Β· ⏱️ 16.10.2024): - ``` - pip install dm-haiku + git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream ``` -- [Conda](https://anaconda.org/conda-forge/dm-haiku) (πŸ“₯ 24K Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-rocm) (πŸ“₯ 11K / month Β· πŸ“¦ 9 Β· ⏱️ 10.01.2024): ``` - conda install -c conda-forge dm-haiku + pip install tensorflow-rocm ```
Sonnet (πŸ₯‰31 Β· ⭐ 9.8K) - TensorFlow-based neural network library. Apache-2 -- [GitHub](https://github.com/google-deepmind/sonnet) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 1.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 190 - 16% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/google-deepmind/sonnet) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 1.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 190 - 16% open Β· ⏱️ 14.02.2025): ``` git clone https://github.com/deepmind/sonnet ``` -- [PyPi](https://pypi.org/project/dm-sonnet) (πŸ“₯ 24K / month Β· πŸ“¦ 19 Β· ⏱️ 02.01.2024): +- [PyPi](https://pypi.org/project/dm-sonnet) (πŸ“₯ 19K / month Β· πŸ“¦ 19 Β· ⏱️ 02.01.2024): ``` pip install dm-sonnet ``` -- [Conda](https://anaconda.org/conda-forge/sonnet) (πŸ“₯ 35K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sonnet) (πŸ“₯ 42K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge sonnet ```
-
skorch (πŸ₯‰31 Β· ⭐ 5.9K) - A scikit-learn compatible neural network library that wraps.. BSD-3 +
Haiku (πŸ₯‰31 Β· ⭐ 3K) - JAX-based neural network library. Apache-2 -- [GitHub](https://github.com/skorch-dev/skorch) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 390 Β· πŸ“¦ 1.4K Β· πŸ“‹ 520 - 11% open Β· ⏱️ 20.09.2024): +- [GitHub](https://github.com/google-deepmind/dm-haiku) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 240 Β· πŸ“¦ 2.5K Β· πŸ“‹ 250 - 29% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/skorch-dev/skorch - ``` -- [PyPi](https://pypi.org/project/skorch) (πŸ“₯ 150K / month Β· πŸ“¦ 85 Β· ⏱️ 27.05.2024): - ``` - pip install skorch - ``` -- [Conda](https://anaconda.org/conda-forge/skorch) (πŸ“₯ 790K Β· ⏱️ 30.05.2024): - ``` - conda install -c conda-forge skorch + git clone https://github.com/deepmind/dm-haiku ``` -
-
dyNET (πŸ₯‰31 Β· ⭐ 3.4K Β· πŸ’€) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 - -- [GitHub](https://github.com/clab/dynet) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 700 Β· πŸ“₯ 17K Β· πŸ“¦ 260 Β· πŸ“‹ 950 - 29% open Β· ⏱️ 08.11.2023): - +- [PyPi](https://pypi.org/project/dm-haiku) (πŸ“₯ 220K / month Β· πŸ“¦ 190 Β· ⏱️ 22.04.2025): ``` - git clone https://github.com/clab/dynet + pip install dm-haiku ``` -- [PyPi](https://pypi.org/project/dyNET) (πŸ“₯ 300K / month Β· πŸ“¦ 18 Β· ⏱️ 21.10.2020): +- [Conda](https://anaconda.org/conda-forge/dm-haiku) (πŸ“₯ 33K Β· ⏱️ 23.04.2025): ``` - pip install dyNET + conda install -c conda-forge dm-haiku ```
-
Determined (πŸ₯‰31 Β· ⭐ 3K) - Determined is an open-source machine learning platform.. Apache-2 +
Determined (πŸ₯‰29 Β· ⭐ 3.1K) - Determined is an open-source machine learning platform.. Apache-2 -- [GitHub](https://github.com/determined-ai/determined) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 350 Β· πŸ“₯ 12K Β· πŸ“‹ 460 - 23% open Β· ⏱️ 31.10.2024): +- [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) (πŸ“₯ 56K / month Β· πŸ“¦ 4 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/determined) (πŸ“₯ 35K / month Β· πŸ“¦ 4 Β· ⏱️ 19.03.2025): ``` pip install determined ```
-
tensorflow-upstream (πŸ₯‰31 Β· ⭐ 680) - TensorFlow ROCm port. Apache-2 +
NuPIC (πŸ₯‰28 Β· ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. MIT -- [GitHub](https://github.com/ROCm/tensorflow-upstream) (πŸ‘¨β€πŸ’» 4.7K Β· πŸ”€ 94 Β· πŸ“₯ 25 Β· πŸ“‹ 380 - 24% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/numenta/nupic-legacy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“₯ 21 Β· πŸ“¦ 21 Β· πŸ“‹ 1.8K - 25% open Β· ⏱️ 03.12.2024): ``` - git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream + git clone https://github.com/numenta/nupic ``` -- [PyPi](https://pypi.org/project/tensorflow-rocm) (πŸ“₯ 6.5K / month Β· πŸ“¦ 9 Β· ⏱️ 10.01.2024): +- [PyPi](https://pypi.org/project/nupic) (πŸ“₯ 2.2K / month Β· ⏱️ 01.09.2016): ``` - pip install tensorflow-rocm + pip install nupic ```
-
Geomstats (πŸ₯‰30 Β· ⭐ 1.3K) - Computations and statistics on manifolds with geometric structures. MIT +
Geomstats (πŸ₯‰28 Β· ⭐ 1.3K) - Computations and statistics on manifolds with geometric structures. MIT -- [GitHub](https://github.com/geomstats/geomstats) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 240 Β· πŸ“¦ 120 Β· πŸ“‹ 560 - 37% open Β· ⏱️ 08.10.2024): +- [GitHub](https://github.com/geomstats/geomstats) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 250 Β· πŸ“¦ 140 Β· πŸ“‹ 570 - 36% open Β· ⏱️ 28.02.2025): ``` git clone https://github.com/geomstats/geomstats ``` -- [PyPi](https://pypi.org/project/geomstats) (πŸ“₯ 4.7K / month Β· πŸ“¦ 12 Β· ⏱️ 09.09.2024): +- [PyPi](https://pypi.org/project/geomstats) (πŸ“₯ 5.6K / month Β· πŸ“¦ 12 Β· ⏱️ 09.09.2024): ``` pip install geomstats ``` -- [Conda](https://anaconda.org/conda-forge/geomstats) (πŸ“₯ 4K Β· ⏱️ 10.09.2024): +- [Conda](https://anaconda.org/conda-forge/geomstats) (πŸ“₯ 6.4K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge geomstats ```
-
Neural Network Libraries (πŸ₯‰29 Β· ⭐ 2.7K) - Neural Network Libraries. Apache-2 - -- [GitHub](https://github.com/sony/nnabla) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 330 Β· πŸ“₯ 980 Β· πŸ“‹ 95 - 36% open Β· ⏱️ 24.09.2024): - - ``` - git clone https://github.com/sony/nnabla - ``` -- [PyPi](https://pypi.org/project/nnabla) (πŸ“₯ 15K / month Β· πŸ“¦ 44 Β· ⏱️ 29.05.2024): - ``` - pip install nnabla - ``` -
-
ktrain (πŸ₯‰29 Β· ⭐ 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 - -- [GitHub](https://github.com/amaiya/ktrain) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 270 Β· πŸ“¦ 560 Β· πŸ“‹ 500 - 0% open Β· ⏱️ 09.07.2024): - - ``` - git clone https://github.com/amaiya/ktrain - ``` -- [PyPi](https://pypi.org/project/ktrain) (πŸ“₯ 14K / month Β· πŸ“¦ 4 Β· ⏱️ 19.06.2024): - ``` - pip install ktrain - ``` -
-
EvaDB (πŸ₯‰27 Β· ⭐ 2.6K Β· πŸ’€) - Database system for AI-powered apps. Apache-2 +
pyRiemann (πŸ₯‰27 Β· ⭐ 680) - Machine learning for multivariate data through the Riemannian.. BSD-3 -- [GitHub](https://github.com/georgia-tech-db/evadb) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 260 Β· πŸ“₯ 420K Β· πŸ“¦ 150 Β· πŸ“‹ 300 - 25% open Β· ⏱️ 03.12.2023): - - ``` - git clone https://github.com/georgia-tech-db/eva - ``` -- [PyPi](https://pypi.org/project/evadb) (πŸ“₯ 3.6K / month Β· ⏱️ 19.11.2023): - ``` - pip install evadb - ``` -
-
pyRiemann (πŸ₯‰27 Β· ⭐ 640) - Machine learning for multivariate data through the Riemannian.. BSD-3 - -- [GitHub](https://github.com/pyRiemann/pyRiemann) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 160 Β· πŸ“¦ 400 Β· πŸ“‹ 110 - 4% open Β· ⏱️ 22.10.2024): +- [GitHub](https://github.com/pyRiemann/pyRiemann) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 170 Β· πŸ“¦ 460 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/pyRiemann/pyRiemann ``` -- [PyPi](https://pypi.org/project/pyriemann) (πŸ“₯ 39K / month Β· πŸ“¦ 28 Β· ⏱️ 03.10.2024): +- [PyPi](https://pypi.org/project/pyriemann) (πŸ“₯ 52K / month Β· πŸ“¦ 28 Β· ⏱️ 12.02.2025): ``` pip install pyriemann ``` -- [Conda](https://anaconda.org/conda-forge/pyriemann) (πŸ“₯ 8.4K Β· ⏱️ 04.10.2024): +- [Conda](https://anaconda.org/conda-forge/pyriemann) (πŸ“₯ 12K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pyriemann ```
-
Towhee (πŸ₯‰26 Β· ⭐ 3.2K) - Towhee is a framework that is dedicated to making neural data.. Apache-2 +
Neural Network Libraries (πŸ₯‰26 Β· ⭐ 2.7K) - Neural Network Libraries. Apache-2 -- [GitHub](https://github.com/towhee-io/towhee) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 250 Β· πŸ“₯ 2.7K Β· πŸ“‹ 660 - 0% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/sony/nnabla) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 330 Β· πŸ“₯ 1K Β· πŸ“‹ 95 - 36% open Β· ⏱️ 15.11.2024): ``` - git clone https://github.com/towhee-io/towhee + git clone https://github.com/sony/nnabla ``` -- [PyPi](https://pypi.org/project/towhee) (πŸ“₯ 16K / month Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/nnabla) (πŸ“₯ 7.7K / month Β· πŸ“¦ 44 Β· ⏱️ 29.05.2024): ``` - pip install towhee + pip install nnabla ```
-
SHOGUN (πŸ₯‰26 Β· ⭐ 3K Β· πŸ’€) - Unified and efficient Machine Learning. BSD-3 +
ktrain (πŸ₯‰26 Β· ⭐ 1.3K Β· πŸ’€) - ktrain is a Python library that makes deep learning and AI.. Apache-2 -- [GitHub](https://github.com/shogun-toolbox/shogun) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1K Β· πŸ“‹ 1.5K - 27% open Β· ⏱️ 19.12.2023): +- [GitHub](https://github.com/amaiya/ktrain) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 270 Β· πŸ“¦ 570 Β· πŸ“‹ 500 - 0% open Β· ⏱️ 09.07.2024): ``` - git clone https://github.com/shogun-toolbox/shogun - ``` -- [Conda](https://anaconda.org/conda-forge/shogun) (πŸ“₯ 150K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge shogun + git clone https://github.com/amaiya/ktrain ``` -- [Docker Hub](https://hub.docker.com/r/shogun/shogun) (πŸ“₯ 1.5K Β· ⭐ 1 Β· ⏱️ 31.01.2019): +- [PyPi](https://pypi.org/project/ktrain) (πŸ“₯ 7.9K / month Β· πŸ“¦ 4 Β· ⏱️ 19.06.2024): ``` - docker pull shogun/shogun + pip install ktrain ```
-
Neural Tangents (πŸ₯‰24 Β· ⭐ 2.3K Β· πŸ’€) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +
Towhee (πŸ₯‰24 Β· ⭐ 3.4K Β· πŸ’€) - Towhee is a framework that is dedicated to making neural data.. Apache-2 -- [GitHub](https://github.com/google/neural-tangents) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 240 Β· πŸ“₯ 500 Β· πŸ“¦ 120 Β· πŸ“‹ 160 - 38% open Β· ⏱️ 01.03.2024): +- [GitHub](https://github.com/towhee-io/towhee) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 260 Β· πŸ“₯ 2.7K Β· πŸ“‹ 670 - 0% open Β· ⏱️ 18.10.2024): ``` - git clone https://github.com/google/neural-tangents + git clone https://github.com/towhee-io/towhee ``` -- [PyPi](https://pypi.org/project/neural-tangents) (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/towhee) (πŸ“₯ 10K / month Β· ⏱️ 04.12.2023): ``` - pip install neural-tangents + pip install towhee ```
fklearn (πŸ₯‰24 Β· ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 -- [GitHub](https://github.com/nubank/fklearn) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 160 Β· πŸ“¦ 15 Β· πŸ“‹ 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) (πŸ“₯ 4.2K / month Β· ⏱️ 14.08.2024): +- [PyPi](https://pypi.org/project/fklearn) (πŸ“₯ 2.1K / month Β· ⏱️ 26.02.2025): ``` pip install fklearn ```
-
Runhouse (πŸ₯‰23 Β· ⭐ 970) - Dispatch and distribute your ML training to serverless clusters in.. Apache-2 +
Runhouse (πŸ₯‰23 Β· ⭐ 1K) - Distribute and run AI workloads magically in Python, like PyTorch for.. Apache-2 -- [GitHub](https://github.com/run-house/runhouse) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 35 Β· πŸ“₯ 53 Β· πŸ“‹ 51 - 17% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/run-house/runhouse) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 36 Β· πŸ“₯ 69 Β· πŸ“‹ 51 - 17% open Β· ⏱️ 03.04.2025): ``` git clone https://github.com/run-house/runhouse ``` -- [PyPi](https://pypi.org/project/runhouse) (πŸ“₯ 6.9K / month Β· πŸ“¦ 1 Β· ⏱️ 18.09.2024): +- [PyPi](https://pypi.org/project/runhouse) (πŸ“₯ 22K / month Β· πŸ“¦ 1 Β· ⏱️ 10.03.2025): ``` pip install runhouse ```
-
ThunderSVM (πŸ₯‰22 Β· ⭐ 1.6K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 - -- [GitHub](https://github.com/Xtra-Computing/thundersvm) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 220 Β· πŸ“₯ 2.9K Β· πŸ“‹ 230 - 35% open Β· ⏱️ 01.04.2024): - - ``` - git clone https://github.com/Xtra-Computing/thundersvm - ``` -- [PyPi](https://pypi.org/project/thundersvm) (πŸ“₯ 1.4K / month Β· ⏱️ 13.03.2020): - ``` - pip install thundersvm - ``` -
-
Objax (πŸ₯‰22 Β· ⭐ 770 Β· πŸ’€) - Objax is a machine learning framework that provides an Object.. Apache-2 +
NeoML (πŸ₯‰20 Β· ⭐ 780) - Machine learning framework for both deep learning and traditional.. Apache-2 -- [GitHub](https://github.com/google/objax) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 78 Β· πŸ“¦ 60 Β· πŸ“‹ 110 - 45% open Β· ⏱️ 27.01.2024): - - ``` - git clone https://github.com/google/objax - ``` -- [PyPi](https://pypi.org/project/objax) (πŸ“₯ 1.4K / month Β· πŸ“¦ 4 Β· ⏱️ 06.11.2023): - ``` - pip install objax - ``` -
-
NeoML (πŸ₯‰22 Β· ⭐ 770) - Machine learning framework for both deep learning and traditional.. Apache-2 - -- [GitHub](https://github.com/neoml-lib/neoml) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 130 Β· πŸ“¦ 2 Β· πŸ“‹ 91 - 40% open Β· ⏱️ 30.09.2024): +- [GitHub](https://github.com/neoml-lib/neoml) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 130 Β· πŸ“¦ 2 Β· πŸ“‹ 91 - 40% open Β· ⏱️ 03.05.2025): ``` git clone https://github.com/neoml-lib/neoml ``` -- [PyPi](https://pypi.org/project/neoml) (πŸ“₯ 3.2K / month Β· ⏱️ 26.12.2023): +- [PyPi](https://pypi.org/project/neoml) (πŸ“₯ 1.5K / month Β· ⏱️ 26.12.2023): ``` pip install neoml ```
-
Torchbearer (πŸ₯‰22 Β· ⭐ 640 Β· πŸ’€) - torchbearer: A model fitting library for PyTorch. MIT - -- [GitHub](https://github.com/pytorchbearer/torchbearer) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 92 Β· πŸ“‹ 250 - 4% open Β· ⏱️ 04.12.2023): - - ``` - git clone https://github.com/pytorchbearer/torchbearer - ``` -- [PyPi](https://pypi.org/project/torchbearer) (πŸ“₯ 1.5K / month Β· πŸ“¦ 4 Β· ⏱️ 01.12.2023): - ``` - pip install torchbearer - ``` -
-
chefboost (πŸ₯‰22 Β· ⭐ 460) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT +
chefboost (πŸ₯‰20 Β· ⭐ 480) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT -- [GitHub](https://github.com/serengil/chefboost) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 100 Β· πŸ“¦ 61 Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/serengil/chefboost) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 100 Β· πŸ“¦ 71 Β· ⏱️ 31.03.2025): ``` git clone https://github.com/serengil/chefboost ``` -- [PyPi](https://pypi.org/project/chefboost) (πŸ“₯ 5.7K / month Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/chefboost) (πŸ“₯ 6.8K / month Β· ⏱️ 30.10.2024): ``` pip install chefboost ```
-
mace (πŸ₯‰21 Β· ⭐ 4.9K Β· πŸ’€) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 - -- [GitHub](https://github.com/XiaoMi/mace) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 820 Β· πŸ“₯ 1.5K Β· πŸ“‹ 680 - 8% open Β· ⏱️ 11.03.2024): - - ``` - git clone https://github.com/XiaoMi/mace - ``` -
-
ThunderGBM (πŸ₯‰18 Β· ⭐ 690 Β· πŸ’€) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 +
ThunderGBM (πŸ₯‰18 Β· ⭐ 700) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundergbm) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 87 Β· πŸ“¦ 4 Β· πŸ“‹ 81 - 48% open Β· ⏱️ 29.01.2024): +- [GitHub](https://github.com/Xtra-Computing/thundergbm) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 87 Β· πŸ“¦ 4 Β· πŸ“‹ 81 - 48% open Β· ⏱️ 19.03.2025): ``` git clone https://github.com/Xtra-Computing/thundergbm ``` -- [PyPi](https://pypi.org/project/thundergbm) (πŸ“₯ 1.1K / month Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/thundergbm) (πŸ“₯ 420 / month Β· ⏱️ 19.09.2022): ``` pip install thundergbm ```
-
Show 17 hidden projects... +
Show 24 hidden projects... - dlib (πŸ₯ˆ40 Β· ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 -- MXNet (πŸ₯ˆ38 Β· ⭐ 21K Β· πŸ’€) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 -- ivy (πŸ₯ˆ36 Β· ⭐ 14K) - Convert Machine Learning Code Between Frameworks. ❗️Intel-ACPI -- Chainer (πŸ₯‰34 Β· ⭐ 5.9K Β· πŸ’€) - A flexible framework of neural networks for deep learning. MIT -- MindsDB (πŸ₯‰33 Β· ⭐ 27K) - The platform for building AI from enterprise data. ❗️MulanPSL-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 Β· ⭐ 28K) - AIs query engine - Platform for building AI that can learn and.. ❗️ICU +- tensorpack (πŸ₯ˆ33 Β· ⭐ 6.3K Β· πŸ’€) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 - Turi Create (πŸ₯‰32 Β· ⭐ 11K Β· πŸ’€) - Turi Create simplifies the development of custom machine.. BSD-3 -- tensorpack (πŸ₯‰32 Β· ⭐ 6.3K Β· πŸ’€) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 - TFlearn (πŸ₯‰31 Β· ⭐ 9.6K Β· πŸ’€) - Deep learning library featuring a higher-level API for TensorFlow. MIT -- CNTK (πŸ₯‰30 Β· ⭐ 18K Β· πŸ’€) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT -- Lasagne (πŸ₯‰28 Β· ⭐ 3.8K Β· πŸ’€) - Lightweight library to build and train neural networks in Theano. MIT -- NuPIC (πŸ₯‰27 Β· ⭐ 6.3K Β· πŸ’€) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0 +- dyNET (πŸ₯‰31 Β· ⭐ 3.4K Β· πŸ’€) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 +- CNTK (πŸ₯‰29 Β· ⭐ 18K Β· πŸ’€) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- Lasagne (πŸ₯‰28 Β· ⭐ 3.9K Β· πŸ’€) - Lightweight library to build and train neural networks in Theano. MIT +- SHOGUN (πŸ₯‰27 Β· ⭐ 3K Β· πŸ’€) - Unified and efficient Machine Learning. BSD-3 +- EvaDB (πŸ₯‰27 Β· ⭐ 2.7K Β· πŸ’€) - Database system for AI-powered apps. Apache-2 - xLearn (πŸ₯‰25 Β· ⭐ 3.1K Β· πŸ’€) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 - neon (πŸ₯‰24 Β· ⭐ 3.9K Β· πŸ’€) - Intel Nervana reference deep learning framework committed to best.. Apache-2 - NeuPy (πŸ₯‰24 Β· ⭐ 740 Β· πŸ’€) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT -- elegy (πŸ₯‰20 Β· ⭐ 470 Β· πŸ’€) - A High Level API for Deep Learning in JAX. MIT -- StarSpace (πŸ₯‰16 Β· ⭐ 3.9K Β· πŸ’€) - Learning embeddings for classification, retrieval and ranking. MIT -- nanodl (πŸ₯‰16 Β· ⭐ 270) - A Jax-based library for designing and training transformer models from.. MIT +- ThunderSVM (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 +- Torchbearer (πŸ₯‰22 Β· ⭐ 640 Β· πŸ’€) - torchbearer: A model fitting library for PyTorch. MIT +- mace (πŸ₯‰21 Β· ⭐ 5K Β· πŸ’€) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 +- Neural Tangents (πŸ₯‰21 Β· ⭐ 2.3K Β· πŸ’€) - Fast and Easy Infinite Neural Networks in Python. 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 Β· ⭐ 290 Β· πŸ’€) - A Jax-based library for building transformers, includes.. MIT

@@ -783,651 +702,633 @@ _General-purpose machine learning and deep learning frameworks._ _General-purpose and task-specific data visualization libraries._ -
Matplotlib (πŸ₯‡48 Β· ⭐ 20K) - matplotlib: plotting with Python. ❗Unlicensed +
Matplotlib (πŸ₯‡49 Β· ⭐ 21K) - matplotlib: plotting with Python. ❗Unlicensed -- [GitHub](https://github.com/matplotlib/matplotlib) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 7.6K Β· πŸ“¦ 1.4M Β· πŸ“‹ 11K - 14% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/matplotlib/matplotlib) (πŸ‘¨β€πŸ’» 1.8K Β· πŸ”€ 7.8K Β· πŸ“¦ 1.7M Β· πŸ“‹ 11K - 14% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/matplotlib/matplotlib ``` -- [PyPi](https://pypi.org/project/matplotlib) (πŸ“₯ 77M / month Β· πŸ“¦ 50K Β· ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/matplotlib) (πŸ“₯ 83M / month Β· πŸ“¦ 56K Β· ⏱️ 27.02.2025): ``` pip install matplotlib ``` -- [Conda](https://anaconda.org/conda-forge/matplotlib) (πŸ“₯ 27M Β· ⏱️ 12.09.2024): +- [Conda](https://anaconda.org/conda-forge/matplotlib) (πŸ“₯ 30M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge matplotlib ```
-
Bokeh (πŸ₯‡45 Β· ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3 +
dash (πŸ₯‡46 Β· ⭐ 22K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT -- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 4.2K Β· πŸ“¦ 94K Β· πŸ“‹ 7.8K - 9% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/plotly/dash) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.1K Β· πŸ“₯ 88 Β· πŸ“¦ 85K Β· πŸ“‹ 2K - 27% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/bokeh/bokeh + git clone https://github.com/plotly/dash ``` -- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 4.1M / month Β· πŸ“¦ 1.8K Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/dash) (πŸ“₯ 5.4M / month Β· πŸ“¦ 1.6K Β· ⏱️ 24.04.2025): ``` - pip install bokeh + pip install dash ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (πŸ“₯ 15M Β· ⏱️ 14.10.2024): +- [Conda](https://anaconda.org/conda-forge/dash) (πŸ“₯ 1.8M Β· ⏱️ 27.04.2025): ``` - conda install -c conda-forge bokeh + conda install -c conda-forge dash ```
-
Plotly (πŸ₯‡45 Β· ⭐ 16K) - The interactive graphing library for Python This project now includes.. MIT +
Plotly (πŸ₯‡46 Β· ⭐ 17K) - The interactive graphing library for Python. MIT -- [GitHub](https://github.com/plotly/plotly.py) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.5K Β· πŸ“¦ 320K Β· πŸ“‹ 3K - 17% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/plotly/plotly.py) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.6K Β· πŸ“₯ 190 Β· πŸ“¦ 420K Β· πŸ“‹ 3.2K - 20% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/plotly/plotly.py ``` -- [PyPi](https://pypi.org/project/plotly) (πŸ“₯ 20M / month Β· πŸ“¦ 6.3K Β· ⏱️ 12.09.2024): +- [PyPi](https://pypi.org/project/plotly) (πŸ“₯ 23M / month Β· πŸ“¦ 8.1K Β· ⏱️ 02.05.2025): ``` pip install plotly ``` -- [Conda](https://anaconda.org/conda-forge/plotly) (πŸ“₯ 7.3M Β· ⏱️ 12.09.2024): +- [Conda](https://anaconda.org/conda-forge/plotly) (πŸ“₯ 9.4M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge plotly ``` -- [npm](https://www.npmjs.com/package/plotlywidget) (πŸ“₯ 5.9K / month Β· πŸ“¦ 9 Β· ⏱️ 12.01.2021): +- [npm](https://www.npmjs.com/package/plotlywidget) (πŸ“₯ 54K / month Β· πŸ“¦ 9 Β· ⏱️ 12.01.2021): ``` npm install plotlywidget ```
-
dash (πŸ₯‡43 Β· ⭐ 21K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +
Bokeh (πŸ₯‡45 Β· ⭐ 20K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/plotly/dash) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2.1K Β· πŸ“₯ 85 Β· πŸ“¦ 71K Β· πŸ“‹ 1.8K - 26% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 710 Β· πŸ”€ 4.2K Β· πŸ“¦ 100K Β· πŸ“‹ 8K - 10% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/plotly/dash + git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/dash) (πŸ“₯ 3.6M / month Β· πŸ“¦ 1.3K Β· ⏱️ 12.09.2024): +- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 3.4M / month Β· πŸ“¦ 1.9K Β· ⏱️ 28.03.2025): ``` - pip install dash + pip install bokeh ``` -- [Conda](https://anaconda.org/conda-forge/dash) (πŸ“₯ 1.5M Β· ⏱️ 14.09.2024): +- [Conda](https://anaconda.org/conda-forge/bokeh) (πŸ“₯ 16M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge dash + conda install -c conda-forge bokeh ```
Seaborn (πŸ₯‡42 Β· ⭐ 13K) - Statistical data visualization in Python. BSD-3 -- [GitHub](https://github.com/mwaskom/seaborn) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.9K Β· πŸ“₯ 450 Β· πŸ“¦ 490K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 22.07.2024): +- [GitHub](https://github.com/mwaskom/seaborn) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.9K Β· πŸ“₯ 470 Β· πŸ“¦ 650K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 26.01.2025): ``` git clone https://github.com/mwaskom/seaborn ``` -- [PyPi](https://pypi.org/project/seaborn) (πŸ“₯ 18M / month Β· πŸ“¦ 11K Β· ⏱️ 25.01.2024): +- [PyPi](https://pypi.org/project/seaborn) (πŸ“₯ 24M / month Β· πŸ“¦ 11K Β· ⏱️ 25.01.2024): ``` pip install seaborn ``` -- [Conda](https://anaconda.org/conda-forge/seaborn) (πŸ“₯ 11M Β· ⏱️ 30.04.2024): +- [Conda](https://anaconda.org/conda-forge/seaborn) (πŸ“₯ 13M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge seaborn ```
-
Altair (πŸ₯‡42 Β· ⭐ 9.3K) - Declarative statistical visualization library for Python. BSD-3 +
Altair (πŸ₯‡41 Β· ⭐ 9.8K) - Declarative visualization library for Python. BSD-3 -- [GitHub](https://github.com/vega/altair) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 790 Β· πŸ“₯ 200 Β· πŸ“¦ 170K Β· πŸ“‹ 2K - 9% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/vega/altair) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 800 Β· πŸ“₯ 230 Β· πŸ“¦ 230K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 22.04.2025): ``` git clone https://github.com/altair-viz/altair ``` -- [PyPi](https://pypi.org/project/altair) (πŸ“₯ 22M / month Β· πŸ“¦ 870 Β· ⏱️ 27.08.2024): +- [PyPi](https://pypi.org/project/altair) (πŸ“₯ 28M / month Β· πŸ“¦ 920 Β· ⏱️ 23.11.2024): ``` pip install altair ``` -- [Conda](https://anaconda.org/conda-forge/altair) (πŸ“₯ 2.5M Β· ⏱️ 02.10.2024): +- [Conda](https://anaconda.org/conda-forge/altair) (πŸ“₯ 2.7M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge altair ```
-
HoloViews (πŸ₯ˆ38 Β· ⭐ 2.7K) - With Holoviews, your data visualizes itself. BSD-3 +
FiftyOne (πŸ₯ˆ39 Β· ⭐ 9.5K) - Visualize, create, and debug image and video datasets.. Apache-2 -- [GitHub](https://github.com/holoviz/holoviews) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 400 Β· πŸ“¦ 13K Β· πŸ“‹ 3.3K - 32% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/voxel51/fiftyone) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 620 Β· πŸ“¦ 950 Β· πŸ“‹ 1.7K - 34% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/holoviz/holoviews - ``` -- [PyPi](https://pypi.org/project/holoviews) (πŸ“₯ 560K / month Β· πŸ“¦ 400 Β· ⏱️ 23.10.2024): - ``` - pip install holoviews - ``` -- [Conda](https://anaconda.org/conda-forge/holoviews) (πŸ“₯ 1.8M Β· ⏱️ 07.07.2024): - ``` - conda install -c conda-forge holoviews + git clone https://github.com/voxel51/fiftyone ``` -- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (πŸ“₯ 270 / month Β· πŸ“¦ 5 Β· ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/fiftyone) (πŸ“₯ 120K / month Β· πŸ“¦ 27 Β· ⏱️ 08.05.2025): ``` - npm install @pyviz/jupyterlab_pyviz + pip install fiftyone ```
-
pyecharts (πŸ₯ˆ37 Β· ⭐ 15K) - Python Echarts Plotting Library. MIT +
PyVista (πŸ₯ˆ39 Β· ⭐ 3.1K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT -- [GitHub](https://github.com/pyecharts/pyecharts) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 2.8K Β· πŸ“₯ 70 Β· πŸ“¦ 4.6K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 20.06.2024): +- [GitHub](https://github.com/pyvista/pyvista) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 560 Β· πŸ“₯ 890 Β· πŸ“¦ 4.7K Β· πŸ“‹ 1.9K - 36% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/pyecharts/pyecharts + git clone https://github.com/pyvista/pyvista ``` -- [PyPi](https://pypi.org/project/pyecharts) (πŸ“₯ 160K / month Β· πŸ“¦ 210 Β· ⏱️ 20.06.2024): +- [PyPi](https://pypi.org/project/pyvista) (πŸ“₯ 590K / month Β· πŸ“¦ 690 Β· ⏱️ 19.04.2025): ``` - pip install pyecharts + pip install pyvista + ``` +- [Conda](https://anaconda.org/conda-forge/pyvista) (πŸ“₯ 680K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pyvista ```
-
pandas-profiling (πŸ₯ˆ37 Β· ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT +
pandas-profiling (πŸ₯ˆ38 Β· ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT -- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.7K Β· πŸ“₯ 200 Β· πŸ“¦ 4.5K Β· πŸ“‹ 810 - 28% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“₯ 320 Β· πŸ“¦ 6.4K Β· πŸ“‹ 840 - 30% open Β· ⏱️ 26.03.2025): ``` git clone https://github.com/ydataai/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 330K / month Β· πŸ“¦ 180 Β· ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 360K / month Β· πŸ“¦ 180 Β· ⏱️ 03.02.2023): ``` pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (πŸ“₯ 470K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (πŸ“₯ 510K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pandas-profiling ```
-
PyQtGraph (πŸ₯ˆ37 Β· ⭐ 3.9K) - Fast data visualization and GUI tools for scientific / engineering.. MIT - -- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 1.1K Β· πŸ“¦ 11K Β· πŸ“‹ 1.3K - 32% open Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/pyqtgraph/pyqtgraph - ``` -- [PyPi](https://pypi.org/project/pyqtgraph) (πŸ“₯ 350K / month Β· πŸ“¦ 1K Β· ⏱️ 29.04.2024): - ``` - pip install pyqtgraph - ``` -- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (πŸ“₯ 610K Β· ⏱️ 02.05.2024): - ``` - conda install -c conda-forge pyqtgraph - ``` -
-
PyVista (πŸ₯ˆ37 Β· ⭐ 2.7K Β· πŸ“‰) - 3D plotting and mesh analysis through a streamlined interface.. MIT +
HoloViews (πŸ₯ˆ38 Β· ⭐ 2.8K) - With Holoviews, your data visualizes itself. BSD-3 -- [GitHub](https://github.com/pyvista/pyvista) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 490 Β· πŸ“₯ 840 Β· πŸ“¦ 3.6K Β· πŸ“‹ 1.7K - 34% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/holoviz/holoviews) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 410 Β· πŸ“¦ 16K Β· πŸ“‹ 3.4K - 32% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/pyvista/pyvista - ``` -- [PyPi](https://pypi.org/project/pyvista) (πŸ“₯ 350K / month Β· πŸ“¦ 530 Β· ⏱️ 20.07.2024): - ``` - pip install pyvista + git clone https://github.com/holoviz/holoviews ``` -- [Conda](https://anaconda.org/conda-forge/pyvista) (πŸ“₯ 570K Β· ⏱️ 20.07.2024): +- [PyPi](https://pypi.org/project/holoviews) (πŸ“₯ 490K / month Β· πŸ“¦ 430 Β· ⏱️ 31.03.2025): ``` - conda install -c conda-forge pyvista + pip install holoviews ``` -
-
FiftyOne (πŸ₯ˆ36 Β· ⭐ 8.8K) - Visualize, create, and debug image and video datasets.. Apache-2 - -- [GitHub](https://github.com/voxel51/fiftyone) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 550 Β· πŸ“¦ 710 Β· πŸ“‹ 1.6K - 31% open Β· ⏱️ 30.10.2024): - +- [Conda](https://anaconda.org/conda-forge/holoviews) (πŸ“₯ 2.1M Β· ⏱️ 22.04.2025): ``` - git clone https://github.com/voxel51/fiftyone + conda install -c conda-forge holoviews ``` -- [PyPi](https://pypi.org/project/fiftyone) (πŸ“₯ 120K / month Β· πŸ“¦ 22 Β· ⏱️ 14.10.2024): +- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (πŸ“₯ 230 / month Β· πŸ“¦ 5 Β· ⏱️ 14.01.2025): ``` - pip install fiftyone + npm install @pyviz/jupyterlab_pyviz ```
-
cartopy (πŸ₯ˆ36 Β· ⭐ 1.4K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 +
pyecharts (πŸ₯ˆ37 Β· ⭐ 15K) - Python Echarts Plotting Library. MIT -- [GitHub](https://github.com/SciTools/cartopy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 5.9K Β· πŸ“‹ 1.3K - 24% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/pyecharts/pyecharts) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 2.9K Β· πŸ“₯ 73 Β· πŸ“¦ 5.3K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 26.01.2025): ``` - git clone https://github.com/SciTools/cartopy - ``` -- [PyPi](https://pypi.org/project/cartopy) (πŸ“₯ 400K / month Β· πŸ“¦ 720 Β· ⏱️ 08.10.2024): - ``` - pip install cartopy + git clone https://github.com/pyecharts/pyecharts ``` -- [Conda](https://anaconda.org/conda-forge/cartopy) (πŸ“₯ 4.2M Β· ⏱️ 07.10.2024): +- [PyPi](https://pypi.org/project/pyecharts) (πŸ“₯ 210K / month Β· πŸ“¦ 220 Β· ⏱️ 24.01.2025): ``` - conda install -c conda-forge cartopy + pip install pyecharts ```
-
UMAP (πŸ₯ˆ35 Β· ⭐ 7.4K) - Uniform Manifold Approximation and Projection. BSD-3 +
PyQtGraph (πŸ₯ˆ37 Β· ⭐ 4.1K) - Fast data visualization and GUI tools for scientific / engineering.. MIT -- [GitHub](https://github.com/lmcinnes/umap) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 810 Β· πŸ“¦ 1 Β· πŸ“‹ 820 - 58% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.1K Β· πŸ“¦ 12K Β· πŸ“‹ 1.3K - 32% open Β· ⏱️ 08.04.2025): ``` - git clone https://github.com/lmcinnes/umap + git clone https://github.com/pyqtgraph/pyqtgraph ``` -- [PyPi](https://pypi.org/project/umap-learn) (πŸ“₯ 1.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/pyqtgraph) (πŸ“₯ 380K / month Β· πŸ“¦ 1K Β· ⏱️ 29.04.2024): ``` - pip install umap-learn + pip install pyqtgraph ``` -- [Conda](https://anaconda.org/conda-forge/umap-learn) (πŸ“₯ 2.7M Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (πŸ“₯ 690K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge umap-learn + conda install -c conda-forge pyqtgraph ```
-
plotnine (πŸ₯ˆ35 Β· ⭐ 4K) - A Grammar of Graphics for Python. MIT +
plotnine (πŸ₯ˆ36 Β· ⭐ 4.2K) - A Grammar of Graphics for Python. MIT -- [GitHub](https://github.com/has2k1/plotnine) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· πŸ“¦ 9.1K Β· πŸ“‹ 680 - 12% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/has2k1/plotnine) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 230 Β· πŸ“¦ 12K Β· πŸ“‹ 720 - 10% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/has2k1/plotnine ``` -- [PyPi](https://pypi.org/project/plotnine) (πŸ“₯ 2.8M / month Β· πŸ“¦ 320 Β· ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/plotnine) (πŸ“₯ 2.4M / month Β· πŸ“¦ 370 Β· ⏱️ 23.04.2025): ``` pip install plotnine ``` -- [Conda](https://anaconda.org/conda-forge/plotnine) (πŸ“₯ 410K Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/plotnine) (πŸ“₯ 460K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge plotnine ```
-
Graphviz (πŸ₯ˆ35 Β· ⭐ 1.6K) - Simple Python interface for Graphviz. MIT +
Graphviz (πŸ₯ˆ36 Β· ⭐ 1.7K Β· πŸ’€) - Simple Python interface for Graphviz. MIT -- [GitHub](https://github.com/xflr6/graphviz) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 210 Β· πŸ“¦ 75K Β· πŸ“‹ 180 - 7% open Β· ⏱️ 13.05.2024): +- [GitHub](https://github.com/xflr6/graphviz) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 210 Β· πŸ“¦ 89K Β· πŸ“‹ 190 - 6% open Β· ⏱️ 13.05.2024): ``` git clone https://github.com/xflr6/graphviz ``` -- [PyPi](https://pypi.org/project/graphviz) (πŸ“₯ 15M / month Β· πŸ“¦ 2.6K Β· ⏱️ 21.03.2024): +- [PyPi](https://pypi.org/project/graphviz) (πŸ“₯ 21M / month Β· πŸ“¦ 2.9K Β· ⏱️ 21.03.2024): ``` pip install graphviz ``` -- [Conda](https://anaconda.org/anaconda/python-graphviz) (πŸ“₯ 50K Β· ⏱️ 08.04.2024): +- [Conda](https://anaconda.org/anaconda/python-graphviz) (πŸ“₯ 54K Β· ⏱️ 22.04.2025): ``` conda install -c anaconda python-graphviz ```
-
VisPy (πŸ₯ˆ34 Β· ⭐ 3.3K) - High-performance interactive 2D/3D data visualization library. BSD-3 +
VisPy (πŸ₯ˆ35 Β· ⭐ 3.4K) - High-performance interactive 2D/3D data visualization library. BSD-3 -- [GitHub](https://github.com/vispy/vispy) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 620 Β· πŸ“¦ 1.7K Β· πŸ“‹ 1.5K - 24% open Β· ⏱️ 07.10.2024): +- [GitHub](https://github.com/vispy/vispy) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 620 Β· πŸ“¦ 2K Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 28.04.2025): ``` git clone https://github.com/vispy/vispy ``` -- [PyPi](https://pypi.org/project/vispy) (πŸ“₯ 290K / month Β· πŸ“¦ 170 Β· ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/vispy) (πŸ“₯ 160K / month Β· πŸ“¦ 200 Β· ⏱️ 22.04.2025): ``` pip install vispy ``` -- [Conda](https://anaconda.org/conda-forge/vispy) (πŸ“₯ 630K Β· ⏱️ 04.09.2024): +- [Conda](https://anaconda.org/conda-forge/vispy) (πŸ“₯ 800K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge vispy ``` -- [npm](https://www.npmjs.com/package/vispy) (πŸ“₯ 9 / month Β· πŸ“¦ 3 Β· ⏱️ 15.03.2020): +- [npm](https://www.npmjs.com/package/vispy) (πŸ“₯ 19 / month Β· πŸ“¦ 3 Β· ⏱️ 15.03.2020): ``` npm install vispy ```
-
datashader (πŸ₯ˆ34 Β· ⭐ 3.3K) - Quickly and accurately render even the largest data. BSD-3 - -- [GitHub](https://github.com/holoviz/datashader) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 360 Β· πŸ“¦ 5K Β· πŸ“‹ 580 - 23% open Β· ⏱️ 29.10.2024): - - ``` - git clone https://github.com/holoviz/datashader - ``` -- [PyPi](https://pypi.org/project/datashader) (πŸ“₯ 140K / month Β· πŸ“¦ 200 Β· ⏱️ 04.07.2024): - ``` - pip install datashader - ``` -- [Conda](https://anaconda.org/conda-forge/datashader) (πŸ“₯ 1.2M Β· ⏱️ 08.07.2024): - ``` - conda install -c conda-forge datashader - ``` -
-
Perspective (πŸ₯ˆ33 Β· ⭐ 8.4K) - A data visualization and analytics component, especially.. Apache-2 +
Perspective (πŸ₯ˆ34 Β· ⭐ 9.1K) - A data visualization and analytics component, especially.. Apache-2 -- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 1.2K Β· πŸ“₯ 5.6K Β· πŸ“¦ 150 Β· πŸ“‹ 820 - 12% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.2K Β· πŸ“₯ 11K Β· πŸ“¦ 180 Β· πŸ“‹ 880 - 12% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 22K / month Β· πŸ“¦ 26 Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 21K / month Β· πŸ“¦ 30 Β· ⏱️ 01.05.2025): ``` pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 1.3M Β· ⏱️ 21.09.2024): +- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 2M Β· ⏱️ 07.05.2025): ``` conda install -c conda-forge perspective ``` -- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 3.8K / month Β· πŸ“¦ 6 Β· ⏱️ 22.10.2024): +- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 500 / month Β· πŸ“¦ 6 Β· ⏱️ 01.05.2025): ``` npm install @finos/perspective-jupyterlab ```
-
wordcloud (πŸ₯ˆ32 Β· ⭐ 10K) - A little word cloud generator in Python. MIT +
datashader (πŸ₯ˆ34 Β· ⭐ 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 Β· ⏱️ 15.09.2024): +- [GitHub](https://github.com/holoviz/datashader) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 370 Β· πŸ“¦ 6K Β· πŸ“‹ 600 - 23% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/amueller/word_cloud + git clone https://github.com/holoviz/datashader ``` -- [PyPi](https://pypi.org/project/wordcloud) (πŸ“₯ 1.6M / month Β· πŸ“¦ 530 Β· ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/datashader) (πŸ“₯ 190K / month Β· πŸ“¦ 250 Β· ⏱️ 08.05.2025): ``` - pip install wordcloud + pip install datashader ``` -- [Conda](https://anaconda.org/conda-forge/wordcloud) (πŸ“₯ 550K Β· ⏱️ 16.09.2024): +- [Conda](https://anaconda.org/conda-forge/datashader) (πŸ“₯ 1.4M Β· ⏱️ 08.05.2025): ``` - conda install -c conda-forge wordcloud + conda install -c conda-forge datashader ```
-
lets-plot (πŸ₯ˆ32 Β· ⭐ 1.6K) - Multiplatform plotting library based on the Grammar of Graphics. MIT +
cartopy (πŸ₯ˆ34 Β· ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 -- [GitHub](https://github.com/JetBrains/lets-plot) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 51 Β· πŸ“₯ 1.3K Β· πŸ“¦ 130 Β· πŸ“‹ 620 - 24% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/SciTools/cartopy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 380 Β· πŸ“¦ 7.4K Β· πŸ“‹ 1.3K - 24% open Β· ⏱️ 02.05.2025): ``` - git clone https://github.com/JetBrains/lets-plot + git clone https://github.com/SciTools/cartopy ``` -- [PyPi](https://pypi.org/project/lets-plot) (πŸ“₯ 64K / month Β· πŸ“¦ 13 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/cartopy) (πŸ“₯ 530K / month Β· πŸ“¦ 720 Β· ⏱️ 08.10.2024): ``` - pip install lets-plot + pip install cartopy + ``` +- [Conda](https://anaconda.org/conda-forge/cartopy) (πŸ“₯ 4.8M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge cartopy ```
-
hvPlot (πŸ₯ˆ32 Β· ⭐ 1.1K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 +
UMAP (πŸ₯ˆ33 Β· ⭐ 7.8K) - Uniform Manifold Approximation and Projection. BSD-3 -- [GitHub](https://github.com/holoviz/hvplot) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 110 Β· πŸ“¦ 6K Β· πŸ“‹ 820 - 44% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/lmcinnes/umap) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 820 Β· πŸ“¦ 1 Β· πŸ“‹ 850 - 59% open Β· ⏱️ 02.05.2025): ``` - git clone https://github.com/holoviz/hvplot + git clone https://github.com/lmcinnes/umap ``` -- [PyPi](https://pypi.org/project/hvplot) (πŸ“₯ 220K / month Β· πŸ“¦ 200 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/umap-learn) (πŸ“₯ 1.5M / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.10.2024): ``` - pip install hvplot + pip install umap-learn ``` -- [Conda](https://anaconda.org/conda-forge/hvplot) (πŸ“₯ 660K Β· ⏱️ 17.10.2024): +- [Conda](https://anaconda.org/conda-forge/umap-learn) (πŸ“₯ 3M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge hvplot + conda install -c conda-forge umap-learn ```
-
D-Tale (πŸ₯‰31 Β· ⭐ 4.8K) - Visualizer for pandas data structures. ❗️LGPL-2.1 +
lets-plot (πŸ₯ˆ33 Β· ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT -- [GitHub](https://github.com/man-group/dtale) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 400 Β· πŸ“¦ 1.2K Β· πŸ“‹ 590 - 10% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/JetBrains/lets-plot) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 53 Β· πŸ“₯ 3.2K Β· πŸ“¦ 180 Β· πŸ“‹ 690 - 23% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/man-group/dtale + git clone https://github.com/JetBrains/lets-plot ``` -- [PyPi](https://pypi.org/project/dtale) (πŸ“₯ 130K / month Β· πŸ“¦ 48 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/lets-plot) (πŸ“₯ 49K / month Β· πŸ“¦ 15 Β· ⏱️ 28.03.2025): ``` - pip install dtale + pip install lets-plot + ``` +
+
wordcloud (πŸ₯ˆ32 Β· ⭐ 10K) - A little word cloud generator in Python. MIT + +- [GitHub](https://github.com/amueller/word_cloud) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 2.3K Β· πŸ“¦ 21 Β· πŸ“‹ 560 - 24% open Β· ⏱️ 12.04.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (πŸ“₯ 350K Β· ⏱️ 25.10.2024): + git clone https://github.com/amueller/word_cloud ``` - conda install -c conda-forge dtale +- [PyPi](https://pypi.org/project/wordcloud) (πŸ“₯ 1.8M / month Β· πŸ“¦ 550 Β· ⏱️ 10.11.2024): + ``` + pip install wordcloud + ``` +- [Conda](https://anaconda.org/conda-forge/wordcloud) (πŸ“₯ 660K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge wordcloud ```
-
mpld3 (πŸ₯‰30 Β· ⭐ 2.4K) - An interactive data visualization tool which brings matplotlib graphics to.. BSD-3 +
hvPlot (πŸ₯ˆ32 Β· ⭐ 1.2K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 -- [GitHub](https://github.com/mpld3/mpld3) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 360 Β· πŸ“¦ 6.6K Β· πŸ“‹ 360 - 59% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/holoviz/hvplot) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 110 Β· πŸ“¦ 7K Β· πŸ“‹ 880 - 43% open Β· ⏱️ 05.05.2025): + + ``` + git clone https://github.com/holoviz/hvplot + ``` +- [PyPi](https://pypi.org/project/hvplot) (πŸ“₯ 200K / month Β· πŸ“¦ 240 Β· ⏱️ 30.04.2025): + ``` + pip install hvplot + ``` +- [Conda](https://anaconda.org/conda-forge/hvplot) (πŸ“₯ 760K Β· ⏱️ 01.05.2025): + ``` + conda install -c conda-forge hvplot + ``` +
+
mpld3 (πŸ₯‰31 Β· ⭐ 2.4K Β· πŸ’€) - An interactive data visualization tool which brings matplotlib.. BSD-3 + +- [GitHub](https://github.com/mpld3/mpld3) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 360 Β· πŸ“¦ 7.4K Β· πŸ“‹ 370 - 59% open Β· ⏱️ 30.10.2024): ``` git clone https://github.com/mpld3/mpld3 ``` -- [PyPi](https://pypi.org/project/mpld3) (πŸ“₯ 340K / month Β· πŸ“¦ 150 Β· ⏱️ 23.12.2023): +- [PyPi](https://pypi.org/project/mpld3) (πŸ“₯ 310K / month Β· πŸ“¦ 150 Β· ⏱️ 23.12.2023): ``` pip install mpld3 ``` -- [Conda](https://anaconda.org/conda-forge/mpld3) (πŸ“₯ 210K Β· ⏱️ 23.12.2023): +- [Conda](https://anaconda.org/conda-forge/mpld3) (πŸ“₯ 230K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mpld3 ``` -- [npm](https://www.npmjs.com/package/mpld3) (πŸ“₯ 850 / month Β· πŸ“¦ 9 Β· ⏱️ 23.12.2023): +- [npm](https://www.npmjs.com/package/mpld3) (πŸ“₯ 1K / month Β· πŸ“¦ 9 Β· ⏱️ 23.12.2023): ``` npm install mpld3 ```
-
bqplot (πŸ₯‰29 Β· ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2 +
D-Tale (πŸ₯‰30 Β· ⭐ 4.9K) - Visualizer for pandas data structures. ❗️LGPL-2.1 + +- [GitHub](https://github.com/man-group/dtale) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 420 Β· πŸ“¦ 1.5K Β· πŸ“‹ 600 - 10% open Β· ⏱️ 20.03.2025): + + ``` + git clone https://github.com/man-group/dtale + ``` +- [PyPi](https://pypi.org/project/dtale) (πŸ“₯ 170K / month Β· πŸ“¦ 53 Β· ⏱️ 20.03.2025): + ``` + pip install dtale + ``` +- [Conda](https://anaconda.org/conda-forge/dtale) (πŸ“₯ 420K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dtale + ``` +
+
bqplot (πŸ₯‰30 Β· ⭐ 3.7K Β· πŸ’€) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 460 Β· πŸ“¦ 59 Β· πŸ“‹ 630 - 41% open Β· ⏱️ 22.10.2024): +- [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) (πŸ“₯ 190K / month Β· πŸ“¦ 99 Β· ⏱️ 25.03.2024): +- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 200K / month Β· πŸ“¦ 110 Β· ⏱️ 24.12.2024): ``` pip install bqplot ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (πŸ“₯ 1.4M Β· ⏱️ 19.02.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.6K / month Β· πŸ“¦ 21 Β· ⏱️ 25.03.2024): +- [npm](https://www.npmjs.com/package/bqplot) (πŸ“₯ 1.9K / month Β· πŸ“¦ 21 Β· ⏱️ 24.12.2024): ``` npm install bqplot ```
-
openTSNE (πŸ₯‰28 Β· ⭐ 1.5K) - Extensible, parallel implementations of t-SNE. BSD-3 +
HyperTools (πŸ₯‰27 Β· ⭐ 1.8K Β· πŸ“ˆ) - A Python toolbox for gaining geometric insights into high-.. MIT -- [GitHub](https://github.com/pavlin-policar/openTSNE) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 160 Β· πŸ“¦ 900 Β· πŸ“‹ 140 - 3% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/ContextLab/hypertools) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 160 Β· πŸ“₯ 71 Β· πŸ“¦ 500 Β· πŸ“‹ 200 - 34% open Β· ⏱️ 24.04.2025): ``` - git clone https://github.com/pavlin-policar/openTSNE - ``` -- [PyPi](https://pypi.org/project/opentsne) (πŸ“₯ 39K / month Β· πŸ“¦ 47 Β· ⏱️ 13.08.2024): - ``` - pip install opentsne + git clone https://github.com/ContextLab/hypertools ``` -- [Conda](https://anaconda.org/conda-forge/opentsne) (πŸ“₯ 330K Β· ⏱️ 13.09.2024): +- [PyPi](https://pypi.org/project/hypertools) (πŸ“₯ 610 / month Β· πŸ“¦ 2 Β· ⏱️ 12.02.2022): ``` - conda install -c conda-forge opentsne + pip install hypertools ```
-
Chartify (πŸ₯‰27 Β· ⭐ 3.5K) - Python library that makes it easy for data scientists to create.. Apache-2 +
AutoViz (πŸ₯‰27 Β· ⭐ 1.8K Β· πŸ’€) - Automatically Visualize any dataset, any size with a single line.. Apache-2 -- [GitHub](https://github.com/spotify/chartify) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 320 Β· πŸ“¦ 80 Β· πŸ“‹ 83 - 61% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/AutoViML/AutoViz) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 200 Β· πŸ“¦ 860 Β· πŸ“‹ 98 - 2% open Β· ⏱️ 10.06.2024): ``` - git clone https://github.com/spotify/chartify + git clone https://github.com/AutoViML/AutoViz ``` -- [PyPi](https://pypi.org/project/chartify) (πŸ“₯ 4.1K / month Β· πŸ“¦ 9 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/autoviz) (πŸ“₯ 17K / month Β· πŸ“¦ 11 Β· ⏱️ 10.06.2024): ``` - pip install chartify + pip install autoviz ``` -- [Conda](https://anaconda.org/conda-forge/chartify) (πŸ“₯ 34K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/autoviz) (πŸ“₯ 84K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge chartify + conda install -c conda-forge autoviz ```
-
Sweetviz (πŸ₯‰27 Β· ⭐ 2.9K Β· πŸ’€) - Visualize and compare datasets, target values and associations, with.. MIT +
openTSNE (πŸ₯‰27 Β· ⭐ 1.5K Β· πŸ’€) - Extensible, parallel implementations of t-SNE. BSD-3 -- [GitHub](https://github.com/fbdesignpro/sweetviz) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 280 Β· πŸ“¦ 2.6K Β· πŸ“‹ 140 - 31% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/pavlin-policar/openTSNE) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 170 Β· πŸ“¦ 1.1K Β· πŸ“‹ 140 - 7% open Β· ⏱️ 24.10.2024): ``` - git clone https://github.com/fbdesignpro/sweetviz + git clone https://github.com/pavlin-policar/openTSNE ``` -- [PyPi](https://pypi.org/project/sweetviz) (πŸ“₯ 73K / month Β· πŸ“¦ 30 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/opentsne) (πŸ“₯ 42K / month Β· πŸ“¦ 47 Β· ⏱️ 13.08.2024): ``` - pip install sweetviz + pip install opentsne ``` -- [Conda](https://anaconda.org/conda-forge/sweetviz) (πŸ“₯ 35K Β· ⏱️ 04.12.2023): +- [Conda](https://anaconda.org/conda-forge/opentsne) (πŸ“₯ 430K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge sweetviz + conda install -c conda-forge opentsne ```
-
HyperTools (πŸ₯‰26 Β· ⭐ 1.8K Β· πŸ’€) - A Python toolbox for gaining geometric insights into high-.. MIT +
Plotly-Resampler (πŸ₯‰27 Β· ⭐ 1.1K) - Visualize large time series data with plotly.py. MIT -- [GitHub](https://github.com/ContextLab/hypertools) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 160 Β· πŸ“₯ 52 Β· πŸ“¦ 490 Β· πŸ“‹ 200 - 34% open Β· ⏱️ 19.03.2024): +- [GitHub](https://github.com/predict-idlab/plotly-resampler) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 72 Β· πŸ“¦ 1.9K Β· πŸ“‹ 180 - 32% open Β· ⏱️ 07.04.2025): ``` - git clone https://github.com/ContextLab/hypertools + git clone https://github.com/predict-idlab/plotly-resampler ``` -- [PyPi](https://pypi.org/project/hypertools) (πŸ“₯ 2.2K / month Β· πŸ“¦ 2 Β· ⏱️ 12.02.2022): +- [PyPi](https://pypi.org/project/plotly-resampler) (πŸ“₯ 480K / month Β· πŸ“¦ 31 Β· ⏱️ 07.04.2025): ``` - pip install hypertools + pip install plotly-resampler + ``` +- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge plotly-resampler ```
-
AutoViz (πŸ₯‰26 Β· ⭐ 1.7K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2 +
Chartify (πŸ₯‰25 Β· ⭐ 3.6K Β· πŸ’€) - Python library that makes it easy for data scientists to create.. Apache-2 -- [GitHub](https://github.com/AutoViML/AutoViz) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 200 Β· πŸ“¦ 780 Β· πŸ“‹ 94 - 3% open Β· ⏱️ 10.06.2024): +- [GitHub](https://github.com/spotify/chartify) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 320 Β· πŸ“¦ 82 Β· πŸ“‹ 83 - 61% open Β· ⏱️ 16.10.2024): ``` - git clone https://github.com/AutoViML/AutoViz + git clone https://github.com/spotify/chartify ``` -- [PyPi](https://pypi.org/project/autoviz) (πŸ“₯ 43K / month Β· πŸ“¦ 11 Β· ⏱️ 10.06.2024): +- [PyPi](https://pypi.org/project/chartify) (πŸ“₯ 1.7K / month Β· πŸ“¦ 9 Β· ⏱️ 16.10.2024): ``` - pip install autoviz + pip install chartify ``` -- [Conda](https://anaconda.org/conda-forge/autoviz) (πŸ“₯ 67K Β· ⏱️ 26.04.2024): +- [Conda](https://anaconda.org/conda-forge/chartify) (πŸ“₯ 37K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge autoviz + conda install -c conda-forge chartify ```
-
data-validation (πŸ₯‰26 Β· ⭐ 760) - Library for exploring and validating machine learning.. Apache-2 +
data-validation (πŸ₯‰25 Β· ⭐ 770) - Library for exploring and validating machine learning.. Apache-2 -- [GitHub](https://github.com/tensorflow/data-validation) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 170 Β· πŸ“₯ 880 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/tensorflow/data-validation) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 180 Β· πŸ“₯ 980 Β· πŸ“‹ 190 - 20% open Β· ⏱️ 01.05.2025): ``` git clone https://github.com/tensorflow/data-validation ``` -- [PyPi](https://pypi.org/project/tensorflow-data-validation) (πŸ“₯ 170K / month Β· πŸ“¦ 31 Β· ⏱️ 15.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-data-validation) (πŸ“₯ 130K / month Β· πŸ“¦ 31 Β· ⏱️ 15.10.2024): ``` pip install tensorflow-data-validation ```
-
Plotly-Resampler (πŸ₯‰25 Β· ⭐ 1K) - Visualize large time series data with plotly.py. MIT +
python-ternary (πŸ₯‰25 Β· ⭐ 760 Β· πŸ’€) - Ternary plotting library for python with matplotlib. MIT -- [GitHub](https://github.com/predict-idlab/plotly-resampler) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 67 Β· πŸ“¦ 1.5K Β· πŸ“‹ 170 - 30% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/marcharper/python-ternary) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“₯ 36 Β· πŸ“¦ 220 Β· πŸ“‹ 140 - 24% open Β· ⏱️ 12.06.2024): ``` - git clone https://github.com/predict-idlab/plotly-resampler + git clone https://github.com/marcharper/python-ternary ``` -- [PyPi](https://pypi.org/project/plotly-resampler) (πŸ“₯ 370K / month Β· πŸ“¦ 24 Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/python-ternary) (πŸ“₯ 17K / month Β· πŸ“¦ 32 Β· ⏱️ 17.02.2021): ``` - pip install plotly-resampler + pip install python-ternary ``` -- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (πŸ“₯ 73K Β· ⏱️ 29.03.2024): +- [Conda](https://anaconda.org/conda-forge/python-ternary) (πŸ“₯ 100K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge plotly-resampler + conda install -c conda-forge python-ternary ```
-
python-ternary (πŸ₯‰24 Β· ⭐ 730) - Ternary plotting library for python with matplotlib. MIT +
PyWaffle (πŸ₯‰22 Β· ⭐ 600 Β· πŸ’€) - Make Waffle Charts in Python. MIT -- [GitHub](https://github.com/marcharper/python-ternary) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“₯ 32 Β· πŸ“¦ 190 Β· πŸ“‹ 140 - 24% open Β· ⏱️ 12.06.2024): +- [GitHub](https://github.com/gyli/PyWaffle) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 110 Β· πŸ“¦ 520 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 16.06.2024): ``` - git clone https://github.com/marcharper/python-ternary + git clone https://github.com/gyli/PyWaffle ``` -- [PyPi](https://pypi.org/project/python-ternary) (πŸ“₯ 21K / month Β· πŸ“¦ 32 Β· ⏱️ 17.02.2021): +- [PyPi](https://pypi.org/project/pywaffle) (πŸ“₯ 15K / month Β· πŸ“¦ 6 Β· ⏱️ 16.06.2024): ``` - pip install python-ternary + pip install pywaffle ``` -- [Conda](https://anaconda.org/conda-forge/python-ternary) (πŸ“₯ 91K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pywaffle) (πŸ“₯ 16K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge python-ternary + conda install -c conda-forge pywaffle ```
-
vega (πŸ₯‰24 Β· ⭐ 370) - 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.10.2024): +- [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) (πŸ“₯ 11K / month Β· πŸ“¦ 17 Β· ⏱️ 25.09.2024): +- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 18K / month Β· πŸ“¦ 17 Β· ⏱️ 25.09.2024): ``` pip install vega ``` -- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 660K Β· ⏱️ 25.09.2024): +- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 730K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge vega ```
-
ivis (πŸ₯‰24 Β· ⭐ 330) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +
Popmon (πŸ₯‰21 Β· ⭐ 500) - Monitor the stability of a Pandas or Spark dataframe. MIT -- [GitHub](https://github.com/beringresearch/ivis) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“¦ 36 Β· πŸ“‹ 60 - 5% open Β· ⏱️ 29.09.2024): +- [GitHub](https://github.com/ing-bank/popmon) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 36 Β· πŸ“₯ 260 Β· πŸ“¦ 22 Β· πŸ“‹ 57 - 28% open Β· ⏱️ 24.01.2025): ``` - git clone https://github.com/beringresearch/ivis + git clone https://github.com/ing-bank/popmon ``` -- [PyPi](https://pypi.org/project/ivis) (πŸ“₯ 2.5K / month Β· πŸ“¦ 2 Β· ⏱️ 13.06.2024): +- [PyPi](https://pypi.org/project/popmon) (πŸ“₯ 9.8K / month Β· πŸ“¦ 4 Β· ⏱️ 24.01.2025): ``` - pip install ivis + pip install popmon ```
-
Multicore-TSNE (πŸ₯‰23 Β· ⭐ 1.9K Β· πŸ’€) - Parallel t-SNE implementation with Python and Torch.. BSD-3 +
vegafusion (πŸ₯‰20 Β· ⭐ 350) - Serverside scaling for Vega and Altair visualizations. BSD-3 -- [GitHub](https://github.com/DmitryUlyanov/Multicore-TSNE) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 230 Β· πŸ“¦ 470 Β· πŸ“‹ 69 - 65% open Β· ⏱️ 06.02.2024): +- [GitHub](https://github.com/vega/vegafusion) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 20 Β· πŸ“₯ 13K Β· πŸ“‹ 140 - 36% open Β· ⏱️ 23.02.2025): ``` - git clone https://github.com/DmitryUlyanov/Multicore-TSNE - ``` -- [PyPi](https://pypi.org/project/MulticoreTSNE) (πŸ“₯ 1.9K / month Β· πŸ“¦ 22 Β· ⏱️ 09.01.2019): - ``` - pip install MulticoreTSNE - ``` -- [Conda](https://anaconda.org/conda-forge/multicore-tsne) (πŸ“₯ 53K Β· ⏱️ 11.10.2023): + git clone https://github.com/vegafusion/vegafusion ``` - conda install -c conda-forge multicore-tsne +- [PyPi](https://pypi.org/project/vegafusion-jupyter) (πŸ“₯ 2.3K / month Β· πŸ“¦ 2 Β· ⏱️ 09.05.2024): ``` -
-
PyWaffle (πŸ₯‰22 Β· ⭐ 580) - Make Waffle Charts in Python. MIT - -- [GitHub](https://github.com/gyli/PyWaffle) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 100 Β· πŸ“¦ 410 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 16.06.2024): - - ``` - git clone https://github.com/gyli/PyWaffle + pip install vegafusion-jupyter ``` -- [PyPi](https://pypi.org/project/pywaffle) (πŸ“₯ 9.8K / month Β· πŸ“¦ 6 Β· ⏱️ 16.06.2024): +- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (πŸ“₯ 430K Β· ⏱️ 22.04.2025): ``` - pip install pywaffle + conda install -c conda-forge vegafusion-python-embed ``` -- [Conda](https://anaconda.org/conda-forge/pywaffle) (πŸ“₯ 14K Β· ⏱️ 16.06.2023): +- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (πŸ“₯ 120 / month Β· πŸ“¦ 3 Β· ⏱️ 09.05.2024): ``` - conda install -c conda-forge pywaffle + npm install vegafusion-jupyter ```
-
animatplot (πŸ₯‰21 Β· ⭐ 410) - A python package for animating plots build on matplotlib. MIT +
animatplot (πŸ₯‰19 Β· ⭐ 420 Β· πŸ’€) - A python package for animating plots build on matplotlib. MIT -- [GitHub](https://github.com/t-makaro/animatplot) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 38 Β· πŸ“¦ 60 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 29.08.2024): +- [GitHub](https://github.com/t-makaro/animatplot) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 38 Β· πŸ“¦ 76 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 29.08.2024): ``` git clone https://github.com/t-makaro/animatplot ``` -- [PyPi](https://pypi.org/project/animatplot) (πŸ“₯ 2.6K / month Β· πŸ“¦ 4 Β· ⏱️ 29.08.2024): +- [PyPi](https://pypi.org/project/animatplot) (πŸ“₯ 330 / month Β· πŸ“¦ 4 Β· ⏱️ 29.08.2024): ``` pip install animatplot ``` -- [Conda](https://anaconda.org/conda-forge/animatplot) (πŸ“₯ 15K Β· ⏱️ 01.09.2024): +- [Conda](https://anaconda.org/conda-forge/animatplot) (πŸ“₯ 17K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge animatplot ```
-
vegafusion (πŸ₯‰20 Β· ⭐ 320) - Serverside scaling for Vega and Altair visualizations. BSD-3 +
ivis (πŸ₯‰19 Β· ⭐ 330 Β· πŸ’€) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 -- [GitHub](https://github.com/vega/vegafusion) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 18 Β· πŸ“₯ 7.7K Β· πŸ“‹ 140 - 36% open Β· ⏱️ 14.08.2024): +- [GitHub](https://github.com/beringresearch/ivis) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“¦ 38 Β· πŸ“‹ 60 - 5% open Β· ⏱️ 29.09.2024): ``` - git clone https://github.com/vegafusion/vegafusion - ``` -- [PyPi](https://pypi.org/project/vegafusion-jupyter) (πŸ“₯ 4.1K / month Β· πŸ“¦ 2 Β· ⏱️ 09.05.2024): - ``` - pip install vegafusion-jupyter - ``` -- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (πŸ“₯ 260K Β· ⏱️ 31.10.2024): - ``` - conda install -c conda-forge vegafusion-python-embed + git clone https://github.com/beringresearch/ivis ``` -- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (πŸ“₯ 180 / month Β· πŸ“¦ 3 Β· ⏱️ 09.05.2024): +- [PyPi](https://pypi.org/project/ivis) (πŸ“₯ 1.4K / month Β· πŸ“¦ 2 Β· ⏱️ 13.06.2024): ``` - npm install vegafusion-jupyter + pip install ivis ```
-
Show 15 hidden projects... +
Show 17 hidden projects... -- missingno (πŸ₯‰29 Β· ⭐ 3.9K Β· πŸ’€) - Missing data visualization module for Python. MIT -- Cufflinks (πŸ₯‰29 Β· ⭐ 3K Β· πŸ’€) - Productivity Tools for Plotly + Pandas. MIT -- Facets Overview (πŸ₯‰28 Β· ⭐ 7.4K Β· πŸ’€) - Visualizations for machine learning datasets. Apache-2 -- pythreejs (πŸ₯‰28 Β· ⭐ 950 Β· πŸ’€) - A Jupyter - Three.js bridge. BSD-3 -- HiPlot (πŸ₯‰25 Β· ⭐ 2.7K Β· πŸ’€) - HiPlot makes understanding high dimensional data easy. MIT -- PandasGUI (πŸ₯‰23 Β· ⭐ 3.2K Β· πŸ’€) - A GUI for Pandas DataFrames. ❗️MIT-0 -- Pandas-Bokeh (πŸ₯‰23 Β· ⭐ 880 Β· πŸ’€) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT -- pivottablejs (πŸ₯‰22 Β· ⭐ 690 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT -- PDPbox (πŸ₯‰21 Β· ⭐ 840 Β· πŸ’€) - python partial dependence plot toolbox. MIT -- joypy (πŸ₯‰21 Β· ⭐ 560 Β· πŸ’€) - Joyplots in Python with matplotlib & pandas. MIT -- Popmon (πŸ₯‰21 Β· ⭐ 500 Β· πŸ’€) - Monitor the stability of a Pandas or Spark dataframe. MIT -- pdvega (πŸ₯‰17 Β· ⭐ 340 Β· πŸ’€) - Interactive plotting for Pandas using Vega-Lite. 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 +- 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 Β· ⭐ 880 Β· πŸ’€) - 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 Β· ⭐ 850 Β· πŸ’€) - 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 Β· ⭐ 32 Β· πŸ’€) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 +- nptsne (πŸ₯‰13 Β· ⭐ 33 Β· πŸ’€) - nptsne is a numpy compatible python binary package that offers a.. Apache-2

@@ -1437,756 +1338,712 @@ _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 Β· ⭐ 130K) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +
transformers (πŸ₯‡54 Β· ⭐ 140K) - Transformers: State-of-the-art Machine Learning for.. Apache-2 -- [GitHub](https://github.com/huggingface/transformers) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 27K Β· πŸ“¦ 230K Β· πŸ“‹ 17K - 8% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/huggingface/transformers) (πŸ‘¨β€πŸ’» 3.2K Β· πŸ”€ 29K Β· πŸ“¦ 360K Β· πŸ“‹ 18K - 9% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/huggingface/transformers ``` -- [PyPi](https://pypi.org/project/transformers) (πŸ“₯ 45M / month Β· πŸ“¦ 6.6K Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/transformers) (πŸ“₯ 63M / month Β· πŸ“¦ 8.5K Β· ⏱️ 14.04.2025): ``` pip install transformers ``` -- [Conda](https://anaconda.org/conda-forge/transformers) (πŸ“₯ 2.2M Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/transformers) (πŸ“₯ 2.8M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge transformers ```
-
spaCy (πŸ₯‡45 Β· ⭐ 30K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT - -- [GitHub](https://github.com/explosion/spaCy) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 4.4K Β· πŸ“₯ 400 Β· πŸ“¦ 100K Β· πŸ“‹ 5.7K - 2% open Β· ⏱️ 23.10.2024): - - ``` - git clone https://github.com/explosion/spaCy - ``` -- [PyPi](https://pypi.org/project/spacy) (πŸ“₯ 14M / month Β· πŸ“¦ 2.7K Β· ⏱️ 01.10.2024): - ``` - pip install spacy - ``` -- [Conda](https://anaconda.org/conda-forge/spacy) (πŸ“₯ 4.4M Β· ⏱️ 22.09.2024): - ``` - conda install -c conda-forge spacy - ``` -
nltk (πŸ₯‡45 Β· ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 -- [GitHub](https://github.com/nltk/nltk) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 2.9K Β· πŸ“¦ 320K Β· πŸ“‹ 1.8K - 15% open Β· ⏱️ 25.09.2024): +- [GitHub](https://github.com/nltk/nltk) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.9K Β· πŸ“¦ 390K Β· πŸ“‹ 1.9K - 14% open Β· ⏱️ 02.05.2025): ``` git clone https://github.com/nltk/nltk ``` -- [PyPi](https://pypi.org/project/nltk) (πŸ“₯ 22M / month Β· πŸ“¦ 4.7K Β· ⏱️ 18.08.2024): +- [PyPi](https://pypi.org/project/nltk) (πŸ“₯ 33M / month Β· πŸ“¦ 4.7K Β· ⏱️ 18.08.2024): ``` pip install nltk ``` -- [Conda](https://anaconda.org/conda-forge/nltk) (πŸ“₯ 2.8M Β· ⏱️ 18.08.2024): +- [Conda](https://anaconda.org/conda-forge/nltk) (πŸ“₯ 3.2M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge nltk ```
-
litellm (πŸ₯‡43 Β· ⭐ 13K Β· πŸ“ˆ) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +
litellm (πŸ₯‡44 Β· ⭐ 22K Β· πŸ“ˆ) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s -- [GitHub](https://github.com/BerriAI/litellm) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.6K Β· πŸ“₯ 350 Β· πŸ“¦ 4.2K Β· πŸ“‹ 3.6K - 19% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/BerriAI/litellm) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 2.8K Β· πŸ“₯ 670 Β· πŸ“¦ 12K Β· πŸ“‹ 5.6K - 25% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/BerriAI/litellm ``` -- [PyPi](https://pypi.org/project/litellm) (πŸ“₯ 3.1M / month Β· πŸ“¦ 480 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/litellm) (πŸ“₯ 8M / month Β· πŸ“¦ 1.1K Β· ⏱️ 07.05.2025): ``` pip install litellm ```
-
sentence-transformers (πŸ₯‡41 Β· ⭐ 15K) - State-of-the-Art Text Embeddings. Apache-2 +
spaCy (πŸ₯‡43 Β· ⭐ 32K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT -- [GitHub](https://github.com/UKPLab/sentence-transformers) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.5K Β· πŸ“¦ 53K Β· πŸ“‹ 2.2K - 53% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/explosion/spaCy) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 4.5K Β· πŸ“₯ 2.4K Β· πŸ“¦ 130K Β· πŸ“‹ 5.7K - 3% open Β· ⏱️ 11.04.2025): ``` - git clone https://github.com/UKPLab/sentence-transformers + git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/sentence-transformers) (πŸ“₯ 6M / month Β· πŸ“¦ 1.7K Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/spacy) (πŸ“₯ 19M / month Β· πŸ“¦ 3.1K Β· ⏱️ 01.04.2025): ``` - pip install sentence-transformers + pip install spacy ``` -- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (πŸ“₯ 430K Β· ⏱️ 21.10.2024): +- [Conda](https://anaconda.org/conda-forge/spacy) (πŸ“₯ 5.8M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge sentence-transformers + conda install -c conda-forge spacy ```
-
Tokenizers (πŸ₯‡40 Β· ⭐ 9K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +
sentence-transformers (πŸ₯‡43 Β· ⭐ 17K) - State-of-the-Art Text Embeddings. Apache-2 -- [GitHub](https://github.com/huggingface/tokenizers) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 790 Β· πŸ“₯ 66 Β· πŸ“¦ 110K Β· πŸ“‹ 1K - 5% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/UKPLab/sentence-transformers) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.6K Β· πŸ“¦ 100K Β· πŸ“‹ 2.4K - 52% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/huggingface/tokenizers + git clone https://github.com/UKPLab/sentence-transformers ``` -- [PyPi](https://pypi.org/project/tokenizers) (πŸ“₯ 32M / month Β· πŸ“¦ 1K Β· ⏱️ 10.10.2024): +- [PyPi](https://pypi.org/project/sentence-transformers) (πŸ“₯ 9.1M / month Β· πŸ“¦ 2.4K Β· ⏱️ 15.04.2025): ``` - pip install tokenizers + pip install sentence-transformers ``` -- [Conda](https://anaconda.org/conda-forge/tokenizers) (πŸ“₯ 2.2M Β· ⏱️ 10.10.2024): +- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (πŸ“₯ 690K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge tokenizers + conda install -c conda-forge sentence-transformers ```
-
gensim (πŸ₯‡39 Β· ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 +
flair (πŸ₯‡40 Β· ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT -- [GitHub](https://github.com/piskvorky/gensim) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 4.4K Β· πŸ“₯ 4.9K Β· πŸ“¦ 66K Β· πŸ“‹ 1.8K - 20% open Β· ⏱️ 10.08.2024): +- [GitHub](https://github.com/flairNLP/flair) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.1K Β· πŸ“¦ 4K Β· πŸ“‹ 2.4K - 3% open Β· ⏱️ 27.04.2025): ``` - git clone https://github.com/RaRe-Technologies/gensim + git clone https://github.com/flairNLP/flair ``` -- [PyPi](https://pypi.org/project/gensim) (πŸ“₯ 4.4M / month Β· πŸ“¦ 1.4K Β· ⏱️ 19.07.2024): +- [PyPi](https://pypi.org/project/flair) (πŸ“₯ 94K / month Β· πŸ“¦ 150 Β· ⏱️ 05.02.2025): ``` - pip install gensim + pip install flair ``` -- [Conda](https://anaconda.org/conda-forge/gensim) (πŸ“₯ 1.4M Β· ⏱️ 03.09.2024): +- [Conda](https://anaconda.org/conda-forge/python-flair) (πŸ“₯ 42K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge gensim + conda install -c conda-forge python-flair ```
-
Rasa (πŸ₯‡38 Β· ⭐ 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) (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 4.6K Β· πŸ“¦ 4.5K Β· πŸ“‹ 6.8K - 1% open Β· ⏱️ 21.03.2024): +- [GitHub](https://github.com/RasaHQ/rasa) (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 4.8K Β· πŸ“¦ 5.2K Β· πŸ“‹ 6.8K - 2% open Β· ⏱️ 14.01.2025): ``` git clone https://github.com/RasaHQ/rasa ``` -- [PyPi](https://pypi.org/project/rasa) (πŸ“₯ 180K / month Β· πŸ“¦ 60 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/rasa) (πŸ“₯ 180K / month Β· πŸ“¦ 60 Β· ⏱️ 14.01.2025): ``` pip install rasa ```
-
flair (πŸ₯‡38 Β· ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT +
Tokenizers (πŸ₯‡39 Β· ⭐ 9.7K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- [GitHub](https://github.com/flairNLP/flair) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 2.1K Β· πŸ“¦ 3.6K Β· πŸ“‹ 2.3K - 4% open Β· ⏱️ 11.10.2024): +- [GitHub](https://github.com/huggingface/tokenizers) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 870 Β· πŸ“₯ 74 Β· πŸ“¦ 170K Β· πŸ“‹ 1.1K - 7% open Β· ⏱️ 18.03.2025): ``` - git clone https://github.com/flairNLP/flair + git clone https://github.com/huggingface/tokenizers ``` -- [PyPi](https://pypi.org/project/flair) (πŸ“₯ 110K / month Β· πŸ“¦ 140 Β· ⏱️ 25.07.2024): +- [PyPi](https://pypi.org/project/tokenizers) (πŸ“₯ 53M / month Β· πŸ“¦ 1.3K Β· ⏱️ 13.03.2025): ``` - pip install flair + pip install tokenizers ``` -- [Conda](https://anaconda.org/conda-forge/python-flair) (πŸ“₯ 33K Β· ⏱️ 05.01.2024): +- [Conda](https://anaconda.org/conda-forge/tokenizers) (πŸ“₯ 2.9M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge python-flair + conda install -c conda-forge tokenizers ```
-
sentencepiece (πŸ₯‡37 Β· ⭐ 10K Β· πŸ“‰) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +
haystack (πŸ₯‡38 Β· ⭐ 21K) - AI orchestration framework to build customizable, production-ready.. Apache-2 -- [GitHub](https://github.com/google/sentencepiece) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 1.2K Β· πŸ“₯ 45K Β· πŸ“¦ 81K Β· πŸ“‹ 750 - 4% open Β· ⏱️ 18.08.2024): +- [GitHub](https://github.com/deepset-ai/haystack) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.1K Β· πŸ“¦ 1.1K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/google/sentencepiece - ``` -- [PyPi](https://pypi.org/project/sentencepiece) (πŸ“₯ 24M / month Β· πŸ“¦ 1.7K Β· ⏱️ 19.02.2024): - ``` - pip install sentencepiece + git clone https://github.com/deepset-ai/haystack ``` -- [Conda](https://anaconda.org/conda-forge/sentencepiece) (πŸ“₯ 1.1M Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/haystack) (πŸ“₯ 6.4K / month Β· πŸ“¦ 5 Β· ⏱️ 15.12.2021): ``` - conda install -c conda-forge sentencepiece + pip install haystack ```
-
fairseq (πŸ₯‡36 Β· ⭐ 30K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT +
gensim (πŸ₯‡38 Β· ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- [GitHub](https://github.com/facebookresearch/fairseq) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 6.4K Β· πŸ“₯ 360 Β· πŸ“¦ 3.7K Β· πŸ“‹ 4.3K - 29% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/piskvorky/gensim) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 4.4K Β· πŸ“₯ 6K Β· πŸ“¦ 75K Β· πŸ“‹ 1.9K - 21% open Β· ⏱️ 14.02.2025): ``` - git clone https://github.com/facebookresearch/fairseq + git clone https://github.com/RaRe-Technologies/gensim ``` -- [PyPi](https://pypi.org/project/fairseq) (πŸ“₯ 140K / month Β· πŸ“¦ 120 Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/gensim) (πŸ“₯ 4.7M / month Β· πŸ“¦ 1.4K Β· ⏱️ 19.07.2024): ``` - pip install fairseq + pip install gensim ``` -- [Conda](https://anaconda.org/conda-forge/fairseq) (πŸ“₯ 99K Β· ⏱️ 31.10.2024): +- [Conda](https://anaconda.org/conda-forge/gensim) (πŸ“₯ 1.6M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge fairseq + conda install -c conda-forge gensim ```
-
NeMo (πŸ₯‡36 Β· ⭐ 12K) - 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) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.5K Β· πŸ“₯ 290K Β· πŸ“¦ 21 Β· πŸ“‹ 2.4K - 7% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/gunthercox/ChatterBot) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 4.5K Β· πŸ“¦ 6.3K Β· πŸ“‹ 1.7K - 8% open Β· ⏱️ 27.04.2025): ``` - git clone https://github.com/NVIDIA/NeMo + git clone https://github.com/gunthercox/ChatterBot ``` -- [PyPi](https://pypi.org/project/nemo-toolkit) (πŸ“₯ 100K / month Β· πŸ“¦ 13 Β· ⏱️ 15.08.2024): +- [PyPi](https://pypi.org/project/chatterbot) (πŸ“₯ 31K / month Β· πŸ“¦ 18 Β· ⏱️ 05.04.2025): ``` - pip install nemo-toolkit + pip install chatterbot ```
-
TextBlob (πŸ₯‡36 Β· ⭐ 9.1K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT +
NeMo (πŸ₯‡38 Β· ⭐ 14K) - A scalable generative AI framework built for researchers and.. Apache-2 -- [GitHub](https://github.com/sloria/TextBlob) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 1.1K Β· πŸ“₯ 120 Β· πŸ“¦ 44K Β· πŸ“‹ 280 - 39% open Β· ⏱️ 07.08.2024): +- [GitHub](https://github.com/NVIDIA/NeMo) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 2.8K Β· πŸ“₯ 360K Β· πŸ“¦ 21 Β· πŸ“‹ 2.7K - 6% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/sloria/TextBlob - ``` -- [PyPi](https://pypi.org/project/textblob) (πŸ“₯ 1.3M / month Β· πŸ“¦ 390 Β· ⏱️ 15.02.2024): - ``` - pip install textblob + git clone https://github.com/NVIDIA/NeMo ``` -- [Conda](https://anaconda.org/conda-forge/textblob) (πŸ“₯ 270K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/nemo-toolkit) (πŸ“₯ 240K / month Β· πŸ“¦ 14 Β· ⏱️ 21.04.2025): ``` - conda install -c conda-forge textblob + pip install nemo-toolkit ```
-
spark-nlp (πŸ₯‡36 Β· ⭐ 3.9K Β· πŸ“ˆ) - State of the Art Natural Language Processing. Apache-2 +
sentencepiece (πŸ₯‡38 Β· ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 710 Β· πŸ“¦ 510 Β· πŸ“‹ 890 - 3% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/google/sentencepiece) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 1.2K Β· πŸ“₯ 56K Β· πŸ“¦ 110K Β· πŸ“‹ 780 - 6% open Β· ⏱️ 26.02.2025): ``` - git clone https://github.com/JohnSnowLabs/spark-nlp + git clone https://github.com/google/sentencepiece ``` -- [PyPi](https://pypi.org/project/spark-nlp) (πŸ“₯ 3.6M / month Β· πŸ“¦ 37 Β· ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/sentencepiece) (πŸ“₯ 28M / month Β· πŸ“¦ 1.7K Β· ⏱️ 19.02.2024): ``` - pip install spark-nlp + pip install sentencepiece + ``` +- [Conda](https://anaconda.org/conda-forge/sentencepiece) (πŸ“₯ 1.5M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge sentencepiece ```
-
fastText (πŸ₯ˆ35 Β· ⭐ 26K Β· πŸ’€) - Library for fast text representation and classification. MIT +
TextBlob (πŸ₯‡38 Β· ⭐ 9.3K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- [GitHub](https://github.com/facebookresearch/fastText) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 4.7K Β· πŸ“¦ 6.8K Β· πŸ“‹ 1.2K - 47% open Β· ⏱️ 13.03.2024): +- [GitHub](https://github.com/sloria/TextBlob) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 1.2K Β· πŸ“₯ 130 Β· πŸ“¦ 56K Β· πŸ“‹ 310 - 32% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/facebookresearch/fastText + git clone https://github.com/sloria/TextBlob ``` -- [PyPi](https://pypi.org/project/fasttext) (πŸ“₯ 1.6M / month Β· πŸ“¦ 250 Β· ⏱️ 12.06.2024): +- [PyPi](https://pypi.org/project/textblob) (πŸ“₯ 1.2M / month Β· πŸ“¦ 400 Β· ⏱️ 13.01.2025): ``` - pip install fasttext + pip install textblob ``` -- [Conda](https://anaconda.org/conda-forge/fasttext) (πŸ“₯ 110K Β· ⏱️ 19.05.2024): +- [Conda](https://anaconda.org/conda-forge/textblob) (πŸ“₯ 280K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge fasttext + conda install -c conda-forge textblob ```
-
haystack (πŸ₯ˆ35 Β· ⭐ 17K) - 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 Β· πŸ”€ 1.9K Β· πŸ“¦ 600 Β· πŸ“‹ 3.6K - 2% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/facebookresearch/fairseq) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 6.5K Β· πŸ“₯ 400 Β· πŸ“¦ 4.2K Β· πŸ“‹ 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.8K / month Β· πŸ“¦ 5 Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/fairseq) (πŸ“₯ 91K / month Β· πŸ“¦ 120 Β· ⏱️ 27.06.2022): ``` - pip install haystack + pip install fairseq + ``` +- [Conda](https://anaconda.org/conda-forge/fairseq) (πŸ“₯ 140K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge fairseq ```
-
stanza (πŸ₯ˆ34 Β· ⭐ 7.3K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 +
spark-nlp (πŸ₯ˆ36 Β· ⭐ 4K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/stanfordnlp/stanza) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 890 Β· πŸ“¦ 3.2K Β· πŸ“‹ 900 - 10% open Β· ⏱️ 12.09.2024): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 720 Β· πŸ“¦ 590 Β· πŸ“‹ 910 - 2% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/stanfordnlp/stanza - ``` -- [PyPi](https://pypi.org/project/stanza) (πŸ“₯ 250K / month Β· πŸ“¦ 180 Β· ⏱️ 12.09.2024): - ``` - pip install stanza + git clone https://github.com/JohnSnowLabs/spark-nlp ``` -- [Conda](https://anaconda.org/stanfordnlp/stanza) (πŸ“₯ 8.1K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/spark-nlp) (πŸ“₯ 4.2M / month Β· πŸ“¦ 37 Β· ⏱️ 28.04.2025): ``` - conda install -c stanfordnlp stanza + pip install spark-nlp ```
-
rubrix (πŸ₯ˆ34 Β· ⭐ 3.9K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 +
TensorFlow Text (πŸ₯ˆ36 Β· ⭐ 1.3K) - Making text a first-class citizen in TensorFlow. Apache-2 -- [GitHub](https://github.com/argilla-io/argilla) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 370 Β· πŸ“¦ 2.8K Β· πŸ“‹ 2.2K - 5% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/tensorflow/text) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 350 Β· πŸ“¦ 9.3K Β· πŸ“‹ 370 - 52% open Β· ⏱️ 24.03.2025): ``` - git clone https://github.com/recognai/rubrix + git clone https://github.com/tensorflow/text ``` -- [PyPi](https://pypi.org/project/rubrix) (πŸ“₯ 3.4K / month Β· ⏱️ 24.10.2022): +- [PyPi](https://pypi.org/project/tensorflow-text) (πŸ“₯ 6.6M / month Β· πŸ“¦ 230 Β· ⏱️ 04.04.2025): ``` - pip install rubrix + pip install tensorflow-text ``` -- [Conda](https://anaconda.org/conda-forge/rubrix) (πŸ“₯ 38K Β· ⏱️ 16.06.2023): +
+
qdrant (πŸ₯ˆ34 Β· ⭐ 23K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 + +- [GitHub](https://github.com/qdrant/qdrant) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.6K Β· πŸ“₯ 390K Β· πŸ“¦ 120 Β· πŸ“‹ 1.5K - 23% open Β· ⏱️ 25.04.2025): + ``` - conda install -c conda-forge rubrix + git clone https://github.com/qdrant/qdrant ```
-
ftfy (πŸ₯ˆ34 Β· ⭐ 3.8K Β· πŸ“ˆ) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +
stanza (πŸ₯ˆ33 Β· ⭐ 7.5K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 -- [GitHub](https://github.com/rspeer/python-ftfy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“₯ 20 Β· πŸ“¦ 24K Β· πŸ“‹ 140 - 5% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/stanfordnlp/stanza) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 900 Β· πŸ“¦ 3.8K Β· πŸ“‹ 920 - 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.4M / month Β· πŸ“¦ 570 Β· ⏱️ 26.10.2024): +- [PyPi](https://pypi.org/project/stanza) (πŸ“₯ 360K / month Β· πŸ“¦ 200 Β· ⏱️ 24.12.2024): ``` - pip install ftfy + pip install stanza ``` -- [Conda](https://anaconda.org/conda-forge/ftfy) (πŸ“₯ 300K Β· ⏱️ 26.10.2024): +- [Conda](https://anaconda.org/stanfordnlp/stanza) (πŸ“₯ 8.7K Β· ⏱️ 25.03.2025): ``` - conda install -c conda-forge ftfy + conda install -c stanfordnlp stanza ```
-
TensorFlow Text (πŸ₯ˆ34 Β· ⭐ 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2 +
OpenNMT (πŸ₯ˆ33 Β· ⭐ 6.9K Β· πŸ’€) - Open Source Neural Machine Translation and (Large) Language.. MIT -- [GitHub](https://github.com/tensorflow/text) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 340 Β· πŸ“¦ 7.5K Β· πŸ“‹ 360 - 52% open Β· ⏱️ 05.09.2024): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.3K Β· πŸ“¦ 330 Β· πŸ“‹ 1.5K - 2% open Β· ⏱️ 27.06.2024): ``` - git clone https://github.com/tensorflow/text - ``` -- [PyPi](https://pypi.org/project/tensorflow-text) (πŸ“₯ 8.1M / month Β· πŸ“¦ 220 Β· ⏱️ 28.10.2024): - ``` - pip install tensorflow-text + git clone https://github.com/OpenNMT/OpenNMT-py ``` -
-
qdrant (πŸ₯ˆ33 Β· ⭐ 20K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 - -- [GitHub](https://github.com/qdrant/qdrant) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.4K Β· πŸ“₯ 240K Β· πŸ“¦ 120 Β· πŸ“‹ 1.3K - 23% open Β· ⏱️ 11.10.2024): - +- [PyPi](https://pypi.org/project/OpenNMT-py) (πŸ“₯ 15K / month Β· πŸ“¦ 23 Β· ⏱️ 18.03.2024): ``` - git clone https://github.com/qdrant/qdrant + pip install OpenNMT-py ```
jellyfish (πŸ₯ˆ33 Β· ⭐ 2.1K) - a python library for doing approximate and phonetic matching of strings. MIT -- [GitHub](https://github.com/jamesturk/jellyfish) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“¦ 11K Β· πŸ“‹ 140 - 5% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/jamesturk/jellyfish) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 160 Β· πŸ“¦ 14K Β· πŸ“‹ 140 - 3% open Β· ⏱️ 31.03.2025): ``` git clone https://github.com/jamesturk/jellyfish ``` -- [PyPi](https://pypi.org/project/jellyfish) (πŸ“₯ 6M / month Β· πŸ“¦ 270 Β· ⏱️ 28.07.2024): +- [PyPi](https://pypi.org/project/jellyfish) (πŸ“₯ 7.5M / month Β· πŸ“¦ 300 Β· ⏱️ 31.03.2025): ``` pip install jellyfish ``` -- [Conda](https://anaconda.org/conda-forge/jellyfish) (πŸ“₯ 1.1M Β· ⏱️ 06.09.2024): +- [Conda](https://anaconda.org/conda-forge/jellyfish) (πŸ“₯ 1.4M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge jellyfish ```
-
ParlAI (πŸ₯ˆ32 Β· ⭐ 10K Β· πŸ’€) - A framework for training and evaluating AI models on a variety of.. MIT +
snowballstemmer (πŸ₯ˆ33 Β· ⭐ 790) - Snowball compiler and stemming algorithms. BSD-3 -- [GitHub](https://github.com/facebookresearch/ParlAI) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.1K Β· πŸ“¦ 260 Β· πŸ“‹ 1.5K - 3% open Β· ⏱️ 03.11.2023): +- [GitHub](https://github.com/snowballstem/snowball) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 180 Β· πŸ“¦ 10 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/facebookresearch/ParlAI + git clone https://github.com/snowballstem/snowball ``` -- [PyPi](https://pypi.org/project/parlai) (πŸ“₯ 4.2K / month Β· πŸ“¦ 5 Β· ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/snowballstemmer) (πŸ“₯ 20M / month Β· πŸ“¦ 550 Β· ⏱️ 08.05.2025): ``` - pip install parlai + pip install snowballstemmer + ``` +- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (πŸ“₯ 9.7M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge snowballstemmer ```
-
OpenNMT (πŸ₯ˆ32 Β· ⭐ 6.8K) - Open Source Neural Machine Translation and (Large) Language Models.. MIT +
Opik (πŸ₯ˆ32 Β· ⭐ 7.3K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 -- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.2K Β· πŸ“¦ 300 Β· πŸ“‹ 1.5K - 1% open Β· ⏱️ 27.06.2024): +- [GitHub](https://github.com/comet-ml/opik) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 510 Β· πŸ“₯ 12 Β· πŸ“¦ 6 Β· πŸ“‹ 280 - 27% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/OpenNMT/OpenNMT-py + git clone https://github.com/comet-ml/opik ``` -- [PyPi](https://pypi.org/project/OpenNMT-py) (πŸ“₯ 11K / month Β· πŸ“¦ 23 Β· ⏱️ 18.03.2024): +- [PyPi](https://pypi.org/project/opik) (πŸ“₯ 250K / month Β· πŸ“¦ 10 Β· ⏱️ 07.05.2025): ``` - pip install OpenNMT-py + pip install opik ```
-
Dedupe (πŸ₯ˆ32 Β· ⭐ 4.1K) - A python library for accurate and scalable fuzzy matching, record.. MIT +
ftfy (πŸ₯ˆ32 Β· ⭐ 3.9K Β· πŸ’€) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 -- [GitHub](https://github.com/dedupeio/dedupe) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 550 Β· πŸ“¦ 340 Β· πŸ“‹ 820 - 8% open Β· ⏱️ 15.08.2024): +- [GitHub](https://github.com/rspeer/python-ftfy) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“₯ 73 Β· πŸ“¦ 30K Β· πŸ“‹ 150 - 6% open Β· ⏱️ 30.10.2024): ``` - git clone https://github.com/dedupeio/dedupe + git clone https://github.com/rspeer/python-ftfy ``` -- [PyPi](https://pypi.org/project/dedupe) (πŸ“₯ 160K / month Β· πŸ“¦ 19 Β· ⏱️ 15.08.2024): +- [PyPi](https://pypi.org/project/ftfy) (πŸ“₯ 6.3M / month Β· πŸ“¦ 570 Β· ⏱️ 26.10.2024): ``` - pip install dedupe + pip install ftfy ``` -- [Conda](https://anaconda.org/conda-forge/dedupe) (πŸ“₯ 79K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ftfy) (πŸ“₯ 330K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge dedupe + conda install -c conda-forge ftfy ```
torchtext (πŸ₯ˆ32 Β· ⭐ 3.5K) - Models, data loaders and abstractions for language processing,.. BSD-3 -- [GitHub](https://github.com/pytorch/text) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 810 Β· πŸ“‹ 850 - 38% 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) (πŸ“₯ 1.5M / month Β· πŸ“¦ 280 Β· ⏱️ 24.04.2024): +- [PyPi](https://pypi.org/project/torchtext) (πŸ“₯ 710K / month Β· πŸ“¦ 280 Β· ⏱️ 24.04.2024): ``` pip install torchtext ```
-
DeepPavlov (πŸ₯ˆ31 Β· ⭐ 6.7K) - An open source library for deep learning end-to-end dialog.. Apache-2 +
DeepPavlov (πŸ₯ˆ31 Β· ⭐ 6.9K) - An open source library for deep learning end-to-end dialog.. Apache-2 -- [GitHub](https://github.com/deeppavlov/DeepPavlov) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 1.1K Β· πŸ“¦ 420 Β· πŸ“‹ 640 - 3% open Β· ⏱️ 12.08.2024): +- [GitHub](https://github.com/deeppavlov/DeepPavlov) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 1.2K Β· πŸ“¦ 430 Β· πŸ“‹ 640 - 4% open Β· ⏱️ 26.11.2024): ``` git clone https://github.com/deepmipt/DeepPavlov ``` -- [PyPi](https://pypi.org/project/deeppavlov) (πŸ“₯ 15K / month Β· πŸ“¦ 4 Β· ⏱️ 12.08.2024): +- [PyPi](https://pypi.org/project/deeppavlov) (πŸ“₯ 16K / month Β· πŸ“¦ 4 Β· ⏱️ 12.08.2024): ``` pip install deeppavlov ```
-
TextDistance (πŸ₯ˆ30 Β· ⭐ 3.4K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT +
rubrix (πŸ₯ˆ31 Β· ⭐ 4.5K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 -- [GitHub](https://github.com/life4/textdistance) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 250 Β· πŸ“₯ 1K Β· πŸ“¦ 7.3K Β· ⏱️ 09.09.2024): +- [GitHub](https://github.com/argilla-io/argilla) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 430 Β· πŸ“¦ 3K Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 10.03.2025): ``` - git clone https://github.com/life4/textdistance + git clone https://github.com/recognai/rubrix ``` -- [PyPi](https://pypi.org/project/textdistance) (πŸ“₯ 830K / month Β· πŸ“¦ 99 Β· ⏱️ 16.07.2024): +- [PyPi](https://pypi.org/project/rubrix) (πŸ“₯ 3.7K / month Β· ⏱️ 24.10.2022): ``` - pip install textdistance + pip install rubrix ``` -- [Conda](https://anaconda.org/conda-forge/textdistance) (πŸ“₯ 650K Β· ⏱️ 17.07.2024): +- [Conda](https://anaconda.org/conda-forge/rubrix) (πŸ“₯ 45K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge textdistance + conda install -c conda-forge rubrix ```
-
SciSpacy (πŸ₯ˆ30 Β· ⭐ 1.7K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 +
Dedupe (πŸ₯ˆ30 Β· ⭐ 4.3K) - A python library for accurate and scalable fuzzy matching, record.. MIT -- [GitHub](https://github.com/allenai/scispacy) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 230 Β· πŸ“¦ 980 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/dedupeio/dedupe) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 550 Β· πŸ“¦ 360 Β· πŸ“‹ 820 - 9% open Β· ⏱️ 01.11.2024): ``` - git clone https://github.com/allenai/scispacy + git clone https://github.com/dedupeio/dedupe ``` -- [PyPi](https://pypi.org/project/scispacy) (πŸ“₯ 24K / month Β· πŸ“¦ 34 Β· ⏱️ 27.10.2024): +- [PyPi](https://pypi.org/project/dedupe) (πŸ“₯ 81K / month Β· πŸ“¦ 19 Β· ⏱️ 15.08.2024): ``` - pip install scispacy + pip install dedupe + ``` +- [Conda](https://anaconda.org/conda-forge/dedupe) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dedupe ```
-
snowballstemmer (πŸ₯ˆ30 Β· ⭐ 760) - Snowball compiler and stemming algorithms. BSD-3 +
Sumy (πŸ₯ˆ30 Β· ⭐ 3.6K Β· πŸ’€) - Module for automatic summarization of text documents and HTML pages. Apache-2 -- [GitHub](https://github.com/snowballstem/snowball) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 170 Β· πŸ“¦ 10 Β· πŸ“‹ 92 - 29% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/miso-belica/sumy) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 530 Β· πŸ“¦ 4K Β· πŸ“‹ 120 - 18% open Β· ⏱️ 16.05.2024): ``` - git clone https://github.com/snowballstem/snowball + git clone https://github.com/miso-belica/sumy ``` -- [PyPi](https://pypi.org/project/snowballstemmer) (πŸ“₯ 20M / month Β· πŸ“¦ 450 Β· ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/sumy) (πŸ“₯ 84K / month Β· πŸ“¦ 31 Β· ⏱️ 23.10.2022): ``` - pip install snowballstemmer + pip install sumy ``` -- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (πŸ“₯ 8.8M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sumy) (πŸ“₯ 12K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge snowballstemmer + conda install -c conda-forge sumy ```
-
CLTK (πŸ₯ˆ29 Β· ⭐ 840) - The Classical Language Toolkit. MIT +
spacy-transformers (πŸ₯ˆ29 Β· ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy -- [GitHub](https://github.com/cltk/cltk) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“₯ 100 Β· πŸ“¦ 280 Β· πŸ“‹ 570 - 6% open Β· ⏱️ 12.05.2024): +- [GitHub](https://github.com/explosion/spacy-transformers) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 170 Β· πŸ“₯ 170 Β· πŸ“¦ 2.2K Β· ⏱️ 06.02.2025): ``` - git clone https://github.com/cltk/cltk + git clone https://github.com/explosion/spacy-transformers ``` -- [PyPi](https://pypi.org/project/cltk) (πŸ“₯ 15K / month Β· πŸ“¦ 15 Β· ⏱️ 12.05.2024): +- [PyPi](https://pypi.org/project/spacy-transformers) (πŸ“₯ 220K / month Β· πŸ“¦ 98 Β· ⏱️ 06.02.2025): ``` - pip install cltk + pip install spacy-transformers + ``` +- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge spacy-transformers ```
-
Ciphey (πŸ₯ˆ28 Β· ⭐ 18K Β· πŸ’€) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT +
TextDistance (πŸ₯ˆ28 Β· ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT -- [GitHub](https://github.com/Ciphey/Ciphey) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1.2K Β· πŸ“‹ 340 - 22% open Β· ⏱️ 12.10.2023): +- [GitHub](https://github.com/life4/textdistance) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 250 Β· πŸ“₯ 1.1K Β· πŸ“¦ 8.5K Β· ⏱️ 18.04.2025): ``` - git clone https://github.com/Ciphey/Ciphey + git clone https://github.com/life4/textdistance ``` -- [PyPi](https://pypi.org/project/ciphey) (πŸ“₯ 210K / month Β· ⏱️ 06.06.2021): +- [PyPi](https://pypi.org/project/textdistance) (πŸ“₯ 1M / month Β· πŸ“¦ 99 Β· ⏱️ 16.07.2024): ``` - pip install ciphey + pip install textdistance ``` -- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (πŸ“₯ 26K Β· ⭐ 17 Β· ⏱️ 14.10.2023): +- [Conda](https://anaconda.org/conda-forge/textdistance) (πŸ“₯ 810K Β· ⏱️ 22.04.2025): ``` - docker pull remnux/ciphey + conda install -c conda-forge textdistance ```
-
Sumy (πŸ₯ˆ28 Β· ⭐ 3.5K) - Module for automatic summarization of text documents and HTML pages. Apache-2 +
SciSpacy (πŸ₯ˆ28 Β· ⭐ 1.8K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 -- [GitHub](https://github.com/miso-belica/sumy) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 530 Β· πŸ“¦ 3.2K Β· πŸ“‹ 120 - 18% open Β· ⏱️ 16.05.2024): +- [GitHub](https://github.com/allenai/scispacy) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 230 Β· πŸ“¦ 1.2K Β· πŸ“‹ 320 - 10% open Β· ⏱️ 23.11.2024): ``` - git clone https://github.com/miso-belica/sumy - ``` -- [PyPi](https://pypi.org/project/sumy) (πŸ“₯ 390K / month Β· πŸ“¦ 31 Β· ⏱️ 23.10.2022): - ``` - pip install sumy + git clone https://github.com/allenai/scispacy ``` -- [Conda](https://anaconda.org/conda-forge/sumy) (πŸ“₯ 9.7K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/scispacy) (πŸ“₯ 41K / month Β· πŸ“¦ 34 Β· ⏱️ 27.10.2024): ``` - conda install -c conda-forge sumy + pip install scispacy ```
-
spacy-transformers (πŸ₯ˆ28 Β· ⭐ 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy +
CLTK (πŸ₯ˆ28 Β· ⭐ 850) - The Classical Language Toolkit. MIT -- [GitHub](https://github.com/explosion/spacy-transformers) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 160 Β· πŸ“¦ 1.9K Β· ⏱️ 05.06.2024): +- [GitHub](https://github.com/cltk/cltk) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“₯ 130 Β· πŸ“¦ 300 Β· πŸ“‹ 580 - 6% open Β· ⏱️ 04.05.2025): ``` - git clone https://github.com/explosion/spacy-transformers + git clone https://github.com/cltk/cltk ``` -- [PyPi](https://pypi.org/project/spacy-transformers) (πŸ“₯ 280K / month Β· πŸ“¦ 87 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/cltk) (πŸ“₯ 5.8K / month Β· πŸ“¦ 17 Β· ⏱️ 04.05.2025): ``` - pip install spacy-transformers + pip install cltk + ``` +
+
PyTextRank (πŸ₯‰27 Β· ⭐ 2.2K Β· πŸ’€) - Python implementation of TextRank algorithms (textgraphs) for.. MIT + +- [GitHub](https://github.com/DerwenAI/pytextrank) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 340 Β· πŸ“¦ 840 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 21.05.2024): + ``` -- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (πŸ“₯ 69K Β· ⏱️ 19.12.2023): + git clone https://github.com/DerwenAI/pytextrank ``` - conda install -c conda-forge spacy-transformers +- [PyPi](https://pypi.org/project/pytextrank) (πŸ“₯ 72K / month Β· πŸ“¦ 19 Β· ⏱️ 21.02.2024): + ``` + pip install pytextrank ```
-
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) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 1.8K Β· πŸ“¦ 2 Β· πŸ“‹ 150 - 75% open Β· ⏱️ 16.06.2024): +- [GitHub](https://github.com/dwyl/english-words) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 1.9K Β· πŸ“¦ 2 Β· πŸ“‹ 160 - 74% open Β· ⏱️ 06.01.2025): ``` git clone https://github.com/dwyl/english-words ``` -- [PyPi](https://pypi.org/project/english-words) (πŸ“₯ 210K / 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.5K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT +
DeepKE (πŸ₯‰26 Β· ⭐ 3.9K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT -- [GitHub](https://github.com/zjunlp/DeepKE) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 680 Β· πŸ“¦ 24 Β· πŸ“‹ 570 - 1% open Β· ⏱️ 30.10.2024): +- [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) (πŸ“₯ 5.2K / month Β· ⏱️ 21.09.2023): +- [PyPi](https://pypi.org/project/deepke) (πŸ“₯ 1.7K / month Β· ⏱️ 21.09.2023): ``` pip install deepke ```
-
scattertext (πŸ₯‰26 Β· ⭐ 2.2K) - 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 Β· πŸ“¦ 640 Β· πŸ“‹ 100 - 21% open Β· ⏱️ 23.09.2024): +- [GitHub](https://github.com/JasonKessler/scattertext) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 290 Β· πŸ“¦ 660 Β· πŸ“‹ 100 - 22% open Β· ⏱️ 29.04.2025): ``` git clone https://github.com/JasonKessler/scattertext ``` -- [PyPi](https://pypi.org/project/scattertext) (πŸ“₯ 20K / month Β· πŸ“¦ 5 Β· ⏱️ 23.09.2024): +- [PyPi](https://pypi.org/project/scattertext) (πŸ“₯ 10K / month Β· πŸ“¦ 5 Β· ⏱️ 23.09.2024): ``` pip install scattertext ``` -- [Conda](https://anaconda.org/conda-forge/scattertext) (πŸ“₯ 100K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scattertext) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge scattertext ```
-
PyTextRank (πŸ₯‰26 Β· ⭐ 2.1K) - Python implementation of TextRank algorithms (textgraphs) for phrase.. MIT +
sense2vec (πŸ₯‰24 Β· ⭐ 1.6K) - Contextually-keyed word vectors. MIT -- [GitHub](https://github.com/DerwenAI/pytextrank) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 340 Β· πŸ“¦ 730 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 21.05.2024): +- [GitHub](https://github.com/explosion/sense2vec) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 240 Β· πŸ“₯ 72K Β· πŸ“¦ 470 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 23.04.2025): ``` - git clone https://github.com/DerwenAI/pytextrank + git clone https://github.com/explosion/sense2vec ``` -- [PyPi](https://pypi.org/project/pytextrank) (πŸ“₯ 63K / month Β· πŸ“¦ 19 Β· ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/sense2vec) (πŸ“₯ 2.1K / month Β· πŸ“¦ 13 Β· ⏱️ 19.04.2021): ``` - pip install pytextrank + pip install sense2vec ``` -
-
Opik (πŸ₯‰25 Β· ⭐ 1.9K) - Open-source end-to-end LLM Development Platform. Apache-2 - -- [GitHub](https://github.com/comet-ml/opik) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 110 Β· πŸ“‹ 39 - 33% open Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/comet-ml/opik +- [Conda](https://anaconda.org/conda-forge/sense2vec) (πŸ“₯ 60K Β· ⏱️ 22.04.2025): ``` -- [PyPi](https://pypi.org/project/opik) (πŸ“₯ 6.3K / month Β· ⏱️ 30.10.2024): - ``` - pip install opik + conda install -c conda-forge sense2vec ```
-
T5 (πŸ₯‰24 Β· ⭐ 6.2K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 +
detoxify (πŸ₯‰24 Β· ⭐ 1K) - Trained models & code to predict toxic comments on all 3 Jigsaw Toxic.. Apache-2 -- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 750 Β· πŸ“‹ 450 - 23% open Β· ⏱️ 28.06.2024): +- [GitHub](https://github.com/unitaryai/detoxify) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 120 Β· πŸ“₯ 1.1M Β· πŸ“¦ 890 Β· πŸ“‹ 67 - 55% open Β· ⏱️ 07.03.2025): ``` - git clone https://github.com/google-research/text-to-text-transfer-transformer + git clone https://github.com/unitaryai/detoxify ``` -- [PyPi](https://pypi.org/project/t5) (πŸ“₯ 45K / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2021): +- [PyPi](https://pypi.org/project/detoxify) (πŸ“₯ 84K / month Β· πŸ“¦ 30 Β· ⏱️ 01.02.2024): ``` - pip install t5 + pip install detoxify ```
-
promptsource (πŸ₯‰24 Β· ⭐ 2.7K Β· πŸ’€) - Toolkit for creating, sharing and using natural language.. Apache-2 +
T5 (πŸ₯‰23 Β· ⭐ 6.3K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 -- [GitHub](https://github.com/bigscience-workshop/promptsource) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 340 Β· πŸ“¦ 110 Β· πŸ“‹ 190 - 22% open Β· ⏱️ 23.10.2023): +- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 760 Β· πŸ“‹ 450 - 23% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/bigscience-workshop/promptsource + git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- [PyPi](https://pypi.org/project/promptsource) (πŸ“₯ 410 / month Β· πŸ“¦ 4 Β· ⏱️ 18.04.2022): +- [PyPi](https://pypi.org/project/t5) (πŸ“₯ 44K / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2021): ``` - pip install promptsource + pip install t5 ```
-
detoxify (πŸ₯‰23 Β· ⭐ 950) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2 +
Sockeye (πŸ₯‰22 Β· ⭐ 1.2K Β· πŸ’€) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 -- [GitHub](https://github.com/unitaryai/detoxify) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 120 Β· πŸ“₯ 720K Β· πŸ“¦ 710 Β· πŸ“‹ 67 - 56% open Β· ⏱️ 19.09.2024): +- [GitHub](https://github.com/awslabs/sockeye) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 320 Β· πŸ“₯ 21 Β· πŸ“‹ 310 - 3% open Β· ⏱️ 24.10.2024): ``` - git clone https://github.com/unitaryai/detoxify + git clone https://github.com/awslabs/sockeye ``` -- [PyPi](https://pypi.org/project/detoxify) (πŸ“₯ 55K / month Β· πŸ“¦ 30 Β· ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/sockeye) (πŸ“₯ 2.6K / month Β· ⏱️ 03.03.2023): ``` - pip install detoxify + pip install sockeye ```
-
finetune (πŸ₯‰23 Β· ⭐ 700) - Scikit-learn style model finetuning for NLP. MPL-2.0 +
finetune (πŸ₯‰22 Β· ⭐ 710) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- [GitHub](https://github.com/IndicoDataSolutions/finetune) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 80 Β· πŸ“¦ 13 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 23.07.2024): +- [GitHub](https://github.com/IndicoDataSolutions/finetune) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 78 Β· πŸ“¦ 15 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 31.03.2025): ``` git clone https://github.com/IndicoDataSolutions/finetune ``` -- [PyPi](https://pypi.org/project/finetune) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/finetune) (πŸ“₯ 670 / month Β· πŸ“¦ 2 Β· ⏱️ 29.09.2023): ``` pip install finetune ```
-
happy-transformer (πŸ₯‰23 Β· ⭐ 520 Β· πŸ’€) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface +
happy-transformer (πŸ₯‰22 Β· ⭐ 530) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface -- [GitHub](https://github.com/EricFillion/happy-transformer) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 66 Β· πŸ“¦ 290 Β· πŸ“‹ 130 - 15% open Β· ⏱️ 19.03.2024): +- [GitHub](https://github.com/EricFillion/happy-transformer) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 320 Β· πŸ“‹ 130 - 16% open Β· ⏱️ 22.03.2025): ``` git clone https://github.com/EricFillion/happy-transformer ``` -- [PyPi](https://pypi.org/project/happytransformer) (πŸ“₯ 4.1K / month Β· πŸ“¦ 5 Β· ⏱️ 05.08.2023): +- [PyPi](https://pypi.org/project/happytransformer) (πŸ“₯ 2.9K / month Β· πŸ“¦ 5 Β· ⏱️ 05.08.2023): ``` pip install happytransformer ```
-
fast-bert (πŸ₯‰22 Β· ⭐ 1.9K) - Super easy library for BERT based NLP models. Apache-2 +
fast-bert (πŸ₯‰21 Β· ⭐ 1.9K Β· πŸ’€) - Super easy library for BERT based NLP models. Apache-2 - [GitHub](https://github.com/utterworks/fast-bert) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 340 Β· πŸ“‹ 260 - 63% open Β· ⏱️ 19.08.2024): ``` git clone https://github.com/utterworks/fast-bert ``` -- [PyPi](https://pypi.org/project/fast-bert) (πŸ“₯ 7.5K / month Β· ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/fast-bert) (πŸ“₯ 2.6K / month Β· ⏱️ 19.08.2024): ``` pip install fast-bert ```
-
Sockeye (πŸ₯‰22 Β· ⭐ 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 +
UForm (πŸ₯‰21 Β· ⭐ 1.1K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 -- [GitHub](https://github.com/awslabs/sockeye) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 320 Β· πŸ“₯ 21 Β· πŸ“‹ 310 - 3% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/unum-cloud/uform) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 66 Β· πŸ“₯ 600 Β· πŸ“¦ 34 Β· πŸ“‹ 35 - 37% open Β· ⏱️ 03.01.2025): ``` - git clone https://github.com/awslabs/sockeye + git clone https://github.com/unum-cloud/uform ``` -- [PyPi](https://pypi.org/project/sockeye) (πŸ“₯ 5.1K / month Β· ⏱️ 03.03.2023): +- [PyPi](https://pypi.org/project/uform) (πŸ“₯ 1.1K / month Β· πŸ“¦ 2 Β· ⏱️ 03.01.2025): ``` - pip install sockeye + pip install uform ```
-
small-text (πŸ₯‰22 Β· ⭐ 560) - Active Learning for Text Classification in Python. MIT +
small-text (πŸ₯‰21 Β· ⭐ 610) - Active Learning for Text Classification in Python. MIT -- [GitHub](https://github.com/webis-de/small-text) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 61 Β· πŸ“¦ 32 Β· πŸ“‹ 58 - 24% open Β· ⏱️ 18.08.2024): +- [GitHub](https://github.com/webis-de/small-text) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 70 Β· πŸ“¦ 34 Β· πŸ“‹ 66 - 27% open Β· ⏱️ 06.04.2025): ``` git clone https://github.com/webis-de/small-text ``` -- [PyPi](https://pypi.org/project/small-text) (πŸ“₯ 2K / month Β· ⏱️ 18.08.2024): +- [PyPi](https://pypi.org/project/small-text) (πŸ“₯ 1.2K / month Β· ⏱️ 06.04.2025): ``` pip install small-text ``` -- [Conda](https://anaconda.org/conda-forge/small-text) (πŸ“₯ 10K Β· ⏱️ 18.08.2024): +- [Conda](https://anaconda.org/conda-forge/small-text) (πŸ“₯ 15K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge small-text ```
-
UForm (πŸ₯‰20 Β· ⭐ 1K) - Pocket-Sized Multimodal AI for content understanding and generation.. Apache-2 - -- [GitHub](https://github.com/unum-cloud/uform) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 62 Β· πŸ“₯ 440 Β· πŸ“¦ 6 Β· πŸ“‹ 30 - 30% open Β· ⏱️ 01.10.2024): - - ``` - git clone https://github.com/unum-cloud/uform - ``` -- [PyPi](https://pypi.org/project/uform) (πŸ“₯ 2.4K / month Β· πŸ“¦ 2 Β· ⏱️ 01.10.2024): - ``` - pip install uform - ``` -
-
textaugment (πŸ₯‰18 Β· ⭐ 400 Β· πŸ’€) - TextAugment: Text Augmentation Library. MIT - -- [GitHub](https://github.com/dsfsi/textaugment) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 60 Β· πŸ“₯ 110 Β· πŸ“¦ 130 Β· πŸ“‹ 29 - 37% open Β· ⏱️ 17.11.2023): - - ``` - git clone https://github.com/dsfsi/textaugment - ``` -- [PyPi](https://pypi.org/project/textaugment) (πŸ“₯ 5.1K / month Β· πŸ“¦ 4 Β· ⏱️ 16.11.2023): - ``` - pip install textaugment - ``` -
-
OpenNRE (πŸ₯‰16 Β· ⭐ 4.3K Β· πŸ’€) - An Open-Source Package for Neural Relation Extraction (NRE). MIT - -- [GitHub](https://github.com/thunlp/OpenNRE) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.1K Β· πŸ“‹ 370 - 4% open Β· ⏱️ 10.01.2024): - - ``` - git clone https://github.com/thunlp/OpenNRE - ``` -
VizSeq (πŸ₯‰16 Β· ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT -- [GitHub](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) (πŸ“₯ 530 / month Β· ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/vizseq) (πŸ“₯ 280 / month Β· ⏱️ 07.08.2020): ``` pip install vizseq ```
-
Show 52 hidden projects... - -- AllenNLP (πŸ₯‡36 Β· ⭐ 12K Β· πŸ’€) - An open-source NLP research library, built on PyTorch. Apache-2 -- ChatterBot (πŸ₯ˆ35 Β· ⭐ 14K Β· πŸ’€) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3 -- fuzzywuzzy (πŸ₯ˆ31 Β· ⭐ 9.2K Β· πŸ’€) - Fuzzy String Matching in Python. ❗️GPL-2.0 -- nlpaug (πŸ₯ˆ29 Β· ⭐ 4.4K Β· πŸ’€) - Data augmentation for NLP. MIT -- fastNLP (πŸ₯ˆ29 Β· ⭐ 3.1K Β· πŸ’€) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 -- GluonNLP (πŸ₯ˆ29 Β· ⭐ 2.6K Β· πŸ’€) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 -- langid (πŸ₯ˆ28 Β· ⭐ 2.3K Β· πŸ’€) - Stand-alone language identification system. BSD-3 -- underthesea (πŸ₯ˆ28 Β· ⭐ 1.4K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 -- vaderSentiment (πŸ₯‰27 Β· ⭐ 4.4K Β· πŸ’€) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT -- textacy (πŸ₯‰27 Β· ⭐ 2.2K Β· πŸ’€) - NLP, before and after spaCy. ❗Unlicensed -- FARM (πŸ₯‰27 Β· ⭐ 1.7K Β· πŸ’€) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 -- pySBD (πŸ₯‰27 Β· ⭐ 800 Β· πŸ’€) - 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 -- Snips NLU (πŸ₯‰26 Β· ⭐ 3.9K Β· πŸ’€) - Snips Python library to extract meaning from text. Apache-2 -- MatchZoo (πŸ₯‰26 Β· ⭐ 3.8K Β· πŸ’€) - Facilitating the design, comparison and sharing of deep.. Apache-2 +
Show 56 hidden projects... + +- 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 +- langid (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ’€) - Stand-alone language identification system. BSD-3 +- Ciphey (πŸ₯ˆ28 Β· ⭐ 19K Β· πŸ’€) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT +- 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 +- GluonNLP (πŸ₯ˆ28 Β· ⭐ 2.6K Β· πŸ’€) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +- textacy (πŸ₯ˆ28 Β· ⭐ 2.2K Β· πŸ’€) - NLP, before and after spaCy. ❗Unlicensed +- flashtext (πŸ₯‰27 Β· ⭐ 5.6K Β· πŸ’€) - Extract Keywords from sentence or Replace keywords in sentences. 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 - polyglot (πŸ₯‰26 Β· ⭐ 2.3K Β· πŸ’€) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 - PyText (πŸ₯‰25 Β· ⭐ 6.3K Β· πŸ’€) - A natural language modeling framework based on PyTorch. BSD-3 -- neuralcoref (πŸ₯‰25 Β· ⭐ 2.9K Β· πŸ’€) - Fast Coreference Resolution in spaCy with Neural Networks. MIT -- Kashgari (πŸ₯‰25 Β· ⭐ 2.4K Β· πŸ’€) - Kashgari is a production-level NLP Transfer learning.. Apache-2 +- Snips NLU (πŸ₯‰25 Β· ⭐ 3.9K Β· πŸ’€) - Snips Python library to extract meaning from text. Apache-2 - pytorch-nlp (πŸ₯‰25 Β· ⭐ 2.2K Β· πŸ’€) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 - textgenrnn (πŸ₯‰24 Β· ⭐ 4.9K Β· πŸ’€) - Easily train your own text-generating neural network of any.. MIT -- OpenPrompt (πŸ₯‰24 Β· ⭐ 4.3K Β· πŸ’€) - An Open-Source Framework for Prompt-Learning. Apache-2 -- sense2vec (πŸ₯‰24 Β· ⭐ 1.6K Β· πŸ’€) - Contextually-keyed word vectors. MIT -- whoosh (πŸ₯‰24 Β· ⭐ 580 Β· πŸ’€) - Pure-Python full-text search library. ❗️BSD-1-Clause -- Texar (πŸ₯‰23 Β· ⭐ 2.4K Β· πŸ’€) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 -- jiant (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - jiant is an nlp toolkit. MIT -- YouTokenToMe (πŸ₯‰23 Β· ⭐ 960 Β· πŸ’€) - Unsupervised text tokenizer focused on computational efficiency. MIT +- OpenPrompt (πŸ₯‰24 Β· ⭐ 4.6K Β· πŸ’€) - An Open-Source Framework for Prompt-Learning. Apache-2 +- MatchZoo (πŸ₯‰24 Β· ⭐ 3.9K Β· πŸ’€) - 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 +- FARM (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 +- YouTokenToMe (πŸ₯‰24 Β· ⭐ 970 Β· πŸ’€) - Unsupervised text tokenizer focused on computational efficiency. MIT +- whoosh (πŸ₯‰24 Β· ⭐ 620 Β· πŸ’€) - Pure-Python full-text search library. ❗️BSD-1-Clause +- jiant (πŸ₯‰23 Β· ⭐ 1.7K Β· πŸ’€) - jiant is an nlp toolkit. MIT - gpt-2-simple (πŸ₯‰22 Β· ⭐ 3.4K Β· πŸ’€) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT - NLP Architect (πŸ₯‰22 Β· ⭐ 2.9K Β· πŸ’€) - A model library for exploring state-of-the-art deep.. Apache-2 - Texthero (πŸ₯‰22 Β· ⭐ 2.9K Β· πŸ’€) - Text preprocessing, representation and visualization from zero to.. MIT -- anaGo (πŸ₯‰22 Β· ⭐ 1.5K Β· πŸ’€) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT +- Texar (πŸ₯‰22 Β· ⭐ 2.4K Β· πŸ’€) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 - stop-words (πŸ₯‰22 Β· ⭐ 160 Β· πŸ’€) - Get list of common stop words in various languages in Python. BSD-3 -- textpipe (πŸ₯‰21 Β· ⭐ 300 Β· πŸ’€) - Textpipe: clean and extract metadata from text. MIT -- numerizer (πŸ₯‰21 Β· ⭐ 220) - A Python module to convert natural language numerics into ints and.. MIT -- DeepMatcher (πŸ₯‰20 Β· ⭐ 5.1K Β· πŸ’€) - Python package for performing Entity and Text Matching using.. BSD-3 -- lightseq (πŸ₯‰20 Β· ⭐ 3.2K Β· πŸ’€) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 -- DELTA (πŸ₯‰20 Β· ⭐ 1.6K Β· πŸ’€) - DELTA is a deep learning based natural language and speech.. Apache-2 -- pyfasttext (πŸ₯‰20 Β· ⭐ 230 Β· πŸ’€) - Yet another Python binding for fastText. ❗️GPL-3.0 -- nboost (πŸ₯‰19 Β· ⭐ 680 Β· πŸ’€) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2 -- fastT5 (πŸ₯‰19 Β· ⭐ 560 Β· πŸ’€) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 +- DELTA (πŸ₯‰21 Β· ⭐ 1.6K Β· πŸ’€) - DELTA is a deep learning based natural language and speech.. Apache-2 +- anaGo (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT +- DeepMatcher (πŸ₯‰20 Β· ⭐ 5.2K Β· πŸ’€) - Python package for performing Entity and Text Matching using.. BSD-3 +- lightseq (πŸ₯‰20 Β· ⭐ 3.3K Β· πŸ’€) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 +- textpipe (πŸ₯‰20 Β· ⭐ 300 Β· πŸ’€) - Textpipe: clean and extract metadata from text. MIT - Camphr (πŸ₯‰19 Β· ⭐ 340 Β· πŸ’€) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy +- 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 - 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 Β· ⭐ 580 Β· πŸ’€) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 +- textaugment (πŸ₯‰18 Β· ⭐ 420 Β· πŸ’€) - TextAugment: Text Augmentation Library. MIT - skift (πŸ₯‰17 Β· ⭐ 240 Β· πŸ’€) - scikit-learn wrappers for Python fastText. MIT +- OpenNRE (πŸ₯‰16 Β· ⭐ 4.4K Β· πŸ’€) - An Open-Source Package for Neural Relation Extraction (NRE). MIT - TextBox (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - TextBox 2.0 is a text generation library with pre-trained language.. MIT -- Translate (πŸ₯‰16 Β· ⭐ 820 Β· πŸ’€) - Translate - a PyTorch Language Library. BSD-3 -- Headliner (πŸ₯‰16 Β· ⭐ 230 Β· πŸ’€) - Easy training and deployment of seq2seq models. MIT +- Translate (πŸ₯‰16 Β· ⭐ 830 Β· πŸ’€) - Translate - a PyTorch Language Library. BSD-3 - BLINK (πŸ₯‰15 Β· ⭐ 1.2K Β· πŸ’€) - Entity Linker solution. MIT - ONNX-T5 (πŸ₯‰15 Β· ⭐ 250 Β· πŸ’€) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 - NeuralQA (πŸ₯‰15 Β· ⭐ 230 Β· πŸ’€) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT +- Headliner (πŸ₯‰15 Β· ⭐ 230 Β· πŸ’€) - Easy training and deployment of seq2seq models. MIT - TransferNLP (πŸ₯‰14 Β· ⭐ 290 Β· πŸ’€) - NLP library designed for reproducible experimentation.. MIT -- textvec (πŸ₯‰14 Β· ⭐ 190 Β· πŸ’€) - Text vectorization tool to outperform TFIDF for classification.. MIT -- spacy-dbpedia-spotlight (πŸ₯‰12 Β· ⭐ 100 Β· πŸ’€) - A spaCy wrapper for DBpedia Spotlight. MIT spacy +- 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

@@ -2196,169 +2053,141 @@ _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 Β· ⭐ 12K) - Python Imaging Library (Fork). ❗️PIL +
Pillow (πŸ₯‡48 Β· ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL -- [GitHub](https://github.com/python-pillow/Pillow) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.9M Β· πŸ“‹ 3.2K - 3% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/python-pillow/Pillow) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2.3K Β· πŸ“¦ 2.3M Β· πŸ“‹ 3.3K - 3% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/python-pillow/Pillow ``` -- [PyPi](https://pypi.org/project/Pillow) (πŸ“₯ 120M / month Β· πŸ“¦ 8.9K Β· ⏱️ 15.10.2024): +- [PyPi](https://pypi.org/project/Pillow) (πŸ“₯ 140M / month Β· πŸ“¦ 14K Β· ⏱️ 12.04.2025): ``` pip install Pillow ``` -- [Conda](https://anaconda.org/conda-forge/pillow) (πŸ“₯ 46M Β· ⏱️ 18.10.2024): +- [Conda](https://anaconda.org/conda-forge/pillow) (πŸ“₯ 54M Β· ⏱️ 07.05.2025): ``` conda install -c conda-forge pillow ```
-
PyTorch Image Models (πŸ₯‡42 Β· ⭐ 32K) - 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) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 4.7K Β· πŸ“₯ 7.2M Β· πŸ“¦ 39K Β· πŸ“‹ 920 - 5% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/pytorch/vision) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 7K Β· πŸ“₯ 41K Β· πŸ“¦ 21 Β· πŸ“‹ 3.7K - 29% open Β· ⏱️ 23.04.2025): ``` - git clone https://github.com/rwightman/pytorch-image-models + git clone https://github.com/pytorch/vision ``` -- [PyPi](https://pypi.org/project/timm) (πŸ“₯ 5.7M / month Β· πŸ“¦ 950 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/torchvision) (πŸ“₯ 17M / month Β· πŸ“¦ 7K Β· ⏱️ 23.04.2025): ``` - pip install timm + pip install torchvision ``` -- [Conda](https://anaconda.org/conda-forge/timm) (πŸ“₯ 260K Β· ⏱️ 17.10.2024): +- [Conda](https://anaconda.org/conda-forge/torchvision) (πŸ“₯ 2.6M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge timm + conda install -c conda-forge torchvision ```
-
torchvision (πŸ₯‡42 Β· ⭐ 16K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +
PyTorch Image Models (πŸ₯‡41 Β· ⭐ 34K) - The largest collection of PyTorch image encoders /.. Apache-2 -- [GitHub](https://github.com/pytorch/vision) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 6.9K Β· πŸ“₯ 39K Β· πŸ“¦ 21 Β· πŸ“‹ 3.5K - 29% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/huggingface/pytorch-image-models) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 4.9K Β· πŸ“₯ 7.7M Β· πŸ“¦ 56K Β· πŸ“‹ 970 - 5% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/pytorch/vision + git clone https://github.com/rwightman/pytorch-image-models ``` -- [PyPi](https://pypi.org/project/torchvision) (πŸ“₯ 14M / month Β· πŸ“¦ 5.8K Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/timm) (πŸ“₯ 7.4M / month Β· πŸ“¦ 1.1K Β· ⏱️ 23.02.2025): ``` - pip install torchvision + pip install timm ``` -- [Conda](https://anaconda.org/conda-forge/torchvision) (πŸ“₯ 1.7M Β· ⏱️ 14.10.2024): +- [Conda](https://anaconda.org/conda-forge/timm) (πŸ“₯ 380K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge torchvision + conda install -c conda-forge timm ```
-
Albumentations (πŸ₯‡40 Β· ⭐ 14K) - Fast and flexible image augmentation library. Paper about.. MIT +
Albumentations (πŸ₯‡41 Β· ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT -- [GitHub](https://github.com/albumentations-team/albumentations) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.6K Β· πŸ“¦ 28K Β· πŸ“‹ 1.2K - 23% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/albumentations-team/albumentations) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.7K Β· πŸ“¦ 37K Β· πŸ“‹ 1.2K - 18% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/albumentations-team/albumentations ``` -- [PyPi](https://pypi.org/project/albumentations) (πŸ“₯ 4.6M / month Β· πŸ“¦ 600 Β· ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/albumentations) (πŸ“₯ 6.4M / month Β· πŸ“¦ 700 Β· ⏱️ 29.04.2025): ``` pip install albumentations ``` -- [Conda](https://anaconda.org/conda-forge/albumentations) (πŸ“₯ 200K Β· ⏱️ 22.09.2024): +- [Conda](https://anaconda.org/conda-forge/albumentations) (πŸ“₯ 280K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge albumentations ```
-
deepface (πŸ₯‡39 Β· ⭐ 14K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - -- [GitHub](https://github.com/serengil/deepface) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 2.2K Β· πŸ“¦ 4.3K Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 28.10.2024): - - ``` - git clone https://github.com/serengil/deepface - ``` -- [PyPi](https://pypi.org/project/deepface) (πŸ“₯ 180K / month Β· πŸ“¦ 44 Β· ⏱️ 17.08.2024): - ``` - pip install deepface - ``` -
-
MoviePy (πŸ₯‡38 Β· ⭐ 13K) - Video editing with Python. MIT +
MoviePy (πŸ₯‡40 Β· ⭐ 13K) - Video editing with Python. MIT -- [GitHub](https://github.com/Zulko/moviepy) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.6K Β· πŸ“¦ 48K Β· πŸ“‹ 1.5K - 31% open Β· ⏱️ 27.05.2024): +- [GitHub](https://github.com/Zulko/moviepy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.7K Β· πŸ“¦ 62K Β· πŸ“‹ 2K - 23% open Β· ⏱️ 06.02.2025): ``` git clone https://github.com/Zulko/moviepy ``` -- [PyPi](https://pypi.org/project/moviepy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 940 Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/moviepy) (πŸ“₯ 3.1M / month Β· πŸ“¦ 1K Β· ⏱️ 10.01.2025): ``` pip install moviepy ``` -- [Conda](https://anaconda.org/conda-forge/moviepy) (πŸ“₯ 270K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/moviepy) (πŸ“₯ 300K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge moviepy ```
-
Kornia (πŸ₯‡38 Β· ⭐ 9.9K) - Geometric Computer Vision Library for Spatial AI. Apache-2 +
deepface (πŸ₯‡39 Β· ⭐ 19K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT -- [GitHub](https://github.com/kornia/kornia) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 960 Β· πŸ“₯ 1.5K Β· πŸ“¦ 12K Β· πŸ“‹ 950 - 30% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/serengil/deepface) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 2.6K Β· πŸ“¦ 7.4K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 02.05.2025): ``` - git clone https://github.com/kornia/kornia - ``` -- [PyPi](https://pypi.org/project/kornia) (πŸ“₯ 1.9M / month Β· πŸ“¦ 260 Β· ⏱️ 28.06.2024): - ``` - pip install kornia + git clone https://github.com/serengil/deepface ``` -- [Conda](https://anaconda.org/conda-forge/kornia) (πŸ“₯ 150K Β· ⏱️ 28.06.2024): +- [PyPi](https://pypi.org/project/deepface) (πŸ“₯ 630K / month Β· πŸ“¦ 44 Β· ⏱️ 17.08.2024): ``` - conda install -c conda-forge kornia + pip install deepface ```
-
imageio (πŸ₯‡38 Β· ⭐ 1.5K) - Python library for reading and writing image data. BSD-2 +
InsightFace (πŸ₯ˆ38 Β· ⭐ 25K) - State-of-the-art 2D and 3D Face Analysis Project. MIT -- [GitHub](https://github.com/imageio/imageio) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 290 Β· πŸ“₯ 1.4K Β· πŸ“¦ 150K Β· πŸ“‹ 610 - 16% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/deepinsight/insightface) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 5.5K Β· πŸ“₯ 7.8M Β· πŸ“¦ 4.2K Β· πŸ“‹ 2.6K - 45% open Β· ⏱️ 23.04.2025): ``` - git clone https://github.com/imageio/imageio - ``` -- [PyPi](https://pypi.org/project/imageio) (πŸ“₯ 32M / month Β· πŸ“¦ 2.4K Β· ⏱️ 14.10.2024): - ``` - pip install imageio + git clone https://github.com/deepinsight/insightface ``` -- [Conda](https://anaconda.org/conda-forge/imageio) (πŸ“₯ 7.1M Β· ⏱️ 17.10.2024): +- [PyPi](https://pypi.org/project/insightface) (πŸ“₯ 250K / month Β· πŸ“¦ 30 Β· ⏱️ 17.12.2022): ``` - conda install -c conda-forge imageio + pip install insightface ```
-
MMDetection (πŸ₯ˆ37 Β· ⭐ 29K Β· πŸ’€) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 +
Kornia (πŸ₯ˆ37 Β· ⭐ 10K) - Geometric Computer Vision Library for Spatial AI. Apache-2 -- [GitHub](https://github.com/open-mmlab/mmdetection) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 9.4K Β· πŸ“¦ 3.1K Β· πŸ“‹ 8.5K - 21% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/kornia/kornia) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 990 Β· πŸ“₯ 1.9K Β· πŸ“¦ 16K Β· πŸ“‹ 970 - 30% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/open-mmlab/mmdetection - ``` -- [PyPi](https://pypi.org/project/mmdet) (πŸ“₯ 190K / month Β· πŸ“¦ 82 Β· ⏱️ 05.01.2024): - ``` - pip install mmdet + git clone https://github.com/kornia/kornia ``` -
-
InsightFace (πŸ₯ˆ37 Β· ⭐ 23K) - State-of-the-art 2D and 3D Face Analysis Project. MIT - -- [GitHub](https://github.com/deepinsight/insightface) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 5.4K Β· πŸ“₯ 5.2M Β· πŸ“¦ 2.9K Β· πŸ“‹ 2.5K - 45% open Β· ⏱️ 11.10.2024): - +- [PyPi](https://pypi.org/project/kornia) (πŸ“₯ 2.6M / month Β· πŸ“¦ 310 Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/deepinsight/insightface + pip install kornia ``` -- [PyPi](https://pypi.org/project/insightface) (πŸ“₯ 260K / month Β· πŸ“¦ 30 Β· ⏱️ 17.12.2022): +- [Conda](https://anaconda.org/conda-forge/kornia) (πŸ“₯ 220K Β· ⏱️ 22.04.2025): ``` - pip install insightface + conda install -c conda-forge kornia ```
-
opencv-python (πŸ₯ˆ36 Β· ⭐ 4.5K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +
opencv-python (πŸ₯ˆ35 Β· ⭐ 4.8K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- [GitHub](https://github.com/opencv/opencv-python) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 840 Β· πŸ“¦ 460K Β· πŸ“‹ 820 - 16% open Β· ⏱️ 24.07.2024): +- [GitHub](https://github.com/opencv/opencv-python) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 890 Β· πŸ“¦ 570K Β· πŸ“‹ 860 - 17% open Β· ⏱️ 16.01.2025): ``` git clone https://github.com/opencv/opencv-python ``` -- [PyPi](https://pypi.org/project/opencv-python) (πŸ“₯ 15M / month Β· πŸ“¦ 10K Β· ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/opencv-python) (πŸ“₯ 17M / month Β· πŸ“¦ 13K Β· ⏱️ 16.01.2025): ``` pip install opencv-python ```
-
detectron2 (πŸ₯ˆ34 Β· ⭐ 30K) - 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) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 7.4K Β· πŸ“¦ 2.1K Β· πŸ“‹ 3.6K - 14% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/facebookresearch/detectron2) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 7.5K Β· πŸ“¦ 2.4K Β· πŸ“‹ 3.6K - 14% open Β· ⏱️ 24.04.2025): ``` git clone https://github.com/facebookresearch/detectron2 @@ -2367,393 +2196,403 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` pip install detectron2 ``` -- [Conda](https://anaconda.org/conda-forge/detectron2) (πŸ“₯ 450K Β· ⏱️ 26.08.2024): +- [Conda](https://anaconda.org/conda-forge/detectron2) (πŸ“₯ 670K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge detectron2 ```
-
Wand (πŸ₯ˆ34 Β· ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT +
imageio (πŸ₯ˆ34 Β· ⭐ 1.6K Β· πŸ“‰) - Python library for reading and writing image data. BSD-2 -- [GitHub](https://github.com/emcconville/wand) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 200 Β· πŸ“₯ 51K Β· πŸ“¦ 20K Β· πŸ“‹ 430 - 6% open Β· ⏱️ 01.10.2024): +- [GitHub](https://github.com/imageio/imageio) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“₯ 1.6K Β· πŸ“‹ 610 - 16% open Β· ⏱️ 21.02.2025): ``` - git clone https://github.com/emcconville/wand + git clone https://github.com/imageio/imageio ``` -- [PyPi](https://pypi.org/project/wand) (πŸ“₯ 940K / month Β· πŸ“¦ 260 Β· ⏱️ 03.11.2023): +- [PyPi](https://pypi.org/project/imageio) (πŸ“₯ 26M / month Β· πŸ“¦ 2.6K Β· ⏱️ 20.01.2025): ``` - pip install wand + pip install imageio ``` -- [Conda](https://anaconda.org/conda-forge/wand) (πŸ“₯ 81K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/imageio) (πŸ“₯ 7.8M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge wand + conda install -c conda-forge imageio ```
-
PaddleSeg (πŸ₯ˆ33 Β· ⭐ 8.7K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 +
Wand (πŸ₯ˆ33 Β· ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT -- [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.3K Β· πŸ“‹ 2.2K - 10% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/emcconville/wand) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 200 Β· πŸ“₯ 52K Β· πŸ“¦ 21K Β· πŸ“‹ 430 - 6% open Β· ⏱️ 01.04.2025): ``` - git clone https://github.com/PaddlePaddle/PaddleSeg - ``` -- [PyPi](https://pypi.org/project/paddleseg) (πŸ“₯ 1.5K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2022): - ``` - pip install paddleseg + git clone https://github.com/emcconville/wand ``` -
-
vit-pytorch (πŸ₯ˆ32 Β· ⭐ 20K) - Implementation of Vision Transformer, a simple way to achieve.. MIT - -- [GitHub](https://github.com/lucidrains/vit-pytorch) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 3K Β· πŸ“¦ 550 Β· πŸ“‹ 280 - 48% open Β· ⏱️ 31.10.2024): - +- [PyPi](https://pypi.org/project/wand) (πŸ“₯ 1.1M / month Β· πŸ“¦ 260 Β· ⏱️ 03.11.2023): ``` - git clone https://github.com/lucidrains/vit-pytorch + pip install wand ``` -- [PyPi](https://pypi.org/project/vit-pytorch) (πŸ“₯ 31K / month Β· πŸ“¦ 15 Β· ⏱️ 31.10.2024): +- [Conda](https://anaconda.org/conda-forge/wand) (πŸ“₯ 140K Β· ⏱️ 22.04.2025): ``` - pip install vit-pytorch + conda install -c conda-forge wand ```
-
lightly (πŸ₯ˆ32 Β· ⭐ 3.2K) - A python library for self-supervised learning on images. MIT +
PaddleSeg (πŸ₯ˆ32 Β· ⭐ 9K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 -- [GitHub](https://github.com/lightly-ai/lightly) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 280 Β· πŸ“¦ 330 Β· πŸ“‹ 580 - 12% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.2K - 0% open Β· ⏱️ 25.12.2024): ``` - git clone https://github.com/lightly-ai/lightly + git clone https://github.com/PaddlePaddle/PaddleSeg ``` -- [PyPi](https://pypi.org/project/lightly) (πŸ“₯ 35K / month Β· πŸ“¦ 14 Β· ⏱️ 24.09.2024): +- [PyPi](https://pypi.org/project/paddleseg) (πŸ“₯ 1.7K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2022): ``` - pip install lightly + pip install paddleseg ```
-
imageai (πŸ₯ˆ31 Β· ⭐ 8.6K Β· πŸ’€) - A python library built to empower developers to build applications.. MIT +
ImageHash (πŸ₯ˆ32 Β· ⭐ 3.6K) - A Python Perceptual Image Hashing Module. BSD-2 -- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 2.2K Β· πŸ“₯ 940K Β· πŸ“¦ 1.7K Β· πŸ“‹ 760 - 41% open Β· ⏱️ 20.02.2024): +- [GitHub](https://github.com/JohannesBuchner/imagehash) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 340 Β· πŸ“¦ 17K Β· πŸ“‹ 150 - 15% open Β· ⏱️ 17.04.2025): ``` - git clone https://github.com/OlafenwaMoses/ImageAI + git clone https://github.com/JohannesBuchner/imagehash ``` -- [PyPi](https://pypi.org/project/imageai) (πŸ“₯ 9.5K / month Β· πŸ“¦ 19 Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/ImageHash) (πŸ“₯ 1.8M / month Β· πŸ“¦ 270 Β· ⏱️ 01.02.2025): ``` - pip install imageai + pip install ImageHash ``` -- [Conda](https://anaconda.org/conda-forge/imageai) (πŸ“₯ 8.1K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/imagehash) (πŸ“₯ 450K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge imageai + conda install -c conda-forge imagehash ```
-
ImageHash (πŸ₯ˆ31 Β· ⭐ 3.2K) - A Python Perceptual Image Hashing Module. BSD-2 +
lightly (πŸ₯ˆ31 Β· ⭐ 3.4K) - A python library for self-supervised learning on images. MIT -- [GitHub](https://github.com/JohannesBuchner/imagehash) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 330 Β· πŸ“¦ 15K Β· πŸ“‹ 140 - 13% open Β· ⏱️ 09.10.2024): +- [GitHub](https://github.com/lightly-ai/lightly) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 290 Β· πŸ“¦ 440 Β· πŸ“‹ 600 - 12% open Β· ⏱️ 02.05.2025): ``` - git clone https://github.com/JohannesBuchner/imagehash - ``` -- [PyPi](https://pypi.org/project/ImageHash) (πŸ“₯ 1.5M / month Β· πŸ“¦ 240 Β· ⏱️ 28.09.2022): - ``` - pip install ImageHash + git clone https://github.com/lightly-ai/lightly ``` -- [Conda](https://anaconda.org/conda-forge/imagehash) (πŸ“₯ 400K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/lightly) (πŸ“₯ 58K / month Β· πŸ“¦ 20 Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge imagehash + pip install lightly ```
-
CellProfiler (πŸ₯ˆ30 Β· ⭐ 910) - An open-source application for biological image analysis. BSD-3 +
vit-pytorch (πŸ₯ˆ30 Β· ⭐ 23K) - Implementation of Vision Transformer, a simple way to achieve.. MIT -- [GitHub](https://github.com/CellProfiler/CellProfiler) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 380 Β· πŸ“₯ 8K Β· πŸ“¦ 24 Β· πŸ“‹ 3.3K - 9% open Β· ⏱️ 24.09.2024): +- [GitHub](https://github.com/lucidrains/vit-pytorch) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 3.3K Β· πŸ“¦ 640 Β· πŸ“‹ 280 - 49% open Β· ⏱️ 05.03.2025): ``` - git clone https://github.com/CellProfiler/CellProfiler + git clone https://github.com/lucidrains/vit-pytorch ``` -- [PyPi](https://pypi.org/project/cellprofiler) (πŸ“₯ 3.3K / month Β· πŸ“¦ 2 Β· ⏱️ 16.09.2024): +- [PyPi](https://pypi.org/project/vit-pytorch) (πŸ“₯ 26K / month Β· πŸ“¦ 17 Β· ⏱️ 05.03.2025): ``` - pip install cellprofiler + pip install vit-pytorch ```
-
PaddleDetection (πŸ₯ˆ29 Β· ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 +
PaddleDetection (πŸ₯ˆ30 Β· ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.9K Β· πŸ“‹ 5.4K - 22% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.9K Β· πŸ“‹ 5.6K - 17% open Β· ⏱️ 16.04.2025): ``` git clone https://github.com/PaddlePaddle/PaddleDetection ``` -- [PyPi](https://pypi.org/project/paddledet) (πŸ“₯ 680 / month Β· πŸ“¦ 2 Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/paddledet) (πŸ“₯ 1.2K / month Β· πŸ“¦ 2 Β· ⏱️ 19.09.2022): ``` pip install paddledet ```
-
sahi (πŸ₯ˆ29 Β· ⭐ 4.1K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT +
sahi (πŸ₯ˆ30 Β· ⭐ 4.5K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT -- [GitHub](https://github.com/obss/sahi) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 570 Β· πŸ“₯ 28K Β· πŸ“¦ 1.4K Β· ⏱️ 27.08.2024): +- [GitHub](https://github.com/obss/sahi) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 640 Β· πŸ“₯ 36K Β· πŸ“¦ 1.8K Β· ⏱️ 05.05.2025): ``` git clone https://github.com/obss/sahi ``` -- [PyPi](https://pypi.org/project/sahi) (πŸ“₯ 130K / month Β· πŸ“¦ 26 Β· ⏱️ 10.07.2024): +- [PyPi](https://pypi.org/project/sahi) (πŸ“₯ 140K / month Β· πŸ“¦ 35 Β· ⏱️ 05.05.2025): ``` pip install sahi ``` -- [Conda](https://anaconda.org/conda-forge/sahi) (πŸ“₯ 77K Β· ⏱️ 24.07.2024): +- [Conda](https://anaconda.org/conda-forge/sahi) (πŸ“₯ 98K Β· ⏱️ 05.05.2025): ``` conda install -c conda-forge sahi ```
-
doctr (πŸ₯ˆ29 Β· ⭐ 3.8K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 +
doctr (πŸ₯‰29 Β· ⭐ 4.6K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 -- [GitHub](https://github.com/mindee/doctr) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 430 Β· πŸ“₯ 4.1M Β· πŸ“‹ 370 - 7% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/mindee/doctr) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 490 Β· πŸ“₯ 5.3M Β· πŸ“‹ 410 - 6% open Β· ⏱️ 29.04.2025): ``` git clone https://github.com/mindee/doctr ``` -- [PyPi](https://pypi.org/project/python-doctr) (πŸ“₯ 47K / month Β· πŸ“¦ 12 Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/python-doctr) (πŸ“₯ 100K / month Β· πŸ“¦ 14 Β· ⏱️ 30.01.2025): ``` pip install python-doctr ```
-
vidgear (πŸ₯ˆ29 Β· ⭐ 3.4K) - A High-performance cross-platform Video Processing Python framework.. Apache-2 +
Face Alignment (πŸ₯‰28 Β· ⭐ 7.3K Β· πŸ’€) - 2D and 3D Face alignment library build using pytorch. BSD-3 -- [GitHub](https://github.com/abhiTronix/vidgear) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 250 Β· πŸ“₯ 1.8K Β· πŸ“¦ 630 Β· πŸ“‹ 300 - 3% open Β· ⏱️ 22.06.2024): +- [GitHub](https://github.com/1adrianb/face-alignment) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 1.4K Β· πŸ“¦ 21 Β· πŸ“‹ 320 - 24% open Β· ⏱️ 30.08.2024): ``` - git clone https://github.com/abhiTronix/vidgear + git clone https://github.com/1adrianb/face-alignment ``` -- [PyPi](https://pypi.org/project/vidgear) (πŸ“₯ 21K / month Β· πŸ“¦ 15 Β· ⏱️ 22.06.2024): +- [PyPi](https://pypi.org/project/face-alignment) (πŸ“₯ 66K / month Β· πŸ“¦ 10 Β· ⏱️ 17.08.2023): ``` - pip install vidgear + pip install face-alignment ```
-
mtcnn (πŸ₯ˆ29 Β· ⭐ 2.2K) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT +
vidgear (πŸ₯‰28 Β· ⭐ 3.5K Β· πŸ’€) - A High-performance cross-platform Video Processing Python.. Apache-2 -- [GitHub](https://github.com/ipazc/mtcnn) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 530 Β· πŸ“₯ 4 Β· πŸ“¦ 6.3K Β· πŸ“‹ 130 - 37% open Β· ⏱️ 08.10.2024): +- [GitHub](https://github.com/abhiTronix/vidgear) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 260 Β· πŸ“₯ 2.3K Β· πŸ“¦ 720 Β· πŸ“‹ 300 - 2% open Β· ⏱️ 22.06.2024): ``` - git clone https://github.com/ipazc/mtcnn - ``` -- [PyPi](https://pypi.org/project/mtcnn) (πŸ“₯ 120K / month Β· πŸ“¦ 73 Β· ⏱️ 08.10.2024): - ``` - pip install mtcnn + git clone https://github.com/abhiTronix/vidgear ``` -- [Conda](https://anaconda.org/conda-forge/mtcnn) (πŸ“₯ 13K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/vidgear) (πŸ“₯ 22K / month Β· πŸ“¦ 15 Β· ⏱️ 22.06.2024): ``` - conda install -c conda-forge mtcnn + pip install vidgear ```
-
facenet-pytorch (πŸ₯‰28 Β· ⭐ 4.5K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT +
Norfair (πŸ₯‰28 Β· ⭐ 2.5K Β· πŸ“ˆ) - Lightweight Python library for adding real-time multi-object.. BSD-3 -- [GitHub](https://github.com/timesler/facenet-pytorch) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 940 Β· πŸ“₯ 1.4M Β· πŸ“¦ 2.3K Β· πŸ“‹ 180 - 41% open Β· ⏱️ 02.08.2024): +- [GitHub](https://github.com/tryolabs/norfair) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 260 Β· πŸ“₯ 350 Β· πŸ“¦ 310 Β· πŸ“‹ 180 - 16% open Β· ⏱️ 30.04.2025): ``` - git clone https://github.com/timesler/facenet-pytorch + git clone https://github.com/tryolabs/norfair ``` -- [PyPi](https://pypi.org/project/facenet-pytorch) (πŸ“₯ 70K / month Β· πŸ“¦ 51 Β· ⏱️ 29.04.2024): +- [PyPi](https://pypi.org/project/norfair) (πŸ“₯ 29K / month Β· πŸ“¦ 9 Β· ⏱️ 30.04.2025): ``` - pip install facenet-pytorch + pip install norfair ```
-
mahotas (πŸ₯‰28 Β· ⭐ 840) - Computer Vision in Python. MIT +
mtcnn (πŸ₯‰28 Β· ⭐ 2.4K Β· πŸ’€) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- [GitHub](https://github.com/luispedro/mahotas) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 150 Β· πŸ“¦ 1.4K Β· πŸ“‹ 91 - 23% open Β· ⏱️ 17.07.2024): +- [GitHub](https://github.com/ipazc/mtcnn) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 530 Β· πŸ“₯ 52 Β· πŸ“¦ 8.5K Β· πŸ“‹ 130 - 37% open Β· ⏱️ 08.10.2024): ``` - git clone https://github.com/luispedro/mahotas + git clone https://github.com/ipazc/mtcnn ``` -- [PyPi](https://pypi.org/project/mahotas) (πŸ“₯ 29K / month Β· πŸ“¦ 63 Β· ⏱️ 17.07.2024): +- [PyPi](https://pypi.org/project/mtcnn) (πŸ“₯ 170K / month Β· πŸ“¦ 73 Β· ⏱️ 08.10.2024): ``` - pip install mahotas + pip install mtcnn ``` -- [Conda](https://anaconda.org/conda-forge/mahotas) (πŸ“₯ 510K Β· ⏱️ 18.07.2024): +- [Conda](https://anaconda.org/conda-forge/mtcnn) (πŸ“₯ 15K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge mahotas + conda install -c conda-forge mtcnn ```
-
Face Alignment (πŸ₯‰27 Β· ⭐ 7.1K) - 2D and 3D Face alignment library build using pytorch. BSD-3 +
pyvips (πŸ₯‰28 Β· ⭐ 700 Β· πŸ“ˆ) - python binding for libvips using cffi. MIT -- [GitHub](https://github.com/1adrianb/face-alignment) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 1.3K Β· πŸ“¦ 21 Β· πŸ“‹ 320 - 24% open Β· ⏱️ 30.08.2024): +- [GitHub](https://github.com/libvips/pyvips) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 49 Β· πŸ“¦ 1K Β· πŸ“‹ 460 - 41% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/1adrianb/face-alignment + git clone https://github.com/libvips/pyvips ``` -- [PyPi](https://pypi.org/project/face-alignment) (πŸ“₯ 56K / month Β· πŸ“¦ 10 Β· ⏱️ 17.08.2023): +- [PyPi](https://pypi.org/project/pyvips) (πŸ“₯ 100K / month Β· πŸ“¦ 94 Β· ⏱️ 28.04.2025): ``` - pip install face-alignment + pip install pyvips + ``` +- [Conda](https://anaconda.org/conda-forge/pyvips) (πŸ“₯ 220K Β· ⏱️ 29.04.2025): + ``` + conda install -c conda-forge pyvips ```
-
pyvips (πŸ₯‰27 Β· ⭐ 640) - python binding for libvips using cffi. MIT +
facenet-pytorch (πŸ₯‰27 Β· ⭐ 4.8K Β· πŸ’€) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT -- [GitHub](https://github.com/libvips/pyvips) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 49 Β· πŸ“¦ 820 Β· πŸ“‹ 450 - 42% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/timesler/facenet-pytorch) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 940 Β· πŸ“₯ 1.7M Β· πŸ“¦ 3.4K Β· πŸ“‹ 190 - 41% open Β· ⏱️ 02.08.2024): ``` - git clone https://github.com/libvips/pyvips + git clone https://github.com/timesler/facenet-pytorch ``` -- [PyPi](https://pypi.org/project/pyvips) (πŸ“₯ 66K / month Β· πŸ“¦ 77 Β· ⏱️ 28.04.2024): +- [PyPi](https://pypi.org/project/facenet-pytorch) (πŸ“₯ 140K / month Β· πŸ“¦ 51 Β· ⏱️ 29.04.2024): ``` - pip install pyvips + pip install facenet-pytorch + ``` +
+
CellProfiler (πŸ₯‰27 Β· ⭐ 980) - An open-source application for biological image analysis. BSD-3 + +- [GitHub](https://github.com/CellProfiler/CellProfiler) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 390 Β· πŸ“₯ 8.7K Β· πŸ“¦ 28 Β· πŸ“‹ 3.3K - 9% open Β· ⏱️ 22.04.2025): + + ``` + git clone https://github.com/CellProfiler/CellProfiler ``` -- [Conda](https://anaconda.org/conda-forge/pyvips) (πŸ“₯ 140K Β· ⏱️ 06.09.2024): +- [PyPi](https://pypi.org/project/cellprofiler) (πŸ“₯ 1.2K / month Β· πŸ“¦ 2 Β· ⏱️ 16.09.2024): ``` - conda install -c conda-forge pyvips + pip install cellprofiler ```
-
tensorflow-graphics (πŸ₯‰26 Β· ⭐ 2.7K Β· πŸ“ˆ) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 +
mahotas (πŸ₯‰27 Β· ⭐ 870) - Computer Vision in Python. MIT -- [GitHub](https://github.com/tensorflow/graphics) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 360 Β· πŸ“‹ 240 - 60% open Β· ⏱️ 01.08.2024): +- [GitHub](https://github.com/luispedro/mahotas) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 150 Β· πŸ“¦ 1.5K Β· πŸ“‹ 92 - 22% open Β· ⏱️ 25.02.2025): ``` - git clone https://github.com/tensorflow/graphics + git clone https://github.com/luispedro/mahotas ``` -- [PyPi](https://pypi.org/project/tensorflow-graphics) (πŸ“₯ 67K / month Β· πŸ“¦ 11 Β· ⏱️ 03.12.2021): +- [PyPi](https://pypi.org/project/mahotas) (πŸ“₯ 21K / month Β· πŸ“¦ 63 Β· ⏱️ 17.07.2024): ``` - pip install tensorflow-graphics + pip install mahotas + ``` +- [Conda](https://anaconda.org/conda-forge/mahotas) (πŸ“₯ 620K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge mahotas ```
-
Norfair (πŸ₯‰26 Β· ⭐ 2.4K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3 +
Image Deduplicator (πŸ₯‰26 Β· ⭐ 5.4K Β· πŸ“ˆ) - Finding duplicate images made easy!. Apache-2 -- [GitHub](https://github.com/tryolabs/norfair) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 240 Β· πŸ“₯ 340 Β· πŸ“¦ 230 Β· πŸ“‹ 170 - 14% open Β· ⏱️ 27.07.2024): +- [GitHub](https://github.com/idealo/imagededup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 460 Β· πŸ“¦ 190 Β· πŸ“‹ 130 - 33% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/tryolabs/norfair + git clone https://github.com/idealo/imagededup ``` -- [PyPi](https://pypi.org/project/norfair) (πŸ“₯ 22K / month Β· πŸ“¦ 9 Β· ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/imagededup) (πŸ“₯ 30K / month Β· πŸ“¦ 5 Β· ⏱️ 28.04.2023): ``` - pip install norfair + pip install imagededup ```
-
MMF (πŸ₯‰25 Β· ⭐ 5.5K) - A modular framework for vision & language multimodal research from.. BSD-3 +
MMF (πŸ₯‰25 Β· ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 -- [GitHub](https://github.com/facebookresearch/mmf) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“¦ 21 Β· πŸ“‹ 690 - 21% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/facebookresearch/mmf) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“¦ 22 Β· πŸ“‹ 690 - 21% open Β· ⏱️ 24.04.2025): ``` git clone https://github.com/facebookresearch/mmf ``` -- [PyPi](https://pypi.org/project/mmf) (πŸ“₯ 1.9K / month Β· πŸ“¦ 1 Β· ⏱️ 12.06.2020): +- [PyPi](https://pypi.org/project/mmf) (πŸ“₯ 760 / month Β· πŸ“¦ 1 Β· ⏱️ 12.06.2020): ``` pip install mmf ```
-
pytorchvideo (πŸ₯‰25 Β· ⭐ 3.3K) - A deep learning library for video understanding research. Apache-2 +
pytorchvideo (πŸ₯‰25 Β· ⭐ 3.4K) - A deep learning library for video understanding research. Apache-2 -- [GitHub](https://github.com/facebookresearch/pytorchvideo) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 410 Β· πŸ“‹ 210 - 50% open Β· ⏱️ 13.08.2024): +- [GitHub](https://github.com/facebookresearch/pytorchvideo) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 410 Β· πŸ“‹ 210 - 50% open Β· ⏱️ 25.01.2025): ``` git clone https://github.com/facebookresearch/pytorchvideo ``` -- [PyPi](https://pypi.org/project/pytorchvideo) (πŸ“₯ 20K / month Β· πŸ“¦ 24 Β· ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/pytorchvideo) (πŸ“₯ 59K / month Β· πŸ“¦ 24 Β· ⏱️ 20.01.2022): ``` pip install pytorchvideo ```
-
ffcv (πŸ₯‰25 Β· ⭐ 2.9K) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 +
tensorflow-graphics (πŸ₯‰25 Β· ⭐ 2.8K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- [GitHub](https://github.com/libffcv/ffcv) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 180 Β· πŸ“¦ 54 Β· πŸ“‹ 290 - 38% open Β· ⏱️ 06.05.2024): +- [GitHub](https://github.com/tensorflow/graphics) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 370 Β· πŸ“‹ 240 - 60% open Β· ⏱️ 03.02.2025): ``` - git clone https://github.com/libffcv/ffcv + git clone https://github.com/tensorflow/graphics ``` -- [PyPi](https://pypi.org/project/ffcv) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 28.01.2022): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (πŸ“₯ 36K / month Β· πŸ“¦ 11 Β· ⏱️ 03.12.2021): ``` - pip install ffcv + pip install tensorflow-graphics ```
-
segmentation_models (πŸ₯‰24 Β· ⭐ 4.7K) - Segmentation models with pretrained backbones. Keras.. MIT +
segmentation_models (πŸ₯‰24 Β· ⭐ 4.8K Β· πŸ’€) - Segmentation models with pretrained backbones. Keras.. MIT - [GitHub](https://github.com/qubvel/segmentation_models) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 1K Β· πŸ“‹ 540 - 50% open Β· ⏱️ 21.08.2024): ``` git clone https://github.com/qubvel/segmentation_models ``` -- [PyPi](https://pypi.org/project/segmentation_models) (πŸ“₯ 28K / month Β· πŸ“¦ 28 Β· ⏱️ 10.01.2020): +- [PyPi](https://pypi.org/project/segmentation_models) (πŸ“₯ 27K / month Β· πŸ“¦ 28 Β· ⏱️ 10.01.2020): ``` pip install segmentation_models ```
-
vissl (πŸ₯‰23 Β· ⭐ 3.3K Β· πŸ’€) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +
ffcv (πŸ₯‰23 Β· ⭐ 2.9K Β· πŸ’€) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 -- [GitHub](https://github.com/facebookresearch/vissl) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 330 Β· πŸ“¦ 53 Β· πŸ“‹ 190 - 43% open Β· ⏱️ 03.03.2024): +- [GitHub](https://github.com/libffcv/ffcv) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 180 Β· πŸ“¦ 69 Β· πŸ“‹ 290 - 38% open Β· ⏱️ 06.05.2024): ``` - git clone https://github.com/facebookresearch/vissl + git clone https://github.com/libffcv/ffcv ``` -- [PyPi](https://pypi.org/project/vissl) (πŸ“₯ 270 / month Β· πŸ“¦ 1 Β· ⏱️ 02.11.2021): +- [PyPi](https://pypi.org/project/ffcv) (πŸ“₯ 850 / month Β· πŸ“¦ 1 Β· ⏱️ 28.01.2022): ``` - pip install vissl + pip install ffcv ```
-
kubric (πŸ₯‰23 Β· ⭐ 2.3K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +
kubric (πŸ₯‰23 Β· ⭐ 2.5K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 -- [GitHub](https://github.com/google-research/kubric) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 220 Β· πŸ“¦ 7 Β· πŸ“‹ 190 - 33% open Β· ⏱️ 07.10.2024): +- [GitHub](https://github.com/google-research/kubric) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 240 Β· πŸ“¦ 7 Β· πŸ“‹ 190 - 33% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/google-research/kubric ``` -- [PyPi](https://pypi.org/project/kubric-nightly) (πŸ“₯ 60K / month Β· ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/kubric-nightly) (πŸ“₯ 21K / month Β· ⏱️ 27.12.2023): ``` pip install kubric-nightly ```
-
icevision (πŸ₯‰22 Β· ⭐ 850) - 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) (πŸ“₯ 5.6K / month Β· πŸ“¦ 6 Β· ⏱️ 10.02.2022): +- [PyPi](https://pypi.org/project/icevision) (πŸ“₯ 4.3K / month Β· πŸ“¦ 6 Β· ⏱️ 10.02.2022): ``` pip install icevision ```
-
DEβ«ΆTR (πŸ₯‰21 Β· ⭐ 14K Β· πŸ’€) - End-to-End Object Detection with Transformers. Apache-2 +
PySlowFast (πŸ₯‰21 Β· ⭐ 6.9K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- [GitHub](https://github.com/facebookresearch/detr) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 2.4K Β· πŸ“¦ 21 Β· πŸ“‹ 540 - 47% open Β· ⏱️ 12.03.2024): +- [GitHub](https://github.com/facebookresearch/SlowFast) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 1.2K Β· πŸ“¦ 23 Β· πŸ“‹ 710 - 58% open Β· ⏱️ 26.11.2024): ``` - git clone https://github.com/facebookresearch/detr + git clone https://github.com/facebookresearch/SlowFast + ``` +- [PyPi](https://pypi.org/project/pyslowfast) (πŸ“₯ 41 / month Β· ⏱️ 15.01.2020): + ``` + pip install pyslowfast ```
-
PySlowFast (πŸ₯‰21 Β· ⭐ 6.6K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 +
Image Super-Resolution (πŸ₯‰21 Β· ⭐ 4.7K) - Super-scale your images and run experiments with.. Apache-2 -- [GitHub](https://github.com/facebookresearch/SlowFast) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 1.2K Β· πŸ“¦ 20 Β· πŸ“‹ 700 - 58% open Β· ⏱️ 13.08.2024): +- [GitHub](https://github.com/idealo/image-super-resolution) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 750 Β· πŸ“‹ 220 - 48% open Β· ⏱️ 18.12.2024): ``` - git clone https://github.com/facebookresearch/SlowFast + git clone https://github.com/idealo/image-super-resolution ``` -- [PyPi](https://pypi.org/project/pyslowfast) (πŸ“₯ 110 / month Β· ⏱️ 15.01.2020): +- [PyPi](https://pypi.org/project/ISR) (πŸ“₯ 6.8K / month Β· πŸ“¦ 5 Β· ⏱️ 08.01.2020): ``` - pip install pyslowfast + pip install ISR + ``` +- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (πŸ“₯ 280 Β· ⭐ 1 Β· ⏱️ 01.04.2019): + ``` + docker pull idealo/image-super-resolution-gpu ```
-
scenic (πŸ₯‰18 Β· ⭐ 3.3K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 +
scenic (πŸ₯‰17 Β· ⭐ 3.5K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 -- [GitHub](https://github.com/google-research/scenic) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 430 Β· πŸ“‹ 270 - 55% open Β· ⏱️ 19.10.2024): +- [GitHub](https://github.com/google-research/scenic) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 450 Β· πŸ“‹ 270 - 56% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/google-research/scenic ```
-
Show 24 hidden projects... +
Show 26 hidden projects... -- scikit-image (πŸ₯‡42 Β· ⭐ 6.1K Β· πŸ“‰) - Image processing in Python. ❗Unlicensed -- imgaug (πŸ₯ˆ36 Β· ⭐ 14K Β· πŸ’€) - Image augmentation for machine learning experiments. MIT -- glfw (πŸ₯ˆ36 Β· ⭐ 13K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib -- Face Recognition (πŸ₯ˆ35 Β· ⭐ 53K Β· πŸ’€) - The worlds simplest facial recognition api for Python.. MIT -- PyTorch3D (πŸ₯ˆ33 Β· ⭐ 8.8K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed -- imutils (πŸ₯ˆ31 Β· ⭐ 4.5K Β· πŸ’€) - A series of convenience functions to make basic image processing.. MIT -- GluonCV (πŸ₯ˆ29 Β· ⭐ 5.8K Β· πŸ’€) - Gluon CV Toolkit. Apache-2 -- layout-parser (πŸ₯‰28 Β· ⭐ 4.9K Β· πŸ’€) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 -- Pillow-SIMD (πŸ₯‰27 Β· ⭐ 2.2K) - The friendly PIL fork. ❗️PIL +- scikit-image (πŸ₯‡42 Β· ⭐ 6.2K) - 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 +- PyTorch3D (πŸ₯ˆ32 Β· ⭐ 9.2K) - 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 (πŸ₯‰28 Β· ⭐ 5.2K Β· πŸ’€) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 +- Augmentor (πŸ₯‰27 Β· ⭐ 5.1K Β· πŸ’€) - Image augmentation library in Python for machine learning. MIT - 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 -- Image Deduplicator (πŸ₯‰24 Β· ⭐ 5.1K Β· πŸ’€) - Finding duplicate images made easy!. Apache-2 +- 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 -- Image Super-Resolution (πŸ₯‰21 Β· ⭐ 4.6K Β· πŸ’€) - Super-scale your images and run experiments with.. Apache-2 -- image-match (πŸ₯‰20 Β· ⭐ 2.9K Β· πŸ’€) - Quickly search over billions of images. Apache-2 -- pycls (πŸ₯‰20 Β· ⭐ 2.1K Β· πŸ’€) - Codebase for Image Classification Research, written in PyTorch. MIT +- vissl (πŸ₯‰23 Β· ⭐ 3.3K Β· πŸ’€) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +- Classy Vision (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - An end-to-end PyTorch framework for image and video.. 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 +- DEβ«ΆTR (πŸ₯‰21 Β· ⭐ 14K Β· πŸ’€) - End-to-End Object Detection with Transformers. Apache-2 +- solt (πŸ₯‰21 Β· ⭐ 260) - Streaming over lightweight data transformations. MIT +- image-match (πŸ₯‰20 Β· ⭐ 3K Β· πŸ’€) - Quickly search over billions of images. Apache-2 - nude.py (πŸ₯‰20 Β· ⭐ 930 Β· πŸ’€) - Nudity detection with Python. MIT -- detecto (πŸ₯‰20 Β· ⭐ 610 Β· πŸ’€) - Build fully-functioning computer vision models with PyTorch. MIT -- Caer (πŸ₯‰18 Β· ⭐ 770 Β· πŸ’€) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT -- solt (πŸ₯‰18 Β· ⭐ 260) - Streaming over lightweight data transformations. MIT -- Torch Points 3D (πŸ₯‰17 Β· ⭐ 220 Β· πŸ’€) - Pytorch framework for doing deep learning on point.. BSD-3 -- HugsVision (πŸ₯‰16 Β· ⭐ 190 Β· πŸ’€) - 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 +- HugsVision (πŸ₯‰15 Β· ⭐ 200 Β· πŸ’€) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface

@@ -2763,258 +2602,174 @@ _Libraries for image & video processing, manipulation, and augmentation as well _Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (πŸ₯‡44 Β· ⭐ 15K) - Network Analysis in Python. BSD-3 +
networkx (πŸ₯‡44 Β· ⭐ 16K) - Network Analysis in Python. BSD-3 -- [GitHub](https://github.com/networkx/networkx) (πŸ‘¨β€πŸ’» 750 Β· πŸ”€ 3.2K Β· πŸ“₯ 76 Β· πŸ“¦ 310K Β· πŸ“‹ 3.4K - 10% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/networkx/networkx) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3.3K Β· πŸ“₯ 110 Β· πŸ“¦ 400K Β· πŸ“‹ 3.4K - 10% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/networkx/networkx ``` -- [PyPi](https://pypi.org/project/networkx) (πŸ“₯ 76M / month Β· πŸ“¦ 9.6K Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/networkx) (πŸ“₯ 90M / month Β· πŸ“¦ 9.6K Β· ⏱️ 21.10.2024): ``` pip install networkx ``` -- [Conda](https://anaconda.org/conda-forge/networkx) (πŸ“₯ 18M Β· ⏱️ 30.10.2024): +- [Conda](https://anaconda.org/conda-forge/networkx) (πŸ“₯ 22M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge networkx ```
-
PyTorch Geometric (πŸ₯‡40 Β· ⭐ 21K) - Graph Neural Network Library for PyTorch. MIT +
PyTorch Geometric (πŸ₯‡40 Β· ⭐ 22K) - Graph Neural Network Library for PyTorch. MIT -- [GitHub](https://github.com/pyg-team/pytorch_geometric) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 3.6K Β· πŸ“¦ 6.8K Β· πŸ“‹ 3.7K - 28% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/pyg-team/pytorch_geometric) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.8K Β· πŸ“¦ 9.2K Β· πŸ“‹ 3.9K - 30% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/pyg-team/pytorch_geometric ``` -- [PyPi](https://pypi.org/project/torch-geometric) (πŸ“₯ 370K / month Β· πŸ“¦ 360 Β· ⏱️ 26.09.2024): +- [PyPi](https://pypi.org/project/torch-geometric) (πŸ“₯ 660K / month Β· πŸ“¦ 360 Β· ⏱️ 26.09.2024): ``` pip install torch-geometric ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (πŸ“₯ 100K Β· ⏱️ 26.09.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (πŸ“₯ 150K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytorch_geometric ```
-
dgl (πŸ₯‡38 Β· ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 +
dgl (πŸ₯‡35 Β· ⭐ 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 Β· πŸ“¦ 310 Β· πŸ“‹ 2.9K - 18% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/dmlc/dgl) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 3K Β· πŸ“¦ 3.9K Β· πŸ“‹ 2.9K - 18% open Β· ⏱️ 11.02.2025): ``` git clone https://github.com/dmlc/dgl ``` -- [PyPi](https://pypi.org/project/dgl) (πŸ“₯ 200K / month Β· πŸ“¦ 150 Β· ⏱️ 13.05.2024): +- [PyPi](https://pypi.org/project/dgl) (πŸ“₯ 100K / month Β· πŸ“¦ 150 Β· ⏱️ 13.05.2024): ``` pip install dgl ```
-
pygraphistry (πŸ₯ˆ32 Β· ⭐ 2.2K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 +
PyKEEN (πŸ₯ˆ31 Β· ⭐ 1.8K) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- [GitHub](https://github.com/graphistry/pygraphistry) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 200 Β· πŸ“¦ 120 Β· πŸ“‹ 340 - 51% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/pykeen/pykeen) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 200 Β· πŸ“₯ 240 Β· πŸ“¦ 320 Β· πŸ“‹ 590 - 20% open Β· ⏱️ 24.04.2025): ``` - git clone https://github.com/graphistry/pygraphistry + git clone https://github.com/pykeen/pykeen ``` -- [PyPi](https://pypi.org/project/graphistry) (πŸ“₯ 16K / month Β· πŸ“¦ 6 Β· ⏱️ 20.10.2024): +- [PyPi](https://pypi.org/project/pykeen) (πŸ“₯ 11K / month Β· πŸ“¦ 21 Β· ⏱️ 24.04.2025): ``` - pip install graphistry + pip install pykeen ```
-
PyKEEN (πŸ₯ˆ32 Β· ⭐ 1.7K) - A Python library for learning and evaluating knowledge graph embeddings. MIT +
pygraphistry (πŸ₯ˆ29 Β· ⭐ 2.2K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 -- [GitHub](https://github.com/pykeen/pykeen) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 190 Β· πŸ“₯ 220 Β· πŸ“¦ 250 Β· πŸ“‹ 570 - 19% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/graphistry/pygraphistry) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 220 Β· πŸ“¦ 150 Β· πŸ“‹ 360 - 53% open Β· ⏱️ 22.04.2025): ``` - git clone https://github.com/pykeen/pykeen + git clone https://github.com/graphistry/pygraphistry ``` -- [PyPi](https://pypi.org/project/pykeen) (πŸ“₯ 11K / month Β· πŸ“¦ 19 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/graphistry) (πŸ“₯ 22K / month Β· πŸ“¦ 6 Β· ⏱️ 22.04.2025): ``` - pip install pykeen + pip install graphistry ```
-
Spektral (πŸ₯ˆ28 Β· ⭐ 2.4K Β· πŸ’€) - Graph Neural Networks with Keras and Tensorflow 2. MIT +
pytorch_geometric_temporal (πŸ₯ˆ28 Β· ⭐ 2.8K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT -- [GitHub](https://github.com/danielegrattarola/spektral) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 340 Β· πŸ“¦ 340 Β· πŸ“‹ 280 - 24% open Β· ⏱️ 21.01.2024): +- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 390 Β· πŸ“‹ 200 - 20% open Β· ⏱️ 24.03.2025): ``` - git clone https://github.com/danielegrattarola/spektral + git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal ``` -- [PyPi](https://pypi.org/project/spektral) (πŸ“₯ 11K / month Β· πŸ“¦ 7 Β· ⏱️ 21.01.2024): +- [PyPi](https://pypi.org/project/torch-geometric-temporal) (πŸ“₯ 5.8K / month Β· πŸ“¦ 7 Β· ⏱️ 28.03.2025): ``` - pip install spektral + pip install torch-geometric-temporal ```
-
ogb (πŸ₯ˆ28 Β· ⭐ 1.9K Β· πŸ’€) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT +
ogb (πŸ₯ˆ28 Β· ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT -- [GitHub](https://github.com/snap-stanford/ogb) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 400 Β· πŸ“¦ 2K Β· πŸ“‹ 300 - 8% open Β· ⏱️ 01.02.2024): +- [GitHub](https://github.com/snap-stanford/ogb) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 400 Β· πŸ“¦ 2.5K Β· πŸ“‹ 310 - 11% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/snap-stanford/ogb ``` -- [PyPi](https://pypi.org/project/ogb) (πŸ“₯ 55K / 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) (πŸ“₯ 40K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ogb) (πŸ“₯ 52K Β· ⏱️ 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 Β· πŸ“¦ 56 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 28.02.2024): - - ``` - git clone https://github.com/Accenture/AmpliGraph - ``` -- [PyPi](https://pypi.org/project/ampligraph) (πŸ“₯ 3.4K / month Β· πŸ“¦ 2 Β· ⏱️ 26.02.2024): - ``` - pip install ampligraph - ``` -
-
pytorch_geometric_temporal (πŸ₯ˆ25 Β· ⭐ 2.7K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT - -- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 370 Β· πŸ“‹ 200 - 20% open Β· ⏱️ 14.10.2024): - - ``` - git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal - ``` -- [PyPi](https://pypi.org/project/torch-geometric-temporal) (πŸ“₯ 3K / month Β· πŸ“¦ 7 Β· ⏱️ 04.09.2022): - ``` - pip install torch-geometric-temporal - ``` -
-
Node2Vec (πŸ₯ˆ25 Β· ⭐ 1.2K) - Implementation of the node2vec algorithm. MIT +
Node2Vec (πŸ₯ˆ25 Β· ⭐ 1.3K Β· πŸ’€) - Implementation of the node2vec algorithm. MIT -- [GitHub](https://github.com/eliorc/node2vec) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 240 Β· πŸ“¦ 710 Β· πŸ“‹ 93 - 5% open Β· ⏱️ 02.08.2024): +- [GitHub](https://github.com/eliorc/node2vec) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 250 Β· πŸ“¦ 900 Β· πŸ“‹ 97 - 5% open Β· ⏱️ 02.08.2024): ``` git clone https://github.com/eliorc/node2vec ``` -- [PyPi](https://pypi.org/project/node2vec) (πŸ“₯ 18K / month Β· πŸ“¦ 31 Β· ⏱️ 02.08.2024): +- [PyPi](https://pypi.org/project/node2vec) (πŸ“₯ 25K / month Β· πŸ“¦ 31 Β· ⏱️ 02.08.2024): ``` pip install node2vec ``` -- [Conda](https://anaconda.org/conda-forge/node2vec) (πŸ“₯ 31K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/node2vec) (πŸ“₯ 35K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge node2vec ```
-
PyTorch-BigGraph (πŸ₯ˆ24 Β· ⭐ 3.4K Β· πŸ’€) - Generate embeddings from large-scale graph-structured.. BSD-3 - -- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 450 Β· πŸ“₯ 210 Β· πŸ“‹ 200 - 32% open Β· ⏱️ 03.03.2024): - - ``` - git clone https://github.com/facebookresearch/PyTorch-BigGraph - ``` -- [PyPi](https://pypi.org/project/torchbiggraph) (πŸ“₯ 440K / month Β· πŸ“¦ 2 Β· ⏱️ 14.10.2019): - ``` - pip install torchbiggraph - ``` -
-
torch-cluster (πŸ₯‰22 Β· ⭐ 820) - PyTorch Extension Library of Optimized Graph Cluster.. MIT +
torch-cluster (πŸ₯ˆ25 Β· ⭐ 870) - PyTorch Extension Library of Optimized Graph Cluster.. MIT -- [GitHub](https://github.com/rusty1s/pytorch_cluster) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 140 Β· πŸ“‹ 180 - 21% open Β· ⏱️ 10.09.2024): +- [GitHub](https://github.com/rusty1s/pytorch_cluster) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 150 Β· πŸ“‹ 180 - 17% open Β· ⏱️ 20.04.2025): ``` git clone https://github.com/rusty1s/pytorch_cluster ``` -- [PyPi](https://pypi.org/project/torch-cluster) (πŸ“₯ 18K / month Β· πŸ“¦ 62 Β· ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/torch-cluster) (πŸ“₯ 19K / month Β· πŸ“¦ 62 Β· ⏱️ 12.10.2023): ``` pip install torch-cluster ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (πŸ“₯ 210K Β· ⏱️ 28.08.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (πŸ“₯ 360K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytorch_cluster ```
-
deepsnap (πŸ₯‰20 Β· ⭐ 550 Β· πŸ’€) - Python library assists deep learning on graphs. MIT - -- [GitHub](https://github.com/snap-stanford/deepsnap) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 57 Β· πŸ“₯ 13 Β· πŸ“¦ 110 Β· πŸ“‹ 50 - 50% open Β· ⏱️ 11.11.2023): - - ``` - git clone https://github.com/snap-stanford/deepsnap - ``` -- [PyPi](https://pypi.org/project/deepsnap) (πŸ“₯ 910 / month Β· πŸ“¦ 2 Β· ⏱️ 05.09.2021): - ``` - pip install deepsnap - ``` -
-
Sematch (πŸ₯‰18 Β· ⭐ 430 Β· πŸ’€) - semantic similarity framework for knowledge graph. Apache-2 - -- [GitHub](https://github.com/gsi-upm/sematch) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 110 Β· πŸ“¦ 48 Β· πŸ“‹ 34 - 44% open Β· ⏱️ 07.11.2023): - - ``` - git clone https://github.com/gsi-upm/sematch - ``` -- [PyPi](https://pypi.org/project/sematch) (πŸ“₯ 310 / month Β· ⏱️ 17.04.2017): - ``` - pip install sematch - ``` -
-
kglib (πŸ₯‰17 Β· ⭐ 550 Β· πŸ’€) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 - -- [GitHub](https://github.com/typedb/typedb-ml) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 98 Β· πŸ“₯ 240 Β· πŸ“‹ 63 - 19% open Β· ⏱️ 18.11.2023): - - ``` - git clone https://github.com/vaticle/kglib - ``` -- [PyPi](https://pypi.org/project/grakn-kglib) (πŸ“₯ 490 / month Β· ⏱️ 19.08.2020): - ``` - pip install grakn-kglib - ``` -
-
AutoGL (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - An autoML framework & toolkit for machine learning on graphs. Apache-2 - -- [GitHub](https://github.com/THUMNLab/AutoGL) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“‹ 39 - 35% open Β· ⏱️ 05.02.2024): - - ``` - git clone https://github.com/THUMNLab/AutoGL - ``` -- [PyPi](https://pypi.org/project/auto-graph-learning) (⏱️ 23.12.2020): - ``` - pip install auto-graph-learning - ``` -
-
OpenNE (πŸ₯‰14 Β· ⭐ 1.7K Β· πŸ’€) - An Open-Source Package for Network Embedding (NE). MIT - -- [GitHub](https://github.com/thunlp/OpenNE) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 490 Β· πŸ“‹ 110 - 9% open Β· ⏱️ 10.01.2024): - - ``` - git clone https://github.com/thunlp/OpenNE - ``` -
-
GraphVite (πŸ₯‰14 Β· ⭐ 1.2K) - GraphVite: A General and High-performance Graph Embedding System. Apache-2 +
GraphVite (πŸ₯‰15 Β· ⭐ 1.3K Β· πŸ’€) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 -- [GitHub](https://github.com/DeepGraphLearning/graphvite) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 46% open Β· ⏱️ 14.06.2024): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 47% open Β· ⏱️ 14.06.2024): ``` git clone https://github.com/DeepGraphLearning/graphvite ``` -- [Conda](https://anaconda.org/milagraph/graphvite) (πŸ“₯ 4.9K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/milagraph/graphvite) (πŸ“₯ 5.1K Β· ⏱️ 25.03.2025): ``` conda install -c milagraph graphvite ```
-
Show 18 hidden projects... +
Show 26 hidden projects... -- igraph (πŸ₯‡35 Β· ⭐ 1.3K) - Python interface for igraph. ❗️GPL-2.0 -- StellarGraph (πŸ₯ˆ28 Β· ⭐ 2.9K Β· πŸ’€) - StellarGraph - Machine Learning on Graphs. Apache-2 -- pygal (πŸ₯ˆ28 Β· ⭐ 2.6K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.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 (πŸ₯ˆ24 Β· ⭐ 2.2K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0 -- graph-nets (πŸ₯‰22 Β· ⭐ 5.4K Β· πŸ’€) - Build Graph Nets in Tensorflow. Apache-2 +- AmpliGraph (πŸ₯ˆ25 Β· ⭐ 2.2K Β· πŸ’€) - Python library for Representation Learning on Knowledge.. 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 +- 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 -- jraph (πŸ₯‰22 Β· ⭐ 1.4K Β· πŸ’€) - A Graph Neural Network Library in Jax. Apache-2 -- pyRDF2Vec (πŸ₯‰21 Β· ⭐ 250 Β· πŸ’€) - Python Implementation and Extension of RDF2Vec. MIT +- graph-nets (πŸ₯‰21 Β· ⭐ 5.4K Β· πŸ’€) - Build Graph Nets in Tensorflow. 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 -- GraphGym (πŸ₯‰19 Β· ⭐ 1.7K Β· πŸ’€) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT -- DeepGraph (πŸ₯‰19 Β· ⭐ 280 Β· πŸ’€) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 +- DIG (πŸ₯‰20 Β· ⭐ 2K Β· πŸ’€) - A library for graph deep learning research. ❗️GPL-3.0 +- GraphGym (πŸ₯‰20 Β· ⭐ 1.8K Β· πŸ’€) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT +- deepsnap (πŸ₯‰20 Β· ⭐ 560 Β· πŸ’€) - Python library assists deep learning on graphs. 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 -- GraphSAGE (πŸ₯‰15 Β· ⭐ 3.4K Β· πŸ’€) - Representation learning on large graphs using stochastic.. MIT -- ptgnn (πŸ₯‰15 Β· ⭐ 370 Β· πŸ’€) - A PyTorch Graph Neural Network Library. MIT -- GraphEmbedding (πŸ₯‰14 Β· ⭐ 3.7K Β· πŸ’€) - Implementation and experiments of graph embedding.. MIT -- OpenKE (πŸ₯‰13 Β· ⭐ 3.8K Β· πŸ’€) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed +- AutoGL (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - An autoML framework & toolkit for machine learning on graphs. Apache-2 +- ptgnn (πŸ₯‰15 Β· ⭐ 380 Β· πŸ’€) - A PyTorch Graph Neural Network Library. MIT +- 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 +- OpenKE (πŸ₯‰13 Β· ⭐ 3.9K Β· πŸ’€) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed

@@ -3024,252 +2779,237 @@ _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 (πŸ₯‡41 Β· ⭐ 8.8K) - A PyTorch-based Speech Toolkit. Apache-2 +
speechbrain (πŸ₯‡39 Β· ⭐ 9.8K) - A PyTorch-based Speech Toolkit. Apache-2 -- [GitHub](https://github.com/speechbrain/speechbrain) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.4K Β· πŸ“¦ 2.4K Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/speechbrain/speechbrain) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.5K Β· πŸ“¦ 3.4K Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 26.04.2025): ``` git clone https://github.com/speechbrain/speechbrain ``` -- [PyPi](https://pypi.org/project/speechbrain) (πŸ“₯ 3.5M / month Β· πŸ“¦ 67 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/speechbrain) (πŸ“₯ 1.2M / month Β· πŸ“¦ 79 Β· ⏱️ 07.04.2025): ``` pip install speechbrain ```
-
espnet (πŸ₯‡38 Β· ⭐ 8.4K) - End-to-End Speech Processing Toolkit. Apache-2 +
espnet (πŸ₯‡38 Β· ⭐ 9.1K) - End-to-End Speech Processing Toolkit. Apache-2 -- [GitHub](https://github.com/espnet/espnet) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 2.2K Β· πŸ“₯ 82 Β· πŸ“¦ 380 Β· πŸ“‹ 2.4K - 14% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/espnet/espnet) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 2.2K Β· πŸ“₯ 84 Β· πŸ“¦ 440 Β· πŸ“‹ 2.5K - 14% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/espnet/espnet ``` -- [PyPi](https://pypi.org/project/espnet) (πŸ“₯ 41K / month Β· πŸ“¦ 12 Β· ⏱️ 06.02.2024): +- [PyPi](https://pypi.org/project/espnet) (πŸ“₯ 24K / month Β· πŸ“¦ 12 Β· ⏱️ 04.12.2024): ``` pip install espnet ```
-
Coqui TTS (πŸ₯‡35 Β· ⭐ 35K Β· πŸ’€) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +
SpeechRecognition (πŸ₯ˆ35 Β· ⭐ 8.7K) - Speech recognition module for Python, supporting several.. BSD-3 -- [GitHub](https://github.com/coqui-ai/TTS) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 4.2K Β· πŸ“₯ 3.6M Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.1K - 7% open Β· ⏱️ 10.02.2024): +- [GitHub](https://github.com/Uberi/speech_recognition) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 2.4K Β· πŸ“¦ 21 Β· πŸ“‹ 660 - 48% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/coqui-ai/TTS + git clone https://github.com/Uberi/speech_recognition ``` -- [PyPi](https://pypi.org/project/tts) (πŸ“₯ 130K / month Β· πŸ“¦ 53 Β· ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/SpeechRecognition) (πŸ“₯ 1.4M / month Β· πŸ“¦ 680 Β· ⏱️ 23.03.2025): ``` - pip install tts + pip install SpeechRecognition ``` -- [Conda](https://anaconda.org/conda-forge/tts) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/speechrecognition) (πŸ“₯ 250K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge tts + conda install -c conda-forge speechrecognition ```
-
SpeechRecognition (πŸ₯‡35 Β· ⭐ 8.4K) - Speech recognition module for Python, supporting several.. BSD-3 +
librosa (πŸ₯ˆ35 Β· ⭐ 7.6K) - Python library for audio and music analysis. ISC -- [GitHub](https://github.com/Uberi/speech_recognition) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 2.4K Β· πŸ“¦ 21 Β· πŸ“‹ 660 - 50% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/librosa/librosa) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 980 Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 11.03.2025): ``` - git clone https://github.com/Uberi/speech_recognition + git clone https://github.com/librosa/librosa ``` -- [PyPi](https://pypi.org/project/SpeechRecognition) (πŸ“₯ 1M / month Β· πŸ“¦ 580 Β· ⏱️ 20.10.2024): +- [PyPi](https://pypi.org/project/librosa) (πŸ“₯ 3.6M / month Β· πŸ“¦ 1.6K Β· ⏱️ 11.03.2025): ``` - pip install SpeechRecognition + pip install librosa ``` -- [Conda](https://anaconda.org/conda-forge/speechrecognition) (πŸ“₯ 210K Β· ⏱️ 06.05.2024): +- [Conda](https://anaconda.org/conda-forge/librosa) (πŸ“₯ 890K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge speechrecognition + conda install -c conda-forge librosa ```
-
torchaudio (πŸ₯‡35 Β· ⭐ 2.5K) - Data manipulation and transformation for audio signal.. BSD-2 +
torchaudio (πŸ₯ˆ35 Β· ⭐ 2.7K) - Data manipulation and transformation for audio signal.. BSD-2 -- [GitHub](https://github.com/pytorch/audio) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 650 Β· πŸ“‹ 980 - 26% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/pytorch/audio) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 690 Β· πŸ“‹ 1K - 27% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/pytorch/audio ``` -- [PyPi](https://pypi.org/project/torchaudio) (πŸ“₯ 6.3M / month Β· πŸ“¦ 1.4K Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/torchaudio) (πŸ“₯ 13M / month Β· πŸ“¦ 1.9K Β· ⏱️ 23.04.2025): ``` pip install torchaudio ```
-
librosa (πŸ₯ˆ33 Β· ⭐ 7.1K) - Python library for audio and music analysis. ISC +
spleeter (πŸ₯ˆ33 Β· ⭐ 27K) - Deezer source separation library including pretrained models. MIT -- [GitHub](https://github.com/librosa/librosa) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 960 Β· πŸ“‹ 1.2K - 4% open Β· ⏱️ 08.10.2024): +- [GitHub](https://github.com/deezer/spleeter) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 2.9K Β· πŸ“₯ 4M Β· πŸ“¦ 1K Β· πŸ“‹ 820 - 31% open Β· ⏱️ 02.04.2025): ``` - git clone https://github.com/librosa/librosa + git clone https://github.com/deezer/spleeter ``` -- [PyPi](https://pypi.org/project/librosa) (πŸ“₯ 2.9M / month Β· πŸ“¦ 1.4K Β· ⏱️ 14.05.2024): +- [PyPi](https://pypi.org/project/spleeter) (πŸ“₯ 35K / month Β· πŸ“¦ 18 Β· ⏱️ 03.04.2025): ``` - pip install librosa + pip install spleeter ``` -- [Conda](https://anaconda.org/conda-forge/librosa) (πŸ“₯ 820K Β· ⏱️ 15.05.2024): +- [Conda](https://anaconda.org/conda-forge/spleeter) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge librosa + conda install -c conda-forge spleeter ```
-
Magenta (πŸ₯ˆ32 Β· ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 +
Magenta (πŸ₯ˆ33 Β· ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 -- [GitHub](https://github.com/magenta/magenta) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.7K Β· πŸ“¦ 540 Β· πŸ“‹ 1K - 41% open Β· ⏱️ 01.08.2024): +- [GitHub](https://github.com/magenta/magenta) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.7K Β· πŸ“¦ 580 Β· πŸ“‹ 1K - 41% open Β· ⏱️ 17.01.2025): ``` git clone https://github.com/magenta/magenta ``` -- [PyPi](https://pypi.org/project/magenta) (πŸ“₯ 7.8K / month Β· πŸ“¦ 5 Β· ⏱️ 01.08.2022): +- [PyPi](https://pypi.org/project/magenta) (πŸ“₯ 8.6K / month Β· πŸ“¦ 5 Β· ⏱️ 01.08.2022): ``` pip install magenta ```
-
spleeter (πŸ₯ˆ31 Β· ⭐ 26K) - Deezer source separation library including pretrained models. MIT +
python-soundfile (πŸ₯ˆ32 Β· ⭐ 760 Β· πŸ“ˆ) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 -- [GitHub](https://github.com/deezer/spleeter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 2.8K Β· πŸ“₯ 3.5M Β· πŸ“¦ 820 Β· πŸ“‹ 800 - 29% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/bastibe/python-soundfile) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“₯ 21K Β· πŸ“¦ 63K Β· πŸ“‹ 260 - 46% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/deezer/spleeter - ``` -- [PyPi](https://pypi.org/project/spleeter) (πŸ“₯ 23K / month Β· πŸ“¦ 12 Β· ⏱️ 10.06.2022): - ``` - pip install spleeter - ``` -- [Conda](https://anaconda.org/conda-forge/spleeter) (πŸ“₯ 95K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge spleeter + git clone https://github.com/bastibe/python-soundfile ``` -
-
audiomentations (πŸ₯ˆ31 Β· ⭐ 1.9K) - A Python library for audio data augmentation. Inspired by.. MIT - -- [GitHub](https://github.com/iver56/audiomentations) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 190 Β· πŸ“¦ 590 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 07.10.2024): - +- [PyPi](https://pypi.org/project/soundfile) (πŸ“₯ 5.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 25.01.2025): ``` - git clone https://github.com/iver56/audiomentations + pip install soundfile ``` -- [PyPi](https://pypi.org/project/audiomentations) (πŸ“₯ 50K / month Β· πŸ“¦ 18 Β· ⏱️ 03.09.2024): +- [Conda](https://anaconda.org/anaconda/pysoundfile): ``` - pip install audiomentations + conda install -c anaconda pysoundfile ```
-
Porcupine (πŸ₯ˆ30 Β· ⭐ 3.8K) - On-device wake word detection powered by deep learning. Apache-2 +
Porcupine (πŸ₯ˆ31 Β· ⭐ 4.1K) - On-device wake word detection powered by deep learning. Apache-2 -- [GitHub](https://github.com/Picovoice/porcupine) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 500 Β· πŸ“¦ 34 Β· πŸ“‹ 560 - 0% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/Picovoice/porcupine) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 520 Β· πŸ“¦ 48 Β· πŸ“‹ 570 - 0% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/Picovoice/Porcupine ``` -- [PyPi](https://pypi.org/project/pvporcupine) (πŸ“₯ 12K / month Β· πŸ“¦ 35 Β· ⏱️ 27.08.2024): +- [PyPi](https://pypi.org/project/pvporcupine) (πŸ“₯ 21K / month Β· πŸ“¦ 38 Β· ⏱️ 05.02.2025): ``` pip install pvporcupine ```
-
audioread (πŸ₯ˆ30 Β· ⭐ 490 Β· πŸ’€) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT +
audiomentations (πŸ₯ˆ31 Β· ⭐ 2K) - A Python library for audio data augmentation. Useful for making.. MIT -- [GitHub](https://github.com/beetbox/audioread) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 110 Β· πŸ“¦ 25K Β· πŸ“‹ 94 - 39% open Β· ⏱️ 15.12.2023): +- [GitHub](https://github.com/iver56/audiomentations) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“¦ 770 Β· πŸ“‹ 200 - 26% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/beetbox/audioread - ``` -- [PyPi](https://pypi.org/project/audioread) (πŸ“₯ 2.1M / month Β· πŸ“¦ 140 Β· ⏱️ 27.09.2023): - ``` - pip install audioread + git clone https://github.com/iver56/audiomentations ``` -- [Conda](https://anaconda.org/conda-forge/audioread) (πŸ“₯ 890K Β· ⏱️ 03.09.2024): +- [PyPi](https://pypi.org/project/audiomentations) (πŸ“₯ 70K / month Β· πŸ“¦ 28 Β· ⏱️ 05.05.2025): ``` - conda install -c conda-forge audioread + pip install audiomentations ```
-
python-soundfile (πŸ₯‰29 Β· ⭐ 710) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 +
tinytag (πŸ₯‰29 Β· ⭐ 750) - Python library for reading audio file metadata. MIT -- [GitHub](https://github.com/bastibe/python-soundfile) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 110 Β· πŸ“₯ 20K Β· πŸ“¦ 44K Β· πŸ“‹ 260 - 46% open Β· ⏱️ 27.07.2024): +- [GitHub](https://github.com/tinytag/tinytag) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 100 Β· πŸ“¦ 1.2K Β· πŸ“‹ 120 - 3% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/bastibe/python-soundfile - ``` -- [PyPi](https://pypi.org/project/soundfile) (πŸ“₯ 4.2M / month Β· πŸ“¦ 780 Β· ⏱️ 15.02.2023): - ``` - pip install soundfile + git clone https://github.com/devsnd/tinytag ``` -- [Conda](https://anaconda.org/anaconda/pysoundfile): +- [PyPi](https://pypi.org/project/tinytag) (πŸ“₯ 64K / month Β· πŸ“¦ 120 Β· ⏱️ 23.04.2025): ``` - conda install -c anaconda pysoundfile + pip install tinytag ```
-
pyAudioAnalysis (πŸ₯‰28 Β· ⭐ 5.9K Β· πŸ’€) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 +
pyAudioAnalysis (πŸ₯‰28 Β· ⭐ 6K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1.2K Β· πŸ“¦ 520 Β· πŸ“‹ 320 - 62% open Β· ⏱️ 22.10.2023): +- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1.2K Β· πŸ“¦ 620 Β· πŸ“‹ 320 - 62% open Β· ⏱️ 28.03.2025): ``` git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- [PyPi](https://pypi.org/project/pyAudioAnalysis) (πŸ“₯ 14K / month Β· πŸ“¦ 12 Β· ⏱️ 07.02.2022): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (πŸ“₯ 17K / month Β· πŸ“¦ 12 Β· ⏱️ 07.02.2022): ``` pip install pyAudioAnalysis ```
-
tinytag (πŸ₯‰28 Β· ⭐ 700) - Python library for reading audio file metadata. MIT +
Madmom (πŸ₯‰27 Β· ⭐ 1.4K Β· πŸ’€) - Python audio and music signal processing library. BSD-3 -- [GitHub](https://github.com/tinytag/tinytag) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 100 Β· πŸ“¦ 1.1K Β· πŸ“‹ 130 - 11% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/CPJKU/madmom) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 220 Β· πŸ“¦ 490 Β· πŸ“‹ 280 - 24% open Β· ⏱️ 25.08.2024): ``` - git clone https://github.com/devsnd/tinytag + git clone https://github.com/CPJKU/madmom ``` -- [PyPi](https://pypi.org/project/tinytag) (πŸ“₯ 26K / month Β· πŸ“¦ 110 Β· ⏱️ 26.10.2023): +- [PyPi](https://pypi.org/project/madmom) (πŸ“₯ 3.3K / month Β· πŸ“¦ 27 Β· ⏱️ 14.11.2018): ``` - pip install tinytag + pip install madmom ```
-
Madmom (πŸ₯‰27 Β· ⭐ 1.3K) - Python audio and music signal processing library. BSD-3 +
DDSP (πŸ₯‰25 Β· ⭐ 3K Β· πŸ’€) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- [GitHub](https://github.com/CPJKU/madmom) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 200 Β· πŸ“¦ 440 Β· πŸ“‹ 280 - 24% open Β· ⏱️ 25.08.2024): +- [GitHub](https://github.com/magenta/ddsp) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 340 Β· πŸ“¦ 64 Β· πŸ“‹ 170 - 28% open Β· ⏱️ 23.09.2024): ``` - git clone https://github.com/CPJKU/madmom + git clone https://github.com/magenta/ddsp ``` -- [PyPi](https://pypi.org/project/madmom) (πŸ“₯ 2.6K / month Β· πŸ“¦ 27 Β· ⏱️ 14.11.2018): +- [PyPi](https://pypi.org/project/ddsp) (πŸ“₯ 4.3K / month Β· πŸ“¦ 1 Β· ⏱️ 25.05.2022): ``` - pip install madmom + pip install ddsp + ``` +- [Conda](https://anaconda.org/conda-forge/ddsp) (πŸ“₯ 22K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ddsp ```
-
DDSP (πŸ₯‰24 Β· ⭐ 2.9K) - DDSP: Differentiable Digital Signal Processing. Apache-2 +
DeepSpeech (πŸ₯‰23 Β· ⭐ 26K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 -- [GitHub](https://github.com/magenta/ddsp) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 320 Β· πŸ“¦ 60 Β· πŸ“‹ 170 - 28% open Β· ⏱️ 23.09.2024): +- [GitHub](https://github.com/mozilla/DeepSpeech) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 4K): ``` - git clone https://github.com/magenta/ddsp + git clone https://github.com/mozilla/DeepSpeech ``` -- [PyPi](https://pypi.org/project/ddsp) (πŸ“₯ 6K / month Β· πŸ“¦ 1 Β· ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/deepspeech) (πŸ“₯ 13K / month Β· πŸ“¦ 24 Β· ⏱️ 19.12.2020): ``` - pip install ddsp + pip install deepspeech ``` -- [Conda](https://anaconda.org/conda-forge/ddsp) (πŸ“₯ 19K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/deepspeech) (πŸ“₯ 3.8K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge ddsp + conda install -c conda-forge deepspeech ```
-
nnAudio (πŸ₯‰22 Β· ⭐ 1K Β· πŸ’€) - Audio processing by using pytorch 1D convolution network. MIT +
Julius (πŸ₯‰23 Β· ⭐ 440) - Fast PyTorch based DSP for audio and 1D signals. MIT -- [GitHub](https://github.com/KinWaiCheuk/nnAudio) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 89 Β· πŸ“¦ 230 Β· πŸ“‹ 63 - 28% open Β· ⏱️ 13.02.2024): +- [GitHub](https://github.com/adefossez/julius) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 25 Β· πŸ“¦ 2.8K Β· πŸ“‹ 12 - 16% open Β· ⏱️ 17.02.2025): ``` - git clone https://github.com/KinWaiCheuk/nnAudio + git clone https://github.com/adefossez/julius ``` -- [PyPi](https://pypi.org/project/nnAudio) (πŸ“₯ 13K / month Β· πŸ“¦ 4 Β· ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/julius) (πŸ“₯ 470K / month Β· πŸ“¦ 44 Β· ⏱️ 20.09.2022): ``` - pip install nnAudio + pip install julius ```
-
Show 12 hidden projects... +
Show 13 hidden projects... -- DeepSpeech (πŸ₯‡35 Β· ⭐ 25K Β· πŸ’€) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 -- Pydub (πŸ₯ˆ34 Β· ⭐ 8.9K Β· πŸ’€) - Manipulate audio with a simple and easy high level interface. MIT -- aubio (πŸ₯‰28 Β· ⭐ 3.3K Β· πŸ’€) - a library for audio and music analysis. ❗️GPL-3.0 -- Essentia (πŸ₯‰28 Β· ⭐ 2.8K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- TTS (πŸ₯‰26 Β· ⭐ 9.4K Β· πŸ’€) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 -- python_speech_features (πŸ₯‰24 Β· ⭐ 2.4K Β· πŸ’€) - This library provides common speech features for ASR.. MIT -- Dejavu (πŸ₯‰23 Β· ⭐ 6.4K Β· πŸ’€) - Audio fingerprinting and recognition in Python. MIT -- kapre (πŸ₯‰22 Β· ⭐ 920 Β· πŸ’€) - kapre: Keras Audio Preprocessors. MIT -- TimeSide (πŸ₯‰22 Β· ⭐ 370) - scalable audio processing framework and server written in Python. ❗️AGPL-3.0 -- Julius (πŸ₯‰21 Β· ⭐ 420 Β· πŸ’€) - Fast PyTorch based DSP for audio and 1D signals. MIT +- Coqui TTS (πŸ₯‡36 Β· ⭐ 40K Β· πŸ’€) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- Pydub (πŸ₯‡36 Β· ⭐ 9.3K Β· πŸ’€) - Manipulate audio with a simple and easy high level interface. MIT +- audioread (πŸ₯‰30 Β· ⭐ 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.8K Β· πŸ’€) - 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.5K Β· πŸ’€) - Audio fingerprinting and recognition in Python. MIT +- nnAudio (πŸ₯‰22 Β· ⭐ 1.1K Β· πŸ’€) - Audio processing by using pytorch 1D convolution network. MIT +- kapre (πŸ₯‰22 Β· ⭐ 930 Β· πŸ’€) - kapre: Keras Audio Preprocessors. MIT +- TimeSide (πŸ₯‰21 Β· ⭐ 380 Β· πŸ’€) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 - Muda (πŸ₯‰18 Β· ⭐ 230 Β· πŸ’€) - A library for augmenting annotated audio data. ISC -- textlesslib (πŸ₯‰10 Β· ⭐ 530 Β· πŸ’€) - Library for Textless Spoken Language Processing. MIT +- textlesslib (πŸ₯‰10 Β· ⭐ 540 Β· πŸ’€) - Library for Textless Spoken Language Processing. MIT

@@ -3279,248 +3019,244 @@ _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) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 2.1K Β· πŸ“¦ 8.2K Β· πŸ“‹ 3.1K - 11% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/visgl/deck.gl) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.1K Β· πŸ“¦ 9K Β· πŸ“‹ 3.2K - 13% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/visgl/deck.gl ``` -- [PyPi](https://pypi.org/project/pydeck) (πŸ“₯ 5.6M / month Β· πŸ“¦ 120 Β· ⏱️ 10.05.2024): +- [PyPi](https://pypi.org/project/pydeck) (πŸ“₯ 8.7M / month Β· πŸ“¦ 160 Β· ⏱️ 21.03.2025): ``` pip install pydeck ``` -- [Conda](https://anaconda.org/conda-forge/pydeck) (πŸ“₯ 630K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pydeck) (πŸ“₯ 750K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pydeck ``` -- [npm](https://www.npmjs.com/package/deck.gl) (πŸ“₯ 610K / month Β· πŸ“¦ 300 Β· ⏱️ 24.10.2024): +- [npm](https://www.npmjs.com/package/deck.gl) (πŸ“₯ 560K / month Β· πŸ“¦ 340 Β· ⏱️ 18.04.2025): ``` npm install deck.gl ```
-
Shapely (πŸ₯‡40 Β· ⭐ 3.9K) - Manipulation and analysis of geometric objects. BSD-3 +
Shapely (πŸ₯‡41 Β· ⭐ 4.1K) - Manipulation and analysis of geometric objects. BSD-3 -- [GitHub](https://github.com/shapely/shapely) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 560 Β· πŸ“₯ 3.7K Β· πŸ“¦ 83K Β· πŸ“‹ 1.2K - 23% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/shapely/shapely) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 580 Β· πŸ“₯ 3.8K Β· πŸ“¦ 110K Β· πŸ“‹ 1.3K - 19% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/shapely/shapely ``` -- [PyPi](https://pypi.org/project/shapely) (πŸ“₯ 33M / month Β· πŸ“¦ 2.9K Β· ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/shapely) (πŸ“₯ 46M / month Β· πŸ“¦ 3.9K Β· ⏱️ 03.04.2025): ``` pip install shapely ``` -- [Conda](https://anaconda.org/conda-forge/shapely) (πŸ“₯ 11M Β· ⏱️ 25.09.2024): +- [Conda](https://anaconda.org/conda-forge/shapely) (πŸ“₯ 12M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge shapely ```
-
folium (πŸ₯‡39 Β· ⭐ 6.9K) - 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 Β· πŸ“¦ 45K Β· πŸ“‹ 1.1K - 7% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/python-visualization/folium) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2.2K Β· πŸ“¦ 60K Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 22.04.2025): ``` git clone https://github.com/python-visualization/folium ``` -- [PyPi](https://pypi.org/project/folium) (πŸ“₯ 1.5M / month Β· πŸ“¦ 770 Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/folium) (πŸ“₯ 2.2M / month Β· πŸ“¦ 860 Β· ⏱️ 27.02.2025): ``` pip install folium ``` -- [Conda](https://anaconda.org/conda-forge/folium) (πŸ“₯ 3.2M Β· ⏱️ 23.10.2024): +- [Conda](https://anaconda.org/conda-forge/folium) (πŸ“₯ 3.7M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge folium ```
-
GeoPandas (πŸ₯‡39 Β· ⭐ 4.5K) - Python tools for geographic data. BSD-3 +
GeoPandas (πŸ₯ˆ38 Β· ⭐ 4.7K) - Python tools for geographic data. BSD-3 -- [GitHub](https://github.com/geopandas/geopandas) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 930 Β· πŸ“₯ 2.7K Β· πŸ“¦ 43K Β· πŸ“‹ 1.7K - 26% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/geopandas/geopandas) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 950 Β· πŸ“₯ 3K Β· πŸ“¦ 55K Β· πŸ“‹ 1.7K - 25% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/geopandas/geopandas ``` -- [PyPi](https://pypi.org/project/geopandas) (πŸ“₯ 7.5M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.07.2024): +- [PyPi](https://pypi.org/project/geopandas) (πŸ“₯ 7.7M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.07.2024): ``` pip install geopandas ``` -- [Conda](https://anaconda.org/conda-forge/geopandas) (πŸ“₯ 4.1M Β· ⏱️ 21.09.2024): +- [Conda](https://anaconda.org/conda-forge/geopandas) (πŸ“₯ 4.6M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge geopandas ```
-
Rasterio (πŸ₯ˆ38 Β· ⭐ 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 Β· πŸ”€ 530 Β· πŸ“₯ 970 Β· πŸ“¦ 14K Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 22.10.2024): +- [GitHub](https://github.com/rasterio/rasterio) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 540 Β· πŸ“₯ 1K Β· πŸ“¦ 17K Β· πŸ“‹ 1.9K - 8% open Β· ⏱️ 14.04.2025): ``` git clone https://github.com/rasterio/rasterio ``` -- [PyPi](https://pypi.org/project/rasterio) (πŸ“₯ 3.6M / month Β· πŸ“¦ 1.5K Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/rasterio) (πŸ“₯ 2.3M / month Β· πŸ“¦ 1.5K Β· ⏱️ 02.12.2024): ``` pip install rasterio ``` -- [Conda](https://anaconda.org/conda-forge/rasterio) (πŸ“₯ 3.7M Β· ⏱️ 30.10.2024): +- [Conda](https://anaconda.org/conda-forge/rasterio) (πŸ“₯ 4.6M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge rasterio ```
-
ArcGIS API (πŸ₯ˆ37 Β· ⭐ 1.9K) - Documentation and samples for ArcGIS API for Python. Apache-2 - -- [GitHub](https://github.com/Esri/arcgis-python-api) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 1.1K Β· πŸ“₯ 13K Β· πŸ“¦ 840 Β· πŸ“‹ 770 - 8% open Β· ⏱️ 17.10.2024): - - ``` - git clone https://github.com/Esri/arcgis-python-api - ``` -- [PyPi](https://pypi.org/project/arcgis) (πŸ“₯ 83K / month Β· πŸ“¦ 40 Β· ⏱️ 01.10.2024): - ``` - pip install arcgis - ``` -- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook): - ``` - docker pull esridocker/arcgis-api-python-notebook - ``` -
-
Fiona (πŸ₯ˆ37 Β· ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 +
pyproj (πŸ₯ˆ37 Β· ⭐ 1.1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- [GitHub](https://github.com/Toblerity/Fiona) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 200 Β· πŸ“¦ 23K Β· πŸ“‹ 810 - 3% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/pyproj4/pyproj) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 220 Β· πŸ“¦ 44K Β· πŸ“‹ 630 - 5% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/Toblerity/Fiona + git clone https://github.com/pyproj4/pyproj ``` -- [PyPi](https://pypi.org/project/fiona) (πŸ“₯ 5.2M / month Β· πŸ“¦ 300 Β· ⏱️ 16.09.2024): +- [PyPi](https://pypi.org/project/pyproj) (πŸ“₯ 11M / month Β· πŸ“¦ 1.9K Β· ⏱️ 16.02.2025): ``` - pip install fiona + pip install pyproj ``` -- [Conda](https://anaconda.org/conda-forge/fiona) (πŸ“₯ 6.1M Β· ⏱️ 18.09.2024): +- [Conda](https://anaconda.org/conda-forge/pyproj) (πŸ“₯ 10M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge fiona + conda install -c conda-forge pyproj ```
-
pyproj (πŸ₯ˆ36 Β· ⭐ 1.1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT +
ArcGIS API (πŸ₯ˆ36 Β· ⭐ 2K) - Documentation and samples for ArcGIS API for Python. Apache-2 -- [GitHub](https://github.com/pyproj4/pyproj) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 210 Β· πŸ“¦ 35K Β· πŸ“‹ 620 - 5% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/Esri/arcgis-python-api) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 1.1K Β· πŸ“₯ 15K Β· πŸ“¦ 950 Β· πŸ“‹ 840 - 9% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/pyproj4/pyproj + git clone https://github.com/Esri/arcgis-python-api ``` -- [PyPi](https://pypi.org/project/pyproj) (πŸ“₯ 9.6M / month Β· πŸ“¦ 1.7K Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/arcgis) (πŸ“₯ 110K / month Β· πŸ“¦ 41 Β· ⏱️ 17.04.2025): ``` - pip install pyproj + pip install arcgis ``` -- [Conda](https://anaconda.org/conda-forge/pyproj) (πŸ“₯ 8.9M Β· ⏱️ 01.10.2024): +- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook): ``` - conda install -c conda-forge pyproj + docker pull esridocker/arcgis-api-python-notebook ```
-
geopy (πŸ₯ˆ33 Β· ⭐ 4.5K Β· πŸ’€) - Geocoding library for Python. MIT +
Fiona (πŸ₯ˆ34 Β· ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 -- [GitHub](https://github.com/geopy/geopy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 640 Β· πŸ“₯ 91 Β· πŸ“‹ 290 - 13% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/Toblerity/Fiona) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 210 Β· πŸ“¦ 26K Β· πŸ“‹ 810 - 4% open Β· ⏱️ 20.02.2025): ``` - git clone https://github.com/geopy/geopy + git clone https://github.com/Toblerity/Fiona ``` -- [PyPi](https://pypi.org/project/geopy) (πŸ“₯ 5.5M / month Β· πŸ“¦ 900 Β· ⏱️ 23.11.2023): +- [PyPi](https://pypi.org/project/fiona) (πŸ“₯ 4.3M / month Β· πŸ“¦ 380 Β· ⏱️ 16.09.2024): ``` - pip install geopy + pip install fiona ``` -- [Conda](https://anaconda.org/conda-forge/geopy) (πŸ“₯ 1.5M Β· ⏱️ 28.02.2024): +- [Conda](https://anaconda.org/conda-forge/fiona) (πŸ“₯ 6.8M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge geopy + conda install -c conda-forge fiona ```
ipyleaflet (πŸ₯‰32 Β· ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 360 Β· πŸ“¦ 12K Β· πŸ“‹ 650 - 44% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 360 Β· πŸ“¦ 17K Β· πŸ“‹ 660 - 45% open Β· ⏱️ 05.12.2024): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 200K / month Β· πŸ“¦ 280 Β· ⏱️ 22.07.2024): +- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 230K / month Β· πŸ“¦ 280 Β· ⏱️ 22.07.2024): ``` pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (πŸ“₯ 1.3M Β· ⏱️ 22.07.2024): +- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (πŸ“₯ 1.4M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge ipyleaflet ``` -- [npm](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 7.5K / month Β· πŸ“¦ 9 Β· ⏱️ 22.07.2024): +- [npm](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 3.9K / month Β· πŸ“¦ 9 Β· ⏱️ 22.07.2024): ``` npm install jupyter-leaflet ```
-
PySAL (πŸ₯‰30 Β· ⭐ 1.3K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 +
geojson (πŸ₯‰31 Β· ⭐ 960) - Python bindings and utilities for GeoJSON. BSD-3 -- [GitHub](https://github.com/pysal/pysal) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 300 Β· πŸ“¦ 1.7K Β· πŸ“‹ 650 - 2% open Β· ⏱️ 07.10.2024): +- [GitHub](https://github.com/jazzband/geojson) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 120 Β· πŸ“¦ 20K Β· πŸ“‹ 100 - 25% open Β· ⏱️ 21.12.2024): ``` - git clone https://github.com/pysal/pysal + git clone https://github.com/jazzband/geojson ``` -- [PyPi](https://pypi.org/project/pysal) (πŸ“₯ 41K / month Β· πŸ“¦ 49 Β· ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/geojson) (πŸ“₯ 2.8M / month Β· πŸ“¦ 720 Β· ⏱️ 21.12.2024): ``` - pip install pysal + pip install geojson ``` -- [Conda](https://anaconda.org/conda-forge/pysal) (πŸ“₯ 580K Β· ⏱️ 30.07.2024): +- [Conda](https://anaconda.org/conda-forge/geojson) (πŸ“₯ 960K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pysal + conda install -c conda-forge geojson ```
-
geojson (πŸ₯‰30 Β· ⭐ 920) - Python bindings and utilities for GeoJSON. BSD-3 +
PySAL (πŸ₯‰30 Β· ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 -- [GitHub](https://github.com/jazzband/geojson) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 120 Β· πŸ“¦ 19K Β· πŸ“‹ 99 - 24% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/pysal/pysal) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 300 Β· πŸ“¦ 1.8K Β· πŸ“‹ 660 - 3% open Β· ⏱️ 06.02.2025): ``` - git clone https://github.com/jazzband/geojson + git clone https://github.com/pysal/pysal ``` -- [PyPi](https://pypi.org/project/geojson) (πŸ“₯ 2.9M / month Β· πŸ“¦ 700 Β· ⏱️ 05.11.2023): +- [PyPi](https://pypi.org/project/pysal) (πŸ“₯ 28K / month Β· πŸ“¦ 59 Β· ⏱️ 06.02.2025): ``` - pip install geojson + pip install pysal ``` -- [Conda](https://anaconda.org/conda-forge/geojson) (πŸ“₯ 870K Β· ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/pysal) (πŸ“₯ 620K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge geojson + conda install -c conda-forge pysal ```
-
GeoViews (πŸ₯‰29 Β· ⭐ 600) - Simple, concise geographical visualization in Python. BSD-3 +
GeoViews (πŸ₯‰28 Β· ⭐ 610) - Simple, concise geographical visualization in Python. BSD-3 -- [GitHub](https://github.com/holoviz/geoviews) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 77 Β· πŸ“¦ 1.2K Β· πŸ“‹ 350 - 31% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/holoviz/geoviews) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 77 Β· πŸ“¦ 1.3K Β· πŸ“‹ 350 - 31% open Β· ⏱️ 30.04.2025): ``` git clone https://github.com/holoviz/geoviews ``` -- [PyPi](https://pypi.org/project/geoviews) (πŸ“₯ 22K / month Β· πŸ“¦ 59 Β· ⏱️ 16.09.2024): +- [PyPi](https://pypi.org/project/geoviews) (πŸ“₯ 17K / month Β· πŸ“¦ 63 Β· ⏱️ 17.12.2024): ``` pip install geoviews ``` -- [Conda](https://anaconda.org/conda-forge/geoviews) (πŸ“₯ 250K Β· ⏱️ 17.09.2024): +- [Conda](https://anaconda.org/conda-forge/geoviews) (πŸ“₯ 300K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge geoviews ```
-
pymap3d (πŸ₯‰23 Β· ⭐ 390 Β· πŸ’€) - pure-Python (Numpy optional) 3D coordinate conversions for geospace.. BSD-2 +
Mapbox GL (πŸ₯‰24 Β· ⭐ 680) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT + +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 140 Β· πŸ“¦ 240 Β· πŸ“‹ 110 - 38% open Β· ⏱️ 06.02.2025): + + ``` + git clone https://github.com/mapbox/mapboxgl-jupyter + ``` +- [PyPi](https://pypi.org/project/mapboxgl) (πŸ“₯ 11K / month Β· πŸ“¦ 12 Β· ⏱️ 02.06.2019): + ``` + pip install mapboxgl + ``` +
+
pymap3d (πŸ₯‰24 Β· ⭐ 410) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 -- [GitHub](https://github.com/geospace-code/pymap3d) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 87 Β· πŸ“¦ 450 Β· πŸ“‹ 58 - 15% open Β· ⏱️ 11.02.2024): +- [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) (πŸ“₯ 220K / month Β· πŸ“¦ 44 Β· ⏱️ 11.02.2024): +- [PyPi](https://pypi.org/project/pymap3d) (πŸ“₯ 320K / month Β· πŸ“¦ 44 Β· ⏱️ 11.02.2024): ``` pip install pymap3d ``` -- [Conda](https://anaconda.org/conda-forge/pymap3d) (πŸ“₯ 84K Β· ⏱️ 11.02.2024): +- [Conda](https://anaconda.org/conda-forge/pymap3d) (πŸ“₯ 100K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pymap3d ```
Show 8 hidden projects... -- Geocoder (πŸ₯‰32 Β· ⭐ 1.6K Β· πŸ’€) - Python Geocoder. MIT -- Satpy (πŸ₯‰32 Β· ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 -- Sentinelsat (πŸ₯‰27 Β· ⭐ 980 Β· πŸ’€) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 -- EarthPy (πŸ₯‰26 Β· ⭐ 510 Β· πŸ’€) - A package built to support working with spatial data using open.. BSD-3 -- prettymaps (πŸ₯‰24 Β· ⭐ 11K) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0 -- Mapbox GL (πŸ₯‰24 Β· ⭐ 660 Β· πŸ’€) - 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 +- EarthPy (πŸ₯‰27 Β· ⭐ 520 Β· πŸ’€) - A package built to support working with spatial data using open.. BSD-3 +- prettymaps (πŸ₯‰26 Β· ⭐ 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

@@ -3530,171 +3266,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 (πŸ₯‡41 Β· ⭐ 14K) - Download market data from Yahoo! Finances API. Apache-2 +
yfinance (πŸ₯‡42 Β· ⭐ 17K) - Download market data from Yahoo! Finances API. Apache-2 -- [GitHub](https://github.com/ranaroussi/yfinance) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.4K Β· πŸ“¦ 50K Β· πŸ“‹ 1.4K - 13% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/ranaroussi/yfinance) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.6K Β· πŸ“¦ 76K Β· πŸ“‹ 1.6K - 11% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/ranaroussi/yfinance ``` -- [PyPi](https://pypi.org/project/yfinance) (πŸ“₯ 2.6M / month Β· πŸ“¦ 670 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/yfinance) (πŸ“₯ 3.2M / month Β· πŸ“¦ 960 Β· ⏱️ 07.05.2025): ``` pip install yfinance ``` -- [Conda](https://anaconda.org/ranaroussi/yfinance) (πŸ“₯ 97K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/ranaroussi/yfinance) (πŸ“₯ 98K Β· ⏱️ 25.03.2025): ``` conda install -c ranaroussi yfinance ```
-
bt (πŸ₯ˆ31 Β· ⭐ 2.3K) - bt - flexible backtesting for Python. MIT - -- [GitHub](https://github.com/pmorissette/bt) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 430 Β· πŸ“¦ 1.6K Β· πŸ“‹ 340 - 22% open Β· ⏱️ 01.10.2024): - - ``` - git clone https://github.com/pmorissette/bt - ``` -- [PyPi](https://pypi.org/project/bt) (πŸ“₯ 13K / month Β· πŸ“¦ 10 Β· ⏱️ 06.08.2024): - ``` - pip install bt - ``` -- [Conda](https://anaconda.org/conda-forge/bt) (πŸ“₯ 49K Β· ⏱️ 21.09.2024): - ``` - conda install -c conda-forge bt - ``` -
-
Qlib (πŸ₯ˆ30 Β· ⭐ 15K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT +
Qlib (πŸ₯ˆ31 Β· ⭐ 19K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT -- [GitHub](https://github.com/microsoft/qlib) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.6K Β· πŸ“₯ 730 Β· πŸ“¦ 21 Β· πŸ“‹ 930 - 25% open Β· ⏱️ 12.09.2024): +- [GitHub](https://github.com/microsoft/qlib) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.1K Β· πŸ“₯ 800 Β· πŸ“¦ 21 Β· πŸ“‹ 970 - 25% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/microsoft/qlib ``` -- [PyPi](https://pypi.org/project/pyqlib) (πŸ“₯ 7.2K / month Β· πŸ“¦ 1 Β· ⏱️ 24.05.2024): +- [PyPi](https://pypi.org/project/pyqlib) (πŸ“₯ 8.9K / month Β· πŸ“¦ 1 Β· ⏱️ 23.12.2024): ``` pip install pyqlib ```
-
ta (πŸ₯ˆ29 Β· ⭐ 4.3K Β· πŸ’€) - Technical Analysis Library using Pandas and Numpy. MIT +
bt (πŸ₯ˆ31 Β· ⭐ 2.5K) - bt - flexible backtesting for Python. MIT -- [GitHub](https://github.com/bukosabino/ta) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 900 Β· πŸ“¦ 4.3K Β· πŸ“‹ 240 - 57% open Β· ⏱️ 02.11.2023): +- [GitHub](https://github.com/pmorissette/bt) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 440 Β· πŸ“¦ 1.7K Β· πŸ“‹ 350 - 23% open Β· ⏱️ 08.04.2025): ``` - git clone https://github.com/bukosabino/ta - ``` -- [PyPi](https://pypi.org/project/ta) (πŸ“₯ 150K / month Β· πŸ“¦ 110 Β· ⏱️ 02.11.2023): - ``` - pip install ta - ``` -- [Conda](https://anaconda.org/conda-forge/ta) (πŸ“₯ 30K Β· ⏱️ 02.11.2023): - ``` - conda install -c conda-forge ta - ``` -
-
Alpha Vantage (πŸ₯ˆ28 Β· ⭐ 4.3K) - A python wrapper for Alpha Vantage API for financial data. MIT - -- [GitHub](https://github.com/RomelTorres/alpha_vantage) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 740 Β· πŸ“‹ 290 - 0% open Β· ⏱️ 18.07.2024): - - ``` - git clone https://github.com/RomelTorres/alpha_vantage + git clone https://github.com/pmorissette/bt ``` -- [PyPi](https://pypi.org/project/alpha_vantage) (πŸ“₯ 48K / month Β· πŸ“¦ 35 Β· ⏱️ 18.07.2024): +- [PyPi](https://pypi.org/project/bt) (πŸ“₯ 11K / month Β· πŸ“¦ 15 Β· ⏱️ 12.04.2025): ``` - pip install alpha_vantage + pip install bt ``` -- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (πŸ“₯ 7.7K Β· ⏱️ 09.08.2024): +- [Conda](https://anaconda.org/conda-forge/bt) (πŸ“₯ 83K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge alpha_vantage + conda install -c conda-forge bt ```
-
ffn (πŸ₯ˆ28 Β· ⭐ 2K) - ffn - a financial function library for Python. MIT +
ffn (πŸ₯ˆ29 Β· ⭐ 2.3K) - ffn - a financial function library for Python. MIT -- [GitHub](https://github.com/pmorissette/ffn) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 290 Β· πŸ“¦ 500 Β· πŸ“‹ 130 - 17% open Β· ⏱️ 01.10.2024): +- [GitHub](https://github.com/pmorissette/ffn) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 320 Β· πŸ“¦ 560 Β· πŸ“‹ 130 - 17% open Β· ⏱️ 01.04.2025): ``` git clone https://github.com/pmorissette/ffn ``` -- [PyPi](https://pypi.org/project/ffn) (πŸ“₯ 17K / month Β· πŸ“¦ 18 Β· ⏱️ 05.08.2024): +- [PyPi](https://pypi.org/project/ffn) (πŸ“₯ 25K / month Β· πŸ“¦ 22 Β· ⏱️ 11.02.2025): ``` pip install ffn ``` -- [Conda](https://anaconda.org/conda-forge/ffn) (πŸ“₯ 13K Β· ⏱️ 06.08.2024): +- [Conda](https://anaconda.org/conda-forge/ffn) (πŸ“₯ 19K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge ffn ```
-
IB-insync (πŸ₯‰27 Β· ⭐ 2.8K Β· πŸ’€) - Python sync/async framework for Interactive Brokers API. BSD-2 +
TensorTrade (πŸ₯‰27 Β· ⭐ 5.1K Β· πŸ’€) - An open source reinforcement learning framework for.. Apache-2 -- [GitHub](https://github.com/erdewit/ib_insync) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 760 Β· πŸ“‹ 590 - 3% open Β· ⏱️ 14.03.2024): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 1.1K Β· πŸ“¦ 69 Β· πŸ“‹ 260 - 20% open Β· ⏱️ 09.06.2024): ``` - git clone https://github.com/erdewit/ib_insync + git clone https://github.com/tensortrade-org/tensortrade ``` -- [PyPi](https://pypi.org/project/ib_insync) (πŸ“₯ 44K / month Β· πŸ“¦ 44 Β· ⏱️ 21.11.2022): +- [PyPi](https://pypi.org/project/tensortrade) (πŸ“₯ 1.6K / month Β· πŸ“¦ 1 Β· ⏱️ 10.05.2021): ``` - pip install ib_insync + pip install tensortrade ``` -- [Conda](https://anaconda.org/conda-forge/ib-insync) (πŸ“₯ 48K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensortrade) (πŸ“₯ 4.8K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge ib-insync + conda install -c conda-forge tensortrade ```
-
TensorTrade (πŸ₯‰26 Β· ⭐ 4.5K) - An open source reinforcement learning framework for training,.. Apache-2 +
Alpha Vantage (πŸ₯‰26 Β· ⭐ 4.5K) - A python wrapper for Alpha Vantage API for financial data. MIT -- [GitHub](https://github.com/tensortrade-org/tensortrade) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 1K Β· πŸ“¦ 65 Β· πŸ“‹ 260 - 20% open Β· ⏱️ 09.06.2024): +- [GitHub](https://github.com/RomelTorres/alpha_vantage) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 750 Β· πŸ“‹ 290 - 0% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/tensortrade-org/tensortrade + git clone https://github.com/RomelTorres/alpha_vantage ``` -- [PyPi](https://pypi.org/project/tensortrade) (πŸ“₯ 1.9K / month Β· πŸ“¦ 1 Β· ⏱️ 10.05.2021): +- [PyPi](https://pypi.org/project/alpha_vantage) (πŸ“₯ 56K / month Β· πŸ“¦ 35 Β· ⏱️ 18.07.2024): ``` - pip install tensortrade + pip install alpha_vantage ``` -- [Conda](https://anaconda.org/conda-forge/tensortrade) (πŸ“₯ 4.1K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (πŸ“₯ 9K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge tensortrade + conda install -c conda-forge alpha_vantage ```
-
stockstats (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +
stockstats (πŸ₯‰26 Β· ⭐ 1.4K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 -- [GitHub](https://github.com/jealous/stockstats) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 300 Β· πŸ“¦ 1.1K Β· πŸ“‹ 130 - 12% open Β· ⏱️ 05.01.2024): +- [GitHub](https://github.com/jealous/stockstats) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 300 Β· πŸ“¦ 1.2K Β· πŸ“‹ 130 - 11% open Β· ⏱️ 02.02.2025): ``` git clone https://github.com/jealous/stockstats ``` -- [PyPi](https://pypi.org/project/stockstats) (πŸ“₯ 9.4K / month Β· πŸ“¦ 11 Β· ⏱️ 30.07.2023): +- [PyPi](https://pypi.org/project/stockstats) (πŸ“₯ 14K / month Β· πŸ“¦ 12 Β· ⏱️ 02.02.2025): ``` pip install stockstats ```
-
finmarketpy (πŸ₯‰23 Β· ⭐ 3.4K) - Python library for backtesting trading strategies & analyzing.. Apache-2 +
finmarketpy (πŸ₯‰25 Β· ⭐ 3.6K) - Python library for backtesting trading strategies & analyzing.. Apache-2 -- [GitHub](https://github.com/cuemacro/finmarketpy) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 490 Β· πŸ“₯ 56 Β· πŸ“¦ 16 Β· πŸ“‹ 28 - 85% open Β· ⏱️ 19.05.2024): +- [GitHub](https://github.com/cuemacro/finmarketpy) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 510 Β· πŸ“₯ 57 Β· πŸ“¦ 16 Β· πŸ“‹ 35 - 88% open Β· ⏱️ 10.03.2025): ``` git clone https://github.com/cuemacro/finmarketpy ``` -- [PyPi](https://pypi.org/project/finmarketpy) (πŸ“₯ 1.5K / month Β· ⏱️ 19.05.2024): +- [PyPi](https://pypi.org/project/finmarketpy) (πŸ“₯ 600 / month Β· ⏱️ 10.03.2025): ``` pip install finmarketpy ```
-
Show 15 hidden projects... +
tf-quant-finance (πŸ₯‰22 Β· ⭐ 4.9K) - High-performance TensorFlow library for quantitative.. Apache-2 + +- [GitHub](https://github.com/google/tf-quant-finance) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 600 Β· πŸ“‹ 63 - 55% open Β· ⏱️ 21.03.2025): + + ``` + git clone https://github.com/google/tf-quant-finance + ``` +- [PyPi](https://pypi.org/project/tf-quant-finance) (πŸ“₯ 590 / month Β· πŸ“¦ 3 Β· ⏱️ 19.08.2022): + ``` + pip install tf-quant-finance + ``` +
+
Show 16 hidden projects... -- zipline (πŸ₯‡32 Β· ⭐ 18K Β· πŸ’€) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 -- arch (πŸ₯‡32 Β· ⭐ 1.3K) - ARCH models in Python. ❗Unlicensed -- pyfolio (πŸ₯ˆ30 Β· ⭐ 5.7K Β· πŸ’€) - Portfolio and risk analytics in Python. Apache-2 -- backtrader (πŸ₯ˆ29 Β· ⭐ 15K Β· πŸ’€) - Python Backtesting library for trading strategies. ❗️GPL-3.0 -- Alphalens (πŸ₯‰27 Β· ⭐ 3.3K Β· πŸ’€) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- Enigma Catalyst (πŸ₯‰27 Β· ⭐ 2.5K Β· πŸ’€) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 -- empyrical (πŸ₯‰27 Β· ⭐ 1.3K Β· πŸ’€) - Common financial risk and performance metrics. Used by.. Apache-2 -- PyAlgoTrade (πŸ₯‰24 Β· ⭐ 4.4K Β· πŸ’€) - Python Algorithmic Trading Library. Apache-2 -- FinTA (πŸ₯‰24 Β· ⭐ 2.1K Β· πŸ’€) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- Backtesting.py (πŸ₯‰23 Β· ⭐ 5.5K Β· πŸ’€) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- FinQuant (πŸ₯‰23 Β· ⭐ 1.4K Β· πŸ’€) - A program for financial portfolio management, analysis and.. MIT -- Crypto Signals (πŸ₯‰22 Β· ⭐ 4.9K Β· πŸ’€) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT -- tf-quant-finance (πŸ₯‰22 Β· ⭐ 4.5K Β· πŸ’€) - High-performance TensorFlow library for quantitative.. Apache-2 +- zipline (πŸ₯‡33 Β· ⭐ 18K Β· πŸ’€) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 +- pyfolio (πŸ₯‡32 Β· ⭐ 5.9K Β· πŸ’€) - Portfolio and risk analytics in Python. Apache-2 +- ta (πŸ₯ˆ31 Β· ⭐ 4.6K Β· πŸ’€) - Technical Analysis Library using Pandas and Numpy. MIT +- arch (πŸ₯ˆ30 Β· ⭐ 1.4K Β· πŸ“‰) - ARCH models in Python. ❗Unlicensed +- backtrader (πŸ₯ˆ29 Β· ⭐ 17K Β· πŸ’€) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- Backtesting.py (πŸ₯ˆ28 Β· ⭐ 6.4K) - Backtest trading strategies in Python. ❗️AGPL-3.0 +- Alphalens (πŸ₯ˆ28 Β· ⭐ 3.7K Β· πŸ’€) - Performance analysis of predictive (alpha) stock factors. Apache-2 +- IB-insync (πŸ₯ˆ28 Β· ⭐ 3K Β· πŸ’€) - Python sync/async framework for Interactive Brokers API. BSD-2 +- empyrical (πŸ₯ˆ28 Β· ⭐ 1.4K Β· πŸ’€) - 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 +- FinTA (πŸ₯‰24 Β· ⭐ 2.2K Β· πŸ’€) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 +- Crypto Signals (πŸ₯‰22 Β· ⭐ 5.2K Β· πŸ’€) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT +- FinQuant (πŸ₯‰22 Β· ⭐ 1.5K Β· πŸ’€) - A program for financial portfolio management, analysis and.. MIT - surpriver (πŸ₯‰12 Β· ⭐ 1.8K Β· πŸ’€) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 -- pyrtfolio (πŸ₯‰9 Β· ⭐ 150 Β· πŸ’€) - Python package to generate stock portfolios. ❗️GPL-3.0 +- pyrtfolio (πŸ₯‰10 Β· ⭐ 150 Β· πŸ’€) - Python package to generate stock portfolios. ❗️GPL-3.0

@@ -3704,303 +3421,317 @@ _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 (πŸ₯‡39 Β· ⭐ 7.9K) - A unified framework for machine learning with time series. BSD-3 +
sktime (πŸ₯‡41 Β· ⭐ 8.4K) - A unified framework for machine learning with time series. BSD-3 -- [GitHub](https://github.com/sktime/sktime) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 1.4K Β· πŸ“₯ 100 Β· πŸ“¦ 3.4K Β· πŸ“‹ 2.6K - 37% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/sktime/sktime) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.5K Β· πŸ“₯ 110 Β· πŸ“¦ 4.4K Β· πŸ“‹ 2.9K - 38% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/alan-turing-institute/sktime ``` -- [PyPi](https://pypi.org/project/sktime) (πŸ“₯ 780K / month Β· πŸ“¦ 130 Β· ⏱️ 19.10.2024): +- [PyPi](https://pypi.org/project/sktime) (πŸ“₯ 990K / month Β· πŸ“¦ 140 Β· ⏱️ 12.04.2025): ``` pip install sktime ``` -- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (πŸ“₯ 1M Β· ⏱️ 25.10.2024): +- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (πŸ“₯ 1.1M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge sktime-all-extras ```
-
Prophet (πŸ₯‡35 Β· ⭐ 18K) - Tool for producing high quality forecasts for time series data that has.. MIT +
StatsForecast (πŸ₯‡34 Β· ⭐ 4.3K) - Lightning fast forecasting with statistical and econometric.. Apache-2 -- [GitHub](https://github.com/facebook/prophet) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.5K Β· πŸ“₯ 2.8K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 19% open Β· ⏱️ 20.10.2024): +- [GitHub](https://github.com/Nixtla/statsforecast) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 310 Β· πŸ“¦ 1.7K Β· πŸ“‹ 360 - 29% open Β· ⏱️ 29.04.2025): ``` - git clone https://github.com/facebook/prophet + git clone https://github.com/Nixtla/statsforecast ``` -- [PyPi](https://pypi.org/project/fbprophet) (πŸ“₯ 210K / month Β· πŸ“¦ 91 Β· ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/statsforecast) (πŸ“₯ 920K / month Β· πŸ“¦ 68 Β· ⏱️ 18.02.2025): ``` - pip install fbprophet + pip install statsforecast ``` -- [Conda](https://anaconda.org/conda-forge/prophet) (πŸ“₯ 1.3M Β· ⏱️ 04.10.2024): +- [Conda](https://anaconda.org/conda-forge/statsforecast) (πŸ“₯ 180K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge prophet + conda install -c conda-forge statsforecast ```
-
StatsForecast (πŸ₯‡34 Β· ⭐ 3.9K) - Lightning fast forecasting with statistical and econometric.. Apache-2 +
Prophet (πŸ₯‡33 Β· ⭐ 19K Β· πŸ’€) - Tool for producing high quality forecasts for time series data that.. MIT -- [GitHub](https://github.com/Nixtla/statsforecast) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 280 Β· πŸ“¦ 1.2K Β· πŸ“‹ 340 - 29% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/facebook/prophet) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.5K Β· πŸ“₯ 3K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 20% open Β· ⏱️ 20.10.2024): ``` - git clone https://github.com/Nixtla/statsforecast + git clone https://github.com/facebook/prophet ``` -- [PyPi](https://pypi.org/project/statsforecast) (πŸ“₯ 730K / month Β· πŸ“¦ 57 Β· ⏱️ 19.09.2024): +- [PyPi](https://pypi.org/project/fbprophet) (πŸ“₯ 230K / month Β· πŸ“¦ 91 Β· ⏱️ 05.09.2020): ``` - pip install statsforecast + pip install fbprophet ``` -- [Conda](https://anaconda.org/conda-forge/statsforecast) (πŸ“₯ 100K Β· ⏱️ 23.09.2024): +- [Conda](https://anaconda.org/conda-forge/prophet) (πŸ“₯ 1.4M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge statsforecast + conda install -c conda-forge prophet ```
-
pytorch-forecasting (πŸ₯ˆ32 Β· ⭐ 4K) - Time series forecasting with PyTorch. MIT +
Darts (πŸ₯‡33 Β· ⭐ 8.6K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 -- [GitHub](https://github.com/sktime/pytorch-forecasting) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 620 Β· πŸ“¦ 440 Β· πŸ“‹ 780 - 60% open Β· ⏱️ 26.10.2024): +- [GitHub](https://github.com/unit8co/darts) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 920 Β· πŸ“‹ 1.7K - 14% open Β· ⏱️ 02.05.2025): ``` - git clone https://github.com/jdb78/pytorch-forecasting + git clone https://github.com/unit8co/darts ``` -- [PyPi](https://pypi.org/project/pytorch-forecasting) (πŸ“₯ 52K / month Β· πŸ“¦ 22 Β· ⏱️ 09.09.2024): +- [PyPi](https://pypi.org/project/u8darts) (πŸ“₯ 72K / month Β· πŸ“¦ 10 Β· ⏱️ 18.04.2025): ``` - pip install pytorch-forecasting + pip install u8darts ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (πŸ“₯ 66K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/u8darts-all) (πŸ“₯ 78K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch-forecasting + conda install -c conda-forge u8darts-all + ``` +- [Docker Hub](https://hub.docker.com/r/unit8/darts) (πŸ“₯ 1.5K Β· ⏱️ 18.04.2025): + ``` + docker pull unit8/darts ```
-
STUMPY (πŸ₯ˆ32 Β· ⭐ 3.7K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 +
pytorch-forecasting (πŸ₯ˆ32 Β· ⭐ 4.3K) - Time series forecasting with PyTorch. MIT -- [GitHub](https://github.com/TDAmeritrade/stumpy) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 320 Β· πŸ“¦ 920 Β· πŸ“‹ 520 - 12% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/sktime/pytorch-forecasting) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 670 Β· πŸ“¦ 590 Β· πŸ“‹ 840 - 60% open Β· ⏱️ 30.04.2025): ``` - git clone https://github.com/TDAmeritrade/stumpy + git clone https://github.com/jdb78/pytorch-forecasting ``` -- [PyPi](https://pypi.org/project/stumpy) (πŸ“₯ 250K / month Β· πŸ“¦ 30 Β· ⏱️ 09.07.2024): +- [PyPi](https://pypi.org/project/pytorch-forecasting) (πŸ“₯ 130K / month Β· πŸ“¦ 22 Β· ⏱️ 06.02.2025): ``` - pip install stumpy + pip install pytorch-forecasting ``` -- [Conda](https://anaconda.org/conda-forge/stumpy) (πŸ“₯ 1M Β· ⏱️ 09.07.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (πŸ“₯ 77K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge stumpy + conda install -c conda-forge pytorch-forecasting ```
-
NeuralForecast (πŸ₯ˆ32 Β· ⭐ 3.1K) - Scalable and user friendly neural forecasting algorithms. Apache-2 +
NeuralForecast (πŸ₯ˆ32 Β· ⭐ 3.5K) - Scalable and user friendly neural forecasting algorithms. Apache-2 -- [GitHub](https://github.com/Nixtla/neuralforecast) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 350 Β· πŸ“¦ 240 Β· πŸ“‹ 560 - 20% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/Nixtla/neuralforecast) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 400 Β· πŸ“¦ 360 Β· πŸ“‹ 610 - 17% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/Nixtla/neuralforecast ``` -- [PyPi](https://pypi.org/project/neuralforecast) (πŸ“₯ 67K / month Β· πŸ“¦ 17 Β· ⏱️ 20.09.2024): +- [PyPi](https://pypi.org/project/neuralforecast) (πŸ“₯ 84K / month Β· πŸ“¦ 26 Β· ⏱️ 28.02.2025): ``` pip install neuralforecast ``` -- [Conda](https://anaconda.org/conda-forge/neuralforecast) (πŸ“₯ 24K Β· ⏱️ 20.09.2024): +- [Conda](https://anaconda.org/conda-forge/neuralforecast) (πŸ“₯ 37K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge neuralforecast ```
-
tsfresh (πŸ₯ˆ31 Β· ⭐ 8.4K) - Automatic extraction of relevant features from time series:. MIT +
pmdarima (πŸ₯ˆ32 Β· ⭐ 1.6K) - A statistical library designed to fill the void in Pythons time series.. MIT -- [GitHub](https://github.com/blue-yonder/tsfresh) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 1.2K Β· πŸ“¦ 21 Β· πŸ“‹ 540 - 12% open Β· ⏱️ 03.08.2024): +- [GitHub](https://github.com/alkaline-ml/pmdarima) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 240 Β· πŸ“¦ 12K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 07.11.2024): ``` - git clone https://github.com/blue-yonder/tsfresh + git clone https://github.com/alkaline-ml/pmdarima ``` -- [PyPi](https://pypi.org/project/tsfresh) (πŸ“₯ 220K / month Β· πŸ“¦ 93 Β· ⏱️ 03.08.2024): +- [PyPi](https://pypi.org/project/pmdarima) (πŸ“₯ 2.5M / month Β· πŸ“¦ 150 Β· ⏱️ 23.10.2023): ``` - pip install tsfresh + pip install pmdarima ``` -- [Conda](https://anaconda.org/conda-forge/tsfresh) (πŸ“₯ 1.4M Β· ⏱️ 04.08.2024): +- [Conda](https://anaconda.org/conda-forge/pmdarima) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge tsfresh + conda install -c conda-forge pmdarima ```
-
Darts (πŸ₯ˆ31 Β· ⭐ 8K) - A python library for user-friendly forecasting and anomaly detection on.. Apache-2 +
skforecast (πŸ₯ˆ32 Β· ⭐ 1.3K) - Time series forecasting with machine learning models. BSD-3 -- [GitHub](https://github.com/unit8co/darts) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 870 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 27.10.2024): +- [GitHub](https://github.com/skforecast/skforecast) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“¦ 470 Β· πŸ“‹ 200 - 14% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/unit8co/darts + git clone https://github.com/JoaquinAmatRodrigo/skforecast ``` -- [PyPi](https://pypi.org/project/u8darts) (πŸ“₯ 62K / month Β· πŸ“¦ 10 Β· ⏱️ 13.10.2024): +- [PyPi](https://pypi.org/project/skforecast) (πŸ“₯ 81K / month Β· πŸ“¦ 18 Β· ⏱️ 01.05.2025): ``` - pip install u8darts + pip install skforecast + ``` +
+
tsfresh (πŸ₯ˆ31 Β· ⭐ 8.7K) - Automatic extraction of relevant features from time series:. MIT + +- [GitHub](https://github.com/blue-yonder/tsfresh) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 1.2K Β· πŸ“¦ 21 Β· πŸ“‹ 550 - 12% open Β· ⏱️ 16.02.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/u8darts-all) (πŸ“₯ 61K Β· ⏱️ 13.10.2024): + git clone https://github.com/blue-yonder/tsfresh ``` - conda install -c conda-forge u8darts-all +- [PyPi](https://pypi.org/project/tsfresh) (πŸ“₯ 250K / month Β· πŸ“¦ 100 Β· ⏱️ 16.02.2025): ``` -- [Docker Hub](https://hub.docker.com/r/unit8/darts) (πŸ“₯ 800 Β· ⏱️ 17.04.2024): + pip install tsfresh ``` - docker pull unit8/darts +- [Conda](https://anaconda.org/conda-forge/tsfresh) (πŸ“₯ 1.4M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge tsfresh ```
-
pmdarima (πŸ₯ˆ31 Β· ⭐ 1.6K) - A statistical library designed to fill the void in Pythons 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/alkaline-ml/pmdarima) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“¦ 9.6K Β· πŸ“‹ 340 - 18% open Β· ⏱️ 24.09.2024): +- [GitHub](https://github.com/TDAmeritrade/stumpy) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 330 Β· πŸ“¦ 1.2K Β· πŸ“‹ 530 - 13% open Β· ⏱️ 08.04.2025): ``` - git clone https://github.com/alkaline-ml/pmdarima + git clone https://github.com/TDAmeritrade/stumpy ``` -- [PyPi](https://pypi.org/project/pmdarima) (πŸ“₯ 2.4M / month Β· πŸ“¦ 150 Β· ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/stumpy) (πŸ“₯ 300K / month Β· πŸ“¦ 30 Β· ⏱️ 09.07.2024): ``` - pip install pmdarima + pip install stumpy ``` -- [Conda](https://anaconda.org/conda-forge/pmdarima) (πŸ“₯ 1.2M Β· ⏱️ 14.07.2024): +- [Conda](https://anaconda.org/conda-forge/stumpy) (πŸ“₯ 1.1M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pmdarima + conda install -c conda-forge stumpy ```
-
tslearn (πŸ₯ˆ30 Β· ⭐ 2.9K) - The machine learning toolkit for time series analysis in Python. BSD-2 +
tslearn (πŸ₯ˆ31 Β· ⭐ 3K Β· πŸ’€) - The machine learning toolkit for time series analysis in Python. BSD-2 -- [GitHub](https://github.com/tslearn-team/tslearn) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 340 Β· πŸ“¦ 1.5K Β· πŸ“‹ 330 - 40% open Β· ⏱️ 01.07.2024): +- [GitHub](https://github.com/tslearn-team/tslearn) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 340 Β· πŸ“¦ 1.8K Β· πŸ“‹ 340 - 41% open Β· ⏱️ 01.07.2024): ``` git clone https://github.com/tslearn-team/tslearn ``` -- [PyPi](https://pypi.org/project/tslearn) (πŸ“₯ 390K / month Β· πŸ“¦ 79 Β· ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/tslearn) (πŸ“₯ 360K / month Β· πŸ“¦ 79 Β· ⏱️ 12.12.2023): ``` pip install tslearn ``` -- [Conda](https://anaconda.org/conda-forge/tslearn) (πŸ“₯ 1.4M Β· ⏱️ 26.07.2024): +- [Conda](https://anaconda.org/conda-forge/tslearn) (πŸ“₯ 1.6M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tslearn ```
-
GluonTS (πŸ₯ˆ29 Β· ⭐ 4.6K) - Probabilistic time series modeling in Python. Apache-2 +
GluonTS (πŸ₯ˆ30 Β· ⭐ 4.9K) - Probabilistic time series modeling in Python. Apache-2 -- [GitHub](https://github.com/awslabs/gluonts) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 750 Β· πŸ“‹ 960 - 34% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/awslabs/gluonts) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 780 Β· πŸ“‹ 970 - 34% open Β· ⏱️ 08.04.2025): ``` git clone https://github.com/awslabs/gluon-ts ``` -- [PyPi](https://pypi.org/project/gluonts) (πŸ“₯ 660K / month Β· πŸ“¦ 33 Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/gluonts) (πŸ“₯ 820K / month Β· πŸ“¦ 36 Β· ⏱️ 08.04.2025): ``` pip install gluonts ``` -- [Conda](https://anaconda.org/anaconda/gluonts) (πŸ“₯ 990 Β· ⏱️ 22.12.2023): +- [Conda](https://anaconda.org/anaconda/gluonts) (πŸ“₯ 1.9K Β· ⏱️ 22.04.2025): ``` conda install -c anaconda gluonts ```
-
NeuralProphet (πŸ₯ˆ29 Β· ⭐ 3.9K) - NeuralProphet: A simple forecasting package. MIT +
Streamz (πŸ₯‰29 Β· ⭐ 1.3K) - Real-time stream processing for python. BSD-3 -- [GitHub](https://github.com/ourownstory/neural_prophet) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 470 Β· πŸ“‹ 560 - 10% open Β· ⏱️ 13.09.2024): +- [GitHub](https://github.com/python-streamz/streamz) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 150 Β· πŸ“¦ 550 Β· πŸ“‹ 270 - 44% open Β· ⏱️ 22.11.2024): ``` - git clone https://github.com/ourownstory/neural_prophet + git clone https://github.com/python-streamz/streamz ``` -- [PyPi](https://pypi.org/project/neuralprophet) (πŸ“₯ 100K / month Β· πŸ“¦ 8 Β· ⏱️ 26.06.2024): +- [PyPi](https://pypi.org/project/streamz) (πŸ“₯ 27K / month Β· πŸ“¦ 57 Β· ⏱️ 27.07.2022): ``` - pip install neuralprophet + pip install streamz + ``` +- [Conda](https://anaconda.org/conda-forge/streamz) (πŸ“₯ 2.1M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge streamz ```
-
skforecast (πŸ₯ˆ29 Β· ⭐ 1.1K) - Time series forecasting with machine learning models. BSD-3 +
pyts (πŸ₯‰27 Β· ⭐ 1.8K) - A Python package for time series classification. BSD-3 -- [GitHub](https://github.com/skforecast/skforecast) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 130 Β· πŸ“¦ 340 Β· πŸ“‹ 170 - 13% open Β· ⏱️ 13.08.2024): +- [GitHub](https://github.com/johannfaouzi/pyts) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 170 Β· πŸ“¦ 850 Β· πŸ“‹ 87 - 58% open Β· ⏱️ 27.04.2025): ``` - git clone https://github.com/JoaquinAmatRodrigo/skforecast + git clone https://github.com/johannfaouzi/pyts ``` -- [PyPi](https://pypi.org/project/skforecast) (πŸ“₯ 86K / month Β· πŸ“¦ 15 Β· ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/pyts) (πŸ“₯ 110K / month Β· πŸ“¦ 45 Β· ⏱️ 18.06.2023): ``` - pip install skforecast + pip install pyts + ``` +- [Conda](https://anaconda.org/conda-forge/pyts) (πŸ“₯ 32K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pyts ```
-
TSFEL (πŸ₯‰24 Β· ⭐ 930) - An intuitive library to extract features from time series. BSD-3 +
NeuralProphet (πŸ₯‰26 Β· ⭐ 4.1K Β· πŸ’€) - NeuralProphet: A simple forecasting package. MIT -- [GitHub](https://github.com/fraunhoferportugal/tsfel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 160 Β· πŸ“‹ 78 - 8% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/ourownstory/neural_prophet) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 490 Β· πŸ“‹ 560 - 11% open Β· ⏱️ 13.09.2024): ``` - git clone https://github.com/fraunhoferportugal/tsfel + git clone https://github.com/ourownstory/neural_prophet ``` -- [PyPi](https://pypi.org/project/tsfel) (πŸ“₯ 14K / month Β· πŸ“¦ 7 Β· ⏱️ 12.09.2024): +- [PyPi](https://pypi.org/project/neuralprophet) (πŸ“₯ 85K / month Β· πŸ“¦ 8 Β· ⏱️ 26.06.2024): ``` - pip install tsfel + pip install neuralprophet ```
-
uber/orbit (πŸ₯‰23 Β· ⭐ 1.9K) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +
greykite (πŸ₯‰22 Β· ⭐ 1.8K) - A flexible, intuitive and fast forecasting library. BSD-2 -- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 64 Β· πŸ“‹ 400 - 12% open Β· ⏱️ 10.07.2024): +- [GitHub](https://github.com/linkedin/greykite) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 110 Β· πŸ“₯ 36 Β· πŸ“¦ 44 Β· πŸ“‹ 110 - 10% open Β· ⏱️ 20.02.2025): ``` - git clone https://github.com/uber/orbit - ``` -- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 18K / month Β· πŸ“¦ 1 Β· ⏱️ 01.04.2024): - ``` - pip install orbit-ml + git clone https://github.com/linkedin/greykite ``` -- [Conda](https://anaconda.org/conda-forge/orbit-ml) (πŸ“₯ 16K Β· ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/greykite) (πŸ“₯ 9.1K / month Β· ⏱️ 20.02.2025): ``` - conda install -c conda-forge orbit-ml + pip install greykite ```
-
pydlm (πŸ₯‰22 Β· ⭐ 480) - A python library for Bayesian time series modeling. BSD-3 +
TSFEL (πŸ₯‰21 Β· ⭐ 1K Β· πŸ’€) - An intuitive library to extract features from time series. BSD-3 -- [GitHub](https://github.com/wwrechard/pydlm) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 98 Β· πŸ“¦ 37 Β· πŸ“‹ 56 - 73% open Β· ⏱️ 07.09.2024): +- [GitHub](https://github.com/fraunhoferportugal/tsfel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 200 Β· πŸ“‹ 82 - 12% open Β· ⏱️ 17.10.2024): ``` - git clone https://github.com/wwrechard/pydlm + git clone https://github.com/fraunhoferportugal/tsfel ``` -- [PyPi](https://pypi.org/project/pydlm) (πŸ“₯ 26K / month Β· πŸ“¦ 2 Β· ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/tsfel) (πŸ“₯ 6.6K / month Β· πŸ“¦ 7 Β· ⏱️ 12.09.2024): ``` - pip install pydlm + pip install tsfel ```
-
tsflex (πŸ₯‰21 Β· ⭐ 400) - Flexible time series feature extraction & processing. MIT +
tsflex (πŸ₯‰20 Β· ⭐ 420 Β· πŸ’€) - Flexible time series feature extraction & processing. MIT -- [GitHub](https://github.com/predict-idlab/tsflex) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 26 Β· πŸ“¦ 17 Β· πŸ“‹ 56 - 58% open Β· ⏱️ 06.09.2024): +- [GitHub](https://github.com/predict-idlab/tsflex) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 26 Β· πŸ“¦ 22 Β· πŸ“‹ 56 - 58% open Β· ⏱️ 06.09.2024): ``` git clone https://github.com/predict-idlab/tsflex ``` -- [PyPi](https://pypi.org/project/tsflex) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 06.09.2024): +- [PyPi](https://pypi.org/project/tsflex) (πŸ“₯ 2.5K / month Β· πŸ“¦ 2 Β· ⏱️ 06.09.2024): ``` pip install tsflex ``` -- [Conda](https://anaconda.org/conda-forge/tsflex) (πŸ“₯ 27K Β· ⏱️ 08.04.2024): +- [Conda](https://anaconda.org/conda-forge/tsflex) (πŸ“₯ 32K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tsflex ```
-
greykite (πŸ₯‰20 Β· ⭐ 1.8K Β· πŸ’€) - A flexible, intuitive and fast forecasting library. BSD-2 +
pydlm (πŸ₯‰19 Β· ⭐ 480 Β· πŸ’€) - A python library for Bayesian time series modeling. BSD-3 -- [GitHub](https://github.com/linkedin/greykite) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 100 Β· πŸ“₯ 36 Β· πŸ“¦ 34 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 16.01.2024): +- [GitHub](https://github.com/wwrechard/pydlm) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 98 Β· πŸ“¦ 40 Β· πŸ“‹ 51 - 70% open Β· ⏱️ 07.09.2024): ``` - git clone https://github.com/linkedin/greykite + git clone https://github.com/wwrechard/pydlm ``` -- [PyPi](https://pypi.org/project/greykite) (πŸ“₯ 7.8K / month Β· ⏱️ 12.01.2024): +- [PyPi](https://pypi.org/project/pydlm) (πŸ“₯ 58K / month Β· πŸ“¦ 2 Β· ⏱️ 13.08.2024): ``` - pip install greykite + pip install pydlm ```
-
Auto TS (πŸ₯‰20 Β· ⭐ 730) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 +
Auto TS (πŸ₯‰18 Β· ⭐ 750 Β· πŸ’€) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_TS) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 110 Β· πŸ“‹ 89 - 2% open Β· ⏱️ 05.05.2024): +- [GitHub](https://github.com/AutoViML/Auto_TS) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 120 Β· πŸ“‹ 90 - 2% open Β· ⏱️ 05.05.2024): ``` git clone https://github.com/AutoViML/Auto_TS ``` -- [PyPi](https://pypi.org/project/auto-ts) (πŸ“₯ 20K / month Β· ⏱️ 05.05.2024): +- [PyPi](https://pypi.org/project/auto-ts) (πŸ“₯ 3.1K / month Β· ⏱️ 05.05.2024): ``` pip install auto-ts ```
-
Show 11 hidden projects... +
Show 9 hidden projects... -- Streamz (πŸ₯‰27 Β· ⭐ 1.2K Β· πŸ’€) - Real-time stream processing for python. BSD-3 -- pyts (πŸ₯‰26 Β· ⭐ 1.8K Β· πŸ’€) - A Python package for time series classification. BSD-3 - PyFlux (πŸ₯‰25 Β· ⭐ 2.1K Β· πŸ’€) - Open source time series library for Python. BSD-3 +- ADTK (πŸ₯‰23 Β· ⭐ 1.2K Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 - luminol (πŸ₯‰22 Β· ⭐ 1.2K Β· πŸ’€) - Anomaly Detection and Correlation library. Apache-2 -- tick (πŸ₯‰22 Β· ⭐ 490 Β· πŸ’€) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 -- ADTK (πŸ₯‰21 Β· ⭐ 1.1K Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 -- seglearn (πŸ₯‰21 Β· ⭐ 570 Β· πŸ’€) - Python module for machine learning time series:. BSD-3 -- matrixprofile-ts (πŸ₯‰19 Β· ⭐ 730 Β· πŸ’€) - A Python library for detecting patterns and anomalies.. Apache-2 -- atspy (πŸ₯‰16 Β· ⭐ 510 Β· πŸ’€) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT +- seglearn (πŸ₯‰21 Β· ⭐ 580 Β· πŸ’€) - Python module for machine learning time series:. BSD-3 +- tick (πŸ₯‰21 Β· ⭐ 500 Β· πŸ’€) - 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 +- atspy (πŸ₯‰14 Β· ⭐ 520 Β· πŸ’€) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT - tsaug (πŸ₯‰14 Β· ⭐ 350 Β· πŸ’€) - A Python package for time series augmentation. Apache-2 -- tslumen (πŸ₯‰8 Β· ⭐ 67 Β· πŸ’€) - A library for Time Series EDA (exploratory data analysis). Apache-2 +- tslumen (πŸ₯‰8 Β· ⭐ 69 Β· πŸ’€) - A library for Time Series EDA (exploratory data analysis). Apache-2

@@ -4010,154 +3741,154 @@ _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.7K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 +
MNE (πŸ₯‡39 Β· ⭐ 2.9K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 -- [GitHub](https://github.com/mne-tools/mne-python) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.3K Β· πŸ“¦ 4.6K Β· πŸ“‹ 4.9K - 10% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/mne-tools/mne-python) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.3K Β· πŸ“¦ 5.7K Β· πŸ“‹ 5K - 11% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/mne-tools/mne-python ``` -- [PyPi](https://pypi.org/project/mne) (πŸ“₯ 160K / month Β· πŸ“¦ 390 Β· ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/mne) (πŸ“₯ 160K / month Β· πŸ“¦ 420 Β· ⏱️ 18.12.2024): ``` pip install mne ``` -- [Conda](https://anaconda.org/conda-forge/mne) (πŸ“₯ 440K Β· ⏱️ 19.08.2024): +- [Conda](https://anaconda.org/conda-forge/mne) (πŸ“₯ 530K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mne ```
-
MONAI (πŸ₯‡36 Β· ⭐ 5.8K) - AI Toolkit for Healthcare Imaging. Apache-2 +
Nilearn (πŸ₯‡38 Β· ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 -- [GitHub](https://github.com/Project-MONAI/MONAI) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.1K Β· πŸ“¦ 3K Β· πŸ“‹ 3.1K - 11% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/nilearn/nilearn) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 600 Β· πŸ“₯ 300 Β· πŸ“¦ 4.2K Β· πŸ“‹ 2.4K - 12% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/Project-MONAI/MONAI + git clone https://github.com/nilearn/nilearn ``` -- [PyPi](https://pypi.org/project/monai) (πŸ“₯ 160K / month Β· πŸ“¦ 120 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/nilearn) (πŸ“₯ 170K / month Β· πŸ“¦ 310 Β· ⏱️ 23.12.2024): ``` - pip install monai + pip install nilearn ``` -- [Conda](https://anaconda.org/conda-forge/monai): +- [Conda](https://anaconda.org/conda-forge/nilearn) (πŸ“₯ 330K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge monai + conda install -c conda-forge nilearn ```
-
Nilearn (πŸ₯‡36 Β· ⭐ 1.2K) - Machine learning for NeuroImaging in Python. BSD-3 +
MONAI (πŸ₯ˆ36 Β· ⭐ 6.4K) - AI Toolkit for Healthcare Imaging. Apache-2 -- [GitHub](https://github.com/nilearn/nilearn) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 600 Β· πŸ“₯ 240 Β· πŸ“¦ 3.5K Β· πŸ“‹ 2.1K - 13% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/Project-MONAI/MONAI) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“¦ 4.1K Β· πŸ“‹ 3.2K - 13% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/nilearn/nilearn + git clone https://github.com/Project-MONAI/MONAI ``` -- [PyPi](https://pypi.org/project/nilearn) (πŸ“₯ 65K / month Β· πŸ“¦ 300 Β· ⏱️ 09.04.2024): +- [PyPi](https://pypi.org/project/monai) (πŸ“₯ 290K / month Β· πŸ“¦ 140 Β· ⏱️ 10.12.2024): ``` - pip install nilearn + pip install monai ``` -- [Conda](https://anaconda.org/conda-forge/nilearn) (πŸ“₯ 300K Β· ⏱️ 09.04.2024): +- [Conda](https://anaconda.org/conda-forge/monai) (πŸ“₯ 48K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge nilearn + conda install -c conda-forge monai ```
-
NiBabel (πŸ₯‡36 Β· ⭐ 650) - Python package to access a cacophony of neuro-imaging file formats. MIT +
NIPYPE (πŸ₯ˆ35 Β· ⭐ 780) - Workflows and interfaces for neuroimaging packages. Apache-2 -- [GitHub](https://github.com/nipy/nibabel) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“¦ 22K Β· πŸ“‹ 540 - 23% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/nipy/nipype) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 530 Β· πŸ“¦ 6.7K Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/nipy/nibabel + git clone https://github.com/nipy/nipype ``` -- [PyPi](https://pypi.org/project/nibabel) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.2K Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/nipype) (πŸ“₯ 330K / month Β· πŸ“¦ 150 Β· ⏱️ 19.03.2025): ``` - pip install nibabel + pip install nipype ``` -- [Conda](https://anaconda.org/conda-forge/nibabel) (πŸ“₯ 790K Β· ⏱️ 23.10.2024): +- [Conda](https://anaconda.org/conda-forge/nipype) (πŸ“₯ 790K Β· ⏱️ 05.05.2025): ``` - conda install -c conda-forge nibabel + conda install -c conda-forge nipype ```
-
NIPYPE (πŸ₯ˆ35 Β· ⭐ 750) - Workflows and interfaces for neuroimaging packages. Apache-2 +
NiBabel (πŸ₯ˆ34 Β· ⭐ 700) - Python package to access a cacophony of neuro-imaging file formats. MIT -- [GitHub](https://github.com/nipy/nipype) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 510 Β· πŸ“¦ 5.1K Β· πŸ“‹ 1.4K - 29% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/nipy/nibabel) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 260 Β· πŸ“¦ 28K Β· πŸ“‹ 550 - 23% open Β· ⏱️ 18.03.2025): ``` - git clone https://github.com/nipy/nipype + git clone https://github.com/nipy/nibabel ``` -- [PyPi](https://pypi.org/project/nipype) (πŸ“₯ 190K / month Β· πŸ“¦ 150 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/nibabel) (πŸ“₯ 820K / month Β· πŸ“¦ 1.2K Β· ⏱️ 23.10.2024): ``` - pip install nipype + pip install nibabel ``` -- [Conda](https://anaconda.org/conda-forge/nipype) (πŸ“₯ 700K Β· ⏱️ 22.09.2023): +- [Conda](https://anaconda.org/conda-forge/nibabel) (πŸ“₯ 900K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge nipype + conda install -c conda-forge nibabel ```
-
Lifelines (πŸ₯ˆ34 Β· ⭐ 2.4K Β· πŸ“ˆ) - Survival analysis in Python. MIT +
Lifelines (πŸ₯ˆ33 Β· ⭐ 2.4K Β· πŸ’€) - Survival analysis in Python. MIT -- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 560 Β· πŸ“¦ 3K Β· πŸ“‹ 980 - 27% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 560 Β· πŸ“¦ 3.8K Β· πŸ“‹ 980 - 27% open Β· ⏱️ 29.10.2024): ``` git clone https://github.com/CamDavidsonPilon/lifelines ``` -- [PyPi](https://pypi.org/project/lifelines) (πŸ“₯ 2.2M / month Β· πŸ“¦ 160 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/lifelines) (πŸ“₯ 2.3M / month Β· πŸ“¦ 160 Β· ⏱️ 29.10.2024): ``` pip install lifelines ``` -- [Conda](https://anaconda.org/conda-forge/lifelines) (πŸ“₯ 380K Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/lifelines) (πŸ“₯ 420K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge lifelines ```
-
Hail (πŸ₯ˆ32 Β· ⭐ 980) - 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 Β· πŸ”€ 240 Β· πŸ“¦ 150 Β· πŸ“‹ 2.5K - 10% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/hail-is/hail) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 250 Β· πŸ“¦ 170 Β· πŸ“‹ 2.5K - 10% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/hail-is/hail ``` -- [PyPi](https://pypi.org/project/hail) (πŸ“₯ 59K / month Β· πŸ“¦ 34 Β· ⏱️ 04.10.2024): +- [PyPi](https://pypi.org/project/hail) (πŸ“₯ 14K / month Β· πŸ“¦ 42 Β· ⏱️ 07.03.2025): ``` pip install hail ```
-
DeepVariant (πŸ₯‰24 Β· ⭐ 3.2K Β· πŸ’€) - DeepVariant is an analysis pipeline that uses a deep.. BSD-3 +
DeepVariant (πŸ₯‰24 Β· ⭐ 3.4K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- [GitHub](https://github.com/google/deepvariant) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 710 Β· πŸ“₯ 4.8K Β· πŸ“‹ 840 - 0% open Β· ⏱️ 18.03.2024): +- [GitHub](https://github.com/google/deepvariant) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 740 Β· πŸ“₯ 4.8K Β· πŸ“‹ 900 - 0% open Β· ⏱️ 10.03.2025): ``` git clone https://github.com/google/deepvariant ``` -- [Conda](https://anaconda.org/bioconda/deepvariant) (πŸ“₯ 70K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/bioconda/deepvariant) (πŸ“₯ 76K Β· ⏱️ 22.04.2025): ``` conda install -c bioconda deepvariant ```
-
Brainiak (πŸ₯‰19 Β· ⭐ 340) - Brain Imaging Analysis Kit. Apache-2 +
Brainiak (πŸ₯‰19 Β· ⭐ 360) - Brain Imaging Analysis Kit. Apache-2 -- [GitHub](https://github.com/brainiak/brainiak) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 130 Β· πŸ“‹ 220 - 38% open Β· ⏱️ 08.07.2024): +- [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) (πŸ“₯ 1K / month Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/brainiak) (πŸ“₯ 2.6K / month Β· ⏱️ 07.01.2025): ``` pip install brainiak ``` -- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (πŸ“₯ 1.9K Β· ⭐ 1 Β· ⏱️ 15.10.2020): +- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (πŸ“₯ 1.9K Β· ⭐ 1 Β· ⏱️ 07.01.2025): ``` docker pull brainiak/brainiak ```
Show 10 hidden projects... -- DIPY (πŸ₯ˆ32 Β· ⭐ 710) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains.. ❗Unlicensed -- NIPY (πŸ₯‰27 Β· ⭐ 380) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed +- DIPY (πŸ₯ˆ33 Β· ⭐ 760) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed - NiftyNet (πŸ₯‰25 Β· ⭐ 1.4K Β· πŸ’€) - [unmaintained] An open-source convolutional neural.. Apache-2 -- MedPy (πŸ₯‰25 Β· ⭐ 580) - Medical image processing in Python. ❗️GPL-3.0 -- Glow (πŸ₯‰22 Β· ⭐ 270) - An open-source toolkit for large-scale genomic analysis. Apache-2 -- DLTK (πŸ₯‰21 Β· ⭐ 1.4K Β· πŸ’€) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 -- MedicalTorch (πŸ₯‰16 Β· ⭐ 850 Β· πŸ’€) - A medical imaging framework for Pytorch. Apache-2 -- DeepNeuro (πŸ₯‰15 Β· ⭐ 120 Β· πŸ’€) - A deep learning python package for neuroimaging data. Made by:. MIT +- 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 +- 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 -- MedicalNet (πŸ₯‰12 Β· ⭐ 1.9K Β· πŸ’€) - Many studies have shown that the performance on deep learning is.. MIT +- 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

@@ -4167,60 +3898,61 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic _Libraries for processing tabular and structured data._ -
miceforest (πŸ₯‡24 Β· ⭐ 350) - Multiple Imputation with LightGBM in Python. MIT +
skrub (πŸ₯‡29 Β· ⭐ 1.4K Β· βž•) - Machine learning with dataframes. BSD-3 -- [GitHub](https://github.com/AnotherSamWilson/miceforest) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 170 Β· πŸ“‹ 85 - 8% open Β· ⏱️ 02.08.2024): +- [GitHub](https://github.com/skrub-data/skrub) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 120 Β· πŸ“¦ 76 Β· πŸ“‹ 430 - 19% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/AnotherSamWilson/miceforest - ``` -- [PyPi](https://pypi.org/project/miceforest) (πŸ“₯ 63K / month Β· πŸ“¦ 9 Β· ⏱️ 02.08.2024): + git clone https://github.com/skrub-data/skrub ``` - pip install miceforest - ``` -- [Conda](https://anaconda.org/conda-forge/miceforest) (πŸ“₯ 16K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/skrub) (πŸ“₯ 13K / month Β· πŸ“¦ 10 Β· ⏱️ 03.04.2025): ``` - conda install -c conda-forge miceforest + pip install skrub ```
-
pytorch_tabular (πŸ₯ˆ23 Β· ⭐ 1.4K) - A standard framework for modelling Deep Learning Models.. MIT +
pytorch_tabular (πŸ₯ˆ24 Β· ⭐ 1.5K) - A standard framework for modelling Deep Learning Models.. MIT -- [GitHub](https://github.com/manujosephv/pytorch_tabular) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 140 Β· πŸ“₯ 46 Β· πŸ“‹ 160 - 12% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/manujosephv/pytorch_tabular) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 150 Β· πŸ“₯ 54 Β· πŸ“‹ 170 - 6% open Β· ⏱️ 19.04.2025): ``` git clone https://github.com/manujosephv/pytorch_tabular ``` -- [PyPi](https://pypi.org/project/pytorch_tabular) (πŸ“₯ 3.9K / month Β· πŸ“¦ 3 Β· ⏱️ 15.01.2024): +- [PyPi](https://pypi.org/project/pytorch_tabular) (πŸ“₯ 10K / month Β· πŸ“¦ 9 Β· ⏱️ 28.11.2024): ``` pip install pytorch_tabular ```
-
upgini (πŸ₯‰21 Β· ⭐ 320) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 +
miceforest (πŸ₯ˆ24 Β· ⭐ 380 Β· πŸ’€) - Multiple Imputation with LightGBM in Python. MIT -- [GitHub](https://github.com/upgini/upgini) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 25 Β· πŸ“¦ 9 Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/AnotherSamWilson/miceforest) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 230 Β· πŸ“‹ 90 - 11% open Β· ⏱️ 02.08.2024): ``` - git clone https://github.com/upgini/upgini + git clone https://github.com/AnotherSamWilson/miceforest ``` -- [PyPi](https://pypi.org/project/upgini) (πŸ“₯ 40K / month Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/miceforest) (πŸ“₯ 100K / month Β· πŸ“¦ 9 Β· ⏱️ 02.08.2024): ``` - pip install upgini + pip install miceforest + ``` +- [Conda](https://anaconda.org/conda-forge/miceforest) (πŸ“₯ 19K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge miceforest ```
-
carefree-learn (πŸ₯‰18 Β· ⭐ 400 Β· πŸ’€) - Deep Learning PyTorch. MIT +
upgini (πŸ₯‰22 Β· ⭐ 330) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 -- [GitHub](https://github.com/carefree0910/carefree-learn) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 38 Β· πŸ“¦ 8 Β· πŸ“‹ 82 - 2% open Β· ⏱️ 18.03.2024): +- [GitHub](https://github.com/upgini/upgini) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 24 Β· πŸ“¦ 9 Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/carefree0910/carefree-learn + git clone https://github.com/upgini/upgini ``` -- [PyPi](https://pypi.org/project/carefree-learn) (πŸ“₯ 6K / month Β· ⏱️ 09.01.2024): +- [PyPi](https://pypi.org/project/upgini) (πŸ“₯ 24K / month Β· ⏱️ 08.05.2025): ``` - pip install carefree-learn + pip install upgini ```
-
Show 1 hidden projects... +
Show 2 hidden projects... +- carefree-learn (πŸ₯‰18 Β· ⭐ 410 Β· πŸ’€) - Deep Learning PyTorch. MIT - deltapy (πŸ₯‰13 Β· ⭐ 540 Β· πŸ’€) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT

@@ -4231,124 +3963,98 @@ _Libraries for processing tabular and structured data._ _Libraries for optical character recognition (OCR) and text extraction from images or videos._ -
PaddleOCR (πŸ₯‡40 Β· ⭐ 44K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +
PaddleOCR (πŸ₯‡42 Β· ⭐ 49K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 7.8K Β· πŸ“₯ 560K Β· πŸ“¦ 3.5K Β· πŸ“‹ 9.4K - 1% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 8.2K Β· πŸ“₯ 1.9M Β· πŸ“¦ 5.4K Β· πŸ“‹ 9.6K - 0% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- [PyPi](https://pypi.org/project/paddleocr) (πŸ“₯ 270K / month Β· πŸ“¦ 110 Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/paddleocr) (πŸ“₯ 360K / month Β· πŸ“¦ 140 Β· ⏱️ 07.03.2025): ``` pip install paddleocr ```
-
EasyOCR (πŸ₯‡35 Β· ⭐ 24K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2 - -- [GitHub](https://github.com/JaidedAI/EasyOCR) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 3.1K Β· πŸ“₯ 16M Β· πŸ“¦ 9.1K Β· πŸ“‹ 1K - 41% open Β· ⏱️ 24.09.2024): - - ``` - git clone https://github.com/JaidedAI/EasyOCR - ``` -- [PyPi](https://pypi.org/project/easyocr) (πŸ“₯ 500K / month Β· πŸ“¦ 210 Β· ⏱️ 24.09.2024): - ``` - pip install easyocr - ``` -
-
OCRmyPDF (πŸ₯ˆ34 Β· ⭐ 14K) - 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 Β· πŸ”€ 1K Β· πŸ“₯ 5.5K Β· πŸ“¦ 1K Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.9K Β· πŸ“₯ 12K Β· πŸ“¦ 1.3K Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 21.04.2025): ``` git clone https://github.com/ocrmypdf/OCRmyPDF ``` -- [PyPi](https://pypi.org/project/ocrmypdf) (πŸ“₯ 130K / month Β· πŸ“¦ 36 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/ocrmypdf) (πŸ“₯ 220K / month Β· πŸ“¦ 46 Β· ⏱️ 24.04.2025): ``` pip install ocrmypdf ``` -- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (πŸ“₯ 81K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (πŸ“₯ 98K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge ocrmypdf ```
-
Tesseract (πŸ₯ˆ32 Β· ⭐ 5.8K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 +
EasyOCR (πŸ₯ˆ34 Β· ⭐ 27K Β· πŸ’€) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 -- [GitHub](https://github.com/madmaze/pytesseract) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 710 Β· πŸ“‹ 370 - 4% open Β· ⏱️ 15.10.2024): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 3.3K Β· πŸ“₯ 21M Β· πŸ“¦ 14K Β· πŸ“‹ 1.1K - 43% open Β· ⏱️ 24.09.2024): ``` - git clone https://github.com/madmaze/pytesseract - ``` -- [PyPi](https://pypi.org/project/pytesseract) (πŸ“₯ 2.3M / month Β· πŸ“¦ 970 Β· ⏱️ 16.08.2024): - ``` - pip install pytesseract + git clone https://github.com/JaidedAI/EasyOCR ``` -- [Conda](https://anaconda.org/conda-forge/pytesseract) (πŸ“₯ 630K Β· ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/easyocr) (πŸ“₯ 860K / month Β· πŸ“¦ 250 Β· ⏱️ 24.09.2024): ``` - conda install -c conda-forge pytesseract + pip install easyocr ```
-
tesserocr (πŸ₯ˆ30 Β· ⭐ 2K) - A Python wrapper for the tesseract-ocr API. MIT +
tesserocr (πŸ₯ˆ31 Β· ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT -- [GitHub](https://github.com/sirfz/tesserocr) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 250 Β· πŸ“₯ 610 Β· πŸ“¦ 1.1K Β· πŸ“‹ 280 - 18% open Β· ⏱️ 26.08.2024): +- [GitHub](https://github.com/sirfz/tesserocr) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 260 Β· πŸ“₯ 950 Β· πŸ“¦ 1.2K Β· πŸ“‹ 280 - 17% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/sirfz/tesserocr ``` -- [PyPi](https://pypi.org/project/tesserocr) (πŸ“₯ 98K / 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) (πŸ“₯ 190K Β· ⏱️ 13.09.2024): +- [Conda](https://anaconda.org/conda-forge/tesserocr) (πŸ“₯ 250K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tesserocr ```
-
keras-ocr (πŸ₯‰27 Β· ⭐ 1.4K Β· πŸ’€) - A packaged and flexible version of the CRAFT text detector.. MIT +
Tesseract (πŸ₯ˆ30 Β· ⭐ 6.1K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- [GitHub](https://github.com/faustomorales/keras-ocr) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 330 Β· πŸ“₯ 1.7M Β· πŸ“¦ 580 Β· πŸ“‹ 210 - 46% open Β· ⏱️ 06.11.2023): +- [GitHub](https://github.com/madmaze/pytesseract) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 720 Β· πŸ“‹ 370 - 3% open Β· ⏱️ 17.02.2025): ``` - git clone https://github.com/faustomorales/keras-ocr + git clone https://github.com/madmaze/pytesseract ``` -- [PyPi](https://pypi.org/project/keras-ocr) (πŸ“₯ 27K / month Β· πŸ“¦ 8 Β· ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/pytesseract) (πŸ“₯ 3M / month Β· πŸ“¦ 970 Β· ⏱️ 16.08.2024): ``` - pip install keras-ocr + pip install pytesseract ``` -- [Conda](https://anaconda.org/anaconda/keras-ocr) (πŸ“₯ 340 Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytesseract) (πŸ“₯ 660K Β· ⏱️ 22.04.2025): ``` - conda install -c anaconda keras-ocr + conda install -c conda-forge pytesseract ```
-
MMOCR (πŸ₯‰26 Β· ⭐ 4.3K) - 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 Β· πŸ”€ 740 Β· πŸ“¦ 170 Β· πŸ“‹ 930 - 20% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/open-mmlab/mmocr) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 750 Β· πŸ“¦ 220 Β· πŸ“‹ 930 - 20% open Β· ⏱️ 27.11.2024): ``` git clone https://github.com/open-mmlab/mmocr ``` -- [PyPi](https://pypi.org/project/mmocr) (πŸ“₯ 5K / month Β· πŸ“¦ 4 Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/mmocr) (πŸ“₯ 4.5K / month Β· πŸ“¦ 4 Β· ⏱️ 05.05.2022): ``` pip install mmocr ```
-
attention-ocr (πŸ₯‰22 Β· ⭐ 1.1K Β· πŸ’€) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT - -- [GitHub](https://github.com/emedvedev/attention-ocr) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 250 Β· πŸ“¦ 30 Β· πŸ“‹ 150 - 16% open Β· ⏱️ 20.10.2023): - - ``` - git clone https://github.com/emedvedev/attention-ocr - ``` -- [PyPi](https://pypi.org/project/aocr) (πŸ“₯ 4K / month Β· ⏱️ 19.04.2019): - ``` - pip install aocr - ``` -
-
Show 4 hidden projects... +
Show 6 hidden projects... -- calamari (πŸ₯‰23 Β· ⭐ 1K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0 +- keras-ocr (πŸ₯‰26 Β· ⭐ 1.5K Β· πŸ’€) - A packaged and flexible version of the CRAFT text detector.. MIT +- calamari (πŸ₯‰23 Β· ⭐ 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 Β· ⭐ 610 Β· πŸ’€) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 +- Mozart (πŸ₯‰10 Β· ⭐ 660 Β· πŸ’€) - An optical music recognition (OMR) system. Converts sheet.. Apache-2

@@ -4358,7 +4064,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.7K) - Collection of data-container, dataframe, and pandas-.. +πŸ”— best-of-python - Data Containers ( ⭐ 4K) - Collection of data-container, dataframe, and pandas-..
@@ -4368,7 +4074,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.7K) - Collection of data-loading and -extraction libraries. +πŸ”— best-of-python - Data Extraction ( ⭐ 4K) - Collection of data-loading and -extraction libraries.
@@ -4378,7 +4084,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.3K) - Collection of web-scraping and crawling libraries. +πŸ”— best-of-web-python - Web Scraping ( ⭐ 2.5K Β· πŸ’€) - Collection of web-scraping and crawling libraries.
@@ -4388,8 +4094,12 @@ _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.7K) - 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 Β· ⭐ 8 Β· πŸ’€) - Multidimensional cluster generation in Python. MIT +

## Distributed Machine Learning @@ -4398,118 +4108,126 @@ _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 (πŸ₯‡45 Β· ⭐ 34K) - 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 Β· πŸ”€ 5.7K Β· πŸ“₯ 240 Β· πŸ“¦ 19K Β· πŸ“‹ 19K - 21% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/ray-project/ray) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6.3K Β· πŸ“₯ 260 Β· πŸ“¦ 24K Β· πŸ“‹ 21K - 21% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/ray-project/ray ``` -- [PyPi](https://pypi.org/project/ray) (πŸ“₯ 6M / month Β· πŸ“¦ 790 Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/ray) (πŸ“₯ 7.6M / month Β· πŸ“¦ 960 Β· ⏱️ 07.05.2025): ``` pip install ray ``` -- [Conda](https://anaconda.org/conda-forge/ray-tune) (πŸ“₯ 440K Β· ⏱️ 30.10.2024): +- [Conda](https://anaconda.org/conda-forge/ray-tune) (πŸ“₯ 760K Β· ⏱️ 22.04.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) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 1.7K Β· πŸ“¦ 66K Β· πŸ“‹ 5.4K - 20% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/dask/dask) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 1.8K Β· πŸ“¦ 74K Β· πŸ“‹ 5.5K - 20% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/dask/dask ``` -- [PyPi](https://pypi.org/project/dask) (πŸ“₯ 12M / month Β· πŸ“¦ 2.4K Β· ⏱️ 17.10.2024): +- [PyPi](https://pypi.org/project/dask) (πŸ“₯ 11M / month Β· πŸ“¦ 2.9K Β· ⏱️ 25.04.2025): ``` pip install dask ``` -- [Conda](https://anaconda.org/conda-forge/dask) (πŸ“₯ 12M Β· ⏱️ 18.10.2024): +- [Conda](https://anaconda.org/conda-forge/dask) (πŸ“₯ 13M Β· ⏱️ 25.04.2025): ``` conda install -c conda-forge dask ```
-
DeepSpeed (πŸ₯‡41 Β· ⭐ 35K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 +
DeepSpeed (πŸ₯‡41 Β· ⭐ 38K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 -- [GitHub](https://github.com/microsoft/DeepSpeed) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 4.1K Β· πŸ“¦ 9.3K Β· πŸ“‹ 2.9K - 37% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/deepspeedai/DeepSpeed) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 4.3K Β· πŸ“¦ 13K Β· πŸ“‹ 3.1K - 34% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/microsoft/DeepSpeed ``` -- [PyPi](https://pypi.org/project/deepspeed) (πŸ“₯ 490K / month Β· πŸ“¦ 210 Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/deepspeed) (πŸ“₯ 720K / month Β· πŸ“¦ 270 Β· ⏱️ 18.04.2025): ``` pip install deepspeed ``` -- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (πŸ“₯ 19K Β· ⭐ 4 Β· ⏱️ 02.09.2022): +- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (πŸ“₯ 22K Β· ⭐ 4 Β· ⏱️ 02.09.2022): ``` docker pull deepspeed/deepspeed ```
-
dask.distributed (πŸ₯‡40 Β· ⭐ 1.6K) - A distributed task scheduler for Dask. BSD-3 +
dask.distributed (πŸ₯‡39 Β· ⭐ 1.6K) - A distributed task scheduler for Dask. BSD-3 -- [GitHub](https://github.com/dask/distributed) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 720 Β· πŸ“¦ 37K Β· πŸ“‹ 4K - 39% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/dask/distributed) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 730 Β· πŸ“¦ 40K Β· πŸ“‹ 4K - 38% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/dask/distributed ``` -- [PyPi](https://pypi.org/project/distributed) (πŸ“₯ 4.6M / month Β· πŸ“¦ 850 Β· ⏱️ 17.10.2024): +- [PyPi](https://pypi.org/project/distributed) (πŸ“₯ 3.6M / month Β· πŸ“¦ 960 Β· ⏱️ 25.04.2025): ``` pip install distributed ``` -- [Conda](https://anaconda.org/conda-forge/distributed) (πŸ“₯ 15M Β· ⏱️ 17.10.2024): +- [Conda](https://anaconda.org/conda-forge/distributed) (πŸ“₯ 17M Β· ⏱️ 25.04.2025): ``` conda install -c conda-forge distributed ```
-
metrics (πŸ₯ˆ36 Β· ⭐ 2.1K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 +
horovod (πŸ₯ˆ36 Β· ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 + +- [GitHub](https://github.com/horovod/horovod) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.3K - 17% open Β· ⏱️ 01.02.2025): + + ``` + git clone https://github.com/horovod/horovod + ``` +- [PyPi](https://pypi.org/project/horovod) (πŸ“₯ 97K / month Β· πŸ“¦ 34 Β· ⏱️ 12.06.2023): + ``` + pip install horovod + ``` +
+
metrics (πŸ₯ˆ36 Β· ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 -- [GitHub](https://github.com/Lightning-AI/torchmetrics) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 400 Β· πŸ“₯ 5.7K Β· πŸ“¦ 32K Β· πŸ“‹ 880 - 7% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/Lightning-AI/torchmetrics) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 420 Β· πŸ“₯ 6.5K Β· πŸ“¦ 41K Β· πŸ“‹ 950 - 7% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/Lightning-AI/metrics ``` -- [PyPi](https://pypi.org/project/metrics) (πŸ“₯ 4.9K / month Β· πŸ“¦ 2 Β· ⏱️ 28.04.2018): +- [PyPi](https://pypi.org/project/metrics) (πŸ“₯ 5.8K / month Β· πŸ“¦ 4 Β· ⏱️ 26.02.2025): ``` pip install metrics ``` -- [Conda](https://anaconda.org/conda-forge/torchmetrics) (πŸ“₯ 1.6M Β· ⏱️ 24.10.2024): +- [Conda](https://anaconda.org/conda-forge/torchmetrics) (πŸ“₯ 1.9M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge torchmetrics ```
-
horovod (πŸ₯ˆ35 Β· ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 +
H2O-3 (πŸ₯ˆ35 Β· ⭐ 7.2K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 -- [GitHub](https://github.com/horovod/horovod) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.2K Β· πŸ“‹ 2.3K - 17% open Β· ⏱️ 31.08.2024): +- [GitHub](https://github.com/h2oai/h2o-3) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2K Β· πŸ“¦ 98 Β· πŸ“‹ 9.6K - 30% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/horovod/horovod + git clone https://github.com/h2oai/h2o-3 ``` -- [PyPi](https://pypi.org/project/horovod) (πŸ“₯ 100K / month Β· πŸ“¦ 33 Β· ⏱️ 12.06.2023): +- [PyPi](https://pypi.org/project/h2o) (πŸ“₯ 190K / month Β· πŸ“¦ 57 Β· ⏱️ 27.03.2025): ``` - pip install horovod + pip install h2o ```
-
H2O-3 (πŸ₯ˆ35 Β· ⭐ 6.9K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 +
ColossalAI (πŸ₯ˆ32 Β· ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2 -- [GitHub](https://github.com/h2oai/h2o-3) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 2K Β· πŸ“¦ 21 Β· πŸ“‹ 9.5K - 29% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/hpcaitech/ColossalAI) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 4.5K Β· πŸ“¦ 500 Β· πŸ“‹ 1.8K - 26% open Β· ⏱️ 18.04.2025): ``` - git clone https://github.com/h2oai/h2o-3 - ``` -- [PyPi](https://pypi.org/project/h2o) (πŸ“₯ 280K / month Β· πŸ“¦ 48 Β· ⏱️ 29.08.2024): - ``` - pip install h2o + git clone https://github.com/hpcaitech/colossalai ```
-
BigDL (πŸ₯ˆ34 Β· ⭐ 6.6K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 +
BigDL (πŸ₯ˆ32 Β· ⭐ 7.8K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 -- [GitHub](https://github.com/intel-analytics/ipex-llm) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“₯ 640 Β· πŸ“‹ 2.6K - 38% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/intel/ipex-llm) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“₯ 690 Β· πŸ“‹ 2.9K - 39% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/intel-analytics/BigDL ``` -- [PyPi](https://pypi.org/project/bigdl) (πŸ“₯ 140K / month Β· πŸ“¦ 2 Β· ⏱️ 24.03.2024): +- [PyPi](https://pypi.org/project/bigdl) (πŸ“₯ 28K / month Β· πŸ“¦ 2 Β· ⏱️ 24.03.2024): ``` pip install bigdl ``` @@ -4522,133 +4240,113 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ```
-
ColossalAI (πŸ₯ˆ33 Β· ⭐ 39K Β· πŸ“‰) - Making large AI models cheaper, faster and more accessible. Apache-2 - -- [GitHub](https://github.com/hpcaitech/ColossalAI) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 4.3K Β· πŸ“¦ 430 Β· πŸ“‹ 1.7K - 25% open Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/hpcaitech/colossalai - ``` -
-
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) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 280 Β· πŸ“¦ 6.6K Β· πŸ“‹ 390 - 26% open Β· ⏱️ 03.05.2024): +- [GitHub](https://github.com/facebookresearch/fairscale) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 290 Β· πŸ“¦ 8.2K Β· πŸ“‹ 390 - 26% open Β· ⏱️ 26.04.2025): ``` git clone https://github.com/facebookresearch/fairscale ``` -- [PyPi](https://pypi.org/project/fairscale) (πŸ“₯ 410K / month Β· πŸ“¦ 150 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/fairscale) (πŸ“₯ 490K / month Β· πŸ“¦ 150 Β· ⏱️ 11.12.2022): ``` pip install fairscale ``` -- [Conda](https://anaconda.org/conda-forge/fairscale) (πŸ“₯ 320K Β· ⏱️ 28.11.2023): +- [Conda](https://anaconda.org/conda-forge/fairscale) (πŸ“₯ 440K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge fairscale ```
-
mpi4py (πŸ₯ˆ30 Β· ⭐ 800) - Python bindings for MPI. BSD-3 +
mpi4py (πŸ₯ˆ31 Β· ⭐ 850) - Python bindings for MPI. BSD-3 -- [GitHub](https://github.com/mpi4py/mpi4py) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“₯ 28K Β· πŸ“‹ 180 - 4% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/mpi4py/mpi4py) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“₯ 33K Β· πŸ“‹ 210 - 2% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/mpi4py/mpi4py ``` -- [PyPi](https://pypi.org/project/mpi4py) (πŸ“₯ 490K / month Β· πŸ“¦ 750 Β· ⏱️ 11.10.2024): +- [PyPi](https://pypi.org/project/mpi4py) (πŸ“₯ 430K / month Β· πŸ“¦ 830 Β· ⏱️ 13.02.2025): ``` pip install mpi4py ``` -- [Conda](https://anaconda.org/conda-forge/mpi4py) (πŸ“₯ 3M Β· ⏱️ 12.10.2024): +- [Conda](https://anaconda.org/conda-forge/mpi4py) (πŸ“₯ 3.8M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mpi4py ```
-
SynapseML (πŸ₯ˆ29 Β· ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT +
SynapseML (πŸ₯ˆ30 Β· ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/microsoft/SynapseML) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 830 Β· πŸ“‹ 780 - 48% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/microsoft/SynapseML) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 840 Β· πŸ“‹ 800 - 49% open Β· ⏱️ 19.04.2025): ``` git clone https://github.com/microsoft/SynapseML ``` -- [PyPi](https://pypi.org/project/synapseml) (πŸ“₯ 250K / month Β· πŸ“¦ 5 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/synapseml) (πŸ“₯ 670K / month Β· πŸ“¦ 7 Β· ⏱️ 17.04.2025): ``` pip install synapseml ```
-
Submit it (πŸ₯ˆ29 Β· ⭐ 1.3K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +
dask-ml (πŸ₯ˆ30 Β· ⭐ 930) - Scalable Machine Learning with Dask. BSD-3 -- [GitHub](https://github.com/facebookincubator/submitit) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 3.4K Β· πŸ“‹ 120 - 37% open Β· ⏱️ 18.09.2024): +- [GitHub](https://github.com/dask/dask-ml) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 260 Β· πŸ“¦ 1.3K Β· πŸ“‹ 550 - 51% open Β· ⏱️ 07.02.2025): ``` - git clone https://github.com/facebookincubator/submitit + git clone https://github.com/dask/dask-ml ``` -- [PyPi](https://pypi.org/project/submitit) (πŸ“₯ 530K / month Β· πŸ“¦ 49 Β· ⏱️ 18.09.2024): +- [PyPi](https://pypi.org/project/dask-ml) (πŸ“₯ 120K / month Β· πŸ“¦ 100 Β· ⏱️ 08.02.2025): ``` - pip install submitit + pip install dask-ml ``` -- [Conda](https://anaconda.org/conda-forge/submitit) (πŸ“₯ 42K Β· ⏱️ 24.11.2023): +- [Conda](https://anaconda.org/conda-forge/dask-ml) (πŸ“₯ 980K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge submitit + conda install -c conda-forge dask-ml ```
-
petastorm (πŸ₯‰28 Β· ⭐ 1.8K Β· πŸ’€) - Petastorm library enables single machine or distributed.. Apache-2 +
Submit it (πŸ₯ˆ29 Β· ⭐ 1.4K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT -- [GitHub](https://github.com/uber/petastorm) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 280 Β· πŸ“₯ 520 Β· πŸ“¦ 190 Β· πŸ“‹ 320 - 53% open Β· ⏱️ 02.12.2023): +- [GitHub](https://github.com/facebookincubator/submitit) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 130 Β· πŸ“¦ 4.4K Β· πŸ“‹ 130 - 39% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/uber/petastorm + git clone https://github.com/facebookincubator/submitit + ``` +- [PyPi](https://pypi.org/project/submitit) (πŸ“₯ 410K / month Β· πŸ“¦ 49 Β· ⏱️ 18.09.2024): ``` -- [PyPi](https://pypi.org/project/petastorm) (πŸ“₯ 160K / month Β· πŸ“¦ 8 Β· ⏱️ 03.02.2023): + pip install submitit + ``` +- [Conda](https://anaconda.org/conda-forge/submitit) (πŸ“₯ 57K Β· ⏱️ 22.04.2025): ``` - pip install petastorm + conda install -c conda-forge submitit ```
-
dask-ml (πŸ₯‰28 Β· ⭐ 900) - Scalable Machine Learning with Dask. BSD-3 +
Hivemind (πŸ₯‰27 Β· ⭐ 2.2K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- [GitHub](https://github.com/dask/dask-ml) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 260 Β· πŸ“¦ 1.1K Β· πŸ“‹ 540 - 52% open Β· ⏱️ 20.07.2024): +- [GitHub](https://github.com/learning-at-home/hivemind) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 180 Β· πŸ“¦ 130 Β· πŸ“‹ 190 - 43% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/dask/dask-ml - ``` -- [PyPi](https://pypi.org/project/dask-ml) (πŸ“₯ 110K / month Β· πŸ“¦ 93 Β· ⏱️ 02.04.2024): - ``` - pip install dask-ml + git clone https://github.com/learning-at-home/hivemind ``` -- [Conda](https://anaconda.org/conda-forge/dask-ml) (πŸ“₯ 910K Β· ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/hivemind) (πŸ“₯ 6.2K / month Β· πŸ“¦ 12 Β· ⏱️ 20.04.2025): ``` - conda install -c conda-forge dask-ml + 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) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 1.2K Β· πŸ“¦ 5 Β· πŸ“‹ 130 - 37% open Β· ⏱️ 17.08.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) (πŸ“₯ 800 Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/nusdbsystem/singa) (πŸ“₯ 990 Β· ⏱️ 25.03.2025): ``` conda install -c nusdbsystem singa ``` -- [Docker Hub](https://hub.docker.com/r/apache/singa) (πŸ“₯ 8.2K Β· ⭐ 4 Β· ⏱️ 31.05.2022): +- [Docker Hub](https://hub.docker.com/r/apache/singa) (πŸ“₯ 9K Β· ⭐ 4 Β· ⏱️ 31.05.2022): ``` docker pull apache/singa ```
-
Hivemind (πŸ₯‰24 Β· ⭐ 2K) - Decentralized deep learning in PyTorch. Built to train models on thousands.. MIT - -- [GitHub](https://github.com/learning-at-home/hivemind) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 160 Β· πŸ“¦ 110 Β· πŸ“‹ 180 - 41% open Β· ⏱️ 21.10.2024): - - ``` - git clone https://github.com/learning-at-home/hivemind - ``` -- [PyPi](https://pypi.org/project/hivemind) (πŸ“₯ 3.9K / month Β· πŸ“¦ 10 Β· ⏱️ 31.08.2023): - ``` - pip install hivemind - ``` -
MMLSpark (πŸ₯‰23 Β· ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/microsoft/SynapseML) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 830 Β· πŸ“‹ 780 - 48% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/microsoft/SynapseML) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 840 Β· πŸ“‹ 800 - 49% open Β· ⏱️ 19.04.2025): ``` git clone https://github.com/microsoft/SynapseML @@ -4658,47 +4356,37 @@ _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 (πŸ₯‰22 Β· ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 -- [GitHub](https://github.com/intel-analytics/analytics-zoo) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 730 Β· πŸ“‹ 1.3K - 32% open Β· ⏱️ 20.09.2024): +- [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) (πŸ“₯ 13K / month Β· πŸ“¦ 1 Β· ⏱️ 22.08.2022): +- [PyPi](https://pypi.org/project/analytics-zoo) (πŸ“₯ 2.6K / month Β· πŸ“¦ 1 Β· ⏱️ 22.08.2022): ``` pip install analytics-zoo ```
-
Mesh (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 - -- [GitHub](https://github.com/tensorflow/mesh) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 250 Β· πŸ“‹ 120 - 84% open Β· ⏱️ 17.11.2023): - - ``` - git clone https://github.com/tensorflow/mesh - ``` -- [PyPi](https://pypi.org/project/mesh-tensorflow) (πŸ“₯ 49K / month Β· πŸ“¦ 3 Β· ⏱️ 15.05.2022): - ``` - pip install mesh-tensorflow - ``` -
-
Show 16 hidden projects... +
Show 18 hidden projects... -- DEAP (πŸ₯ˆ33 Β· ⭐ 5.8K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 -- ipyparallel (πŸ₯ˆ30 Β· ⭐ 2.6K Β· πŸ“ˆ) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed +- DEAP (πŸ₯ˆ34 Β· ⭐ 6.1K) - 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 (πŸ₯‰27 Β· ⭐ 3.9K Β· πŸ’€) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 - Elephas (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - Distributed Deep learning with Keras & Spark. MIT keras -- BytePS (πŸ₯‰22 Β· ⭐ 3.6K Β· πŸ’€) - A high performance and generic framework for distributed DNN.. Apache-2 +- BytePS (πŸ₯‰22 Β· ⭐ 3.7K Β· πŸ’€) - A high performance and generic framework for distributed DNN.. Apache-2 +- Mesh (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 - sk-dist (πŸ₯‰21 Β· ⭐ 280 Β· πŸ’€) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 -- somoclu (πŸ₯‰21 Β· ⭐ 270 Β· πŸ’€) - Massively parallel self-organizing maps: accelerate training on.. MIT -- launchpad (πŸ₯‰19 Β· ⭐ 310 Β· πŸ’€) - Launchpad is a library that simplifies writing.. Apache-2 +- somoclu (πŸ₯‰21 Β· ⭐ 270 Β· πŸ’€) - Massively parallel self-organizing maps: accelerate training on.. MIT +- launchpad (πŸ₯‰19 Β· ⭐ 320 Β· πŸ’€) - Launchpad is a library that simplifies writing.. Apache-2 - mesh-transformer-jax (πŸ₯‰18 Β· ⭐ 6.3K Β· πŸ’€) - Model parallel transformers in JAX and Haiku. Apache-2 -- Fiber (πŸ₯‰18 Β· ⭐ 1K Β· πŸ’€) - Distributed Computing for AI Made Simple. Apache-2 - bluefog (πŸ₯‰18 Β· ⭐ 290 Β· πŸ’€) - Distributed and decentralized training framework for PyTorch.. 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 (πŸ₯‰14 Β· ⭐ 49 Β· πŸ’€) - Distributed machine learning made simple. Apache-2 -- autodist (πŸ₯‰13 Β· ⭐ 130 Β· πŸ’€) - Simple Distributed Deep Learning on TensorFlow. Apache-2 +- Fiber (πŸ₯‰17 Β· ⭐ 1K Β· πŸ’€) - Distributed Computing for AI Made Simple. Apache-2 +- parallelformers (πŸ₯‰17 Β· ⭐ 790 Β· πŸ’€) - Parallelformers: An Efficient Model Parallelization.. Apache-2 +- TensorFrames (πŸ₯‰15 Β· ⭐ 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 - moolib (πŸ₯‰11 Β· ⭐ 370 Β· πŸ’€) - A library for distributed ML training with PyTorch. MIT

@@ -4709,335 +4397,302 @@ _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 (πŸ₯‡43 Β· ⭐ 12K) - A hyperparameter optimization framework. MIT -- [GitHub](https://github.com/optuna/optuna) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1K Β· πŸ“¦ 19K Β· πŸ“‹ 1.7K - 4% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/optuna/optuna) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 1.1K Β· πŸ“¦ 26K Β· πŸ“‹ 1.7K - 3% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/optuna/optuna ``` -- [PyPi](https://pypi.org/project/optuna) (πŸ“₯ 3.6M / month Β· πŸ“¦ 1K Β· ⏱️ 02.09.2024): +- [PyPi](https://pypi.org/project/optuna) (πŸ“₯ 4M / month Β· πŸ“¦ 1.2K Β· ⏱️ 14.04.2025): ``` pip install optuna ``` -- [Conda](https://anaconda.org/conda-forge/optuna) (πŸ“₯ 1.8M Β· ⏱️ 03.09.2024): +- [Conda](https://anaconda.org/conda-forge/optuna) (πŸ“₯ 2.7M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge optuna ```
-
Ax (πŸ₯‡36 Β· ⭐ 2.4K) - Adaptive Experimentation Platform. MIT - -- [GitHub](https://github.com/facebook/Ax) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 310 Β· πŸ“¦ 830 Β· πŸ“‹ 780 - 7% open Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/facebook/Ax - ``` -- [PyPi](https://pypi.org/project/ax-platform) (πŸ“₯ 120K / month Β· πŸ“¦ 54 Β· ⏱️ 23.09.2024): - ``` - pip install ax-platform - ``` -- [Conda](https://anaconda.org/conda-forge/ax-platform) (πŸ“₯ 29K Β· ⏱️ 24.09.2024): - ``` - conda install -c conda-forge ax-platform - ``` -
-
AutoGluon (πŸ₯‡35 Β· ⭐ 8K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 +
AutoGluon (πŸ₯‡36 Β· ⭐ 8.8K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 -- [GitHub](https://github.com/autogluon/autogluon) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“¦ 860 Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/autogluon/autogluon) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1K Β· πŸ“¦ 1.1K Β· πŸ“‹ 1.7K - 24% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/autogluon/autogluon ``` -- [PyPi](https://pypi.org/project/autogluon) (πŸ“₯ 550K / month Β· πŸ“¦ 27 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/autogluon) (πŸ“₯ 220K / month Β· πŸ“¦ 32 Β· ⏱️ 08.05.2025): ``` pip install autogluon ``` -- [Conda](https://anaconda.org/conda-forge/autogluon) (πŸ“₯ 21K Β· ⏱️ 18.10.2024): +- [Conda](https://anaconda.org/conda-forge/autogluon) (πŸ“₯ 34K Β· ⏱️ 03.05.2025): ``` conda install -c conda-forge autogluon ``` -- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (πŸ“₯ 11K Β· ⭐ 17 Β· ⏱️ 07.03.2024): +- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (πŸ“₯ 16K Β· ⭐ 19 Β· ⏱️ 07.03.2024): ``` docker pull autogluon/autogluon ```
-
BoTorch (πŸ₯‡34 Β· ⭐ 3.1K) - Bayesian optimization in PyTorch. MIT +
Ax (πŸ₯‡36 Β· ⭐ 2.5K) - Adaptive Experimentation Platform. MIT -- [GitHub](https://github.com/pytorch/botorch) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 390 Β· πŸ“¦ 1.2K Β· πŸ“‹ 540 - 12% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/facebook/Ax) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 320 Β· πŸ“¦ 960 Β· πŸ“‹ 850 - 10% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/pytorch/botorch + git clone https://github.com/facebook/Ax ``` -- [PyPi](https://pypi.org/project/botorch) (πŸ“₯ 210K / month Β· πŸ“¦ 84 Β· ⏱️ 17.09.2024): +- [PyPi](https://pypi.org/project/ax-platform) (πŸ“₯ 210K / month Β· πŸ“¦ 57 Β· ⏱️ 03.02.2025): ``` - pip install botorch + pip install ax-platform ``` -- [Conda](https://anaconda.org/conda-forge/botorch) (πŸ“₯ 130K Β· ⏱️ 20.09.2024): +- [Conda](https://anaconda.org/conda-forge/ax-platform) (πŸ“₯ 38K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge botorch + conda install -c conda-forge ax-platform ```
-
Bayesian Optimization (πŸ₯‡33 Β· ⭐ 7.9K) - A Python implementation of global optimization with.. MIT +
Bayesian Optimization (πŸ₯‡34 Β· ⭐ 8.2K) - A Python implementation of global optimization with.. MIT -- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 1.5K Β· πŸ“₯ 160 Β· πŸ“¦ 3K Β· πŸ“‹ 360 - 2% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 1.6K Β· πŸ“₯ 180 Β· πŸ“¦ 3.7K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/fmfn/BayesianOptimization ``` -- [PyPi](https://pypi.org/project/bayesian-optimization) (πŸ“₯ 400K / month Β· πŸ“¦ 150 Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/bayesian-optimization) (πŸ“₯ 380K / month Β· πŸ“¦ 150 Β· ⏱️ 27.12.2024): ``` pip install bayesian-optimization ```
-
featuretools (πŸ₯‡33 Β· ⭐ 7.3K) - An open source python library for automated feature engineering. BSD-3 +
Hyperopt (πŸ₯‡34 Β· ⭐ 7.4K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 -- [GitHub](https://github.com/alteryx/featuretools) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 870 Β· πŸ“¦ 1.8K Β· πŸ“‹ 1K - 14% open Β· ⏱️ 21.06.2024): +- [GitHub](https://github.com/hyperopt/hyperopt) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.1K Β· πŸ“¦ 21K Β· πŸ“‹ 760 - 18% open Β· ⏱️ 27.12.2024): ``` - git clone https://github.com/alteryx/featuretools + git clone https://github.com/hyperopt/hyperopt ``` -- [PyPi](https://pypi.org/project/featuretools) (πŸ“₯ 100K / month Β· πŸ“¦ 74 Β· ⏱️ 14.05.2024): +- [PyPi](https://pypi.org/project/hyperopt) (πŸ“₯ 2.3M / month Β· πŸ“¦ 450 Β· ⏱️ 17.11.2021): ``` - pip install featuretools + pip install hyperopt ``` -- [Conda](https://anaconda.org/conda-forge/featuretools) (πŸ“₯ 210K Β· ⏱️ 15.05.2024): +- [Conda](https://anaconda.org/conda-forge/hyperopt) (πŸ“₯ 830K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge featuretools + conda install -c conda-forge hyperopt ```
-
Hyperopt (πŸ₯‡33 Β· ⭐ 7.2K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 +
BoTorch (πŸ₯‡34 Β· ⭐ 3.3K) - Bayesian optimization in PyTorch. MIT -- [GitHub](https://github.com/hyperopt/hyperopt) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.1K Β· πŸ“¦ 17K Β· πŸ“‹ 670 - 21% open Β· ⏱️ 25.09.2024): +- [GitHub](https://github.com/pytorch/botorch) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“¦ 1.5K Β· πŸ“‹ 590 - 13% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/hyperopt/hyperopt + git clone https://github.com/pytorch/botorch ``` -- [PyPi](https://pypi.org/project/hyperopt) (πŸ“₯ 2.2M / month Β· πŸ“¦ 450 Β· ⏱️ 17.11.2021): +- [PyPi](https://pypi.org/project/botorch) (πŸ“₯ 280K / month Β· πŸ“¦ 110 Β· ⏱️ 06.05.2025): ``` - pip install hyperopt + pip install botorch ``` -- [Conda](https://anaconda.org/conda-forge/hyperopt) (πŸ“₯ 800K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/botorch) (πŸ“₯ 150K Β· ⏱️ 07.05.2025): ``` - conda install -c conda-forge hyperopt + conda install -c conda-forge botorch ```
-
nevergrad (πŸ₯ˆ32 Β· ⭐ 4K) - A Python toolbox for performing gradient-free optimization. MIT +
nevergrad (πŸ₯ˆ33 Β· ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT -- [GitHub](https://github.com/facebookresearch/nevergrad) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 350 Β· πŸ“¦ 770 Β· πŸ“‹ 300 - 39% open Β· ⏱️ 12.10.2024): +- [GitHub](https://github.com/facebookresearch/nevergrad) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 360 Β· πŸ“¦ 900 Β· πŸ“‹ 310 - 40% open Β· ⏱️ 23.04.2025): ``` git clone https://github.com/facebookresearch/nevergrad ``` -- [PyPi](https://pypi.org/project/nevergrad) (πŸ“₯ 93K / month Β· πŸ“¦ 58 Β· ⏱️ 25.09.2024): +- [PyPi](https://pypi.org/project/nevergrad) (πŸ“₯ 120K / month Β· πŸ“¦ 72 Β· ⏱️ 23.04.2025): ``` pip install nevergrad ``` -- [Conda](https://anaconda.org/conda-forge/nevergrad) (πŸ“₯ 55K Β· ⏱️ 09.01.2024): +- [Conda](https://anaconda.org/conda-forge/nevergrad) (πŸ“₯ 62K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge nevergrad ```
-
NNI (πŸ₯ˆ31 Β· ⭐ 14K Β· πŸ’€) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT +
AutoKeras (πŸ₯ˆ32 Β· ⭐ 9.2K) - AutoML library for deep learning. Apache-2 -- [GitHub](https://github.com/microsoft/nni) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.8K Β· πŸ“¦ 21 Β· πŸ“‹ 2.1K - 19% open Β· ⏱️ 26.10.2023): +- [GitHub](https://github.com/keras-team/autokeras) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.4K Β· πŸ“₯ 20K Β· πŸ“¦ 850 Β· πŸ“‹ 910 - 16% open Β· ⏱️ 16.12.2024): ``` - git clone https://github.com/microsoft/nni + git clone https://github.com/keras-team/autokeras ``` -- [PyPi](https://pypi.org/project/nni) (πŸ“₯ 18K / month Β· πŸ“¦ 47 Β· ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/autokeras) (πŸ“₯ 18K / month Β· πŸ“¦ 13 Β· ⏱️ 20.03.2024): ``` - pip install nni + pip install autokeras ```
-
AutoKeras (πŸ₯ˆ31 Β· ⭐ 9.1K) - AutoML library for deep learning. Apache-2 +
featuretools (πŸ₯ˆ32 Β· ⭐ 7.4K) - An open source python library for automated feature engineering. BSD-3 -- [GitHub](https://github.com/keras-team/autokeras) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.4K Β· πŸ“₯ 19K Β· πŸ“¦ 750 Β· πŸ“‹ 900 - 15% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/alteryx/featuretools) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 880 Β· πŸ“¦ 2K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 13.11.2024): ``` - git clone https://github.com/keras-team/autokeras + git clone https://github.com/alteryx/featuretools ``` -- [PyPi](https://pypi.org/project/autokeras) (πŸ“₯ 30K / month Β· πŸ“¦ 13 Β· ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/featuretools) (πŸ“₯ 88K / month Β· πŸ“¦ 74 Β· ⏱️ 14.05.2024): ``` - pip install autokeras + pip install featuretools + ``` +- [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 Β· πŸ”€ 390 Β· πŸ“¦ 4.6K Β· πŸ“‹ 490 - 44% open Β· ⏱️ 24.06.2024): +- [GitHub](https://github.com/keras-team/keras-tuner) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 400 Β· πŸ“¦ 5.8K Β· πŸ“‹ 500 - 44% open Β· ⏱️ 24.06.2024): ``` git clone https://github.com/keras-team/keras-tuner ``` -- [PyPi](https://pypi.org/project/keras-tuner) (πŸ“₯ 330K / month Β· πŸ“¦ 120 Β· ⏱️ 04.03.2024): +- [PyPi](https://pypi.org/project/keras-tuner) (πŸ“₯ 1.1M / month Β· πŸ“¦ 120 Β· ⏱️ 04.03.2024): ``` pip install keras-tuner ``` -- [Conda](https://anaconda.org/conda-forge/keras-tuner) (πŸ“₯ 42K Β· ⏱️ 05.03.2024): +- [Conda](https://anaconda.org/conda-forge/keras-tuner) (πŸ“₯ 56K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge keras-tuner ```
-
mljar-supervised (πŸ₯ˆ30 Β· ⭐ 3K) - Python package for AutoML on Tabular Data with Feature.. MIT +
mljar-supervised (πŸ₯ˆ29 Β· ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT -- [GitHub](https://github.com/mljar/mljar-supervised) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 400 Β· πŸ“¦ 130 Β· πŸ“‹ 660 - 21% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/mljar/mljar-supervised) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 420 Β· πŸ“¦ 150 Β· πŸ“‹ 670 - 20% open Β· ⏱️ 14.04.2025): ``` git clone https://github.com/mljar/mljar-supervised ``` -- [PyPi](https://pypi.org/project/mljar-supervised) (πŸ“₯ 8.6K / month Β· πŸ“¦ 4 Β· ⏱️ 09.10.2024): +- [PyPi](https://pypi.org/project/mljar-supervised) (πŸ“₯ 8.8K / month Β· πŸ“¦ 6 Β· ⏱️ 01.04.2025): ``` pip install mljar-supervised ``` -- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (πŸ“₯ 24K Β· ⏱️ 30.10.2024): +- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (πŸ“₯ 41K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mljar-supervised ```
-
lazypredict (πŸ₯ˆ26 Β· ⭐ 3K) - Lazy Predict help build a lot of basic models without much code.. MIT +
lazypredict (πŸ₯ˆ29 Β· ⭐ 3.1K) - Lazy Predict help build a lot of basic models without much code.. MIT -- [GitHub](https://github.com/shankarpandala/lazypredict) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 340 Β· πŸ“¦ 1.1K Β· πŸ“‹ 120 - 67% open Β· ⏱️ 02.06.2024): +- [GitHub](https://github.com/shankarpandala/lazypredict) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 360 Β· πŸ“¦ 1.3K Β· πŸ“‹ 140 - 70% open Β· ⏱️ 05.04.2025): ``` git clone https://github.com/shankarpandala/lazypredict ``` -- [PyPi](https://pypi.org/project/lazypredict) (πŸ“₯ 17K / month Β· πŸ“¦ 1 Β· ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/lazypredict) (πŸ“₯ 20K / month Β· πŸ“¦ 8 Β· ⏱️ 05.04.2025): ``` pip install lazypredict ``` -- [Conda](https://anaconda.org/conda-forge/lazypredict) (πŸ“₯ 3.7K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/lazypredict) (πŸ“₯ 4.8K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge lazypredict ```
-
Talos (πŸ₯ˆ25 Β· ⭐ 1.6K) - Hyperparameter Experiments with TensorFlow and Keras. MIT - -- [GitHub](https://github.com/autonomio/talos) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 270 Β· πŸ“¦ 190 Β· πŸ“‹ 400 - 2% open Β· ⏱️ 22.04.2024): - - ``` - git clone https://github.com/autonomio/talos - ``` -- [PyPi](https://pypi.org/project/talos) (πŸ“₯ 2.8K / month Β· πŸ“¦ 8 Β· ⏱️ 21.04.2024): - ``` - pip install talos - ``` -
-
FEDOT (πŸ₯ˆ25 Β· ⭐ 640) - Automated modeling and machine learning framework FEDOT. BSD-3 +
FEDOT (πŸ₯ˆ25 Β· ⭐ 670) - Automated modeling and machine learning framework FEDOT. BSD-3 -- [GitHub](https://github.com/aimclub/FEDOT) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 88 Β· πŸ“¦ 55 Β· πŸ“‹ 550 - 11% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/aimclub/FEDOT) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 88 Β· πŸ“¦ 61 Β· πŸ“‹ 570 - 11% open Β· ⏱️ 01.05.2025): ``` git clone https://github.com/nccr-itmo/FEDOT ``` -- [PyPi](https://pypi.org/project/fedot) (πŸ“₯ 3K / month Β· πŸ“¦ 5 Β· ⏱️ 28.08.2024): +- [PyPi](https://pypi.org/project/fedot) (πŸ“₯ 1.9K / month Β· πŸ“¦ 7 Β· ⏱️ 10.03.2025): ``` pip install fedot ```
-
Hyperactive (πŸ₯ˆ25 Β· ⭐ 510) - An optimization and data collection toolbox for convenient and fast.. MIT +
Hyperactive (πŸ₯‰23 Β· ⭐ 520) - An optimization and data collection toolbox for convenient and fast.. MIT -- [GitHub](https://github.com/SimonBlanke/Hyperactive) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 42 Β· πŸ“₯ 260 Β· πŸ“¦ 36 Β· πŸ“‹ 77 - 19% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/SimonBlanke/Hyperactive) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 48 Β· πŸ“₯ 310 Β· πŸ“¦ 38 Β· πŸ“‹ 81 - 19% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/SimonBlanke/Hyperactive ``` -- [PyPi](https://pypi.org/project/hyperactive) (πŸ“₯ 5.1K / month Β· πŸ“¦ 13 Β· ⏱️ 15.08.2024): +- [PyPi](https://pypi.org/project/hyperactive) (πŸ“₯ 2.8K / month Β· πŸ“¦ 13 Β· ⏱️ 15.08.2024): ``` pip install hyperactive ```
-
Auto ViML (πŸ₯‰22 Β· ⭐ 520) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 +
featurewiz (πŸ₯‰21 Β· ⭐ 650 Β· πŸ“‰) - Use advanced feature engineering strategies and select best.. Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_ViML) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 100 Β· πŸ“¦ 27 Β· πŸ“‹ 34 - 2% open Β· ⏱️ 11.05.2024): +- [GitHub](https://github.com/AutoViML/featurewiz) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 95 Β· πŸ“¦ 83 Β· πŸ“‹ 110 - 0% open Β· ⏱️ 19.02.2025): ``` - git clone https://github.com/AutoViML/Auto_ViML + git clone https://github.com/AutoViML/featurewiz ``` -- [PyPi](https://pypi.org/project/autoviml) (πŸ“₯ 40K / month Β· πŸ“¦ 3 Β· ⏱️ 11.05.2024): +- [PyPi](https://pypi.org/project/featurewiz) (πŸ“₯ 14K / month Β· πŸ“¦ 4 Β· ⏱️ 19.02.2025): ``` - pip install autoviml + pip install featurewiz ```
-
AlphaPy (πŸ₯‰21 Β· ⭐ 1.2K Β· πŸ’€) - Python AutoML for Trading Systems and Sports Betting. Apache-2 +
Auto ViML (πŸ₯‰21 Β· ⭐ 540) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 -- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 200 Β· πŸ“¦ 6 Β· πŸ“‹ 42 - 30% open Β· ⏱️ 10.02.2024): +- [GitHub](https://github.com/AutoViML/Auto_ViML) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 100 Β· πŸ“¦ 28 Β· ⏱️ 30.01.2025): ``` - git clone https://github.com/ScottfreeLLC/AlphaPy + git clone https://github.com/AutoViML/Auto_ViML ``` -- [PyPi](https://pypi.org/project/alphapy) (πŸ“₯ 7.7K / month Β· ⏱️ 29.08.2020): +- [PyPi](https://pypi.org/project/autoviml) (πŸ“₯ 6.4K / month Β· πŸ“¦ 3 Β· ⏱️ 30.01.2025): ``` - pip install alphapy + pip install autoviml ```
-
featurewiz (πŸ₯‰21 Β· ⭐ 590) - Use advanced feature engineering strategies and select best.. Apache-2 +
AlphaPy (πŸ₯‰20 Β· ⭐ 1.5K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 -- [GitHub](https://github.com/AutoViML/featurewiz) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 87 Β· πŸ“¦ 74 Β· πŸ“‹ 96 - 4% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 240 Β· πŸ“¦ 9 Β· πŸ“‹ 44 - 34% open Β· ⏱️ 15.12.2024): ``` - git clone https://github.com/AutoViML/featurewiz + git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- [PyPi](https://pypi.org/project/featurewiz) (πŸ“₯ 48K / month Β· πŸ“¦ 2 Β· ⏱️ 10.02.2024): +- [PyPi](https://pypi.org/project/alphapy) (πŸ“₯ 840 / month Β· ⏱️ 29.08.2020): ``` - pip install featurewiz + pip install alphapy ```
-
opytimizer (πŸ₯‰20 Β· ⭐ 600) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 +
opytimizer (πŸ₯‰18 Β· ⭐ 620 Β· πŸ’€) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 -- [GitHub](https://github.com/gugarosa/opytimizer) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 41 Β· πŸ“¦ 19 Β· ⏱️ 18.08.2024): +- [GitHub](https://github.com/gugarosa/opytimizer) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 42 Β· πŸ“¦ 21 Β· ⏱️ 18.08.2024): ``` git clone https://github.com/gugarosa/opytimizer ``` -- [PyPi](https://pypi.org/project/opytimizer) (πŸ“₯ 1.3K / month Β· ⏱️ 18.08.2024): +- [PyPi](https://pypi.org/project/opytimizer) (πŸ“₯ 800 / month Β· ⏱️ 18.08.2024): ``` pip install opytimizer ```
-
shap-hypetune (πŸ₯‰18 Β· ⭐ 560 Β· πŸ’€) - A python package for simultaneous Hyperparameters Tuning and.. MIT - -- [GitHub](https://github.com/cerlymarco/shap-hypetune) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 69 Β· πŸ“¦ 20 Β· πŸ“‹ 36 - 11% open Β· ⏱️ 21.02.2024): - - ``` - git clone https://github.com/cerlymarco/shap-hypetune - ``` -- [PyPi](https://pypi.org/project/shap-hypetune) (πŸ“₯ 3.3K / month Β· πŸ“¦ 2 Β· ⏱️ 21.02.2024): - ``` - pip install shap-hypetune - ``` -
-
Show 31 hidden projects... +
Show 34 hidden projects... -- scikit-optimize (πŸ₯‡33 Β· ⭐ 2.7K Β· πŸ’€) - Sequential model-based optimization with a.. BSD-3 -- TPOT (πŸ₯ˆ31 Β· ⭐ 9.7K Β· πŸ’€) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0 -- auto-sklearn (πŸ₯ˆ31 Β· ⭐ 7.6K Β· πŸ’€) - Automated Machine Learning with scikit-learn. BSD-3 +- TPOT (πŸ₯ˆ33 Β· ⭐ 9.9K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 +- scikit-optimize (πŸ₯ˆ33 Β· ⭐ 2.8K Β· πŸ’€) - Sequential model-based optimization with a.. BSD-3 +- NNI (πŸ₯ˆ31 Β· ⭐ 14K Β· πŸ’€) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT +- auto-sklearn (πŸ₯ˆ31 Β· ⭐ 7.8K Β· πŸ’€) - Automated Machine Learning with scikit-learn. BSD-3 - Hyperas (πŸ₯ˆ27 Β· ⭐ 2.2K Β· πŸ’€) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT -- SMAC3 (πŸ₯ˆ26 Β· ⭐ 1.1K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause -- GPyOpt (πŸ₯ˆ26 Β· ⭐ 930 Β· πŸ’€) - Gaussian Process Optimization using GPy. BSD-3 -- AdaNet (πŸ₯ˆ25 Β· ⭐ 3.5K Β· πŸ’€) - Fast and flexible AutoML with learning guarantees. Apache-2 +- SMAC3 (πŸ₯ˆ27 Β· ⭐ 1.2K) - 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 -- lightwood (πŸ₯‰24 Β· ⭐ 440) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 -- Orion (πŸ₯‰23 Β· ⭐ 280 Β· πŸ’€) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 -- MLBox (πŸ₯‰22 Β· ⭐ 1.5K Β· πŸ’€) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause -- HpBandSter (πŸ₯‰22 Β· ⭐ 610 Β· πŸ’€) - a distributed Hyperband implementation on Steroids. BSD-3 +- HpBandSter (πŸ₯‰23 Β· ⭐ 620 Β· πŸ’€) - a distributed Hyperband implementation on Steroids. BSD-3 +- Orion (πŸ₯‰23 Β· ⭐ 290 Β· πŸ’€) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +- Neuraxle (πŸ₯‰22 Β· ⭐ 610 Β· πŸ’€) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 - igel (πŸ₯‰21 Β· ⭐ 3.1K Β· πŸ’€) - a delightful machine learning tool that allows you to train, test, and.. MIT +- MLBox (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause - Test Tube (πŸ₯‰21 Β· ⭐ 740 Β· πŸ’€) - Python library to easily log experiments and parallelize.. MIT -- Neuraxle (πŸ₯‰21 Β· ⭐ 610 Β· πŸ’€) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 -- optunity (πŸ₯‰21 Β· ⭐ 420 Β· πŸ’€) - optimization routines for hyperparameter tuning. BSD-3 - sklearn-deap (πŸ₯‰20 Β· ⭐ 770 Β· πŸ’€) - Use evolutionary algorithms instead of gridsearch in.. MIT -- Auto Tune Models (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT -- Advisor (πŸ₯‰19 Β· ⭐ 1.5K Β· πŸ’€) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 -- Dragonfly (πŸ₯‰19 Β· ⭐ 850 Β· πŸ’€) - An open source python library for scalable Bayesian optimisation. MIT -- Sherpa (πŸ₯‰19 Β· ⭐ 330 Β· πŸ’€) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 +- optunity (πŸ₯‰20 Β· ⭐ 420 Β· πŸ’€) - optimization routines for hyperparameter tuning. BSD-3 +- Dragonfly (πŸ₯‰19 Β· ⭐ 880 Β· πŸ’€) - An open source python library for scalable Bayesian optimisation. MIT +- Auto Tune Models (πŸ₯‰19 Β· ⭐ 530 Β· πŸ’€) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT +- Sherpa (πŸ₯‰19 Β· ⭐ 340 Β· πŸ’€) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 +- 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 (πŸ₯‰18 Β· ⭐ 710 Β· πŸ’€) - Easy hyperparameter optimization and automatic result.. MIT -- automl-gs (πŸ₯‰17 Β· ⭐ 1.8K Β· πŸ’€) - Provide an input CSV and a target field to predict, generate a.. MIT +- shap-hypetune (πŸ₯‰18 Β· ⭐ 580 Β· πŸ’€) - A python package for simultaneous Hyperparameters Tuning and.. MIT +- HyperparameterHunter (πŸ₯‰17 Β· ⭐ 710 Β· πŸ’€) - 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 - Parfit (πŸ₯‰15 Β· ⭐ 200 Β· πŸ’€) - A package for parallelizing the fit and flexibly scoring of.. MIT -- Auptimizer (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - An automatic ML model optimization tool. ❗️GPL-3.0 - ENAS (πŸ₯‰13 Β· ⭐ 2.7K Β· πŸ’€) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 -- Hypermax (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - Better, faster hyper-parameter optimization. BSD-3 +- Auptimizer (πŸ₯‰13 Β· ⭐ 200 Β· πŸ’€) - An automatic ML model optimization tool. ❗️GPL-3.0 +- Hypermax (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - Better, faster hyper-parameter optimization. BSD-3 - model_search (πŸ₯‰11 Β· ⭐ 3.3K Β· πŸ’€) - AutoML algorithms for model architecture search at scale. Apache-2 - Devol (πŸ₯‰11 Β· ⭐ 950 Β· πŸ’€) - Genetic neural architecture search with Keras. MIT -- Hypertunity (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - A toolset for black-box hyperparameter optimisation. Apache-2 +- Hypertunity (πŸ₯‰10 Β· ⭐ 140 Β· πŸ’€) - A toolset for black-box hyperparameter optimisation. Apache-2

@@ -5047,133 +4702,133 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc _Libraries for building and evaluating reinforcement learning & agent-based systems._ -
FinRL (πŸ₯‡31 Β· ⭐ 10K) - FinRL: Financial Reinforcement Learning. MIT +
FinRL (πŸ₯‡32 Β· ⭐ 12K) - FinRL: Financial Reinforcement Learning. MIT -- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 2.4K Β· πŸ“¦ 52 Β· πŸ“‹ 720 - 34% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 2.7K Β· πŸ“¦ 89 Β· πŸ“‹ 740 - 34% open Β· ⏱️ 05.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) (πŸ“₯ 3.3K / month Β· ⏱️ 08.01.2022): ``` pip install finrl ```
-
ViZDoom (πŸ₯‡30 Β· ⭐ 1.7K) - Reinforcement Learning environments based on the 1993 game Doom. MIT +
ViZDoom (πŸ₯‡29 Β· ⭐ 1.8K) - Reinforcement Learning environments based on the 1993 game Doom. MIT -- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 380 Β· πŸ“₯ 12K Β· πŸ“¦ 280 Β· πŸ“‹ 460 - 6% open Β· ⏱️ 08.09.2024): +- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 390 Β· πŸ“₯ 12K Β· πŸ“¦ 320 Β· πŸ“‹ 460 - 6% open Β· ⏱️ 12.03.2025): ``` git clone https://github.com/mwydmuch/ViZDoom ``` -- [PyPi](https://pypi.org/project/vizdoom) (πŸ“₯ 6.2K / month Β· πŸ“¦ 15 Β· ⏱️ 20.08.2024): +- [PyPi](https://pypi.org/project/vizdoom) (πŸ“₯ 6.9K / month Β· πŸ“¦ 15 Β· ⏱️ 20.08.2024): ``` pip install vizdoom ```
-
TF-Agents (πŸ₯ˆ29 Β· ⭐ 2.8K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 +
Acme (πŸ₯ˆ28 Β· ⭐ 3.7K) - A library of reinforcement learning components and agents. Apache-2 -- [GitHub](https://github.com/tensorflow/agents) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 720 Β· πŸ“‹ 670 - 29% open Β· ⏱️ 09.10.2024): +- [GitHub](https://github.com/google-deepmind/acme) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 460 Β· πŸ“¦ 240 Β· πŸ“‹ 270 - 23% open Β· ⏱️ 03.05.2025): ``` - git clone https://github.com/tensorflow/agents + git clone https://github.com/deepmind/acme ``` -- [PyPi](https://pypi.org/project/tf-agents) (πŸ“₯ 80K / month Β· πŸ“¦ 14 Β· ⏱️ 14.12.2023): +- [PyPi](https://pypi.org/project/dm-acme) (πŸ“₯ 2.4K / month Β· πŸ“¦ 3 Β· ⏱️ 10.02.2022): ``` - pip install tf-agents + pip install dm-acme + ``` +- [Conda](https://anaconda.org/conda-forge/dm-acme) (πŸ“₯ 12K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dm-acme ```
-
Dopamine (πŸ₯ˆ28 Β· ⭐ 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 Β· ⏱️ 31.10.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) (πŸ“₯ 40K / month Β· πŸ“¦ 10 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/tf-agents) (πŸ“₯ 29K / month Β· πŸ“¦ 14 Β· ⏱️ 14.12.2023): ``` - pip install dopamine-rl + pip install tf-agents ```
-
Acme (πŸ₯ˆ28 Β· ⭐ 3.5K) - 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 Β· πŸ”€ 420 Β· πŸ“¦ 220 Β· πŸ“‹ 270 - 23% open Β· ⏱️ 30.10.2024): +- [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) (πŸ“₯ 2K / month Β· πŸ“¦ 3 Β· ⏱️ 10.02.2022): - ``` - pip install dm-acme + git clone https://github.com/google/dopamine ``` -- [Conda](https://anaconda.org/conda-forge/dm-acme) (πŸ“₯ 10K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/dopamine-rl) (πŸ“₯ 27K / month Β· πŸ“¦ 10 Β· ⏱️ 31.10.2024): ``` - conda install -c conda-forge dm-acme + pip install dopamine-rl ```
-
TensorForce (πŸ₯ˆ27 Β· ⭐ 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.4K / month Β· πŸ“¦ 4 Β· ⏱️ 30.08.2021): +- [PyPi](https://pypi.org/project/tensorforce) (πŸ“₯ 660 / month Β· πŸ“¦ 4 Β· ⏱️ 30.08.2021): ``` pip install tensorforce ```
-
PARL (πŸ₯‰25 Β· ⭐ 3.3K) - A high-performance distributed training framework for Reinforcement.. Apache-2 +
PARL (πŸ₯‰25 Β· ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PARL) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 820 Β· πŸ“¦ 130 Β· πŸ“‹ 540 - 24% open Β· ⏱️ 09.07.2024): +- [GitHub](https://github.com/PaddlePaddle/PARL) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 820 Β· πŸ“¦ 140 Β· πŸ“‹ 540 - 23% open Β· ⏱️ 24.01.2025): ``` git clone https://github.com/PaddlePaddle/PARL ``` -- [PyPi](https://pypi.org/project/parl) (πŸ“₯ 1.9K / month Β· πŸ“¦ 1 Β· ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/parl) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 13.05.2022): ``` pip install parl ```
RLax (πŸ₯‰25 Β· ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2 -- [GitHub](https://github.com/google-deepmind/rlax) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 87 Β· πŸ“¦ 280 Β· πŸ“‹ 26 - 30% open Β· ⏱️ 24.05.2024): +- [GitHub](https://github.com/google-deepmind/rlax) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“¦ 330 Β· πŸ“‹ 27 - 29% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/deepmind/rlax ``` -- [PyPi](https://pypi.org/project/rlax) (πŸ“₯ 18K / month Β· πŸ“¦ 11 Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/rlax) (πŸ“₯ 15K / month Β· πŸ“¦ 11 Β· ⏱️ 09.01.2023): ``` pip install rlax ```
-
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 Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/pfnet/pfrl) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“¦ 120 Β· πŸ“‹ 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) (πŸ“₯ 71 / month Β· ⏱️ 27.05.2020): +- [PyPi](https://pypi.org/project/pfrl) (πŸ“₯ 400 / 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 (πŸ₯‰21 Β· ⭐ 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) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 16.07.2023): +- [PyPi](https://pypi.org/project/reagent) (πŸ“₯ 60 / month Β· ⏱️ 27.05.2020): ``` - pip install pfrl + pip install reagent ```
-
rliable (πŸ₯‰14 Β· ⭐ 760) - [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 Β· πŸ”€ 47 Β· πŸ“¦ 160 Β· πŸ“‹ 17 - 5% open Β· ⏱️ 12.08.2024): +- [GitHub](https://github.com/google-research/rliable) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 49 Β· πŸ“¦ 200 Β· πŸ“‹ 20 - 15% open Β· ⏱️ 12.08.2024): ``` git clone https://github.com/google-research/rliable @@ -5185,18 +4840,18 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
Show 12 hidden projects... -- OpenAI Gym (πŸ₯‡41 Β· ⭐ 35K Β· πŸ’€) - A toolkit for developing and comparing reinforcement learning.. MIT -- baselines (πŸ₯‡30 Β· ⭐ 16K Β· πŸ’€) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT -- keras-rl (πŸ₯ˆ28 Β· ⭐ 5.5K Β· πŸ’€) - Deep Reinforcement Learning for Keras. MIT -- TensorLayer (πŸ₯ˆ27 Β· ⭐ 7.3K Β· πŸ’€) - Deep Learning and Reinforcement Learning Library for.. Apache-2 -- garage (πŸ₯‰26 Β· ⭐ 1.9K Β· πŸ’€) - A toolkit for reproducible reinforcement learning research. MIT -- Stable Baselines (πŸ₯‰24 Β· ⭐ 4.2K Β· πŸ’€) - A fork of OpenAI Baselines, implementations 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 (πŸ₯‰24 Β· ⭐ 1.2K Β· πŸ’€) - ChainerRL is a deep reinforcement learning library built on top of.. MIT - TRFL (πŸ₯‰22 Β· ⭐ 3.1K Β· πŸ’€) - TensorFlow Reinforcement Learning. Apache-2 - Coach (πŸ₯‰21 Β· ⭐ 2.3K Β· πŸ’€) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 -- SerpentAI (πŸ₯‰19 Β· ⭐ 6.8K Β· πŸ’€) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT -- DeepMind Lab (πŸ₯‰17 Β· ⭐ 7.1K Β· πŸ’€) - A customisable 3D platform for agent-based AI research. ❗Unlicensed -- Maze (πŸ₯‰13 Β· ⭐ 260 Β· πŸ’€) - Maze Applied Reinforcement Learning Framework. ❗️Custom +- SerpentAI (πŸ₯‰19 Β· ⭐ 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 Β· ⭐ 280 Β· πŸ’€) - Maze Applied Reinforcement Learning Framework. ❗️Custom

@@ -5206,138 +4861,101 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst _Libraries for building and evaluating recommendation systems._ -
Recommenders (πŸ₯‡34 Β· ⭐ 19K Β· πŸ“‰) - Best Practices on Recommendation Systems. MIT +
Recommenders (πŸ₯‡35 Β· ⭐ 20K Β· πŸ“ˆ) - Best Practices on Recommendation Systems. MIT -- [GitHub](https://github.com/recommenders-team/recommenders) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.1K Β· πŸ“₯ 600 Β· πŸ“¦ 130 Β· πŸ“‹ 870 - 18% open Β· ⏱️ 11.09.2024): +- [GitHub](https://github.com/recommenders-team/recommenders) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.2K Β· πŸ“₯ 730 Β· πŸ“¦ 170 Β· πŸ“‹ 880 - 18% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/microsoft/recommenders ``` -- [PyPi](https://pypi.org/project/recommenders) (πŸ“₯ 31K / month Β· πŸ“¦ 4 Β· ⏱️ 01.05.2024): +- [PyPi](https://pypi.org/project/recommenders) (πŸ“₯ 20K / month Β· πŸ“¦ 4 Β· ⏱️ 24.12.2024): ``` pip install recommenders ```
-
torchrec (πŸ₯‡32 Β· ⭐ 1.9K) - Pytorch domain library for recommendation systems. BSD-3 +
torchrec (πŸ₯‡31 Β· ⭐ 2.1K) - Pytorch domain library for recommendation systems. BSD-3 -- [GitHub](https://github.com/pytorch/torchrec) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 420 Β· πŸ“¦ 150 Β· πŸ“‹ 420 - 71% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/pytorch/torchrec) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 500 Β· πŸ“¦ 200 Β· πŸ“‹ 480 - 70% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/pytorch/torchrec ``` -- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (πŸ“₯ 11K / month Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (πŸ“₯ 3K / month Β· ⏱️ 12.05.2022): ``` pip install torchrec-nightly-cpu ```
-
implicit (πŸ₯ˆ30 Β· ⭐ 3.5K Β· πŸ’€) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT +
Cornac (πŸ₯ˆ30 Β· ⭐ 960) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 -- [GitHub](https://github.com/benfred/implicit) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 600 Β· πŸ“₯ 1.5K Β· πŸ“¦ 1.5K Β· πŸ“‹ 500 - 17% open Β· ⏱️ 21.11.2023): +- [GitHub](https://github.com/PreferredAI/cornac) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 150 Β· πŸ“¦ 280 Β· πŸ“‹ 160 - 15% open Β· ⏱️ 26.04.2025): ``` - git clone https://github.com/benfred/implicit + git clone https://github.com/PreferredAI/cornac ``` -- [PyPi](https://pypi.org/project/implicit) (πŸ“₯ 210K / month Β· πŸ“¦ 29 Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/cornac) (πŸ“₯ 49K / month Β· πŸ“¦ 18 Β· ⏱️ 26.04.2025): ``` - pip install implicit + pip install cornac ``` -- [Conda](https://anaconda.org/conda-forge/implicit) (πŸ“₯ 910K Β· ⏱️ 23.08.2024): +- [Conda](https://anaconda.org/conda-forge/cornac) (πŸ“₯ 810K Β· ⏱️ 26.04.2025): ``` - conda install -c conda-forge implicit + conda install -c conda-forge cornac ```
-
scikit-surprise (πŸ₯ˆ28 Β· ⭐ 6.4K) - 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) (πŸ“₯ 97K / month Β· πŸ“¦ 37 Β· ⏱️ 19.05.2024): +- [PyPi](https://pypi.org/project/scikit-surprise) (πŸ“₯ 150K / month Β· πŸ“¦ 37 Β· ⏱️ 19.05.2024): ``` pip install scikit-surprise ``` -- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (πŸ“₯ 420K Β· ⏱️ 20.05.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (πŸ“₯ 480K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-surprise ```
-
Cornac (πŸ₯ˆ28 Β· ⭐ 880) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 - -- [GitHub](https://github.com/PreferredAI/cornac) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 140 Β· πŸ“¦ 240 Β· πŸ“‹ 160 - 11% open Β· ⏱️ 14.09.2024): - - ``` - git clone https://github.com/PreferredAI/cornac - ``` -- [PyPi](https://pypi.org/project/cornac) (πŸ“₯ 64K / month Β· πŸ“¦ 18 Β· ⏱️ 15.08.2024): - ``` - pip install cornac - ``` -- [Conda](https://anaconda.org/conda-forge/cornac) (πŸ“₯ 600K Β· ⏱️ 13.09.2024): - ``` - conda install -c conda-forge cornac - ``` -
-
TF Ranking (πŸ₯ˆ26 Β· ⭐ 2.7K Β· πŸ’€) - Learning to Rank in TensorFlow. Apache-2 - -- [GitHub](https://github.com/tensorflow/ranking) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 470 Β· πŸ“‹ 330 - 27% open Β· ⏱️ 18.03.2024): - - ``` - git clone https://github.com/tensorflow/ranking - ``` -- [PyPi](https://pypi.org/project/tensorflow_ranking) (πŸ“₯ 110K / month Β· πŸ“¦ 15 Β· ⏱️ 18.03.2024): - ``` - pip install tensorflow_ranking - ``` -
-
RecBole (πŸ₯‰25 Β· ⭐ 3.4K) - A unified, comprehensive and efficient recommendation library. MIT +
RecBole (πŸ₯ˆ28 Β· ⭐ 3.7K) - A unified, comprehensive and efficient recommendation library. MIT -- [GitHub](https://github.com/RUCAIBox/RecBole) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 610 Β· πŸ“‹ 990 - 28% open Β· ⏱️ 05.09.2024): +- [GitHub](https://github.com/RUCAIBox/RecBole) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 660 Β· πŸ“‹ 1K - 30% open Β· ⏱️ 24.02.2025): ``` git clone https://github.com/RUCAIBox/RecBole ``` -- [PyPi](https://pypi.org/project/recbole) (πŸ“₯ 27K / month Β· πŸ“¦ 2 Β· ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/recbole) (πŸ“₯ 85K / month Β· πŸ“¦ 2 Β· ⏱️ 24.02.2025): ``` pip install recbole ``` -- [Conda](https://anaconda.org/aibox/recbole) (πŸ“₯ 6.4K Β· ⏱️ 01.11.2023): +- [Conda](https://anaconda.org/aibox/recbole) (πŸ“₯ 8.5K Β· ⏱️ 25.03.2025): ``` conda install -c aibox recbole ```
-
TF Recommenders (πŸ₯‰24 Β· ⭐ 1.8K) - TensorFlow Recommenders is a library for building.. Apache-2 +
TF Recommenders (πŸ₯‰24 Β· ⭐ 1.9K) - TensorFlow Recommenders is a library for building.. Apache-2 -- [GitHub](https://github.com/tensorflow/recommenders) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 270 Β· πŸ“‹ 450 - 58% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/tensorflow/recommenders) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 290 Β· πŸ“‹ 450 - 59% open Β· ⏱️ 16.01.2025): ``` git clone https://github.com/tensorflow/recommenders ``` -- [PyPi](https://pypi.org/project/tensorflow-recommenders) (πŸ“₯ 380K / month Β· πŸ“¦ 2 Β· ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (πŸ“₯ 250K / month Β· πŸ“¦ 2 Β· ⏱️ 03.02.2023): ``` pip install tensorflow-recommenders ```
-
recmetrics (πŸ₯‰19 Β· ⭐ 560 Β· πŸ’€) - A library of metrics for evaluating recommender systems. MIT - -- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 97 Β· πŸ“₯ 8 Β· πŸ“¦ 58 Β· πŸ“‹ 29 - 44% open Β· ⏱️ 04.10.2023): - - ``` - git clone https://github.com/statisticianinstilettos/recmetrics - ``` -- [PyPi](https://pypi.org/project/recmetrics) (πŸ“₯ 4.6K / month Β· ⏱️ 26.04.2022): - ``` - pip install recmetrics - ``` -
-
Show 8 hidden projects... +
Show 11 hidden projects... -- lightfm (πŸ₯ˆ28 Β· ⭐ 4.8K Β· πŸ’€) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 -- lkpy (πŸ₯‰25 Β· ⭐ 270) - 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 (πŸ₯ˆ28 Β· ⭐ 290) - Python recommendation toolkit. MIT +- TF Ranking (πŸ₯‰26 Β· ⭐ 2.8K Β· πŸ’€) - Learning to Rank in TensorFlow. Apache-2 - fastFM (πŸ₯‰22 Β· ⭐ 1.1K Β· πŸ’€) - fastFM: A Library for Factorization Machines. BSD-3 - tensorrec (πŸ₯‰21 Β· ⭐ 1.3K Β· πŸ’€) - A TensorFlow recommendation algorithm and framework in.. Apache-2 -- Case Recommender (πŸ₯‰19 Β· ⭐ 480 Β· πŸ’€) - Case Recommender: A Flexible and Extensible Python.. MIT -- Spotlight (πŸ₯‰18 Β· ⭐ 3K Β· πŸ’€) - Deep recommender models using PyTorch. MIT +- Spotlight (πŸ₯‰19 Β· ⭐ 3K Β· πŸ’€) - Deep recommender models using PyTorch. MIT +- recmetrics (πŸ₯‰19 Β· ⭐ 580 Β· πŸ’€) - A library of metrics for evaluating recommender systems. MIT +- Case Recommender (πŸ₯‰18 Β· ⭐ 500 Β· πŸ’€) - 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
@@ -5349,85 +4967,85 @@ _Libraries for building and evaluating recommendation systems._ _Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy._ -
PySyft (πŸ₯‡37 Β· ⭐ 9.5K) - Perform data science on data that remains in someone elses server. Apache-2 +
PySyft (πŸ₯‡35 Β· ⭐ 9.7K) - Perform data science on data that remains in someone elses server. Apache-2 -- [GitHub](https://github.com/OpenMined/PySyft) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2K Β· πŸ“₯ 2.3K Β· πŸ“¦ 1 Β· πŸ“‹ 3.4K - 1% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/OpenMined/PySyft) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2K Β· πŸ“₯ 1.9K Β· πŸ“¦ 1 Β· πŸ“‹ 3.4K - 1% open Β· ⏱️ 13.04.2025): ``` git clone https://github.com/OpenMined/PySyft ``` -- [PyPi](https://pypi.org/project/syft) (πŸ“₯ 23K / month Β· πŸ“¦ 4 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/syft) (πŸ“₯ 13K / month Β· πŸ“¦ 5 Β· ⏱️ 13.04.2025): ``` pip install syft ```
-
Opacus (πŸ₯ˆ32 Β· ⭐ 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) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 330 Β· πŸ“₯ 130 Β· πŸ“¦ 890 Β· πŸ“‹ 310 - 23% open Β· ⏱️ 19.10.2024): +- [GitHub](https://github.com/pytorch/opacus) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 360 Β· πŸ“₯ 140 Β· πŸ“¦ 1.1K Β· πŸ“‹ 330 - 20% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/pytorch/opacus ``` -- [PyPi](https://pypi.org/project/opacus) (πŸ“₯ 270K / month Β· πŸ“¦ 36 Β· ⏱️ 03.08.2024): +- [PyPi](https://pypi.org/project/opacus) (πŸ“₯ 96K / month Β· πŸ“¦ 42 Β· ⏱️ 18.02.2025): ``` pip install opacus ``` -- [Conda](https://anaconda.org/conda-forge/opacus) (πŸ“₯ 18K Β· ⏱️ 05.08.2024): +- [Conda](https://anaconda.org/conda-forge/opacus) (πŸ“₯ 23K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge opacus ```
-
TensorFlow Privacy (πŸ₯ˆ26 Β· ⭐ 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 Β· πŸ“₯ 170 Β· πŸ“‹ 210 - 55% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/tensorflow/privacy) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 440 Β· πŸ“₯ 190 Β· πŸ“‹ 210 - 55% open Β· ⏱️ 23.04.2025): ``` git clone https://github.com/tensorflow/privacy ``` -- [PyPi](https://pypi.org/project/tensorflow-privacy) (πŸ“₯ 21K / month Β· πŸ“¦ 21 Β· ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/tensorflow-privacy) (πŸ“₯ 20K / month Β· πŸ“¦ 21 Β· ⏱️ 14.02.2024): ``` pip install tensorflow-privacy ```
-
TFEncrypted (πŸ₯‰25 Β· ⭐ 1.2K) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2 +
TFEncrypted (πŸ₯ˆ25 Β· ⭐ 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) (πŸ“₯ 3K / month Β· πŸ“¦ 9 Β· ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/tf-encrypted) (πŸ“₯ 1.8K / month Β· πŸ“¦ 9 Β· ⏱️ 16.11.2022): ``` pip install tf-encrypted ```
-
FATE (πŸ₯‰24 Β· ⭐ 5.7K Β· πŸ“‰) - An Industrial Grade Federated Learning Framework. Apache-2 +
CrypTen (πŸ₯‰24 Β· ⭐ 1.6K) - A framework for Privacy Preserving Machine Learning. MIT -- [GitHub](https://github.com/FederatedAI/FATE) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.5K Β· πŸ“‹ 2K - 3% open Β· ⏱️ 21.08.2024): +- [GitHub](https://github.com/facebookresearch/CrypTen) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 290 Β· πŸ“¦ 60 Β· πŸ“‹ 280 - 28% open Β· ⏱️ 23.11.2024): ``` - git clone https://github.com/FederatedAI/FATE + git clone https://github.com/facebookresearch/CrypTen ``` -- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020): +- [PyPi](https://pypi.org/project/crypten) (πŸ“₯ 720 / month Β· πŸ“¦ 1 Β· ⏱️ 08.12.2022): ``` - pip install ETAF + pip install crypten ```
-
CrypTen (πŸ₯‰24 Β· ⭐ 1.5K) - A framework for Privacy Preserving Machine Learning. MIT +
FATE (πŸ₯‰23 Β· ⭐ 5.9K) - An Industrial Grade Federated Learning Framework. Apache-2 -- [GitHub](https://github.com/facebookresearch/CrypTen) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 270 Β· πŸ“¦ 45 Β· πŸ“‹ 280 - 28% open Β· ⏱️ 19.10.2024): +- [GitHub](https://github.com/FederatedAI/FATE) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.6K Β· πŸ“‹ 2.1K - 3% open Β· ⏱️ 19.11.2024): ``` - git clone https://github.com/facebookresearch/CrypTen + git clone https://github.com/FederatedAI/FATE ``` -- [PyPi](https://pypi.org/project/crypten) (πŸ“₯ 840 / month Β· πŸ“¦ 1 Β· ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020): ``` - pip install crypten + pip install ETAF ```
Show 1 hidden projects... -- PipelineDP (πŸ₯‰20 Β· ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2 +- PipelineDP (πŸ₯‰19 Β· ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2

@@ -5437,324 +5055,348 @@ _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 Β· ⭐ 20K) - Open source platform for the machine learning lifecycle. Apache-2 -- [GitHub](https://github.com/mlflow/mlflow) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 4.2K Β· πŸ“¦ 45K Β· πŸ“‹ 4.3K - 38% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/mlflow/mlflow) (πŸ‘¨β€πŸ’» 850 Β· πŸ”€ 4.5K Β· πŸ“¦ 60K Β· πŸ“‹ 4.6K - 39% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/mlflow/mlflow ``` -- [PyPi](https://pypi.org/project/mlflow) (πŸ“₯ 16M / month Β· πŸ“¦ 890 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/mlflow) (πŸ“₯ 16M / month Β· πŸ“¦ 1.1K Β· ⏱️ 25.04.2025): ``` pip install mlflow ``` -- [Conda](https://anaconda.org/conda-forge/mlflow) (πŸ“₯ 2.4M Β· ⏱️ 28.10.2024): +- [Conda](https://anaconda.org/conda-forge/mlflow) (πŸ“₯ 3.2M Β· ⏱️ 26.04.2025): ``` conda install -c conda-forge mlflow ```
-
DVC (πŸ₯‡42 Β· ⭐ 14K) - Data Versioning and ML Experiments. Apache-2 +
wandb client (πŸ₯‡43 Β· ⭐ 9.8K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT -- [GitHub](https://github.com/iterative/dvc) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.2K Β· πŸ“¦ 19K Β· πŸ“‹ 4.7K - 4% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/wandb/wandb) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 740 Β· πŸ“₯ 710 Β· πŸ“¦ 76K Β· πŸ“‹ 3.6K - 17% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/iterative/dvc + git clone https://github.com/wandb/client ``` -- [PyPi](https://pypi.org/project/dvc) (πŸ“₯ 660K / month Β· πŸ“¦ 130 Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/wandb) (πŸ“₯ 18M / month Β· πŸ“¦ 1.9K Β· ⏱️ 07.05.2025): ``` - pip install dvc + pip install wandb ``` -- [Conda](https://anaconda.org/conda-forge/dvc) (πŸ“₯ 2.3M Β· ⏱️ 23.10.2024): +- [Conda](https://anaconda.org/conda-forge/wandb) (πŸ“₯ 1M Β· ⏱️ 23.04.2025): ``` - conda install -c conda-forge dvc + conda install -c conda-forge wandb ```
-
wandb client (πŸ₯‡42 Β· ⭐ 9.1K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT +
Tensorboard (πŸ₯‡43 Β· ⭐ 6.9K) - TensorFlows Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/wandb/wandb) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 670 Β· πŸ“₯ 350 Β· πŸ“¦ 57K Β· πŸ“‹ 3.4K - 26% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/tensorflow/tensorboard) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.7K Β· πŸ“¦ 320K Β· πŸ“‹ 1.9K - 35% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/wandb/client + git clone https://github.com/tensorflow/tensorboard ``` -- [PyPi](https://pypi.org/project/wandb) (πŸ“₯ 21M / month Β· πŸ“¦ 1.4K Β· ⏱️ 17.10.2024): +- [PyPi](https://pypi.org/project/tensorboard) (πŸ“₯ 26M / month Β· πŸ“¦ 2.5K Β· ⏱️ 12.02.2025): ``` - pip install wandb + pip install tensorboard ``` -- [Conda](https://anaconda.org/conda-forge/wandb) (πŸ“₯ 700K Β· ⏱️ 23.10.2024): +- [Conda](https://anaconda.org/conda-forge/tensorboard) (πŸ“₯ 5.5M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge wandb + conda install -c conda-forge tensorboard ```
-
Tensorboard (πŸ₯‡42 Β· ⭐ 6.7K) - TensorFlows Visualization Toolkit. Apache-2 +
DVC (πŸ₯‡41 Β· ⭐ 14K) - Data Versioning and ML Experiments. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorboard) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.7K Β· πŸ“¦ 270K Β· πŸ“‹ 1.9K - 35% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/iterative/dvc) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.2K Β· πŸ“¦ 23K Β· πŸ“‹ 4.8K - 5% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/tensorflow/tensorboard + git clone https://github.com/iterative/dvc ``` -- [PyPi](https://pypi.org/project/tensorboard) (πŸ“₯ 22M / month Β· πŸ“¦ 2.2K Β· ⏱️ 25.09.2024): +- [PyPi](https://pypi.org/project/dvc) (πŸ“₯ 670K / month Β· πŸ“¦ 140 Β· ⏱️ 06.05.2025): ``` - pip install tensorboard + pip install dvc ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard) (πŸ“₯ 5.1M Β· ⏱️ 27.09.2024): +- [Conda](https://anaconda.org/conda-forge/dvc) (πŸ“₯ 2.8M Β· ⏱️ 06.05.2025): ``` - conda install -c conda-forge tensorboard + conda install -c conda-forge dvc ```
-
SageMaker SDK (πŸ₯ˆ41 Β· ⭐ 2.1K) - A library for training and deploying machine learning.. Apache-2 +
SageMaker SDK (πŸ₯ˆ40 Β· ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 -- [GitHub](https://github.com/aws/sagemaker-python-sdk) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.1K Β· πŸ“¦ 4.7K Β· πŸ“‹ 1.5K - 21% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 1.2K Β· πŸ“¦ 5.9K Β· πŸ“‹ 1.6K - 20% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/aws/sagemaker-python-sdk ``` -- [PyPi](https://pypi.org/project/sagemaker) (πŸ“₯ 27M / month Β· πŸ“¦ 160 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/sagemaker) (πŸ“₯ 24M / month Β· πŸ“¦ 180 Β· ⏱️ 07.05.2025): ``` pip install sagemaker ``` -- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (πŸ“₯ 1.1M Β· ⏱️ 31.07.2024): +- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (πŸ“₯ 1.5M Β· ⏱️ 02.05.2025): ``` conda install -c conda-forge sagemaker-python-sdk ```
-
PyCaret (πŸ₯ˆ36 Β· ⭐ 8.9K) - An open-source, low-code machine learning library in Python. MIT +
PyCaret (πŸ₯ˆ36 Β· ⭐ 9.3K) - An open-source, low-code machine learning library in Python. MIT -- [GitHub](https://github.com/pycaret/pycaret) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“₯ 720 Β· πŸ“¦ 6.6K Β· πŸ“‹ 2.3K - 16% open Β· ⏱️ 30.08.2024): +- [GitHub](https://github.com/pycaret/pycaret) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.8K Β· πŸ“₯ 730 Β· πŸ“¦ 7.6K Β· πŸ“‹ 2.3K - 16% open Β· ⏱️ 06.03.2025): ``` git clone https://github.com/pycaret/pycaret ``` -- [PyPi](https://pypi.org/project/pycaret) (πŸ“₯ 280K / month Β· πŸ“¦ 31 Β· ⏱️ 28.04.2024): +- [PyPi](https://pypi.org/project/pycaret) (πŸ“₯ 340K / month Β· πŸ“¦ 31 Β· ⏱️ 28.04.2024): ``` pip install pycaret ``` -- [Conda](https://anaconda.org/conda-forge/pycaret) (πŸ“₯ 57K Β· ⏱️ 25.04.2024): +- [Conda](https://anaconda.org/conda-forge/pycaret) (πŸ“₯ 69K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pycaret ```
-
Metaflow (πŸ₯ˆ35 Β· ⭐ 8.2K) - Open Source Platform for developing, scaling and deploying serious.. Apache-2 +
Metaflow (πŸ₯ˆ36 Β· ⭐ 8.8K) - Build, Manage and Deploy AI/ML Systems. Apache-2 -- [GitHub](https://github.com/Netflix/metaflow) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 770 Β· πŸ“¦ 740 Β· πŸ“‹ 760 - 44% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/Netflix/metaflow) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 820 Β· πŸ“¦ 900 Β· πŸ“‹ 790 - 42% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/Netflix/metaflow ``` -- [PyPi](https://pypi.org/project/metaflow) (πŸ“₯ 870K / month Β· πŸ“¦ 47 Β· ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/metaflow) (πŸ“₯ 270K / month Β· πŸ“¦ 52 Β· ⏱️ 06.05.2025): ``` pip install metaflow ``` -- [Conda](https://anaconda.org/conda-forge/metaflow) (πŸ“₯ 220K Β· ⏱️ 08.10.2024): +- [Conda](https://anaconda.org/conda-forge/metaflow) (πŸ“₯ 290K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge metaflow ```
-
tensorboardX (πŸ₯ˆ34 Β· ⭐ 7.9K Β· πŸ’€) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +
snakemake (πŸ₯ˆ34 Β· ⭐ 2.5K) - This is the development home of the workflow management system.. MIT -- [GitHub](https://github.com/lanpa/tensorboardX) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 860 Β· πŸ“₯ 450 Β· πŸ“¦ 50K Β· πŸ“‹ 460 - 17% open Β· ⏱️ 12.11.2023): +- [GitHub](https://github.com/snakemake/snakemake) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 590 Β· πŸ“¦ 2.4K Β· πŸ“‹ 2K - 60% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/lanpa/tensorboardX + git clone https://github.com/snakemake/snakemake ``` -- [PyPi](https://pypi.org/project/tensorboardX) (πŸ“₯ 3.4M / month Β· πŸ“¦ 620 Β· ⏱️ 20.08.2023): +- [PyPi](https://pypi.org/project/snakemake) (πŸ“₯ 79K / month Β· πŸ“¦ 280 Β· ⏱️ 29.04.2025): ``` - pip install tensorboardX + pip install snakemake ``` -- [Conda](https://anaconda.org/conda-forge/tensorboardx) (πŸ“₯ 1.2M Β· ⏱️ 20.08.2023): +- [Conda](https://anaconda.org/bioconda/snakemake) (πŸ“₯ 1.4M Β· ⏱️ 29.04.2025): ``` - conda install -c conda-forge tensorboardx + conda install -c bioconda snakemake ```
-
snakemake (πŸ₯ˆ34 Β· ⭐ 2.3K) - This is the development home of the workflow management system.. MIT +
tensorboardX (πŸ₯ˆ33 Β· ⭐ 7.9K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- [GitHub](https://github.com/snakemake/snakemake) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 550 Β· πŸ“¦ 2.1K Β· πŸ“‹ 1.8K - 62% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/lanpa/tensorboardX) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 860 Β· πŸ“₯ 480 Β· πŸ“¦ 57K Β· πŸ“‹ 460 - 17% open Β· ⏱️ 24.04.2025): ``` - git clone https://github.com/snakemake/snakemake + git clone https://github.com/lanpa/tensorboardX ``` -- [PyPi](https://pypi.org/project/snakemake) (πŸ“₯ 120K / month Β· πŸ“¦ 240 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/tensorboardX) (πŸ“₯ 2.7M / month Β· πŸ“¦ 620 Β· ⏱️ 20.08.2023): ``` - pip install snakemake + pip install tensorboardX ``` -- [Conda](https://anaconda.org/bioconda/snakemake) (πŸ“₯ 1.2M Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/tensorboardx) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): ``` - conda install -c bioconda snakemake + conda install -c conda-forge tensorboardx ```
-
ClearML (πŸ₯ˆ33 Β· ⭐ 5.7K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 +
ClearML (πŸ₯ˆ33 Β· ⭐ 6K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 -- [GitHub](https://github.com/allegroai/clearml) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 650 Β· πŸ“₯ 2.9K Β· πŸ“¦ 1.4K Β· πŸ“‹ 1.1K - 46% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/clearml/clearml) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 670 Β· πŸ“₯ 3.3K Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.1K - 43% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/allegroai/clearml ``` -- [PyPi](https://pypi.org/project/clearml) (πŸ“₯ 320K / month Β· πŸ“¦ 44 Β· ⏱️ 27.10.2024): +- [PyPi](https://pypi.org/project/clearml) (πŸ“₯ 320K / month Β· πŸ“¦ 55 Β· ⏱️ 20.04.2025): ``` pip install clearml ``` -- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (πŸ“₯ 30K Β· ⏱️ 05.10.2020): +- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (πŸ“₯ 31K Β· ⏱️ 05.10.2020): ``` docker pull allegroai/trains ```
-
aim (πŸ₯ˆ33 Β· ⭐ 5.2K) - 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) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 320 Β· πŸ“¦ 720 Β· πŸ“‹ 1.1K - 36% open Β· ⏱️ 02.10.2024): +- [GitHub](https://github.com/aimhubio/aim) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 340 Β· πŸ“¦ 870 Β· πŸ“‹ 1.1K - 36% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/aimhubio/aim ``` -- [PyPi](https://pypi.org/project/aim) (πŸ“₯ 1M / month Β· πŸ“¦ 38 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/aim) (πŸ“₯ 150K / month Β· πŸ“¦ 41 Β· ⏱️ 08.05.2025): ``` pip install aim ``` -- [Conda](https://anaconda.org/conda-forge/aim) (πŸ“₯ 83K Β· ⏱️ 14.06.2024): +- [Conda](https://anaconda.org/conda-forge/aim) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge aim ```
-
kaggle (πŸ₯ˆ32 Β· ⭐ 6.2K) - Official Kaggle API. Apache-2 +
kaggle (πŸ₯ˆ32 Β· ⭐ 6.6K) - Official Kaggle API. Apache-2 -- [GitHub](https://github.com/Kaggle/kaggle-api) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 480 - 30% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/Kaggle/kaggle-api) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 1.2K Β· πŸ“¦ 21 Β· πŸ“‹ 520 - 28% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/Kaggle/kaggle-api ``` -- [PyPi](https://pypi.org/project/kaggle) (πŸ“₯ 210K / month Β· πŸ“¦ 210 Β· ⏱️ 24.07.2024): +- [PyPi](https://pypi.org/project/kaggle) (πŸ“₯ 330K / month Β· πŸ“¦ 230 Β· ⏱️ 14.03.2025): ``` pip install kaggle ``` -- [Conda](https://anaconda.org/conda-forge/kaggle) (πŸ“₯ 190K Β· ⏱️ 27.07.2024): +- [Conda](https://anaconda.org/conda-forge/kaggle) (πŸ“₯ 230K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge kaggle ```
-
sacred (πŸ₯ˆ32 Β· ⭐ 4.2K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT +
AzureML SDK (πŸ₯ˆ31 Β· ⭐ 4.2K) - Python notebooks with ML and deep learning examples with Azure.. MIT + +- [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) (πŸ“₯ 260K / month Β· πŸ“¦ 31 Β· ⏱️ 11.04.2025): + ``` + pip install azureml-sdk + ``` +
+
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.2K Β· πŸ“‹ 560 - 18% open Β· ⏱️ 22.10.2024): +- [GitHub](https://github.com/IDSIA/sacred) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 380 Β· πŸ“¦ 3.5K Β· πŸ“‹ 560 - 18% open Β· ⏱️ 26.11.2024): ``` git clone https://github.com/IDSIA/sacred ``` -- [PyPi](https://pypi.org/project/sacred) (πŸ“₯ 100K / month Β· πŸ“¦ 60 Β· ⏱️ 26.08.2024): +- [PyPi](https://pypi.org/project/sacred) (πŸ“₯ 28K / month Β· πŸ“¦ 60 Β· ⏱️ 26.11.2024): ``` pip install sacred ``` -- [Conda](https://anaconda.org/conda-forge/sacred) (πŸ“₯ 6.8K Β· ⏱️ 28.11.2023): +- [Conda](https://anaconda.org/conda-forge/sacred) (πŸ“₯ 8.7K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge sacred ```
-
AzureML SDK (πŸ₯ˆ32 Β· ⭐ 4.1K) - Python notebooks with ML and deep learning examples with Azure.. MIT +
Neptune.ai (πŸ₯ˆ30 Β· ⭐ 610) - The experiment tracker for foundation model training. Apache-2 -- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 2.5K Β· πŸ“₯ 660 Β· πŸ“‹ 1.5K - 26% open Β· ⏱️ 21.10.2024): +- [GitHub](https://github.com/neptune-ai/neptune-client) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 65 Β· πŸ“¦ 850 Β· πŸ“‹ 260 - 12% open Β· ⏱️ 16.04.2025): ``` - git clone https://github.com/Azure/MachineLearningNotebooks + git clone https://github.com/neptune-ai/neptune-client ``` -- [PyPi](https://pypi.org/project/azureml-sdk) (πŸ“₯ 390K / month Β· πŸ“¦ 31 Β· ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/neptune-client) (πŸ“₯ 490K / month Β· πŸ“¦ 77 Β· ⏱️ 15.04.2025): ``` - pip install azureml-sdk + pip install neptune-client + ``` +- [Conda](https://anaconda.org/conda-forge/neptune-client) (πŸ“₯ 340K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge neptune-client ```
-
VisualDL (πŸ₯ˆ29 Β· ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2 +
ml-metadata (πŸ₯ˆ28 Β· ⭐ 640) - For recording and retrieving metadata associated with ML.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/VisualDL) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 630 Β· πŸ“₯ 460 Β· πŸ“¦ 2 Β· πŸ“‹ 500 - 28% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/google/ml-metadata) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 160 Β· πŸ“₯ 3K Β· πŸ“¦ 690 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 03.04.2025): ``` - git clone https://github.com/PaddlePaddle/VisualDL + git clone https://github.com/google/ml-metadata ``` -- [PyPi](https://pypi.org/project/visualdl) (πŸ“₯ 160K / month Β· πŸ“¦ 82 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/ml-metadata) (πŸ“₯ 78K / month Β· πŸ“¦ 32 Β· ⏱️ 07.04.2025): ``` - pip install visualdl + pip install ml-metadata ```
-
Neptune.ai (πŸ₯ˆ29 Β· ⭐ 580) - The experiment tracker for foundation model training. Apache-2 +
VisualDL (πŸ₯‰27 Β· ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/neptune-ai/neptune-client) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 63 Β· πŸ“¦ 640 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 630 Β· πŸ“₯ 510 Β· πŸ“¦ 2 Β· πŸ“‹ 510 - 30% open Β· ⏱️ 22.01.2025): ``` - git clone https://github.com/neptune-ai/neptune-client + git clone https://github.com/PaddlePaddle/VisualDL ``` -- [PyPi](https://pypi.org/project/neptune-client) (πŸ“₯ 480K / month Β· πŸ“¦ 77 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/visualdl) (πŸ“₯ 150K / month Β· πŸ“¦ 82 Β· ⏱️ 30.10.2024): ``` - pip install neptune-client + pip install visualdl + ``` +
+
livelossplot (πŸ₯‰27 Β· ⭐ 1.3K) - Live training loss plot in Jupyter Notebook for Keras,.. MIT + +- [GitHub](https://github.com/stared/livelossplot) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 140 Β· πŸ“¦ 1.8K Β· πŸ“‹ 79 - 7% open Β· ⏱️ 03.01.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/neptune-client) (πŸ“₯ 290K Β· ⏱️ 02.10.2024): + git clone https://github.com/stared/livelossplot ``` - conda install -c conda-forge neptune-client +- [PyPi](https://pypi.org/project/livelossplot) (πŸ“₯ 20K / month Β· πŸ“¦ 16 Β· ⏱️ 03.01.2025): + ``` + pip install livelossplot ```
-
Labml (πŸ₯‰28 Β· ⭐ 2K) - Monitor deep learning model training and hardware usage from your mobile phone. MIT +
Labml (πŸ₯‰26 Β· ⭐ 2.2K) - Monitor deep learning model training and hardware usage from your mobile.. MIT -- [GitHub](https://github.com/labmlai/labml) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“¦ 180 Β· πŸ“‹ 47 - 10% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/labmlai/labml) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“¦ 220 Β· πŸ“‹ 50 - 12% open Β· ⏱️ 10.04.2025): ``` git clone https://github.com/labmlai/labml ``` -- [PyPi](https://pypi.org/project/labml) (πŸ“₯ 13K / month Β· πŸ“¦ 14 Β· ⏱️ 15.09.2024): +- [PyPi](https://pypi.org/project/labml) (πŸ“₯ 5.6K / month Β· πŸ“¦ 14 Β· ⏱️ 15.09.2024): ``` pip install labml ```
-
ml-metadata (πŸ₯‰28 Β· ⭐ 620 Β· πŸ“ˆ) - For recording and retrieving metadata associated with ML.. Apache-2 +
quinn (πŸ₯‰26 Β· ⭐ 670) - pyspark methods to enhance developer productivity. Apache-2 -- [GitHub](https://github.com/google/ml-metadata) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 140 Β· πŸ“₯ 2.7K Β· πŸ“¦ 580 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/mrpowers-io/quinn) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 97 Β· πŸ“₯ 57 Β· πŸ“¦ 93 Β· πŸ“‹ 130 - 27% open Β· ⏱️ 06.12.2024): ``` - git clone https://github.com/google/ml-metadata + git clone https://github.com/MrPowers/quinn ``` -- [PyPi](https://pypi.org/project/ml-metadata) (πŸ“₯ 81K / month Β· πŸ“¦ 31 Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/quinn) (πŸ“₯ 640K / month Β· πŸ“¦ 7 Β· ⏱️ 13.02.2024): ``` - pip install ml-metadata + pip install quinn ```
-
TNT (πŸ₯‰26 Β· ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 +
TNT (πŸ₯‰25 Β· ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 -- [GitHub](https://github.com/pytorch/tnt) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 270 Β· πŸ“‹ 140 - 54% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/pytorch/tnt) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 280 Β· πŸ“‹ 150 - 56% open Β· ⏱️ 02.05.2025): ``` git clone https://github.com/pytorch/tnt ``` -- [PyPi](https://pypi.org/project/torchnet) (πŸ“₯ 6K / month Β· πŸ“¦ 24 Β· ⏱️ 29.07.2018): +- [PyPi](https://pypi.org/project/torchnet) (πŸ“₯ 5.7K / month Β· πŸ“¦ 24 Β· ⏱️ 29.07.2018): ``` pip install torchnet ```
-
quinn (πŸ₯‰26 Β· ⭐ 640) - pyspark methods to enhance developer productivity. Apache-2 +
gokart (πŸ₯‰25 Β· ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT -- [GitHub](https://github.com/mrpowers-io/quinn) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 96 Β· πŸ“₯ 41 Β· πŸ“¦ 86 Β· πŸ“‹ 140 - 26% open Β· ⏱️ 12.10.2024): +- [GitHub](https://github.com/m3dev/gokart) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 62 Β· πŸ“¦ 85 Β· πŸ“‹ 99 - 32% open Β· ⏱️ 29.04.2025): ``` - git clone https://github.com/MrPowers/quinn + git clone https://github.com/m3dev/gokart ``` -- [PyPi](https://pypi.org/project/quinn) (πŸ“₯ 650K / month Β· πŸ“¦ 7 Β· ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/gokart) (πŸ“₯ 5.6K / month Β· πŸ“¦ 8 Β· ⏱️ 27.02.2025): ``` - pip install quinn + pip install gokart ```
-
gokart (πŸ₯‰26 Β· ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT +
Guild AI (πŸ₯‰23 Β· ⭐ 880) - Experiment tracking, ML developer tools. Apache-2 -- [GitHub](https://github.com/m3dev/gokart) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 57 Β· πŸ“¦ 83 Β· πŸ“‹ 88 - 28% open Β· ⏱️ 27.10.2024): +- [GitHub](https://github.com/guildai/guildai) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 88 Β· πŸ“₯ 31 Β· πŸ“¦ 100 Β· πŸ“‹ 440 - 50% open Β· ⏱️ 29.04.2025): ``` - git clone https://github.com/m3dev/gokart + git clone https://github.com/guildai/guildai ``` -- [PyPi](https://pypi.org/project/gokart) (πŸ“₯ 8.8K / month Β· πŸ“¦ 8 Β· ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/guildai) (πŸ“₯ 4.1K / month Β· ⏱️ 11.05.2022): ``` - pip install gokart + pip install guildai ```
-
caliban (πŸ₯‰17 Β· ⭐ 490 Β· πŸ’€) - Research workflows made easy, locally and in the Cloud. Apache-2 +
keepsake (πŸ₯‰18 Β· ⭐ 1.7K) - Version control for machine learning. Apache-2 -- [GitHub](https://github.com/google/caliban) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 66 Β· πŸ“¦ 4 Β· πŸ“‹ 34 - 55% open Β· ⏱️ 25.01.2024): +- [GitHub](https://github.com/replicate/keepsake) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 71 Β· πŸ“‹ 190 - 66% open Β· ⏱️ 03.12.2024): ``` - git clone https://github.com/google/caliban + git clone https://github.com/replicate/keepsake ``` -- [PyPi](https://pypi.org/project/caliban) (πŸ“₯ 1.6K / month Β· ⏱️ 12.09.2020): +- [PyPi](https://pypi.org/project/keepsake) (πŸ“₯ 160 / month Β· πŸ“¦ 1 Β· ⏱️ 25.01.2021): ``` - pip install caliban + pip install keepsake ```
CometML (πŸ₯‰16) - Supercharging Machine Learning. MIT @@ -5764,7 +5406,7 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/comet-ml/examples ``` -- [PyPi](https://pypi.org/project/comet_ml) (πŸ“₯ 550K / month Β· πŸ“¦ 77 Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/comet_ml) (πŸ“₯ 520K / month Β· πŸ“¦ 94 Β· ⏱️ 29.04.2025): ``` pip install comet_ml ``` @@ -5773,25 +5415,23 @@ _Libraries to organize, track, and visualize machine learning experiments._ conda install -c anaconda comet_ml ```
-
Show 17 hidden projects... +
Show 15 hidden projects... -- Catalyst (πŸ₯‰28 Β· ⭐ 3.3K Β· πŸ’€) - Accelerated deep learning R&D. Apache-2 +- 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 -- livelossplot (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - Live training loss plot in Jupyter Notebook for Keras,.. MIT -- SKLL (πŸ₯‰25 Β· ⭐ 550) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause -- Guild AI (πŸ₯‰24 Β· ⭐ 870 Β· πŸ’€) - Experiment tracking, ML developer tools. Apache-2 +- SKLL (πŸ₯‰24 Β· ⭐ 560) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed - 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 +- lore (πŸ₯‰21 Β· ⭐ 1.6K Β· πŸ’€) - Lore makes machine learning approachable for Software Engineers and.. MIT - TensorBoard Logger (πŸ₯‰21 Β· ⭐ 630 Β· πŸ’€) - Log TensorBoard events without touching TensorFlow. MIT - TensorWatch (πŸ₯‰20 Β· ⭐ 3.4K Β· πŸ’€) - Debugging, monitoring and visualization for Python Machine.. MIT - MXBoard (πŸ₯‰20 Β· ⭐ 320 Β· πŸ’€) - Logging MXNet data for visualization in TensorBoard. Apache-2 -- keepsake (πŸ₯‰19 Β· ⭐ 1.6K Β· πŸ’€) - Version control for machine learning. Apache-2 -- datmo (πŸ₯‰19 Β· ⭐ 340 Β· πŸ’€) - Open source production model management tool for data scientists. MIT -- chitra (πŸ₯‰17 Β· ⭐ 220) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2 +- datmo (πŸ₯‰18 Β· ⭐ 340 Β· πŸ’€) - Open source production model management tool for data scientists. MIT +- chitra (πŸ₯‰18 Β· ⭐ 230 Β· πŸ’€) - A multi-functional library for full-stack Deep Learning... Apache-2 - steppy (πŸ₯‰17 Β· ⭐ 130 Β· πŸ’€) - Lightweight, Python library for fast and reproducible experimentation. MIT -- ModelChimp (πŸ₯‰14 Β· ⭐ 130 Β· πŸ’€) - Experiment tracking for machine and deep learning projects. BSD-2 -- traintool (πŸ₯‰10 Β· ⭐ 12 Β· πŸ’€) - Train off-the-shelf machine learning models in one.. Apache-2 +- 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

@@ -5801,166 +5441,166 @@ _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 +
triton (πŸ₯‡43 Β· ⭐ 15K) - Development repository for the Triton language and compiler. MIT -- [GitHub](https://github.com/onnx/onnx) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 3.7K Β· πŸ“₯ 22K Β· πŸ“¦ 35K Β· πŸ“‹ 2.9K - 12% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/triton-lang/triton) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.9K Β· πŸ“¦ 66K Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/onnx/onnx - ``` -- [PyPi](https://pypi.org/project/onnx) (πŸ“₯ 5.9M / month Β· πŸ“¦ 1.1K Β· ⏱️ 01.10.2024): - ``` - pip install onnx + git clone https://github.com/openai/triton ``` -- [Conda](https://anaconda.org/conda-forge/onnx) (πŸ“₯ 1.3M Β· ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/triton) (πŸ“₯ 23M / month Β· πŸ“¦ 400 Β· ⏱️ 09.04.2025): ``` - conda install -c conda-forge onnx + pip install triton ```
-
triton (πŸ₯‡43 Β· ⭐ 13K) - Development repository for the Triton language and compiler. MIT +
onnx (πŸ₯‡42 Β· ⭐ 19K) - Open standard for machine learning interoperability. Apache-2 -- [GitHub](https://github.com/triton-lang/triton) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.6K Β· πŸ“¦ 41K Β· πŸ“‹ 1.5K - 44% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/onnx/onnx) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 3.7K Β· πŸ“₯ 23K Β· πŸ“¦ 45K Β· πŸ“‹ 3K - 11% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/openai/triton + git clone https://github.com/onnx/onnx ``` -- [PyPi](https://pypi.org/project/triton) (πŸ“₯ 15M / month Β· πŸ“¦ 260 Β· ⏱️ 14.10.2024): +- [PyPi](https://pypi.org/project/onnx) (πŸ“₯ 6.8M / month Β· πŸ“¦ 1.3K Β· ⏱️ 01.10.2024): ``` - pip install triton + pip install onnx + ``` +- [Conda](https://anaconda.org/conda-forge/onnx) (πŸ“₯ 1.8M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge onnx ```
-
huggingface_hub (πŸ₯ˆ38 Β· ⭐ 2.1K) - The official Python client for the Huggingface Hub. Apache-2 +
huggingface_hub (πŸ₯ˆ38 Β· ⭐ 2.6K) - The official Python client for the Huggingface Hub. Apache-2 -- [GitHub](https://github.com/huggingface/huggingface_hub) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 550 Β· πŸ“‹ 980 - 15% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/huggingface/huggingface_hub) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 690 Β· πŸ“‹ 1.2K - 15% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/huggingface/huggingface_hub ``` -- [PyPi](https://pypi.org/project/huggingface_hub) (πŸ“₯ 48M / month Β· πŸ“¦ 2K Β· ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/huggingface_hub) (πŸ“₯ 84M / month Β· πŸ“¦ 2.9K Β· ⏱️ 07.05.2025): ``` pip install huggingface_hub ``` -- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (πŸ“₯ 2.3M Β· ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (πŸ“₯ 3.2M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge huggingface_hub ```
-
Core ML Tools (πŸ₯ˆ36 Β· ⭐ 4.4K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 +
Core ML Tools (πŸ₯ˆ36 Β· ⭐ 4.7K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- [GitHub](https://github.com/apple/coremltools) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 630 Β· πŸ“₯ 12K Β· πŸ“¦ 4.2K Β· πŸ“‹ 1.4K - 24% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/apple/coremltools) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 680 Β· πŸ“₯ 15K Β· πŸ“¦ 4.8K Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/apple/coremltools ``` -- [PyPi](https://pypi.org/project/coremltools) (πŸ“₯ 670K / month Β· πŸ“¦ 81 Β· ⏱️ 16.09.2024): +- [PyPi](https://pypi.org/project/coremltools) (πŸ“₯ 550K / month Β· πŸ“¦ 98 Β· ⏱️ 28.04.2025): ``` pip install coremltools ``` -- [Conda](https://anaconda.org/conda-forge/coremltools) (πŸ“₯ 73K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/coremltools) (πŸ“₯ 96K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge coremltools ```
-
BentoML (πŸ₯ˆ35 Β· ⭐ 7.1K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 +
BentoML (πŸ₯ˆ35 Β· ⭐ 7.7K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 -- [GitHub](https://github.com/bentoml/BentoML) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 790 Β· πŸ“₯ 1.1K Β· πŸ“¦ 2.1K Β· πŸ“‹ 1.1K - 15% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/bentoml/BentoML) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 840 Β· πŸ“₯ 450 Β· πŸ“¦ 2.6K Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/bentoml/BentoML ``` -- [PyPi](https://pypi.org/project/bentoml) (πŸ“₯ 120K / month Β· πŸ“¦ 28 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/bentoml) (πŸ“₯ 110K / month Β· πŸ“¦ 40 Β· ⏱️ 29.04.2025): ``` pip install bentoml ```
-
TorchServe (πŸ₯ˆ34 Β· ⭐ 4.2K) - Serve, optimize and scale PyTorch models in production. Apache-2 +
TorchServe (πŸ₯ˆ33 Β· ⭐ 4.4K) - Serve, optimize and scale PyTorch models in production. Apache-2 -- [GitHub](https://github.com/pytorch/serve) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 860 Β· πŸ“₯ 7K Β· πŸ“¦ 740 Β· πŸ“‹ 1.7K - 24% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/pytorch/serve) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 880 Β· πŸ“₯ 7.7K Β· πŸ“¦ 860 Β· πŸ“‹ 1.7K - 25% open Β· ⏱️ 17.03.2025): ``` git clone https://github.com/pytorch/serve ``` -- [PyPi](https://pypi.org/project/torchserve) (πŸ“₯ 55K / month Β· πŸ“¦ 22 Β· ⏱️ 30.09.2024): +- [PyPi](https://pypi.org/project/torchserve) (πŸ“₯ 97K / month Β· πŸ“¦ 24 Β· ⏱️ 30.09.2024): ``` pip install torchserve ``` -- [Conda](https://anaconda.org/pytorch/torchserve) (πŸ“₯ 330K Β· ⏱️ 30.09.2024): +- [Conda](https://anaconda.org/pytorch/torchserve) (πŸ“₯ 500K Β· ⏱️ 25.03.2025): ``` conda install -c pytorch torchserve ``` -- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (πŸ“₯ 1.4M Β· ⭐ 29 Β· ⏱️ 30.09.2024): +- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (πŸ“₯ 1.4M Β· ⭐ 32 Β· ⏱️ 30.09.2024): ``` docker pull pytorch/torchserve ```
-
Hummingbird (πŸ₯ˆ26 Β· ⭐ 3.3K) - Hummingbird compiles trained ML models into tensor computation for.. MIT +
hls4ml (πŸ₯ˆ30 Β· ⭐ 1.5K) - Machine learning on FPGAs using HLS. Apache-2 -- [GitHub](https://github.com/microsoft/hummingbird) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 280 Β· πŸ“₯ 710 Β· πŸ“‹ 330 - 20% open Β· ⏱️ 24.10.2024): +- [GitHub](https://github.com/fastmachinelearning/hls4ml) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 440 Β· πŸ“¦ 47 Β· πŸ“‹ 480 - 42% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/microsoft/hummingbird + git clone https://github.com/fastmachinelearning/hls4ml ``` -- [PyPi](https://pypi.org/project/hummingbird-ml) (πŸ“₯ 7.6K / month Β· πŸ“¦ 7 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/hls4ml) (πŸ“₯ 2.5K / month Β· πŸ“¦ 1 Β· ⏱️ 17.03.2025): ``` - pip install hummingbird-ml + pip install hls4ml ``` -- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (πŸ“₯ 50K Β· ⏱️ 08.03.2024): +- [Conda](https://anaconda.org/conda-forge/hls4ml) (πŸ“₯ 10K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge hummingbird-ml + conda install -c conda-forge hls4ml ```
-
hls4ml (πŸ₯ˆ26 Β· ⭐ 1.3K) - Machine learning on FPGAs using HLS. Apache-2 +
Hummingbird (πŸ₯‰24 Β· ⭐ 3.4K Β· πŸ’€) - Hummingbird compiles trained ML models into tensor computation.. MIT -- [GitHub](https://github.com/fastmachinelearning/hls4ml) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 390 Β· πŸ“‹ 440 - 40% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/microsoft/hummingbird) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 280 Β· πŸ“₯ 810 Β· πŸ“‹ 330 - 20% open Β· ⏱️ 24.10.2024): ``` - git clone https://github.com/fastmachinelearning/hls4ml + git clone https://github.com/microsoft/hummingbird ``` -- [PyPi](https://pypi.org/project/hls4ml) (πŸ“₯ 1.9K / month Β· ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/hummingbird-ml) (πŸ“₯ 6.9K / month Β· πŸ“¦ 7 Β· ⏱️ 25.10.2024): ``` - pip install hls4ml + pip install hummingbird-ml ``` -- [Conda](https://anaconda.org/conda-forge/hls4ml) (πŸ“₯ 8.9K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (πŸ“₯ 58K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge hls4ml + conda install -c conda-forge hummingbird-ml ```
-
nebullvm (πŸ₯‰22 Β· ⭐ 8.4K) - A collection of libraries to optimise AI model performances. Apache-2 +
nebullvm (πŸ₯‰22 Β· ⭐ 8.4K Β· πŸ’€) - A collection of libraries to optimise AI model performances. Apache-2 -- [GitHub](https://github.com/nebuly-ai/optimate) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 640 Β· πŸ“‹ 200 - 49% open Β· ⏱️ 22.07.2024): +- [GitHub](https://github.com/nebuly-ai/optimate) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 630 Β· πŸ“‹ 200 - 49% open Β· ⏱️ 22.07.2024): ``` git clone https://github.com/nebuly-ai/nebullvm ``` -- [PyPi](https://pypi.org/project/nebullvm) (πŸ“₯ 1.7K / month Β· πŸ“¦ 2 Β· ⏱️ 18.06.2023): +- [PyPi](https://pypi.org/project/nebullvm) (πŸ“₯ 1.4K / month Β· πŸ“¦ 2 Β· ⏱️ 18.06.2023): ``` pip install nebullvm ```
-
tfdeploy (πŸ₯‰17 Β· ⭐ 350 Β· πŸ’€) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 +
tfdeploy (πŸ₯‰17 Β· ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 -- [GitHub](https://github.com/riga/tfdeploy) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 38 Β· πŸ“‹ 34 - 32% open Β· ⏱️ 25.02.2024): +- [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) (πŸ“₯ 630 / month Β· ⏱️ 30.03.2017): +- [PyPi](https://pypi.org/project/tfdeploy) (πŸ“₯ 460 / month Β· ⏱️ 30.03.2017): ``` pip install tfdeploy ```
Show 10 hidden projects... -- m2cgen (πŸ₯ˆ26 Β· ⭐ 2.8K Β· πŸ’€) - Transform ML models into a native code (Java, C, Python, Go,.. MIT -- mmdnn (πŸ₯‰25 Β· ⭐ 5.8K Β· πŸ’€) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT +- 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 (πŸ₯‰24 Β· ⭐ 1.3K Β· πŸ’€) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 -- cortex (πŸ₯‰23 Β· ⭐ 8K Β· πŸ’€) - Production infrastructure for machine learning at scale. Apache-2 -- OMLT (πŸ₯‰21 Β· ⭐ 280) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed -- Larq Compute Engine (πŸ₯‰21 Β· ⭐ 240) - Highly optimized inference engine for Binarized.. Apache-2 +- cortex (πŸ₯‰22 Β· ⭐ 8K Β· πŸ’€) - Production infrastructure for machine learning at scale. Apache-2 +- OMLT (πŸ₯‰21 Β· ⭐ 310) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed +- Larq Compute Engine (πŸ₯‰20 Β· ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 - pytorch2keras (πŸ₯‰19 Β· ⭐ 860 Β· πŸ’€) - PyTorch to Keras model convertor. MIT -- modelkit (πŸ₯‰17 Β· ⭐ 160) - Toolkit for developing and maintaining ML models. MIT -- backprop (πŸ₯‰16 Β· ⭐ 240 Β· πŸ’€) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 -- ml-ane-transformers (πŸ₯‰13 Β· ⭐ 2.5K Β· πŸ’€) - Reference implementation of the Transformer.. ❗Unlicensed +- 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

@@ -5970,444 +5610,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 (πŸ₯‡43 Β· ⭐ 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) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3.3K Β· πŸ“¦ 21K Β· πŸ“‹ 2.5K - 29% open Β· ⏱️ 15.10.2024): +- [GitHub](https://github.com/shap/shap) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 3.4K Β· πŸ“¦ 31K Β· πŸ“‹ 2.6K - 25% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/slundberg/shap ``` -- [PyPi](https://pypi.org/project/shap) (πŸ“₯ 6.4M / month Β· πŸ“¦ 750 Β· ⏱️ 27.06.2024): +- [PyPi](https://pypi.org/project/shap) (πŸ“₯ 7.3M / month Β· πŸ“¦ 960 Β· ⏱️ 17.04.2025): ``` pip install shap ``` -- [Conda](https://anaconda.org/conda-forge/shap) (πŸ“₯ 4.2M Β· ⏱️ 08.05.2024): +- [Conda](https://anaconda.org/conda-forge/shap) (πŸ“₯ 6M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge shap ```
-
Netron (πŸ₯‡37 Β· ⭐ 28K) - Visualizer for neural network, deep learning and machine learning.. MIT +
arviz (πŸ₯‡36 Β· ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2 -- [GitHub](https://github.com/lutzroeder/netron) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2.8K Β· πŸ“₯ 190K Β· πŸ“¦ 580 Β· πŸ“‹ 1.1K - 1% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/arviz-devs/arviz) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 430 Β· πŸ“₯ 180 Β· πŸ“¦ 11K Β· πŸ“‹ 890 - 21% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/lutzroeder/netron + git clone https://github.com/arviz-devs/arviz ``` -- [PyPi](https://pypi.org/project/netron) (πŸ“₯ 25K / month Β· πŸ“¦ 83 Β· ⏱️ 26.10.2024): +- [PyPi](https://pypi.org/project/arviz) (πŸ“₯ 1.9M / month Β· πŸ“¦ 360 Β· ⏱️ 06.03.2025): ``` - pip install netron + pip install arviz + ``` +- [Conda](https://anaconda.org/conda-forge/arviz) (πŸ“₯ 2.4M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge arviz ```
-
arviz (πŸ₯‡36 Β· ⭐ 1.6K) - Exploratory analysis of Bayesian models with Python. Apache-2 +
Netron (πŸ₯‡35 Β· ⭐ 30K) - Visualizer for neural network, deep learning and machine learning.. MIT -- [GitHub](https://github.com/arviz-devs/arviz) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 400 Β· πŸ“₯ 160 Β· πŸ“¦ 7.9K Β· πŸ“‹ 870 - 20% open Β· ⏱️ 08.10.2024): +- [GitHub](https://github.com/lutzroeder/netron) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2.9K Β· πŸ“₯ 42K Β· πŸ“¦ 13 Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/arviz-devs/arviz - ``` -- [PyPi](https://pypi.org/project/arviz) (πŸ“₯ 1.3M / month Β· πŸ“¦ 310 Β· ⏱️ 28.09.2024): - ``` - pip install arviz + git clone https://github.com/lutzroeder/netron ``` -- [Conda](https://anaconda.org/conda-forge/arviz) (πŸ“₯ 2.2M Β· ⏱️ 29.09.2024): +- [PyPi](https://pypi.org/project/netron) (πŸ“₯ 36K / month Β· πŸ“¦ 86 Β· ⏱️ 02.05.2025): ``` - conda install -c conda-forge arviz + pip install netron ```
-
Captum (πŸ₯‡34 Β· ⭐ 4.9K) - 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 Β· πŸ”€ 490 Β· πŸ“¦ 2.5K Β· πŸ“‹ 570 - 40% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/pytorch/captum) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 510 Β· πŸ“¦ 3.2K Β· πŸ“‹ 600 - 42% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/pytorch/captum ``` -- [PyPi](https://pypi.org/project/captum) (πŸ“₯ 200K / 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) (πŸ“₯ 80K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/captum) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge captum ```
-
InterpretML (πŸ₯‡33 Β· ⭐ 6.3K) - Fit interpretable models. Explain blackbox machine learning. MIT +
InterpretML (πŸ₯‡34 Β· ⭐ 6.5K) - Fit interpretable models. Explain blackbox machine learning. MIT -- [GitHub](https://github.com/interpretml/interpret) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 730 Β· πŸ“¦ 770 Β· πŸ“‹ 450 - 23% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/interpretml/interpret) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 740 Β· πŸ“¦ 890 Β· πŸ“‹ 470 - 22% open Β· ⏱️ 17.04.2025): ``` git clone https://github.com/interpretml/interpret ``` -- [PyPi](https://pypi.org/project/interpret) (πŸ“₯ 110K / month Β· πŸ“¦ 49 Β· ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/interpret) (πŸ“₯ 190K / month Β· πŸ“¦ 53 Β· ⏱️ 26.03.2025): ``` pip install interpret ```
-
evaluate (πŸ₯‡32 Β· ⭐ 2K) - Evaluate: A library for easily evaluating machine learning models and.. Apache-2 - -- [GitHub](https://github.com/huggingface/evaluate) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 260 Β· πŸ“¦ 14K Β· πŸ“‹ 350 - 59% open Β· ⏱️ 17.09.2024): - - ``` - git clone https://github.com/huggingface/evaluate - ``` -- [PyPi](https://pypi.org/project/evaluate) (πŸ“₯ 2.3M / month Β· πŸ“¦ 400 Β· ⏱️ 11.09.2024): - ``` - pip install evaluate - ``` -
-
shapash (πŸ₯ˆ31 Β· ⭐ 2.7K) - 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 Β· πŸ“¦ 180 Β· πŸ“‹ 220 - 17% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/MAIF/shapash) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 340 Β· πŸ“¦ 190 Β· πŸ“‹ 240 - 18% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/MAIF/shapash ``` -- [PyPi](https://pypi.org/project/shapash) (πŸ“₯ 35K / month Β· πŸ“¦ 4 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/shapash) (πŸ“₯ 10K / month Β· πŸ“¦ 4 Β· ⏱️ 20.03.2025): ``` pip install shapash ```
-
DoWhy (πŸ₯ˆ29 Β· ⭐ 7.1K) - DoWhy is a Python library for causal inference that supports explicit.. MIT +
explainerdashboard (πŸ₯ˆ31 Β· ⭐ 2.4K) - Quickly build Explainable AI dashboards that show the inner.. MIT -- [GitHub](https://github.com/py-why/dowhy) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 930 Β· πŸ“₯ 40 Β· πŸ“¦ 440 Β· πŸ“‹ 480 - 28% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/oegedijk/explainerdashboard) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 340 Β· πŸ“¦ 630 Β· πŸ“‹ 240 - 15% open Β· ⏱️ 29.12.2024): ``` - git clone https://github.com/py-why/dowhy + git clone https://github.com/oegedijk/explainerdashboard ``` -- [PyPi](https://pypi.org/project/dowhy) (πŸ“₯ 50K / month Β· πŸ“¦ 7 Β· ⏱️ 25.12.2023): +- [PyPi](https://pypi.org/project/explainerdashboard) (πŸ“₯ 66K / month Β· πŸ“¦ 13 Β· ⏱️ 29.12.2024): ``` - pip install dowhy + pip install explainerdashboard ``` -- [Conda](https://anaconda.org/conda-forge/dowhy) (πŸ“₯ 34K Β· ⏱️ 26.01.2024): +- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (πŸ“₯ 65K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge dowhy + conda install -c conda-forge explainerdashboard ```
-
explainerdashboard (πŸ₯ˆ29 Β· ⭐ 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/oegedijk/explainerdashboard) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 330 Β· πŸ“¦ 550 Β· πŸ“‹ 240 - 14% open Β· ⏱️ 20.06.2024): +- [GitHub](https://github.com/huggingface/evaluate) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“¦ 21K Β· πŸ“‹ 370 - 61% open Β· ⏱️ 10.01.2025): ``` - git clone https://github.com/oegedijk/explainerdashboard - ``` -- [PyPi](https://pypi.org/project/explainerdashboard) (πŸ“₯ 78K / month Β· πŸ“¦ 10 Β· ⏱️ 18.03.2024): - ``` - pip install explainerdashboard + git clone https://github.com/huggingface/evaluate ``` -- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (πŸ“₯ 55K Β· ⏱️ 18.03.2024): +- [PyPi](https://pypi.org/project/evaluate) (πŸ“₯ 2.9M / month Β· πŸ“¦ 400 Β· ⏱️ 11.09.2024): ``` - conda install -c conda-forge explainerdashboard + pip install evaluate ```
-
fairlearn (πŸ₯ˆ29 Β· ⭐ 1.9K) - A Python package to assess and improve fairness of machine.. MIT +
fairlearn (πŸ₯ˆ30 Β· ⭐ 2.1K) - A Python package to assess and improve fairness of machine.. MIT -- [GitHub](https://github.com/fairlearn/fairlearn) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 420 Β· πŸ“¦ 3 Β· πŸ“‹ 490 - 33% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/fairlearn/fairlearn) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 450 Β· πŸ“¦ 3 Β· πŸ“‹ 540 - 28% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/fairlearn/fairlearn ``` -- [PyPi](https://pypi.org/project/fairlearn) (πŸ“₯ 230K / month Β· πŸ“¦ 55 Β· ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/fairlearn) (πŸ“₯ 140K / month Β· πŸ“¦ 63 Β· ⏱️ 11.12.2024): ``` pip install fairlearn ``` -- [Conda](https://anaconda.org/conda-forge/fairlearn) (πŸ“₯ 37K Β· ⏱️ 20.12.2023): +- [Conda](https://anaconda.org/conda-forge/fairlearn) (πŸ“₯ 45K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge fairlearn ```
-
pyLDAvis (πŸ₯ˆ29 Β· ⭐ 1.8K) - Python library for interactive topic model visualization. Port of.. BSD-3 +
dtreeviz (πŸ₯ˆ28 Β· ⭐ 3.1K) - A python library for decision tree visualization and model interpretation. MIT -- [GitHub](https://github.com/bmabey/pyLDAvis) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 360 Β· πŸ“¦ 6.6K Β· πŸ“‹ 190 - 40% open Β· ⏱️ 29.04.2024): +- [GitHub](https://github.com/parrt/dtreeviz) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 340 Β· πŸ“¦ 1.5K Β· πŸ“‹ 210 - 34% open Β· ⏱️ 06.03.2025): ``` - git clone https://github.com/bmabey/pyLDAvis + git clone https://github.com/parrt/dtreeviz ``` -- [PyPi](https://pypi.org/project/pyldavis) (πŸ“₯ 130K / month Β· πŸ“¦ 100 Β· ⏱️ 23.04.2023): +- [PyPi](https://pypi.org/project/dtreeviz) (πŸ“₯ 100K / month Β· πŸ“¦ 53 Β· ⏱️ 07.07.2022): ``` - pip install pyldavis + pip install dtreeviz ``` -- [Conda](https://anaconda.org/conda-forge/pyldavis) (πŸ“₯ 87K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dtreeviz) (πŸ“₯ 100K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyldavis + conda install -c conda-forge dtreeviz ```
-
Model Analysis (πŸ₯ˆ29 Β· ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 +
DoWhy (πŸ₯ˆ27 Β· ⭐ 7.5K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- [GitHub](https://github.com/tensorflow/model-analysis) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 270 Β· πŸ“‹ 88 - 37% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/py-why/dowhy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 940 Β· πŸ“₯ 43 Β· πŸ“¦ 590 Β· πŸ“‹ 490 - 27% open Β· ⏱️ 21.04.2025): ``` - git clone https://github.com/tensorflow/model-analysis + git clone https://github.com/py-why/dowhy ``` -- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (πŸ“₯ 76K / month Β· πŸ“¦ 19 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/dowhy) (πŸ“₯ 46K / month Β· πŸ“¦ 18 Β· ⏱️ 24.11.2024): ``` - pip install tensorflow-model-analysis + pip install dowhy + ``` +- [Conda](https://anaconda.org/conda-forge/dowhy) (πŸ“₯ 43K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dowhy ```
-
LIT (πŸ₯ˆ28 Β· ⭐ 3.5K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2 +
LIT (πŸ₯ˆ27 Β· ⭐ 3.5K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2 -- [GitHub](https://github.com/PAIR-code/lit) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 350 Β· πŸ“¦ 40 Β· πŸ“‹ 200 - 57% open Β· ⏱️ 22.10.2024): +- [GitHub](https://github.com/PAIR-code/lit) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 360 Β· πŸ“¦ 45 Β· πŸ“‹ 210 - 57% open Β· ⏱️ 20.12.2024): ``` git clone https://github.com/PAIR-code/lit ``` -- [PyPi](https://pypi.org/project/lit-nlp) (πŸ“₯ 4.4K / month Β· πŸ“¦ 3 Β· ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/lit-nlp) (πŸ“₯ 5.6K / month Β· πŸ“¦ 3 Β· ⏱️ 20.12.2024): ``` pip install lit-nlp ``` -- [Conda](https://anaconda.org/conda-forge/lit-nlp) (πŸ“₯ 93K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/lit-nlp) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge lit-nlp ```
-
dtreeviz (πŸ₯ˆ28 Β· ⭐ 3K) - A python library for decision tree visualization and model interpretation. MIT - -- [GitHub](https://github.com/parrt/dtreeviz) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 330 Β· πŸ“¦ 1.3K Β· πŸ“‹ 210 - 34% open Β· ⏱️ 29.08.2024): - - ``` - git clone https://github.com/parrt/dtreeviz - ``` -- [PyPi](https://pypi.org/project/dtreeviz) (πŸ“₯ 110K / month Β· πŸ“¦ 53 Β· ⏱️ 07.07.2022): - ``` - pip install dtreeviz - ``` -- [Conda](https://anaconda.org/conda-forge/dtreeviz) (πŸ“₯ 87K Β· ⏱️ 13.07.2023): - ``` - conda install -c conda-forge dtreeviz - ``` -
-
imodels (πŸ₯ˆ27 Β· ⭐ 1.4K) - Interpretable ML package for concise, transparent, and accurate.. MIT - -- [GitHub](https://github.com/csinva/imodels) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 110 Β· πŸ“‹ 93 - 38% open Β· ⏱️ 24.10.2024): - - ``` - git clone https://github.com/csinva/imodels - ``` -- [PyPi](https://pypi.org/project/imodels) (πŸ“₯ 28K / month Β· πŸ“¦ 9 Β· ⏱️ 15.10.2024): - ``` - pip install imodels - ``` -
-
Fairness 360 (πŸ₯ˆ26 Β· ⭐ 2.4K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 +
Fairness 360 (πŸ₯ˆ27 Β· ⭐ 2.6K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 -- [GitHub](https://github.com/Trusted-AI/AIF360) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 830 Β· πŸ“¦ 500 Β· πŸ“‹ 300 - 66% open Β· ⏱️ 05.07.2024): +- [GitHub](https://github.com/Trusted-AI/AIF360) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 850 Β· πŸ“¦ 660 Β· πŸ“‹ 300 - 65% open Β· ⏱️ 10.12.2024): ``` git clone https://github.com/Trusted-AI/AIF360 ``` -- [PyPi](https://pypi.org/project/aif360) (πŸ“₯ 40K / month Β· πŸ“¦ 32 Β· ⏱️ 08.04.2024): +- [PyPi](https://pypi.org/project/aif360) (πŸ“₯ 31K / month Β· πŸ“¦ 32 Β· ⏱️ 08.04.2024): ``` pip install aif360 ``` -- [Conda](https://anaconda.org/conda-forge/aif360) (πŸ“₯ 16K Β· ⏱️ 09.04.2024): +- [Conda](https://anaconda.org/conda-forge/aif360) (πŸ“₯ 23K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge aif360 ```
-
responsible-ai-widgets (πŸ₯ˆ26 Β· ⭐ 1.4K) - Responsible AI Toolbox is a suite of tools providing.. MIT +
Model Analysis (πŸ₯ˆ27 Β· ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 -- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 350 Β· πŸ“‹ 320 - 27% open Β· ⏱️ 07.08.2024): +- [GitHub](https://github.com/tensorflow/model-analysis) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 280 Β· πŸ“‹ 97 - 39% open Β· ⏱️ 28.04.2025): ``` - git clone https://github.com/microsoft/responsible-ai-toolbox + git clone https://github.com/tensorflow/model-analysis ``` -- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 08.07.2024): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (πŸ“₯ 76K / month Β· πŸ“¦ 19 Β· ⏱️ 05.12.2024): ``` - pip install raiwidgets + pip install tensorflow-model-analysis ```
-
iNNvestigate (πŸ₯ˆ26 Β· ⭐ 1.3K Β· πŸ’€) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 +
responsible-ai-widgets (πŸ₯‰25 Β· ⭐ 1.5K) - Responsible AI Toolbox is a suite of tools providing.. MIT -- [GitHub](https://github.com/albermax/innvestigate) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 240 Β· πŸ“₯ 160 Β· πŸ“¦ 140 Β· πŸ“‹ 260 - 21% open Β· ⏱️ 12.10.2023): +- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 390 Β· πŸ“‹ 320 - 26% open Β· ⏱️ 07.02.2025): ``` - git clone https://github.com/albermax/innvestigate + git clone https://github.com/microsoft/responsible-ai-toolbox ``` -- [PyPi](https://pypi.org/project/innvestigate) (πŸ“₯ 1.3K / month Β· πŸ“¦ 2 Β· ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 9.1K / month Β· πŸ“¦ 6 Β· ⏱️ 08.07.2024): ``` - pip install innvestigate + pip install raiwidgets ```
-
CausalNex (πŸ₯‰25 Β· ⭐ 2.2K Β· πŸ’€) - A Python library that helps data scientists to infer.. Apache-2 +
imodels (πŸ₯‰25 Β· ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT -- [GitHub](https://github.com/mckinsey/causalnex) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 260 Β· πŸ“¦ 130 Β· πŸ“‹ 140 - 17% open Β· ⏱️ 10.02.2024): +- [GitHub](https://github.com/csinva/imodels) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 120 Β· πŸ“‹ 95 - 38% open Β· ⏱️ 05.03.2025): ``` - git clone https://github.com/quantumblacklabs/causalnex + git clone https://github.com/csinva/imodels ``` -- [PyPi](https://pypi.org/project/causalnex) (πŸ“₯ 12K / month Β· πŸ“¦ 4 Β· ⏱️ 22.06.2023): +- [PyPi](https://pypi.org/project/imodels) (πŸ“₯ 40K / month Β· πŸ“¦ 9 Β· ⏱️ 15.10.2024): ``` - pip install causalnex + pip install imodels ```
-
keract (πŸ₯‰25 Β· ⭐ 1K Β· πŸ’€) - Layers Outputs and Gradients in Keras. Made easy. MIT +
keract (πŸ₯‰24 Β· ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT -- [GitHub](https://github.com/philipperemy/keract) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 180 Β· πŸ“¦ 230 Β· πŸ“‹ 89 - 3% open Β· ⏱️ 17.11.2023): +- [GitHub](https://github.com/philipperemy/keract) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 190 Β· πŸ“¦ 250 Β· πŸ“‹ 89 - 3% open Β· ⏱️ 07.04.2025): ``` git clone https://github.com/philipperemy/keract ``` -- [PyPi](https://pypi.org/project/keract) (πŸ“₯ 12K / month Β· πŸ“¦ 9 Β· ⏱️ 25.09.2022): +- [PyPi](https://pypi.org/project/keract) (πŸ“₯ 5K / month Β· πŸ“¦ 7 Β· ⏱️ 07.04.2025): ``` pip install keract ```
-
aequitas (πŸ₯‰25 Β· ⭐ 690) - Bias Auditing & Fair ML Toolkit. MIT +
aequitas (πŸ₯‰24 Β· ⭐ 720) - Bias Auditing & Fair ML Toolkit. MIT -- [GitHub](https://github.com/dssg/aequitas) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 110 Β· πŸ“¦ 170 Β· πŸ“‹ 99 - 51% open Β· ⏱️ 11.09.2024): +- [GitHub](https://github.com/dssg/aequitas) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 120 Β· πŸ“¦ 190 Β· πŸ“‹ 99 - 51% open Β· ⏱️ 25.03.2025): ``` git clone https://github.com/dssg/aequitas ``` -- [PyPi](https://pypi.org/project/aequitas) (πŸ“₯ 37K / month Β· πŸ“¦ 8 Β· ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/aequitas) (πŸ“₯ 21K / month Β· πŸ“¦ 8 Β· ⏱️ 30.01.2024): ``` pip install aequitas ```
-
Explainability 360 (πŸ₯‰24 Β· ⭐ 1.6K) - Interpretability and explainability of data and.. Apache-2 - -- [GitHub](https://github.com/Trusted-AI/AIX360) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 300 Β· πŸ“¦ 100 Β· πŸ“‹ 85 - 63% open Β· ⏱️ 16.07.2024): - - ``` - git clone https://github.com/Trusted-AI/AIX360 - ``` -- [PyPi](https://pypi.org/project/aix360) (πŸ“₯ 3K / month Β· πŸ“¦ 1 Β· ⏱️ 31.07.2023): - ``` - pip install aix360 - ``` -
-
What-If Tool (πŸ₯‰23 Β· ⭐ 910 Β· πŸ’€) - Source code/webpage/demos for the What-If Tool. Apache-2 +
ecco (πŸ₯‰23 Β· ⭐ 2K Β· πŸ’€) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 -- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 170 Β· πŸ“¦ 2 Β· πŸ“‹ 140 - 61% open Β· ⏱️ 01.02.2024): +- [GitHub](https://github.com/jalammar/ecco) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 170 Β· πŸ“₯ 140 Β· πŸ“¦ 33 Β· πŸ“‹ 64 - 51% open Β· ⏱️ 15.08.2024): ``` - git clone https://github.com/PAIR-code/what-if-tool - ``` -- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 9.5K / month Β· πŸ“¦ 6 Β· ⏱️ 12.10.2021): - ``` - pip install witwidget + git clone https://github.com/jalammar/ecco ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (πŸ“₯ 2.3M Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/ecco) (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 09.01.2022): ``` - conda install -c conda-forge tensorboard-plugin-wit + pip install ecco ``` -- [npm](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 570 / month Β· πŸ“¦ 3 Β· ⏱️ 12.10.2021): +- [Conda](https://anaconda.org/conda-forge/ecco) (πŸ“₯ 6.7K Β· ⏱️ 22.04.2025): ``` - npm install wit-widget + conda install -c conda-forge ecco ```
-
ecco (πŸ₯‰22 Β· ⭐ 2K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 +
Explainability 360 (πŸ₯‰23 Β· ⭐ 1.7K) - Interpretability and explainability of data and.. Apache-2 -- [GitHub](https://github.com/jalammar/ecco) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 160 Β· πŸ“₯ 120 Β· πŸ“¦ 31 Β· πŸ“‹ 64 - 51% open Β· ⏱️ 15.08.2024): +- [GitHub](https://github.com/Trusted-AI/AIX360) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 300 Β· πŸ“¦ 130 Β· πŸ“‹ 86 - 62% open Β· ⏱️ 26.02.2025): ``` - git clone https://github.com/jalammar/ecco - ``` -- [PyPi](https://pypi.org/project/ecco) (πŸ“₯ 1.5K / month Β· πŸ“¦ 1 Β· ⏱️ 09.01.2022): - ``` - pip install ecco + git clone https://github.com/Trusted-AI/AIX360 ``` -- [Conda](https://anaconda.org/conda-forge/ecco) (πŸ“₯ 5.6K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/aix360) (πŸ“₯ 1.2K / month Β· πŸ“¦ 1 Β· ⏱️ 31.07.2023): ``` - conda install -c conda-forge ecco + pip install aix360 ```
-
random-forest-importances (πŸ₯‰22 Β· ⭐ 600) - Code to compute permutation and drop-column.. MIT +
random-forest-importances (πŸ₯‰22 Β· ⭐ 610) - 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) (πŸ“₯ 14K / month Β· πŸ“¦ 5 Β· ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/rfpimp) (πŸ“₯ 13K / month Β· πŸ“¦ 5 Β· ⏱️ 28.01.2021): ``` pip install rfpimp ```
DiCE (πŸ₯‰20 Β· ⭐ 1.4K) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- [GitHub](https://github.com/interpretml/DiCE) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 190 Β· πŸ“‹ 180 - 48% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/interpretml/DiCE) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 200 Β· πŸ“‹ 180 - 48% open Β· ⏱️ 22.11.2024): ``` git clone https://github.com/interpretml/DiCE ``` -- [PyPi](https://pypi.org/project/dice-ml) (πŸ“₯ 30K / month Β· πŸ“¦ 6 Β· ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/dice-ml) (πŸ“₯ 33K / month Β· πŸ“¦ 6 Β· ⏱️ 27.10.2023): ``` pip install dice-ml ```
-
fairness-indicators (πŸ₯‰19 Β· ⭐ 340) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 +
fairness-indicators (πŸ₯‰20 Β· ⭐ 350) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 -- [GitHub](https://github.com/tensorflow/fairness-indicators) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 78 Β· πŸ“‹ 36 - 72% open Β· ⏱️ 26.04.2024): +- [GitHub](https://github.com/tensorflow/fairness-indicators) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 83 Β· πŸ“‹ 39 - 74% open Β· ⏱️ 22.01.2025): ``` git clone https://github.com/tensorflow/fairness-indicators ``` -- [PyPi](https://pypi.org/project/fairness-indicators) (πŸ“₯ 3.3K / month Β· ⏱️ 26.04.2024): +- [PyPi](https://pypi.org/project/fairness-indicators) (πŸ“₯ 2.7K / month Β· ⏱️ 22.01.2025): ``` pip install fairness-indicators ```
-
LOFO (πŸ₯‰18 Β· ⭐ 820 Β· πŸ’€) - Leave One Feature Out Importance. MIT +
LOFO (πŸ₯‰19 Β· ⭐ 830) - Leave One Feature Out Importance. MIT -- [GitHub](https://github.com/aerdem4/lofo-importance) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 84 Β· πŸ“¦ 34 Β· πŸ“‹ 27 - 11% open Β· ⏱️ 16.01.2024): +- [GitHub](https://github.com/aerdem4/lofo-importance) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 87 Β· πŸ“¦ 40 Β· πŸ“‹ 30 - 13% open Β· ⏱️ 14.02.2025): ``` git clone https://github.com/aerdem4/lofo-importance ``` -- [PyPi](https://pypi.org/project/lofo-importance) (πŸ“₯ 3.6K / month Β· πŸ“¦ 4 Β· ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/lofo-importance) (πŸ“₯ 2.7K / month Β· πŸ“¦ 5 Β· ⏱️ 14.02.2025): ``` pip install lofo-importance ```
-
ExplainX.ai (πŸ₯‰16 Β· ⭐ 420) - Explainable AI framework for data scientists. Explain & debug any.. MIT +
ExplainX.ai (πŸ₯‰16 Β· ⭐ 430 Β· πŸ’€) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- [GitHub](https://github.com/explainX/explainx) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 52 Β· πŸ“₯ 19 Β· πŸ“‹ 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) (πŸ“₯ 2.4K / month Β· ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/explainx) (πŸ“₯ 1.4K / month Β· ⏱️ 04.02.2021): ``` pip install explainx ```
-
interpret-text (πŸ₯‰15 Β· ⭐ 410 Β· πŸ’€) - A library that incorporates state-of-the-art explainers.. MIT - -- [GitHub](https://github.com/interpretml/interpret-text) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 68 Β· πŸ“‹ 100 - 84% open Β· ⏱️ 05.02.2024): - - ``` - git clone https://github.com/interpretml/interpret-text - ``` -- [PyPi](https://pypi.org/project/interpret-text) (πŸ“₯ 430 / month Β· ⏱️ 07.12.2021): - ``` - pip install interpret-text - ``` -
-
Show 24 hidden projects... - -- Lime (πŸ₯‡32 Β· ⭐ 12K Β· πŸ’€) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- Deep Checks (πŸ₯ˆ29 Β· ⭐ 3.6K Β· πŸ’€) - Deepchecks: Tests for Continuous Validation of ML Models.. ❗️AGPL-3.0 -- scikit-plot (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ’€) - An intuitive library to add plotting functionality to.. MIT -- DALEX (πŸ₯ˆ28 Β· ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 -- yellowbrick (πŸ₯ˆ27 Β· ⭐ 4.3K Β· πŸ’€) - Visual analysis and diagnostic tools to facilitate.. Apache-2 -- Lucid (πŸ₯ˆ26 Β· ⭐ 4.7K Β· πŸ’€) - A collection of infrastructure and tools for research in.. Apache-2 -- eli5 (πŸ₯ˆ26 Β· ⭐ 2.8K Β· πŸ’€) - A library for debugging/inspecting machine learning classifiers and.. MIT -- Alibi (πŸ₯ˆ26 Β· ⭐ 2.4K) - Algorithms for explaining machine learning models. ❗️Intel -- keras-vis (πŸ₯‰25 Β· ⭐ 3K Β· πŸ’€) - Neural network visualization toolkit for keras. MIT -- checklist (πŸ₯‰24 Β· ⭐ 2K Β· πŸ’€) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT +
Show 30 hidden projects... + +- Lime (πŸ₯‡33 Β· ⭐ 12K Β· πŸ’€) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 +- pyLDAvis (πŸ₯ˆ30 Β· ⭐ 1.8K Β· πŸ’€) - Python library for interactive topic model visualization... BSD-3 +- yellowbrick (πŸ₯ˆ28 Β· ⭐ 4.3K Β· πŸ’€) - 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 (πŸ₯ˆ27 Β· ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 +- iNNvestigate (πŸ₯ˆ27 Β· ⭐ 1.3K Β· πŸ’€) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 +- Alibi (πŸ₯‰26 Β· ⭐ 2.5K) - Algorithms for explaining machine learning models. ❗️Intel +- Lucid (πŸ₯‰25 Β· ⭐ 4.7K Β· πŸ’€) - A collection of infrastructure and tools for research in.. Apache-2 +- 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 -- deeplift (πŸ₯‰22 Β· ⭐ 820 Β· πŸ’€) - Public facing deeplift repo. MIT -- TreeInterpreter (πŸ₯‰21 Β· ⭐ 740 Β· πŸ’€) - Package for interpreting scikit-learns decision tree.. BSD-3 -- Quantus (πŸ₯‰21 Β· ⭐ 550) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 -- XAI (πŸ₯‰19 Β· ⭐ 1.1K Β· πŸ’€) - XAI - An eXplainability toolbox for machine learning. MIT -- tcav (πŸ₯‰19 Β· ⭐ 630 Β· πŸ’€) - Code for the TCAV ML interpretability project. Apache-2 -- sklearn-evaluation (πŸ₯‰19 Β· ⭐ 460 Β· πŸ’€) - Machine learning model evaluation made easy: plots,.. MIT -- model-card-toolkit (πŸ₯‰18 Β· ⭐ 420 Β· πŸ’€) - A toolkit that streamlines and automates the.. Apache-2 +- deeplift (πŸ₯‰21 Β· ⭐ 850 Β· πŸ’€) - Public facing deeplift repo. MIT +- Quantus (πŸ₯‰21 Β· ⭐ 600) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 +- tcav (πŸ₯‰20 Β· ⭐ 640 Β· πŸ’€) - Code for the TCAV ML interpretability project. Apache-2 +- XAI (πŸ₯‰19 Β· ⭐ 1.2K Β· πŸ’€) - XAI - An eXplainability toolbox for machine learning. MIT +- model-card-toolkit (πŸ₯‰18 Β· ⭐ 430 Β· πŸ’€) - A toolkit that streamlines and automates the.. Apache-2 +- effector (πŸ₯‰18 Β· ⭐ 88) - Effector - a Python package for global and regional effect methods. MIT +- sklearn-evaluation (πŸ₯‰17 Β· ⭐ 460 Β· πŸ’€) - Machine learning model evaluation made easy: plots,.. MIT - Anchor (πŸ₯‰16 Β· ⭐ 800 Β· πŸ’€) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- FlashTorch (πŸ₯‰16 Β· ⭐ 730 Β· πŸ’€) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT -- Skater (πŸ₯‰14 Β· ⭐ 1.1K Β· πŸ’€) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 -- Attribution Priors (πŸ₯‰14 Β· ⭐ 120 Β· πŸ’€) - Tools for training explainable models using.. MIT -- bias-detector (πŸ₯‰14 Β· ⭐ 44 Β· πŸ’€) - Bias Detector is a python package for detecting bias in machine.. MIT -- contextual-ai (πŸ₯‰13 Β· ⭐ 86 Β· πŸ’€) - Contextual AI adds explainability to different stages of.. Apache-2 +- FlashTorch (πŸ₯‰16 Β· ⭐ 740 Β· πŸ’€) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT +- Skater (πŸ₯‰15 Β· ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 +- interpret-text (πŸ₯‰15 Β· ⭐ 420 Β· πŸ’€) - A library that incorporates state-of-the-art explainers.. MIT +- Attribution Priors (πŸ₯‰13 Β· ⭐ 120 Β· πŸ’€) - Tools for training explainable models using.. MIT +- contextual-ai (πŸ₯‰13 Β· ⭐ 87 Β· πŸ’€) - Contextual AI adds explainability to different stages of.. Apache-2 +- bias-detector (πŸ₯‰13 Β· ⭐ 43 Β· πŸ’€) - Bias Detector is a python package for detecting bias in machine.. MIT

@@ -6417,75 +5991,75 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search._ -πŸ”— ANN Benchmarks ( ⭐ 4.9K) - Benchmarks of approximate nearest neighbor libraries in Python. +πŸ”— ANN Benchmarks ( ⭐ 5.3K) - Benchmarks of approximate nearest neighbor libraries in Python. -
Faiss (πŸ₯‡41 Β· ⭐ 31K) - 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) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 3.6K Β· πŸ“¦ 4.1K Β· πŸ“‹ 2.5K - 9% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/facebookresearch/faiss) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 3.8K Β· πŸ“¦ 4.8K Β· πŸ“‹ 2.6K - 9% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/facebookresearch/faiss ``` -- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 1M / month Β· πŸ“¦ 180 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 1.8M / month Β· πŸ“¦ 260 Β· ⏱️ 28.04.2025): ``` pip install pymilvus ``` -- [Conda](https://anaconda.org/conda-forge/faiss) (πŸ“₯ 1.8M Β· ⏱️ 09.08.2024): +- [Conda](https://anaconda.org/conda-forge/faiss) (πŸ“₯ 2.5M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge faiss ```
-
Milvus (πŸ₯‡41 Β· ⭐ 30K) - A cloud-native vector database, storage for next generation AI.. Apache-2 +
Milvus (πŸ₯‡41 Β· ⭐ 35K) - Milvus is a high-performance, cloud-native vector database built for.. Apache-2 -- [GitHub](https://github.com/milvus-io/milvus) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.9K Β· πŸ“₯ 280K Β· πŸ“‹ 12K - 6% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/milvus-io/milvus) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 3.2K Β· πŸ“₯ 350K Β· πŸ“‹ 13K - 5% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/milvus-io/milvus ``` -- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 1M / month Β· πŸ“¦ 180 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 1.8M / month Β· πŸ“¦ 260 Β· ⏱️ 28.04.2025): ``` pip install pymilvus ``` -- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (πŸ“₯ 67M Β· ⭐ 64 Β· ⏱️ 31.10.2024): +- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (πŸ“₯ 69M Β· ⭐ 80 Β· ⏱️ 08.05.2025): ``` docker pull milvusdb/milvus ```
-
Annoy (πŸ₯ˆ35 Β· ⭐ 13K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. 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.4K Β· πŸ“‹ 400 - 14% open Β· ⏱️ 29.07.2024): +- [GitHub](https://github.com/spotify/annoy) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.2K Β· πŸ“¦ 5.1K Β· πŸ“‹ 410 - 15% open Β· ⏱️ 29.07.2024): ``` git clone https://github.com/spotify/annoy ``` -- [PyPi](https://pypi.org/project/annoy) (πŸ“₯ 1.1M / month Β· πŸ“¦ 200 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/annoy) (πŸ“₯ 760K / month Β· πŸ“¦ 200 Β· ⏱️ 14.06.2023): ``` pip install annoy ``` -- [Conda](https://anaconda.org/conda-forge/python-annoy) (πŸ“₯ 550K Β· ⏱️ 05.09.2024): +- [Conda](https://anaconda.org/conda-forge/python-annoy) (πŸ“₯ 680K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge python-annoy ```
-
hnswlib (πŸ₯ˆ32 Β· ⭐ 4.3K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2 +
hnswlib (πŸ₯ˆ32 Β· ⭐ 4.7K Β· πŸ’€) - Header-only C++/python library for fast approximate nearest.. Apache-2 -- [GitHub](https://github.com/nmslib/hnswlib) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 620 Β· πŸ“¦ 7.1K Β· πŸ“‹ 390 - 57% open Β· ⏱️ 17.06.2024): +- [GitHub](https://github.com/nmslib/hnswlib) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 680 Β· πŸ“¦ 8K Β· πŸ“‹ 420 - 60% open Β· ⏱️ 17.06.2024): ``` git clone https://github.com/nmslib/hnswlib ``` -- [PyPi](https://pypi.org/project/hnswlib) (πŸ“₯ 940K / month Β· πŸ“¦ 130 Β· ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/hnswlib) (πŸ“₯ 480K / month Β· πŸ“¦ 130 Β· ⏱️ 03.12.2023): ``` pip install hnswlib ``` -- [Conda](https://anaconda.org/conda-forge/hnswlib) (πŸ“₯ 250K Β· ⏱️ 27.09.2023): +- [Conda](https://anaconda.org/conda-forge/hnswlib) (πŸ“₯ 350K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge hnswlib ```
-
NMSLIB (πŸ₯ˆ32 Β· ⭐ 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.2K Β· πŸ“‹ 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 @@ -6494,64 +6068,64 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit ``` pip install nmslib ``` -- [Conda](https://anaconda.org/conda-forge/nmslib) (πŸ“₯ 150K Β· ⏱️ 09.09.2024): +- [Conda](https://anaconda.org/conda-forge/nmslib) (πŸ“₯ 200K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge nmslib ```
-
USearch (πŸ₯‰30 Β· ⭐ 2.2K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2 +
USearch (πŸ₯ˆ31 Β· ⭐ 2.7K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2 -- [GitHub](https://github.com/unum-cloud/usearch) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“₯ 30K Β· πŸ“¦ 130 Β· πŸ“‹ 160 - 32% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/unum-cloud/usearch) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 180 Β· πŸ“₯ 66K Β· πŸ“¦ 180 Β· πŸ“‹ 210 - 42% open Β· ⏱️ 16.04.2025): ``` git clone https://github.com/unum-cloud/usearch ``` -- [PyPi](https://pypi.org/project/usearch) (πŸ“₯ 190K / month Β· πŸ“¦ 21 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/usearch) (πŸ“₯ 160K / month Β· πŸ“¦ 35 Β· ⏱️ 16.04.2025): ``` pip install usearch ``` -- [npm](https://www.npmjs.com/package/usearch) (πŸ“₯ 9.2K / month Β· πŸ“¦ 14 Β· ⏱️ 29.10.2024): +- [npm](https://www.npmjs.com/package/usearch) (πŸ“₯ 8K / month Β· πŸ“¦ 15 Β· ⏱️ 23.01.2025): ``` npm install usearch ``` -- [Docker Hub](https://hub.docker.com/r/unum/usearch) (πŸ“₯ 130 Β· ⭐ 1 Β· ⏱️ 29.10.2024): +- [Docker Hub](https://hub.docker.com/r/unum/usearch) (πŸ“₯ 200 Β· ⭐ 1 Β· ⏱️ 16.04.2025): ``` docker pull unum/usearch ```
-
PyNNDescent (πŸ₯‰28 Β· ⭐ 880) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 +
PyNNDescent (πŸ₯‰28 Β· ⭐ 920) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 -- [GitHub](https://github.com/lmcinnes/pynndescent) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 100 Β· πŸ“¦ 8.2K Β· πŸ“‹ 140 - 52% open Β· ⏱️ 17.06.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.7M / month Β· πŸ“¦ 160 Β· ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/pynndescent) (πŸ“₯ 1.5M / month Β· πŸ“¦ 160 Β· ⏱️ 17.06.2024): ``` pip install pynndescent ``` -- [Conda](https://anaconda.org/conda-forge/pynndescent) (πŸ“₯ 2.1M Β· ⏱️ 17.06.2024): +- [Conda](https://anaconda.org/conda-forge/pynndescent) (πŸ“₯ 2.3M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pynndescent ```
-
NGT (πŸ₯‰22 Β· ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 +
NGT (πŸ₯‰24 Β· ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- [GitHub](https://github.com/yahoojapan/NGT) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/yahoojapan/NGT) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 120 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 30.04.2025): ``` git clone https://github.com/yahoojapan/NGT ``` -- [PyPi](https://pypi.org/project/ngt) (πŸ“₯ 5.4K / month Β· πŸ“¦ 8 Β· ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/ngt) (πŸ“₯ 3.1K / month Β· πŸ“¦ 12 Β· ⏱️ 26.02.2025): ``` pip install ngt ```
Show 4 hidden projects... +- NearPy (πŸ₯‰21 Β· ⭐ 770 Β· πŸ’€) - Python framework for fast (approximated) nearest neighbour search in.. MIT +- N2 (πŸ₯‰21 Β· ⭐ 580 Β· πŸ’€) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 - Magnitude (πŸ₯‰20 Β· ⭐ 1.6K Β· πŸ’€) - A fast, efficient universal vector embedding utility package. MIT -- NearPy (πŸ₯‰20 Β· ⭐ 760 Β· πŸ’€) - Python framework for fast (approximated) nearest neighbour search in.. MIT -- N2 (πŸ₯‰20 Β· ⭐ 570 Β· πŸ’€) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 - PySparNN (πŸ₯‰11 Β· ⭐ 920 Β· πŸ’€) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3

@@ -6562,276 +6136,299 @@ _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.7K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 +
PyMC3 (πŸ₯‡41 Β· ⭐ 9K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 -- [GitHub](https://github.com/pymc-devs/pymc) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 2K Β· πŸ“₯ 2K Β· πŸ“¦ 4.4K Β· πŸ“‹ 3.4K - 9% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/pymc-devs/pymc) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2.1K Β· πŸ“₯ 2K Β· πŸ“¦ 6.9K Β· πŸ“‹ 3.5K - 10% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/pymc-devs/pymc ``` -- [PyPi](https://pypi.org/project/pymc3) (πŸ“₯ 220K / month Β· πŸ“¦ 190 Β· ⏱️ 31.05.2024): +- [PyPi](https://pypi.org/project/pymc3) (πŸ“₯ 290K / month Β· πŸ“¦ 190 Β· ⏱️ 31.05.2024): ``` pip install pymc3 ``` -- [Conda](https://anaconda.org/conda-forge/pymc3) (πŸ“₯ 610K Β· ⏱️ 02.06.2024): +- [Conda](https://anaconda.org/conda-forge/pymc3) (πŸ“₯ 660K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pymc3 ```
tensorflow-probability (πŸ₯‡36 Β· ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- [GitHub](https://github.com/tensorflow/probability) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 1.1K Β· πŸ“¦ 2 Β· πŸ“‹ 1.4K - 47% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/tensorflow/probability) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 1.1K Β· πŸ“¦ 4 Β· πŸ“‹ 1.5K - 48% open Β· ⏱️ 01.05.2025): ``` git clone https://github.com/tensorflow/probability ``` -- [PyPi](https://pypi.org/project/tensorflow-probability) (πŸ“₯ 1.5M / month Β· πŸ“¦ 610 Β· ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/tensorflow-probability) (πŸ“₯ 1.6M / month Β· πŸ“¦ 620 Β· ⏱️ 08.11.2024): ``` pip install tensorflow-probability ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (πŸ“₯ 150K Β· ⏱️ 27.05.2024): +- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (πŸ“₯ 180K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-probability ```
-
Pyro (πŸ₯‡34 Β· ⭐ 8.5K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +
pgmpy (πŸ₯‡34 Β· ⭐ 2.9K) - Python Library for Causal and Probabilistic Modeling using Bayesian Networks. MIT + +- [GitHub](https://github.com/pgmpy/pgmpy) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 740 Β· πŸ“₯ 610 Β· πŸ“¦ 1.6K Β· πŸ“‹ 1K - 29% open Β· ⏱️ 08.05.2025): + + ``` + git clone https://github.com/pgmpy/pgmpy + ``` +- [PyPi](https://pypi.org/project/pgmpy) (πŸ“₯ 140K / month Β· πŸ“¦ 72 Β· ⏱️ 31.03.2025): + ``` + pip install pgmpy + ``` +
+
Pyro (πŸ₯ˆ33 Β· ⭐ 8.7K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- [GitHub](https://github.com/pyro-ppl/pyro) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 980 Β· πŸ“‹ 1.1K - 23% open Β· ⏱️ 24.10.2024): +- [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) (πŸ“₯ 370K / month Β· πŸ“¦ 190 Β· ⏱️ 02.06.2024): +- [PyPi](https://pypi.org/project/pyro-ppl) (πŸ“₯ 410K / month Β· πŸ“¦ 190 Β· ⏱️ 02.06.2024): ``` pip install pyro-ppl ``` -- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (πŸ“₯ 200K Β· ⏱️ 03.06.2024): +- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (πŸ“₯ 240K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pyro-ppl ```
-
pgmpy (πŸ₯‡34 Β· ⭐ 2.7K) - Python Library for learning (Structure and Parameter), inference.. MIT +
patsy (πŸ₯ˆ32 Β· ⭐ 970) - Describing statistical models in Python using symbolic formulas. BSD-2 -- [GitHub](https://github.com/pgmpy/pgmpy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“₯ 550 Β· πŸ“¦ 1.2K Β· πŸ“‹ 930 - 31% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/pydata/patsy) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 100 Β· πŸ“¦ 120K Β· πŸ“‹ 160 - 46% open Β· ⏱️ 24.02.2025): ``` - git clone https://github.com/pgmpy/pgmpy + git clone https://github.com/pydata/patsy ``` -- [PyPi](https://pypi.org/project/pgmpy) (πŸ“₯ 120K / month Β· πŸ“¦ 53 Β· ⏱️ 09.08.2024): +- [PyPi](https://pypi.org/project/patsy) (πŸ“₯ 16M / month Β· πŸ“¦ 530 Β· ⏱️ 12.11.2024): ``` - pip install pgmpy + pip install patsy + ``` +- [Conda](https://anaconda.org/conda-forge/patsy) (πŸ“₯ 16M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge patsy ```
-
GPyTorch (πŸ₯ˆ32 Β· ⭐ 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 Β· πŸ”€ 550 Β· πŸ“¦ 2.4K Β· πŸ“‹ 1.3K - 27% open Β· ⏱️ 27.09.2024): +- [GitHub](https://github.com/cornellius-gp/gpytorch) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“¦ 2.9K Β· πŸ“‹ 1.4K - 27% open Β· ⏱️ 07.02.2025): ``` git clone https://github.com/cornellius-gp/gpytorch ``` -- [PyPi](https://pypi.org/project/gpytorch) (πŸ“₯ 280K / month Β· πŸ“¦ 170 Β· ⏱️ 06.09.2024): +- [PyPi](https://pypi.org/project/gpytorch) (πŸ“₯ 350K / month Β· πŸ“¦ 190 Β· ⏱️ 29.01.2025): ``` pip install gpytorch ``` -- [Conda](https://anaconda.org/conda-forge/gpytorch) (πŸ“₯ 180K Β· ⏱️ 07.09.2024): +- [Conda](https://anaconda.org/conda-forge/gpytorch) (πŸ“₯ 200K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge gpytorch ```
-
hmmlearn (πŸ₯ˆ31 Β· ⭐ 3.1K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +
GPflow (πŸ₯ˆ30 Β· ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 -- [GitHub](https://github.com/hmmlearn/hmmlearn) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 740 Β· πŸ“¦ 2.9K Β· πŸ“‹ 450 - 15% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/GPflow/GPflow) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 440 Β· πŸ“¦ 760 Β· πŸ“‹ 840 - 18% open Β· ⏱️ 29.01.2025): ``` - git clone https://github.com/hmmlearn/hmmlearn + git clone https://github.com/GPflow/GPflow ``` -- [PyPi](https://pypi.org/project/hmmlearn) (πŸ“₯ 430K / month Β· πŸ“¦ 92 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/gpflow) (πŸ“₯ 98K / month Β· πŸ“¦ 35 Β· ⏱️ 17.06.2024): ``` - pip install hmmlearn + pip install gpflow ``` -- [Conda](https://anaconda.org/conda-forge/hmmlearn) (πŸ“₯ 290K Β· ⏱️ 11.09.2024): +- [Conda](https://anaconda.org/conda-forge/gpflow) (πŸ“₯ 44K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge hmmlearn + conda install -c conda-forge gpflow ```
-
emcee (πŸ₯ˆ31 Β· ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT +
emcee (πŸ₯ˆ29 Β· ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT -- [GitHub](https://github.com/dfm/emcee) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 430 Β· πŸ“¦ 2.7K Β· πŸ“‹ 300 - 19% open Β· ⏱️ 10.10.2024): +- [GitHub](https://github.com/dfm/emcee) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 430 Β· πŸ“¦ 3K Β· πŸ“‹ 300 - 19% open Β· ⏱️ 16.03.2025): ``` git clone https://github.com/dfm/emcee ``` -- [PyPi](https://pypi.org/project/emcee) (πŸ“₯ 730K / month Β· πŸ“¦ 440 Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/emcee) (πŸ“₯ 140K / month Β· πŸ“¦ 440 Β· ⏱️ 19.04.2024): ``` pip install emcee ``` -- [Conda](https://anaconda.org/conda-forge/emcee) (πŸ“₯ 370K Β· ⏱️ 22.04.2024): +- [Conda](https://anaconda.org/conda-forge/emcee) (πŸ“₯ 410K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge emcee ```
-
SALib (πŸ₯ˆ31 Β· ⭐ 880) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT +
pomegranate (πŸ₯‰28 Β· ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- [GitHub](https://github.com/SALib/SALib) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 230 Β· πŸ“¦ 1.3K Β· πŸ“‹ 340 - 15% open Β· ⏱️ 10.10.2024): +- [GitHub](https://github.com/jmschrei/pomegranate) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 590 Β· πŸ“‹ 790 - 3% open Β· ⏱️ 07.02.2025): ``` - git clone https://github.com/SALib/SALib + git clone https://github.com/jmschrei/pomegranate ``` -- [PyPi](https://pypi.org/project/salib) (πŸ“₯ 350K / month Β· πŸ“¦ 130 Β· ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/pomegranate) (πŸ“₯ 27K / month Β· πŸ“¦ 67 Β· ⏱️ 07.02.2025): ``` - pip install salib + pip install pomegranate ``` -- [Conda](https://anaconda.org/conda-forge/salib) (πŸ“₯ 190K Β· ⏱️ 20.09.2024): +- [Conda](https://anaconda.org/conda-forge/pomegranate) (πŸ“₯ 210K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge salib + conda install -c conda-forge pomegranate ```
-
pandas-ta (πŸ₯‰30 Β· ⭐ 5.4K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT +
hmmlearn (πŸ₯‰28 Β· ⭐ 3.2K Β· πŸ’€) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 -- [GitHub](https://github.com/twopirllc/pandas-ta) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 1K Β· πŸ“¦ 4.3K Β· πŸ“‹ 600 - 19% open Β· ⏱️ 24.06.2024): +- [GitHub](https://github.com/hmmlearn/hmmlearn) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 740 Β· πŸ“‹ 450 - 15% open Β· ⏱️ 31.10.2024): ``` - git clone https://github.com/twopirllc/pandas-ta + git clone https://github.com/hmmlearn/hmmlearn ``` -- [PyPi](https://pypi.org/project/pandas-ta) (πŸ“₯ 170K / month Β· πŸ“¦ 120 Β· ⏱️ 28.07.2021): +- [PyPi](https://pypi.org/project/hmmlearn) (πŸ“₯ 150K / month Β· πŸ“¦ 92 Β· ⏱️ 31.10.2024): ``` - pip install pandas-ta + pip install hmmlearn ``` -- [Conda](https://anaconda.org/conda-forge/pandas-ta) (πŸ“₯ 22K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/hmmlearn) (πŸ“₯ 370K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pandas-ta + conda install -c conda-forge hmmlearn ```
-
GPflow (πŸ₯‰30 Β· ⭐ 1.8K) - Gaussian processes in TensorFlow. Apache-2 +
bambi (πŸ₯‰28 Β· ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT -- [GitHub](https://github.com/GPflow/GPflow) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 440 Β· πŸ“¦ 700 Β· πŸ“‹ 840 - 18% open Β· ⏱️ 04.10.2024): +- [GitHub](https://github.com/bambinos/bambi) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 200 Β· πŸ“‹ 440 - 20% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/GPflow/GPflow + git clone https://github.com/bambinos/bambi ``` -- [PyPi](https://pypi.org/project/gpflow) (πŸ“₯ 69K / month Β· πŸ“¦ 35 Β· ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/bambi) (πŸ“₯ 34K / month Β· πŸ“¦ 14 Β· ⏱️ 21.12.2024): ``` - pip install gpflow + pip install bambi ``` -- [Conda](https://anaconda.org/conda-forge/gpflow) (πŸ“₯ 35K Β· ⏱️ 26.06.2024): +- [Conda](https://anaconda.org/conda-forge/bambi) (πŸ“₯ 48K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge gpflow + conda install -c conda-forge bambi ```
-
patsy (πŸ₯‰30 Β· ⭐ 950 Β· πŸ’€) - Describing statistical models in Python using symbolic formulas. BSD-2 +
SALib (πŸ₯‰28 Β· ⭐ 920) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT -- [GitHub](https://github.com/pydata/patsy) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 100 Β· πŸ“¦ 110K Β· πŸ“‹ 160 - 47% open Β· ⏱️ 04.01.2024): +- [GitHub](https://github.com/SALib/SALib) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 240 Β· πŸ“¦ 1.5K Β· πŸ“‹ 340 - 15% open Β· ⏱️ 18.04.2025): ``` - git clone https://github.com/pydata/patsy + git clone https://github.com/SALib/SALib ``` -- [PyPi](https://pypi.org/project/patsy) (πŸ“₯ 15M / month Β· πŸ“¦ 530 Β· ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/salib) (πŸ“₯ 290K / month Β· πŸ“¦ 130 Β· ⏱️ 19.08.2024): ``` - pip install patsy + pip install salib ``` -- [Conda](https://anaconda.org/conda-forge/patsy) (πŸ“₯ 13M Β· ⏱️ 05.01.2024): +- [Conda](https://anaconda.org/conda-forge/salib) (πŸ“₯ 220K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge patsy + conda install -c conda-forge salib ```
-
PyStan (πŸ₯‰28 Β· ⭐ 340) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC +
PyStan (πŸ₯‰28 Β· ⭐ 350 Β· πŸ’€) - PyStan, a Python interface to Stan, a platform for statistical.. ISC -- [GitHub](https://github.com/stan-dev/pystan) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 59 Β· πŸ“¦ 10K Β· πŸ“‹ 200 - 6% open Β· ⏱️ 03.07.2024): +- [GitHub](https://github.com/stan-dev/pystan) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 60 Β· πŸ“¦ 10K Β· πŸ“‹ 200 - 6% open Β· ⏱️ 03.07.2024): ``` git clone https://github.com/stan-dev/pystan ``` -- [PyPi](https://pypi.org/project/pystan) (πŸ“₯ 710K / month Β· πŸ“¦ 160 Β· ⏱️ 03.07.2024): +- [PyPi](https://pypi.org/project/pystan) (πŸ“₯ 850K / month Β· πŸ“¦ 160 Β· ⏱️ 03.07.2024): ``` pip install pystan ``` -- [Conda](https://anaconda.org/conda-forge/pystan) (πŸ“₯ 2.9M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pystan) (πŸ“₯ 3M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pystan ```
-
pomegranate (πŸ₯‰27 Β· ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT +
scikit-posthocs (πŸ₯‰27 Β· ⭐ 370) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT -- [GitHub](https://github.com/jmschrei/pomegranate) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 590 Β· πŸ“‹ 780 - 2% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/maximtrp/scikit-posthocs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 40 Β· πŸ“₯ 66 Β· πŸ“¦ 1.1K Β· πŸ“‹ 72 - 6% open Β· ⏱️ 16.04.2025): ``` - git clone https://github.com/jmschrei/pomegranate + git clone https://github.com/maximtrp/scikit-posthocs ``` -- [PyPi](https://pypi.org/project/pomegranate) (πŸ“₯ 24K / month Β· πŸ“¦ 59 Β· ⏱️ 18.10.2024): +- [PyPi](https://pypi.org/project/scikit-posthocs) (πŸ“₯ 88K / month Β· πŸ“¦ 73 Β· ⏱️ 29.03.2025): ``` - pip install pomegranate + pip install scikit-posthocs ``` -- [Conda](https://anaconda.org/conda-forge/pomegranate) (πŸ“₯ 180K Β· ⏱️ 10.12.2023): +- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (πŸ“₯ 1M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pomegranate + conda install -c conda-forge scikit-posthocs ```
-
bambi (πŸ₯‰26 Β· ⭐ 1.1K) - BAyesian Model-Building Interface (Bambi) in Python. MIT +
Orbit (πŸ₯‰24 Β· ⭐ 2K Β· πŸ’€) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 -- [GitHub](https://github.com/bambinos/bambi) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 120 Β· πŸ“¦ 150 Β· πŸ“‹ 420 - 19% open Β· ⏱️ 26.09.2024): +- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 70 Β· πŸ“‹ 400 - 12% open Β· ⏱️ 10.07.2024): ``` - git clone https://github.com/bambinos/bambi - ``` -- [PyPi](https://pypi.org/project/bambi) (πŸ“₯ 33K / month Β· πŸ“¦ 10 Β· ⏱️ 10.07.2024): - ``` - pip install bambi + git clone https://github.com/uber/orbit ``` -- [Conda](https://anaconda.org/conda-forge/bambi) (πŸ“₯ 39K Β· ⏱️ 10.07.2024): +- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 20K / month Β· πŸ“¦ 1 Β· ⏱️ 01.04.2024): ``` - conda install -c conda-forge bambi + pip install orbit-ml ```
-
scikit-posthocs (πŸ₯‰26 Β· ⭐ 350) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT +
TorchUncertainty (πŸ₯‰23 Β· ⭐ 390) - Open-source framework for uncertainty and deep.. Apache-2 -- [GitHub](https://github.com/maximtrp/scikit-posthocs) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 40 Β· πŸ“₯ 64 Β· πŸ“¦ 870 Β· πŸ“‹ 62 - 9% open Β· ⏱️ 26.10.2024): +- [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 30 Β· πŸ“‹ 51 - 29% open Β· ⏱️ 20.03.2025): ``` - git clone https://github.com/maximtrp/scikit-posthocs - ``` -- [PyPi](https://pypi.org/project/scikit-posthocs) (πŸ“₯ 78K / month Β· πŸ“¦ 54 Β· ⏱️ 20.10.2024): + git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty ``` - pip install scikit-posthocs - ``` -- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (πŸ“₯ 980K Β· ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/torch-uncertainty) (πŸ“₯ 1.2K / month Β· πŸ“¦ 4 Β· ⏱️ 20.03.2025): ``` - conda install -c conda-forge scikit-posthocs + pip install torch-uncertainty ```
-
Orbit (πŸ₯‰23 Β· ⭐ 1.9K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2 +
pandas-ta (πŸ₯‰22 Β· ⭐ 5.5K Β· πŸ“‰) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT -- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 64 Β· πŸ“‹ 400 - 12% open Β· ⏱️ 10.07.2024): +- [GitHub](https://github.com/twopirllc/pandas-ta) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 1.1K): ``` - git clone https://github.com/uber/orbit + git clone https://github.com/twopirllc/pandas-ta ``` -- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 18K / month Β· πŸ“¦ 1 Β· ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/pandas-ta) (πŸ“₯ 190K / month Β· πŸ“¦ 140 Β· ⏱️ 28.07.2021): ``` - pip install orbit-ml + pip install pandas-ta + ``` +- [Conda](https://anaconda.org/conda-forge/pandas-ta) (πŸ“₯ 26K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pandas-ta ```
-
Baal (πŸ₯‰22 Β· ⭐ 860) - Bayesian active learning library for research and industrial usecases. Apache-2 +
Baal (πŸ₯‰22 Β· ⭐ 900 Β· πŸ’€) - Bayesian active learning library for research and industrial usecases. Apache-2 -- [GitHub](https://github.com/baal-org/baal) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 86 Β· πŸ“¦ 62 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 27.06.2024): +- [GitHub](https://github.com/baal-org/baal) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 87 Β· πŸ“¦ 66 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 27.06.2024): ``` git clone https://github.com/baal-org/baal ``` -- [PyPi](https://pypi.org/project/baal) (πŸ“₯ 5.7K / month Β· πŸ“¦ 2 Β· ⏱️ 11.06.2024): +- [PyPi](https://pypi.org/project/baal) (πŸ“₯ 1.8K / month Β· πŸ“¦ 2 Β· ⏱️ 11.06.2024): ``` pip install baal ``` -- [Conda](https://anaconda.org/conda-forge/baal) (πŸ“₯ 10K Β· ⏱️ 12.06.2023): +- [Conda](https://anaconda.org/conda-forge/baal) (πŸ“₯ 13K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge baal ```
-
Show 6 hidden projects... +
pyhsmm (πŸ₯‰21 Β· ⭐ 560) - Bayesian inference in HSMMs and HMMs. MIT + +- [GitHub](https://github.com/mattjj/pyhsmm) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 170 Β· πŸ“¦ 35 Β· πŸ“‹ 100 - 39% open Β· ⏱️ 25.01.2025): + + ``` + git clone https://github.com/mattjj/pyhsmm + ``` +- [PyPi](https://pypi.org/project/pyhsmm) (πŸ“₯ 310 / month Β· πŸ“¦ 1 Β· ⏱️ 10.05.2017): + ``` + pip install pyhsmm + ``` +
+
Show 5 hidden projects... -- filterpy (πŸ₯ˆ31 Β· ⭐ 3.3K Β· πŸ’€) - Python Kalman filtering and optimal estimation library. Implements.. MIT -- pingouin (πŸ₯‰30 Β· ⭐ 1.6K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- 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 (πŸ₯‰28 Β· ⭐ 4.8K Β· πŸ’€) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 -- pyhsmm (πŸ₯‰21 Β· ⭐ 550 Β· πŸ’€) - Bayesian inference in HSMMs and HMMs. MIT - Funsor (πŸ₯‰20 Β· ⭐ 240 Β· πŸ’€) - Functional tensors for probabilistic programming. Apache-2 - ZhuSuan (πŸ₯‰15 Β· ⭐ 2.2K Β· πŸ’€) - A probabilistic programming library for Bayesian deep learning,.. MIT
@@ -6843,60 +6440,45 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes _Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
ART (πŸ₯‡35 Β· ⭐ 4.8K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +
ART (πŸ₯‡31 Β· ⭐ 5.2K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT -- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.2K Β· πŸ“¦ 600 Β· πŸ“‹ 900 - 15% open Β· ⏱️ 22.10.2024): +- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.2K Β· πŸ“¦ 720 Β· πŸ“‹ 900 - 2% open Β· ⏱️ 28.02.2025): ``` git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox ``` -- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (πŸ“₯ 93K / month Β· πŸ“¦ 20 Β· ⏱️ 02.10.2024): +- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (πŸ“₯ 29K / month Β· πŸ“¦ 20 Β· ⏱️ 22.01.2025): ``` pip install adversarial-robustness-toolbox ``` -- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (πŸ“₯ 52K Β· ⏱️ 03.10.2024): +- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (πŸ“₯ 71K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge adversarial-robustness-toolbox ```
-
TextAttack (πŸ₯ˆ27 Β· ⭐ 3K) - 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 Β· πŸ”€ 380 Β· πŸ“¦ 310 Β· πŸ“‹ 280 - 21% open Β· ⏱️ 25.07.2024): +- [GitHub](https://github.com/QData/TextAttack) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 400 Β· πŸ“¦ 400 Β· πŸ“‹ 290 - 23% open Β· ⏱️ 25.07.2024): ``` git clone https://github.com/QData/TextAttack ``` -- [PyPi](https://pypi.org/project/textattack) (πŸ“₯ 6.4K / month Β· πŸ“¦ 11 Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/textattack) (πŸ“₯ 7.7K / month Β· πŸ“¦ 11 Β· ⏱️ 11.03.2024): ``` pip install textattack ``` -- [Conda](https://anaconda.org/conda-forge/textattack) (πŸ“₯ 8.7K Β· ⏱️ 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 Β· πŸ“¦ 640 Β· πŸ“‹ 380 - 7% open Β· ⏱️ 04.03.2024): - - ``` - git clone https://github.com/bethgelab/foolbox - ``` -- [PyPi](https://pypi.org/project/foolbox) (πŸ“₯ 7.4K / month Β· πŸ“¦ 14 Β· ⏱️ 04.03.2024): - ``` - pip install foolbox - ``` -- [Conda](https://anaconda.org/conda-forge/foolbox) (πŸ“₯ 15K Β· ⏱️ 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 (πŸ₯‰23 Β· ⭐ 1.3K Β· πŸ’€) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 -- AdvBox (πŸ₯‰21 Β· ⭐ 1.4K Β· πŸ’€) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 -- 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 (πŸ₯‰24 Β· ⭐ 1.3K Β· πŸ’€) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 +- robustness (πŸ₯‰21 Β· ⭐ 930 Β· πŸ’€) - 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 (πŸ₯‰16 Β· ⭐ 400 Β· πŸ’€) - Tool to generate adversarial text examples and test machine.. MIT
@@ -6908,191 +6490,180 @@ _Libraries for testing the robustness of machine learning models against attacks _Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks._ -
CuPy (πŸ₯‡39 Β· ⭐ 9.4K) - NumPy & SciPy for GPU. MIT +
cuDF (πŸ₯‡35 Β· ⭐ 8.9K) - cuDF - GPU DataFrame Library. Apache-2 -- [GitHub](https://github.com/cupy/cupy) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 820 Β· πŸ“₯ 190K Β· πŸ“¦ 2.3K Β· πŸ“‹ 2.4K - 26% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/rapidsai/cudf) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 940 Β· πŸ“¦ 62 Β· πŸ“‹ 6.9K - 15% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/cupy/cupy - ``` -- [PyPi](https://pypi.org/project/cupy) (πŸ“₯ 50K / month Β· πŸ“¦ 270 Β· ⏱️ 22.08.2024): - ``` - pip install cupy - ``` -- [Conda](https://anaconda.org/conda-forge/cupy) (πŸ“₯ 4.9M Β· ⏱️ 18.10.2024): - ``` - conda install -c conda-forge cupy + git clone https://github.com/rapidsai/cudf ``` -- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (πŸ“₯ 69K Β· ⭐ 13 Β· ⏱️ 22.08.2024): +- [PyPi](https://pypi.org/project/cudf) (πŸ“₯ 3.4K / month Β· πŸ“¦ 22 Β· ⏱️ 01.06.2020): ``` - docker pull cupy/cupy + pip install cudf ```
-
optimum (πŸ₯‡36 Β· ⭐ 2.5K) - Accelerate training and inference of Transformers and Diffusers with.. Apache-2 +
optimum (πŸ₯‡35 Β· ⭐ 2.9K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 -- [GitHub](https://github.com/huggingface/optimum) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 460 Β· πŸ“¦ 3.7K Β· πŸ“‹ 850 - 49% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/huggingface/optimum) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 520 Β· πŸ“¦ 5.5K Β· πŸ“‹ 910 - 43% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/huggingface/optimum ``` -- [PyPi](https://pypi.org/project/optimum) (πŸ“₯ 960K / month Β· πŸ“¦ 180 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/optimum) (πŸ“₯ 1.5M / month Β· πŸ“¦ 200 Β· ⏱️ 30.01.2025): ``` pip install optimum ``` -- [Conda](https://anaconda.org/conda-forge/optimum) (πŸ“₯ 26K Β· ⏱️ 29.05.2024): +- [Conda](https://anaconda.org/conda-forge/optimum) (πŸ“₯ 38K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge optimum ```
-
cuDF (πŸ₯ˆ35 Β· ⭐ 8.4K) - cuDF - GPU DataFrame Library. Apache-2 +
cuML (πŸ₯ˆ32 Β· ⭐ 4.7K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cudf) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 890 Β· πŸ“¦ 57 Β· πŸ“‹ 6.6K - 16% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/rapidsai/cuml) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 570 Β· πŸ“‹ 2.7K - 36% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/rapidsai/cudf + git clone https://github.com/rapidsai/cuml ``` -- [PyPi](https://pypi.org/project/cudf) (πŸ“₯ 3.4K / month Β· πŸ“¦ 22 Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cuml) (πŸ“₯ 4.2K / month Β· πŸ“¦ 14 Β· ⏱️ 01.06.2020): ``` - pip install cudf + pip install cuml ```
-
PyCUDA (πŸ₯ˆ32 Β· ⭐ 1.8K) - 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 Β· πŸ”€ 280 Β· πŸ“¦ 3.2K Β· πŸ“‹ 280 - 30% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/inducer/pycuda) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 290 Β· πŸ“¦ 3.7K Β· πŸ“‹ 280 - 30% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/inducer/pycuda ``` -- [PyPi](https://pypi.org/project/pycuda) (πŸ“₯ 110K / month Β· πŸ“¦ 160 Β· ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/pycuda) (πŸ“₯ 79K / month Β· πŸ“¦ 170 Β· ⏱️ 07.02.2025): ``` pip install pycuda ``` -- [Conda](https://anaconda.org/conda-forge/pycuda) (πŸ“₯ 610K Β· ⏱️ 17.08.2024): +- [Conda](https://anaconda.org/conda-forge/pycuda) (πŸ“₯ 970K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pycuda ```
-
cuML (πŸ₯ˆ31 Β· ⭐ 4.2K) - cuML - RAPIDS Machine Learning Library. Apache-2 +
gpustat (πŸ₯ˆ29 Β· ⭐ 4.2K) - A simple command-line utility for querying and monitoring GPU status. MIT -- [GitHub](https://github.com/rapidsai/cuml) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“‹ 2.5K - 36% open Β· ⏱️ 25.10.2024): +- [GitHub](https://github.com/wookayin/gpustat) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 280 Β· πŸ“¦ 7.3K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 13.04.2025): ``` - git clone https://github.com/rapidsai/cuml + git clone https://github.com/wookayin/gpustat ``` -- [PyPi](https://pypi.org/project/cuml) (πŸ“₯ 3.2K / month Β· πŸ“¦ 14 Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/gpustat) (πŸ“₯ 720K / month Β· πŸ“¦ 150 Β· ⏱️ 22.08.2023): ``` - pip install cuml + pip install gpustat + ``` +- [Conda](https://anaconda.org/conda-forge/gpustat) (πŸ“₯ 310K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge gpustat ```
-
Apex (πŸ₯ˆ30 Β· ⭐ 8.4K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 +
ArrayFire (πŸ₯ˆ28 Β· ⭐ 4.7K) - ArrayFire: a general purpose GPU library. BSD-3 -- [GitHub](https://github.com/NVIDIA/apex) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“¦ 2.8K Β· πŸ“‹ 1.3K - 58% open Β· ⏱️ 17.10.2024): +- [GitHub](https://github.com/arrayfire/arrayfire) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 540 Β· πŸ“₯ 8.3K Β· πŸ“‹ 1.8K - 19% open Β· ⏱️ 04.04.2025): ``` - git clone https://github.com/NVIDIA/apex + git clone https://github.com/arrayfire/arrayfire ``` -- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (πŸ“₯ 340K Β· ⏱️ 10.09.2024): +- [PyPi](https://pypi.org/project/arrayfire) (πŸ“₯ 2.8K / month Β· πŸ“¦ 10 Β· ⏱️ 22.02.2022): ``` - conda install -c conda-forge nvidia-apex + pip install arrayfire ```
-
gpustat (πŸ₯ˆ30 Β· ⭐ 4.1K Β· πŸ’€) - A simple command-line utility for querying and monitoring GPU status. MIT +
CuPy (πŸ₯ˆ27 Β· ⭐ 10K) - NumPy & SciPy for GPU. MIT -- [GitHub](https://github.com/wookayin/gpustat) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 280 Β· πŸ“¦ 6.2K Β· πŸ“‹ 120 - 22% open Β· ⏱️ 12.01.2024): +- [GitHub](https://github.com/cupy/cupy) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 900): ``` - git clone https://github.com/wookayin/gpustat + git clone https://github.com/cupy/cupy ``` -- [PyPi](https://pypi.org/project/gpustat) (πŸ“₯ 2.1M / month Β· πŸ“¦ 150 Β· ⏱️ 22.08.2023): +- [PyPi](https://pypi.org/project/cupy) (πŸ“₯ 30K / month Β· πŸ“¦ 350 Β· ⏱️ 04.04.2025): ``` - pip install gpustat + pip install cupy + ``` +- [Conda](https://anaconda.org/conda-forge/cupy) (πŸ“₯ 6.3M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge cupy ``` -- [Conda](https://anaconda.org/conda-forge/gpustat) (πŸ“₯ 290K Β· ⏱️ 23.08.2023): +- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (πŸ“₯ 82K Β· ⭐ 13 Β· ⏱️ 04.04.2025): ``` - conda install -c conda-forge gpustat + docker pull cupy/cupy ```
-
ArrayFire (πŸ₯ˆ28 Β· ⭐ 4.6K) - ArrayFire: a general purpose GPU library. BSD-3 +
Apex (πŸ₯ˆ27 Β· ⭐ 8.6K Β· πŸ“‰) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3 -- [GitHub](https://github.com/arrayfire/arrayfire) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 530 Β· πŸ“₯ 7.2K Β· πŸ“‹ 1.7K - 19% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/NVIDIA/apex) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“‹ 1.3K - 58% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/arrayfire/arrayfire + git clone https://github.com/NVIDIA/apex ``` -- [PyPi](https://pypi.org/project/arrayfire) (πŸ“₯ 6.5K / month Β· πŸ“¦ 10 Β· ⏱️ 22.02.2022): +- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (πŸ“₯ 490K Β· ⏱️ 22.04.2025): ``` - pip install arrayfire + conda install -c conda-forge nvidia-apex ```
-
cuGraph (πŸ₯‰27 Β· ⭐ 1.7K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 +
cuGraph (πŸ₯ˆ27 Β· ⭐ 2K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cugraph) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“‹ 1.8K - 10% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/rapidsai/cugraph) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“‹ 1.8K - 9% open Β· ⏱️ 07.05.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) (πŸ“₯ 370 / month Β· πŸ“¦ 4 Β· ⏱️ 01.06.2020): ``` pip install cugraph ``` -- [Conda](https://anaconda.org/conda-forge/libcugraph) (πŸ“₯ 24K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/libcugraph) (πŸ“₯ 30K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge libcugraph ```
-
DALI (πŸ₯‰25 Β· ⭐ 5.1K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 +
DALI (πŸ₯‰25 Β· ⭐ 5.4K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 -- [GitHub](https://github.com/NVIDIA/DALI) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 620 Β· πŸ“‹ 1.6K - 14% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/NVIDIA/DALI) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 630 Β· πŸ“‹ 1.7K - 14% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/NVIDIA/DALI ```
-
scikit-cuda (πŸ₯‰24 Β· ⭐ 990 Β· πŸ’€) - Python interface to GPU-powered libraries. BSD-3 - -- [GitHub](https://github.com/lebedov/scikit-cuda) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 170 Β· πŸ“¦ 310 Β· πŸ“‹ 220 - 23% open Β· ⏱️ 15.10.2023): - - ``` - git clone https://github.com/lebedov/scikit-cuda - ``` -- [PyPi](https://pypi.org/project/scikit-cuda) (πŸ“₯ 700 / month Β· πŸ“¦ 23 Β· ⏱️ 27.05.2019): - ``` - pip install scikit-cuda - ``` -
-
Vulkan Kompute (πŸ₯‰23 Β· ⭐ 2K) - 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) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 140 Β· πŸ“₯ 600 Β· πŸ“‹ 220 - 32% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/KomputeProject/kompute) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 160 Β· πŸ“₯ 640 Β· πŸ“‹ 230 - 32% open Β· ⏱️ 19.03.2025): ``` git clone https://github.com/KomputeProject/kompute ``` -- [PyPi](https://pypi.org/project/kp) (πŸ“₯ 820 / month Β· ⏱️ 20.01.2024): +- [PyPi](https://pypi.org/project/kp) (πŸ“₯ 490 / month Β· ⏱️ 20.01.2024): ``` pip install kp ```
-
Merlin (πŸ₯‰21 Β· ⭐ 770) - 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): ``` git clone https://github.com/NVIDIA-Merlin/Merlin ``` -- [PyPi](https://pypi.org/project/merlin-core) (πŸ“₯ 11K / month Β· πŸ“¦ 1 Β· ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/merlin-core) (πŸ“₯ 21K / month Β· πŸ“¦ 1 Β· ⏱️ 29.08.2023): ``` pip install merlin-core ```
-
Show 7 hidden projects... +
Show 8 hidden projects... -- GPUtil (πŸ₯‰25 Β· ⭐ 1.1K Β· πŸ’€) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT -- py3nvml (πŸ₯‰22 Β· ⭐ 240 Β· πŸ’€) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 -- BlazingSQL (πŸ₯‰20 Β· ⭐ 1.9K Β· πŸ’€) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 -- nvidia-ml-py3 (πŸ₯‰18 Β· ⭐ 130) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 -- ipyexperiments (πŸ₯‰17 Β· ⭐ 200 Β· πŸ’€) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 -- cuSignal (πŸ₯‰16 Β· ⭐ 710 Β· πŸ’€) - GPU accelerated signal processing. Apache-2 +- 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 (πŸ₯‰23 Β· ⭐ 250 Β· πŸ’€) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 +- BlazingSQL (πŸ₯‰21 Β· ⭐ 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 Β· ⭐ 220 Β· πŸ’€) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2

@@ -7102,153 +6673,131 @@ _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.3K) - 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) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“¦ 20K Β· πŸ“‹ 1.4K - 48% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/tensorflow/datasets) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 1.6K Β· πŸ“¦ 24K Β· πŸ“‹ 1.5K - 47% open Β· ⏱️ 06.05.2025): ``` git clone https://github.com/tensorflow/datasets ``` -- [PyPi](https://pypi.org/project/tensorflow-datasets) (πŸ“₯ 1.8M / month Β· πŸ“¦ 330 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-datasets) (πŸ“₯ 1.5M / month Β· πŸ“¦ 340 Β· ⏱️ 12.03.2025): ``` pip install tensorflow-datasets ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (πŸ“₯ 37K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (πŸ“₯ 46K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-datasets ```
-
TFX (πŸ₯‡35 Β· ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 - -- [GitHub](https://github.com/tensorflow/tfx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 700 Β· πŸ“¦ 1.6K Β· πŸ“‹ 1.1K - 22% open Β· ⏱️ 29.10.2024): - - ``` - git clone https://github.com/tensorflow/tfx - ``` -- [PyPi](https://pypi.org/project/tfx) (πŸ“₯ 38K / month Β· πŸ“¦ 17 Β· ⏱️ 13.05.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 Β· ⏱️ 09.10.2024): +- [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.8M / month Β· πŸ“¦ 300 Β· ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/tensorflow-hub) (πŸ“₯ 1.9M / month Β· πŸ“¦ 300 Β· ⏱️ 30.01.2024): ``` pip install tensorflow-hub ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (πŸ“₯ 110K Β· ⏱️ 07.05.2024): +- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-hub ```
-
TF Addons (πŸ₯ˆ32 Β· ⭐ 1.7K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2 +
TFX (πŸ₯ˆ32 Β· ⭐ 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.1M / month Β· πŸ“¦ 360 Β· ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/tfx) (πŸ“₯ 38K / month Β· πŸ“¦ 17 Β· ⏱️ 11.12.2024): ``` - pip install tensorflow-addons + pip install tfx ```
-
TensorFlow I/O (πŸ₯ˆ30 Β· ⭐ 700) - Dataset, streaming, and file system extensions.. Apache-2 +
TensorFlow I/O (πŸ₯ˆ30 Β· ⭐ 720) - Dataset, streaming, and file system extensions.. Apache-2 -- [GitHub](https://github.com/tensorflow/io) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 280 Β· πŸ“‹ 660 - 43% 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) (πŸ“₯ 1.3M / 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 +
TF Model Optimization (πŸ₯‰27 Β· ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-optimization) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 320 Β· πŸ“‹ 390 - 57% open Β· ⏱️ 25.09.2024): +- [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) (πŸ“₯ 790K / month Β· πŸ“¦ 45 Β· ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (πŸ“₯ 990K / month Β· πŸ“¦ 45 Β· ⏱️ 08.02.2024): ``` pip install tensorflow-model-optimization ```
-
TensorFlow Transform (πŸ₯ˆ28 Β· ⭐ 980) - Input pipeline framework. Apache-2 +
TensorFlow Transform (πŸ₯‰25 Β· ⭐ 990) - Input pipeline framework. Apache-2 -- [GitHub](https://github.com/tensorflow/transform) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 210 Β· πŸ“‹ 220 - 20% open Β· ⏱️ 28.10.2024): +- [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) (πŸ“₯ 590K / month Β· πŸ“¦ 18 Β· ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-transform) (πŸ“₯ 210K / 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) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 190 Β· πŸ“¦ 490 Β· πŸ“‹ 69 - 1% open Β· ⏱️ 18.06.2024): +- [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) (πŸ“₯ 6.3K / month Β· πŸ“¦ 3 Β· ⏱️ 29.07.2022): +- [PyPi](https://pypi.org/project/neural-structured-learning) (πŸ“₯ 5.3K / month Β· πŸ“¦ 3 Β· ⏱️ 29.07.2022): ``` pip install neural-structured-learning ```
-
Saliency (πŸ₯‰22 Β· ⭐ 950 Β· πŸ’€) - 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 Β· πŸ“¦ 110 Β· πŸ“‹ 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) (πŸ“₯ 48K / month Β· πŸ“¦ 8 Β· ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (πŸ“₯ 35K / month Β· πŸ“¦ 7 Β· ⏱️ 17.06.2021): ``` - pip install saliency + pip install tensorflow-cloud ```
-
TF Compression (πŸ₯‰22 Β· ⭐ 860) - Data compression in TensorFlow. Apache-2 +
TF Compression (πŸ₯‰20 Β· ⭐ 880) - Data compression in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/compression) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 250 Β· πŸ“‹ 100 - 10% open Β· ⏱️ 10.10.2024): +- [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) (πŸ“₯ 5K / month Β· πŸ“¦ 2 Β· ⏱️ 02.02.2024): +- [PyPi](https://pypi.org/project/tensorflow-compression) (πŸ“₯ 3.3K / 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) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 88 Β· πŸ“‹ 100 - 73% open Β· ⏱️ 25.02.2024): - - ``` - git clone https://github.com/tensorflow/cloud - ``` -- [PyPi](https://pypi.org/project/tensorflow-cloud) (πŸ“₯ 33K / month Β· πŸ“¦ 7 Β· ⏱️ 17.06.2021): - ``` - pip install tensorflow-cloud - ``` -
-
Show 5 hidden projects... +
Show 7 hidden projects... -- tensor2tensor (πŸ₯ˆ33 Β· ⭐ 15K Β· πŸ’€) - Library of deep learning models and datasets designed.. Apache-2 -- Keras-Preprocessing (πŸ₯ˆ28 Β· ⭐ 1K Β· πŸ’€) - Utilities for working with image data, text data, and.. MIT -- efficientnet (πŸ₯‰26 Β· ⭐ 2.1K Β· πŸ’€) - Implementation of EfficientNet model. Keras and.. Apache-2 +- tensor2tensor (πŸ₯‡33 Β· ⭐ 16K Β· πŸ’€) - Library of deep learning models and datasets designed.. Apache-2 +- TF Addons (πŸ₯ˆ32 Β· ⭐ 1.7K Β· πŸ’€) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 +- Keras-Preprocessing (πŸ₯ˆ29 Β· ⭐ 1K Β· πŸ’€) - Utilities for working with image data, text data, and.. MIT +- efficientnet (πŸ₯‰27 Β· ⭐ 2.1K Β· πŸ’€) - Implementation of EfficientNet model. Keras and.. Apache-2 +- Saliency (πŸ₯‰22 Β· ⭐ 970 Β· πŸ’€) - Framework-agnostic implementation for state-of-the-art.. Apache-2 - TensorNets (πŸ₯‰21 Β· ⭐ 1K Β· πŸ’€) - High level network definitions with pre-trained weights in.. MIT -- tffm (πŸ₯‰19 Β· ⭐ 780 Β· πŸ’€) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT +- tffm (πŸ₯‰18 Β· ⭐ 780 Β· πŸ’€) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT

@@ -7258,37 +6807,37 @@ _Libraries that extend TensorFlow with additional capabilities._ _Libraries that extend Jax with additional capabilities._ -
equinox (πŸ₯‡31 Β· ⭐ 2.1K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 +
equinox (πŸ₯‡31 Β· ⭐ 2.3K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 -- [GitHub](https://github.com/patrick-kidger/equinox) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 140 Β· πŸ“¦ 810 Β· πŸ“‹ 450 - 34% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/patrick-kidger/equinox) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 160 Β· πŸ“¦ 1.2K Β· πŸ“‹ 540 - 34% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/patrick-kidger/equinox ``` -- [PyPi](https://pypi.org/project/equinox) (πŸ“₯ 250K / month Β· πŸ“¦ 170 Β· ⏱️ 18.10.2024): +- [PyPi](https://pypi.org/project/equinox) (πŸ“₯ 280K / month Β· πŸ“¦ 230 Β· ⏱️ 27.03.2025): ``` pip install equinox ```
-
evojax (πŸ₯‰20 Β· ⭐ 840) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 +
evojax (πŸ₯‰20 Β· ⭐ 900 Β· πŸ’€) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 -- [GitHub](https://github.com/google/evojax) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 87 Β· πŸ“¦ 27 Β· πŸ“‹ 33 - 48% open Β· ⏱️ 27.06.2024): +- [GitHub](https://github.com/google/evojax) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 100 Β· πŸ“¦ 28 Β· πŸ“‹ 37 - 54% open Β· ⏱️ 27.06.2024): ``` git clone https://github.com/google/evojax ``` -- [PyPi](https://pypi.org/project/evojax) (πŸ“₯ 2.8K / month Β· πŸ“¦ 6 Β· ⏱️ 18.06.2024): +- [PyPi](https://pypi.org/project/evojax) (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 18.06.2024): ``` pip install evojax ``` -- [Conda](https://anaconda.org/conda-forge/evojax) (πŸ“₯ 31K Β· ⏱️ 18.06.2024): +- [Conda](https://anaconda.org/conda-forge/evojax) (πŸ“₯ 38K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge evojax ```
Show 1 hidden projects... -- jaxdf (πŸ₯‰13 Β· ⭐ 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

@@ -7298,157 +6847,146 @@ _Libraries that extend Jax with additional capabilities._ _Libraries that extend scikit-learn with additional capabilities._ -
scikit-learn-intelex (πŸ₯‡35 Β· ⭐ 1.2K) - Intel(R) Extension for Scikit-learn is a seamless way.. Apache-2 +
MLxtend (πŸ₯‡35 Β· ⭐ 5K) - A library of extension and helper modules for Pythons data analysis.. BSD-3 -- [GitHub](https://github.com/intel/scikit-learn-intelex) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 170 Β· πŸ“¦ 12K Β· πŸ“‹ 280 - 29% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/rasbt/mlxtend) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 880 Β· πŸ“¦ 20K Β· πŸ“‹ 500 - 29% open Β· ⏱️ 26.01.2025): ``` - git clone https://github.com/intel/scikit-learn-intelex + git clone https://github.com/rasbt/mlxtend ``` -- [PyPi](https://pypi.org/project/scikit-learn-intelex) (πŸ“₯ 110K / month Β· πŸ“¦ 55 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/mlxtend) (πŸ“₯ 710K / month Β· πŸ“¦ 200 Β· ⏱️ 26.01.2025): ``` - pip install scikit-learn-intelex + pip install mlxtend ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (πŸ“₯ 360K Β· ⏱️ 20.08.2024): +- [Conda](https://anaconda.org/conda-forge/mlxtend) (πŸ“₯ 350K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge scikit-learn-intelex + conda install -c conda-forge mlxtend ```
-
imbalanced-learn (πŸ₯‡33 Β· ⭐ 6.8K) - A Python Package to Tackle the Curse of Imbalanced.. MIT +
scikit-learn-intelex (πŸ₯‡35 Β· ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 -- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 1.3K Β· πŸ“‹ 610 - 7% open Β· ⏱️ 06.10.2024): +- [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 180 Β· πŸ“¦ 14K Β· πŸ“‹ 250 - 20% open Β· ⏱️ 08.05.2025): ``` - git clone https://github.com/scikit-learn-contrib/imbalanced-learn + git clone https://github.com/intel/scikit-learn-intelex ``` -- [PyPi](https://pypi.org/project/imbalanced-learn) (πŸ“₯ 19M / month Β· πŸ“¦ 450 Β· ⏱️ 04.10.2024): +- [PyPi](https://pypi.org/project/scikit-learn-intelex) (πŸ“₯ 83K / month Β· πŸ“¦ 65 Β· ⏱️ 22.04.2025): ``` - pip install imbalanced-learn + pip install scikit-learn-intelex ``` -- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (πŸ“₯ 630K Β· ⏱️ 04.10.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (πŸ“₯ 530K Β· ⏱️ 05.05.2025): ``` - conda install -c conda-forge imbalanced-learn + conda install -c conda-forge scikit-learn-intelex ```
-
MLxtend (πŸ₯ˆ32 Β· ⭐ 4.9K) - A library of extension and helper modules for Pythons data.. BSD-3 +
imbalanced-learn (πŸ₯ˆ33 Β· ⭐ 7K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- [GitHub](https://github.com/rasbt/mlxtend) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 860 Β· πŸ“¦ 16K Β· πŸ“‹ 490 - 30% open Β· ⏱️ 23.10.2024): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 1.3K Β· πŸ“‹ 620 - 7% open Β· ⏱️ 01.04.2025): ``` - git clone https://github.com/rasbt/mlxtend + git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- [PyPi](https://pypi.org/project/mlxtend) (πŸ“₯ 580K / month Β· πŸ“¦ 180 Β· ⏱️ 05.01.2024): +- [PyPi](https://pypi.org/project/imbalanced-learn) (πŸ“₯ 14M / month Β· πŸ“¦ 480 Β· ⏱️ 20.12.2024): ``` - pip install mlxtend + pip install imbalanced-learn ``` -- [Conda](https://anaconda.org/conda-forge/mlxtend) (πŸ“₯ 330K Β· ⏱️ 05.01.2024): +- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (πŸ“₯ 690K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge mlxtend + conda install -c conda-forge imbalanced-learn ```
-
category_encoders (πŸ₯ˆ32 Β· ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 +
category_encoders (πŸ₯ˆ33 Β· ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 390 Β· πŸ“¦ 2.3K Β· πŸ“‹ 290 - 15% open Β· ⏱️ 01.10.2024): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 400 Β· πŸ“¦ 3.7K Β· πŸ“‹ 300 - 14% open Β· ⏱️ 24.03.2025): ``` git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- [PyPi](https://pypi.org/project/category_encoders) (πŸ“₯ 1.5M / month Β· πŸ“¦ 280 Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/category_encoders) (πŸ“₯ 1.8M / month Β· πŸ“¦ 310 Β· ⏱️ 15.03.2025): ``` pip install category_encoders ``` -- [Conda](https://anaconda.org/conda-forge/category_encoders) (πŸ“₯ 290K Β· ⏱️ 02.10.2024): +- [Conda](https://anaconda.org/conda-forge/category_encoders) (πŸ“₯ 310K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge category_encoders ```
scikit-lego (πŸ₯ˆ27 Β· ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT -- [GitHub](https://github.com/koaning/scikit-lego) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 120 Β· πŸ“¦ 160 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 31.10.2024): +- [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) (πŸ“₯ 28K / month Β· πŸ“¦ 13 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/scikit-lego) (πŸ“₯ 29K / month Β· πŸ“¦ 13 Β· ⏱️ 30.04.2025): ``` pip install scikit-lego ``` -- [Conda](https://anaconda.org/conda-forge/scikit-lego) (πŸ“₯ 57K Β· ⏱️ 10.07.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-lego) (πŸ“₯ 67K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-lego ```
-
scikit-opt (πŸ₯‰25 Β· ⭐ 5.3K) - 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 Β· πŸ“¦ 230 Β· πŸ“‹ 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) (πŸ“₯ 6.5K / month Β· πŸ“¦ 15 Β· ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/scikit-opt) (πŸ“₯ 5.8K / month Β· πŸ“¦ 15 Β· ⏱️ 14.01.2022): ``` pip install scikit-opt ```
-
iterative-stratification (πŸ₯‰23 Β· ⭐ 850) - 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 Β· πŸ“¦ 500 Β· πŸ“‹ 28 - 10% open Β· ⏱️ 12.10.2024): +- [GitHub](https://github.com/trent-b/iterative-stratification) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 75 Β· πŸ“¦ 580 Β· πŸ“‹ 27 - 7% open Β· ⏱️ 12.10.2024): ``` git clone https://github.com/trent-b/iterative-stratification ``` -- [PyPi](https://pypi.org/project/iterative-stratification) (πŸ“₯ 35K / month Β· πŸ“¦ 15 Β· ⏱️ 12.10.2024): +- [PyPi](https://pypi.org/project/iterative-stratification) (πŸ“₯ 47K / month Β· πŸ“¦ 15 Β· ⏱️ 12.10.2024): ``` pip install iterative-stratification ```
-
dabl (πŸ₯‰21 Β· ⭐ 720) - Data Analysis Baseline Library. BSD-3 +
dabl (πŸ₯‰19 Β· ⭐ 730 Β· πŸ’€) - Data Analysis Baseline Library. BSD-3 -- [GitHub](https://github.com/amueller/dabl) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 110 Β· ⏱️ 07.08.2024): +- [GitHub](https://github.com/amueller/dabl) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 100 Β· ⏱️ 07.08.2024): ``` git clone https://github.com/amueller/dabl ``` -- [PyPi](https://pypi.org/project/dabl) (πŸ“₯ 8.1K / month Β· πŸ“¦ 3 Β· ⏱️ 07.08.2024): +- [PyPi](https://pypi.org/project/dabl) (πŸ“₯ 3.8K / month Β· πŸ“¦ 3 Β· ⏱️ 16.12.2024): ``` pip install dabl ```
-
scikit-tda (πŸ₯‰19 Β· ⭐ 530) - Topological Data Analysis for Python. MIT +
scikit-tda (πŸ₯‰18 Β· ⭐ 540 Β· πŸ’€) - Topological Data Analysis for Python. MIT -- [GitHub](https://github.com/scikit-tda/scikit-tda) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 54 Β· πŸ“¦ 62 Β· πŸ“‹ 22 - 18% open Β· ⏱️ 19.07.2024): +- [GitHub](https://github.com/scikit-tda/scikit-tda) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 54 Β· πŸ“¦ 85 Β· πŸ“‹ 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.4K / 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.4K / month Β· πŸ“¦ 3 Β· ⏱️ 12.04.2024): - ``` - pip install deslib - ``` -
-
Show 9 hidden projects... +
Show 10 hidden projects... -- scikit-survival (πŸ₯ˆ31 Β· ⭐ 1.1K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 -- fancyimpute (πŸ₯ˆ27 Β· ⭐ 1.2K Β· πŸ’€) - Multivariate imputation and matrix completion.. Apache-2 -- scikit-multilearn (πŸ₯ˆ27 Β· ⭐ 920 Β· πŸ’€) - A scikit-learn based module for multi-label et. al... BSD-2 +- 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 (πŸ₯ˆ27 Β· ⭐ 430 Β· πŸ’€) - scikit-learn inspired API for CRFsuite. MIT -- sklearn-contrib-lightning (πŸ₯‰22 Β· ⭐ 1.7K Β· πŸ’€) - Large-scale linear classification, regression and.. BSD-3 -- combo (πŸ₯‰21 Β· ⭐ 640 Β· πŸ’€) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost -- skope-rules (πŸ₯‰21 Β· ⭐ 620 Β· πŸ’€) - machine learning with logical rules in Python. ❗️BSD-1-Clause -- celer (πŸ₯‰21 Β· ⭐ 200 Β· πŸ“ˆ) - Fast solver for L1-type problems: Lasso, sparse Logisitic.. BSD-3 -- skggm (πŸ₯‰18 Β· ⭐ 240 Β· πŸ’€) - Scikit-learn compatible estimation of general graphical models. MIT +- sklearn-contrib-lightning (πŸ₯‰24 Β· ⭐ 1.7K Β· πŸ’€) - Large-scale linear classification, regression and.. BSD-3 +- skope-rules (πŸ₯‰22 Β· ⭐ 630 Β· πŸ’€) - machine learning with logical rules in Python. ❗️BSD-1-Clause +- celer (πŸ₯‰22 Β· ⭐ 220) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 +- combo (πŸ₯‰21 Β· ⭐ 650 Β· πŸ’€) - (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 (πŸ₯‰18 Β· ⭐ 250 Β· πŸ’€) - Scikit-learn compatible estimation of general graphical models. MIT

@@ -7458,159 +6996,177 @@ _Libraries that extend scikit-learn with additional capabilities._ _Libraries that extend Pytorch with additional capabilities._ -
accelerate (πŸ₯‡40 Β· ⭐ 7.9K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 +
accelerate (πŸ₯‡42 Β· ⭐ 8.7K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 -- [GitHub](https://github.com/huggingface/accelerate) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 960 Β· πŸ“¦ 56K Β· πŸ“‹ 1.6K - 7% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/huggingface/accelerate) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.1K Β· πŸ“¦ 91K Β· πŸ“‹ 1.8K - 6% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/huggingface/accelerate ``` -- [PyPi](https://pypi.org/project/accelerate) (πŸ“₯ 7.8M / month Β· πŸ“¦ 1.5K Β· ⏱️ 12.10.2024): +- [PyPi](https://pypi.org/project/accelerate) (πŸ“₯ 11M / month Β· πŸ“¦ 2K Β· ⏱️ 01.04.2025): ``` pip install accelerate ``` -- [Conda](https://anaconda.org/conda-forge/accelerate) (πŸ“₯ 230K Β· ⏱️ 12.10.2024): +- [Conda](https://anaconda.org/conda-forge/accelerate) (πŸ“₯ 390K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge accelerate ```
-
tinygrad (πŸ₯‡33 Β· ⭐ 27K) - You like pytorch? You like micrograd? You love tinygrad!. MIT +
tinygrad (πŸ₯‡35 Β· ⭐ 29K) - You like pytorch? You like micrograd? You love tinygrad!. MIT -- [GitHub](https://github.com/tinygrad/tinygrad) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 2.9K Β· πŸ“¦ 120 Β· πŸ“‹ 780 - 15% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/tinygrad/tinygrad) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 3.3K Β· πŸ“¦ 210 Β· πŸ“‹ 910 - 14% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/geohot/tinygrad ```
-
PML (πŸ₯‡32 Β· ⭐ 6K) - The easiest way to use deep metric learning in your application. Modular,.. MIT +
PML (πŸ₯‡33 Β· ⭐ 6.1K) - The easiest way to use deep metric learning in your application. Modular,.. MIT -- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 660 Β· πŸ“¦ 2K Β· πŸ“‹ 510 - 12% open Β· ⏱️ 11.09.2024): +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 660 Β· πŸ“¦ 2.7K Β· πŸ“‹ 530 - 14% open Β· ⏱️ 11.12.2024): ``` git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- [PyPi](https://pypi.org/project/pytorch-metric-learning) (πŸ“₯ 760K / month Β· πŸ“¦ 50 Β· ⏱️ 25.07.2024): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (πŸ“₯ 800K / 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 ```
-
torchdiffeq (πŸ₯‡31 Β· ⭐ 5.6K Β· πŸ’€) - Differentiable ODE solvers with full GPU support and.. MIT +
torchdiffeq (πŸ₯‡32 Β· ⭐ 5.9K) - Differentiable ODE solvers with full GPU support and.. MIT -- [GitHub](https://github.com/rtqichen/torchdiffeq) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 910 Β· πŸ“¦ 4K Β· πŸ“‹ 220 - 33% open Β· ⏱️ 19.10.2023): +- [GitHub](https://github.com/rtqichen/torchdiffeq) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 930 Β· πŸ“¦ 5.1K Β· πŸ“‹ 220 - 33% open Β· ⏱️ 04.04.2025): ``` git clone https://github.com/rtqichen/torchdiffeq ``` -- [PyPi](https://pypi.org/project/torchdiffeq) (πŸ“₯ 810K / month Β· πŸ“¦ 100 Β· ⏱️ 29.05.2024): +- [PyPi](https://pypi.org/project/torchdiffeq) (πŸ“₯ 1.1M / month Β· πŸ“¦ 120 Β· ⏱️ 21.11.2024): ``` pip install torchdiffeq ``` -- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (πŸ“₯ 21K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge torchdiffeq ```
-
lightning-flash (πŸ₯ˆ27 Β· ⭐ 1.7K Β· πŸ’€) - Your PyTorch AI Factory - Flash enables you to easily.. 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 Β· πŸ“¦ 5.1K Β· πŸ“‹ 82 - 35% open Β· ⏱️ 30.12.2024): + + ``` + git clone https://github.com/google-research/torchsde + ``` +- [PyPi](https://pypi.org/project/torchsde) (πŸ“₯ 2.7M / month Β· πŸ“¦ 37 Β· ⏱️ 26.09.2023): + ``` + pip install torchsde + ``` +- [Conda](https://anaconda.org/conda-forge/torchsde) (πŸ“₯ 39K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge torchsde + ``` +
+
torch-scatter (πŸ₯ˆ27 Β· ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT -- [GitHub](https://github.com/Lightning-Universe/lightning-flash) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 210 Β· πŸ“¦ 300 Β· πŸ“‹ 520 - 4% open Β· ⏱️ 08.10.2023): +- [GitHub](https://github.com/rusty1s/pytorch_scatter) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 190 Β· πŸ“‹ 410 - 6% open Β· ⏱️ 20.04.2025): ``` - git clone https://github.com/Lightning-AI/lightning-flash + git clone https://github.com/rusty1s/pytorch_scatter ``` -- [PyPi](https://pypi.org/project/lightning-flash) (πŸ“₯ 4.1K / month Β· πŸ“¦ 5 Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/torch-scatter) (πŸ“₯ 47K / month Β· πŸ“¦ 150 Β· ⏱️ 06.10.2023): ``` - pip install lightning-flash + pip install torch-scatter ``` -- [Conda](https://anaconda.org/conda-forge/lightning-flash) (πŸ“₯ 23K Β· ⏱️ 04.07.2023): +- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (πŸ“₯ 830K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge lightning-flash + conda install -c conda-forge pytorch_scatter ```
-
EfficientNets (πŸ₯ˆ25 Β· ⭐ 1.6K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 +
EfficientNets (πŸ₯ˆ25 Β· ⭐ 1.6K Β· πŸ’€) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 210 Β· πŸ“¦ 260 Β· πŸ“‹ 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) (πŸ“₯ 160K / month Β· πŸ“¦ 4 Β· ⏱️ 08.07.2021): +- [PyPi](https://pypi.org/project/geffnet) (πŸ“₯ 190K / month Β· πŸ“¦ 4 Β· ⏱️ 08.07.2021): ``` pip install geffnet ```
-
torch-scatter (πŸ₯ˆ25 Β· ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT +
PyTorch Sparse (πŸ₯ˆ25 Β· ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT -- [GitHub](https://github.com/rusty1s/pytorch_scatter) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 180 Β· πŸ“‹ 390 - 7% open Β· ⏱️ 15.08.2024): +- [GitHub](https://github.com/rusty1s/pytorch_sparse) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 150 Β· πŸ“‹ 290 - 10% open Β· ⏱️ 10.04.2025): ``` - git clone https://github.com/rusty1s/pytorch_scatter + git clone https://github.com/rusty1s/pytorch_sparse ``` -- [PyPi](https://pypi.org/project/torch-scatter) (πŸ“₯ 45K / month Β· πŸ“¦ 150 Β· ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/torch-sparse) (πŸ“₯ 32K / month Β· πŸ“¦ 120 Β· ⏱️ 06.10.2023): ``` - pip install torch-scatter + pip install torch-sparse ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (πŸ“₯ 520K Β· ⏱️ 08.10.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (πŸ“₯ 790K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch_scatter + conda install -c conda-forge pytorch_sparse ```
-
Pytorch Toolbelt (πŸ₯‰24 Β· ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT +
Pytorch Toolbelt (πŸ₯‰24 Β· ⭐ 1.5K Β· πŸ“‰) - PyTorch extensions for fast R&D prototyping and.. MIT -- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 120 Β· πŸ“₯ 45 Β· πŸ“‹ 33 - 12% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 120 Β· πŸ“₯ 140 Β· πŸ“‹ 33 - 12% open Β· ⏱️ 01.03.2025): ``` git clone https://github.com/BloodAxe/pytorch-toolbelt ``` -- [PyPi](https://pypi.org/project/pytorch_toolbelt) (πŸ“₯ 8.5K / month Β· πŸ“¦ 7 Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (πŸ“₯ 13K / month Β· πŸ“¦ 12 Β· ⏱️ 21.11.2024): ``` pip install pytorch_toolbelt ```
-
PyTorch Sparse (πŸ₯‰23 Β· ⭐ 1K) - PyTorch Extension Library of Optimized Autograd Sparse Matrix.. MIT +
madgrad (πŸ₯‰17 Β· ⭐ 800) - MADGRAD Optimization Method. MIT -- [GitHub](https://github.com/rusty1s/pytorch_sparse) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 150 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 15.08.2024): +- [GitHub](https://github.com/facebookresearch/madgrad) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 57 Β· πŸ“¦ 100 Β· ⏱️ 27.01.2025): ``` - git clone https://github.com/rusty1s/pytorch_sparse + git clone https://github.com/facebookresearch/madgrad ``` -- [PyPi](https://pypi.org/project/torch-sparse) (πŸ“₯ 33K / month Β· πŸ“¦ 120 Β· ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/madgrad) (πŸ“₯ 3.3K / month Β· πŸ“¦ 1 Β· ⏱️ 08.03.2022): ``` - pip install torch-sparse + pip install madgrad ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (πŸ“₯ 490K Β· ⏱️ 08.10.2024): +
+
pytorchviz (πŸ₯‰14 Β· ⭐ 3.3K) - 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): + ``` - conda install -c conda-forge pytorch_sparse + git clone https://github.com/szagoruyko/pytorchviz ```
-
Show 23 hidden projects... +
Show 21 hidden projects... -- pretrainedmodels (πŸ₯ˆ29 Β· ⭐ 9K Β· πŸ’€) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 -- torchsde (πŸ₯ˆ29 Β· ⭐ 1.6K Β· πŸ’€) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- EfficientNet-PyTorch (πŸ₯ˆ27 Β· ⭐ 7.9K Β· πŸ’€) - A PyTorch implementation of EfficientNet. Apache-2 -- pytorch-summary (πŸ₯ˆ27 Β· ⭐ 4K Β· πŸ’€) - Model summary in PyTorch similar to `model.summary()` in.. MIT -- pytorch-optimizer (πŸ₯ˆ26 Β· ⭐ 3K Β· πŸ’€) - torch-optimizer -- collection of optimizers for.. Apache-2 -- TabNet (πŸ₯ˆ26 Β· ⭐ 2.6K Β· πŸ’€) - PyTorch implementation of TabNet paper :.. MIT +- pretrainedmodels (πŸ₯ˆ30 Β· ⭐ 9.1K Β· πŸ’€) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 +- lightning-flash (πŸ₯ˆ28 Β· ⭐ 1.7K Β· πŸ’€) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 +- EfficientNet-PyTorch (πŸ₯ˆ27 Β· ⭐ 8.1K Β· πŸ’€) - A PyTorch implementation of EfficientNet. Apache-2 +- pytorch-optimizer (πŸ₯ˆ27 Β· ⭐ 3.1K Β· πŸ’€) - torch-optimizer -- collection of optimizers for.. Apache-2 +- 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 (πŸ₯‰23 Β· ⭐ 10K Β· πŸ’€) - A tiny scalar-valued autograd engine and a neural net library.. MIT -- SRU (πŸ₯‰23 Β· ⭐ 2.1K Β· πŸ’€) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- Torchmeta (πŸ₯‰23 Β· ⭐ 2K Β· πŸ’€) - A collection of extensions and data-loaders for few-shot.. MIT +- 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 -- Antialiased CNNs (πŸ₯‰21 Β· ⭐ 1.7K Β· πŸ’€) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 +- reformer-pytorch (πŸ₯‰21 Β· ⭐ 2.2K Β· πŸ’€) - Reformer, the efficient Transformer, in Pytorch. MIT +- 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 -- Lambda Networks (πŸ₯‰20 Β· ⭐ 1.5K Β· πŸ’€) - Implementation of LambdaNetworks, a new approach to.. MIT -- pytorchviz (πŸ₯‰19 Β· ⭐ 3.2K Β· πŸ’€) - A small package to create visualizations of PyTorch execution.. MIT -- Performer Pytorch (πŸ₯‰19 Β· ⭐ 1.1K Β· πŸ’€) - An implementation of Performer, a linear attention-.. 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 Β· ⭐ 790 Β· πŸ’€) - The goal of this library is to generate more helpful.. MIT +- Lambda Networks (πŸ₯‰19 Β· ⭐ 1.5K Β· πŸ’€) - Implementation of LambdaNetworks, a new approach to.. 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 +- Tez (πŸ₯‰17 Β· ⭐ 1.2K Β· πŸ’€) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 - Pywick (πŸ₯‰17 Β· ⭐ 400 Β· πŸ’€) - High-level batteries-included neural network training library for.. MIT -- madgrad (πŸ₯‰16 Β· ⭐ 800 Β· πŸ’€) - MADGRAD Optimization Method. MIT -- TorchDrift (πŸ₯‰15 Β· ⭐ 310 Β· πŸ’€) - Drift Detection for your PyTorch Models. Apache-2 +- TorchDrift (πŸ₯‰15 Β· ⭐ 320 Β· πŸ’€) - Drift Detection for your PyTorch Models. Apache-2

@@ -7620,7 +7176,7 @@ _Libraries that extend Pytorch with additional capabilities._ _Libraries for connecting to, operating, and querying databases._ -πŸ”— best-of-python - DB Clients ( ⭐ 3.7K) - Collection of database clients for python. +πŸ”— best-of-python - DB Clients ( ⭐ 4K) - Collection of database clients for python.
@@ -7628,625 +7184,569 @@ _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 Β· πŸ“₯ 420K Β· πŸ“¦ 1.1M Β· πŸ“‹ 11K - 16% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/scipy/scipy) (πŸ‘¨β€πŸ’» 1.8K Β· πŸ”€ 5.3K Β· πŸ“₯ 490K Β· πŸ“¦ 1.3M Β· πŸ“‹ 11K - 15% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/scipy/scipy ``` -- [PyPi](https://pypi.org/project/scipy) (πŸ“₯ 130M / month Β· πŸ“¦ 46K Β· ⏱️ 21.08.2024): +- [PyPi](https://pypi.org/project/scipy) (πŸ“₯ 140M / month Β· πŸ“¦ 51K Β· ⏱️ 17.02.2025): ``` pip install scipy ``` -- [Conda](https://anaconda.org/conda-forge/scipy) (πŸ“₯ 54M Β· ⏱️ 21.10.2024): +- [Conda](https://anaconda.org/conda-forge/scipy) (πŸ“₯ 62M Β· ⏱️ 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.3K Β· πŸ”€ 4.4K Β· πŸ“₯ 550K Β· πŸ“¦ 180K Β· πŸ“‹ 14K - 36% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/sympy/sympy) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 4.7K Β· πŸ“₯ 560K Β· πŸ“¦ 260K Β· πŸ“‹ 14K - 36% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/sympy/sympy ``` -- [PyPi](https://pypi.org/project/sympy) (πŸ“₯ 30M / month Β· πŸ“¦ 3.5K Β· ⏱️ 18.09.2024): +- [PyPi](https://pypi.org/project/sympy) (πŸ“₯ 52M / month Β· πŸ“¦ 4.3K Β· ⏱️ 27.04.2025): ``` pip install sympy ``` -- [Conda](https://anaconda.org/conda-forge/sympy) (πŸ“₯ 6.9M Β· ⏱️ 09.10.2024): +- [Conda](https://anaconda.org/conda-forge/sympy) (πŸ“₯ 8.7M Β· ⏱️ 29.04.2025): ``` conda install -c conda-forge sympy ```
-
Streamlit (πŸ₯‡46 Β· ⭐ 35K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (πŸ₯‡46 Β· ⭐ 39K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3.1K Β· πŸ“¦ 560K Β· πŸ“‹ 4.7K - 21% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 3.4K Β· πŸ“¦ 900K Β· πŸ“‹ 5.2K - 22% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 7.2M / month Β· πŸ“¦ 2.7K Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 10M / month Β· πŸ“¦ 3.7K Β· ⏱️ 29.04.2025): ``` pip install streamlit ```
-
Gradio (πŸ₯‡43 Β· ⭐ 34K Β· πŸ“‰) - Wrap UIs around any model, share with anyone. Apache-2 +
Gradio (πŸ₯‡44 Β· ⭐ 38K) - Wrap UIs around any model, share with anyone. Apache-2 -- [GitHub](https://github.com/gradio-app/gradio) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 2.5K Β· πŸ“¦ 45K Β· πŸ“‹ 4.9K - 9% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/gradio-app/gradio) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 2.9K Β· πŸ“¦ 73K Β· πŸ“‹ 5.6K - 8% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/gradio-app/gradio ``` -- [PyPi](https://pypi.org/project/gradio) (πŸ“₯ 6.7M / month Β· πŸ“¦ 820 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/gradio) (πŸ“₯ 9.2M / month Β· πŸ“¦ 1.2K Β· ⏱️ 02.05.2025): ``` pip install gradio ```
-
Autograd (πŸ₯‡37 Β· ⭐ 7K) - Efficiently computes derivatives of NumPy code. MIT +
carla (πŸ₯‡37 Β· ⭐ 12K) - Open-source simulator for autonomous driving research. MIT + +- [GitHub](https://github.com/carla-simulator/carla) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 3.9K Β· πŸ“¦ 1K Β· πŸ“‹ 5.9K - 18% open Β· ⏱️ 06.05.2025): + + ``` + git clone https://github.com/carla-simulator/carla + ``` +- [PyPi](https://pypi.org/project/carla) (πŸ“₯ 36K / month Β· πŸ“¦ 11 Β· ⏱️ 14.11.2023): + ``` + pip install carla + ``` +
+
Autograd (πŸ₯‡37 Β· ⭐ 7.3K) - Efficiently computes derivatives of NumPy code. MIT -- [GitHub](https://github.com/HIPS/autograd) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 910 Β· πŸ“¦ 10K Β· πŸ“‹ 420 - 42% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/HIPS/autograd) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 910 Β· πŸ“¦ 13K Β· πŸ“‹ 440 - 42% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/HIPS/autograd ``` -- [PyPi](https://pypi.org/project/autograd) (πŸ“₯ 3.8M / month Β· πŸ“¦ 280 Β· ⏱️ 22.08.2024): +- [PyPi](https://pypi.org/project/autograd) (πŸ“₯ 3.6M / month Β· πŸ“¦ 310 Β· ⏱️ 05.05.2025): ``` pip install autograd ``` -- [Conda](https://anaconda.org/conda-forge/autograd) (πŸ“₯ 490K Β· ⏱️ 26.08.2024): +- [Conda](https://anaconda.org/conda-forge/autograd) (πŸ“₯ 540K Β· ⏱️ 05.05.2025): ``` conda install -c conda-forge autograd ```
-
PennyLane (πŸ₯‡36 Β· ⭐ 2.3K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 +
PennyLane (πŸ₯‡37 Β· ⭐ 2.6K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 -- [GitHub](https://github.com/PennyLaneAI/pennylane) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 600 Β· πŸ“₯ 96 Β· πŸ“¦ 1.1K Β· πŸ“‹ 1.4K - 22% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/PennyLaneAI/pennylane) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 650 Β· πŸ“₯ 100 Β· πŸ“¦ 1.6K Β· πŸ“‹ 1.6K - 25% open Β· ⏱️ 08.05.2025): ``` git clone https://github.com/PennyLaneAI/PennyLane ``` -- [PyPi](https://pypi.org/project/pennylane) (πŸ“₯ 73K / month Β· πŸ“¦ 120 Β· ⏱️ 12.09.2024): +- [PyPi](https://pypi.org/project/pennylane) (πŸ“₯ 91K / month Β· πŸ“¦ 150 Β· ⏱️ 02.05.2025): ``` pip install pennylane ``` -- [Conda](https://anaconda.org/conda-forge/pennylane) (πŸ“₯ 160K Β· ⏱️ 09.07.2024): +- [Conda](https://anaconda.org/conda-forge/pennylane) (πŸ“₯ 260K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pennylane ```
-
carla (πŸ₯‡35 Β· ⭐ 11K) - Open-source simulator for autonomous driving research. MIT +
PyOD (πŸ₯ˆ36 Β· ⭐ 9.2K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 -- [GitHub](https://github.com/carla-simulator/carla) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 3.6K Β· πŸ“¦ 830 Β· πŸ“‹ 5.6K - 19% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/yzhao062/pyod) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.1K Β· πŸ“‹ 380 - 60% open Β· ⏱️ 29.04.2025): ``` - git clone https://github.com/carla-simulator/carla + git clone https://github.com/yzhao062/pyod ``` -- [PyPi](https://pypi.org/project/carla) (πŸ“₯ 15K / month Β· πŸ“¦ 11 Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/pyod) (πŸ“₯ 600K / month Β· πŸ“¦ 130 Β· ⏱️ 29.04.2025): ``` - pip install carla + pip install pyod + ``` +- [Conda](https://anaconda.org/conda-forge/pyod) (πŸ“₯ 150K Β· ⏱️ 30.04.2025): + ``` + conda install -c conda-forge pyod ```
-
Datasette (πŸ₯‡35 Β· ⭐ 9.5K) - 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) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 680 Β· πŸ“₯ 68 Β· πŸ“¦ 1.3K Β· πŸ“‹ 1.9K - 32% open Β· ⏱️ 07.10.2024): +- [GitHub](https://github.com/simonw/datasette) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 730 Β· πŸ“₯ 71 Β· πŸ“¦ 1.5K Β· πŸ“‹ 1.9K - 32% open Β· ⏱️ 22.04.2025): ``` git clone https://github.com/simonw/datasette ``` -- [PyPi](https://pypi.org/project/datasette) (πŸ“₯ 79K / month Β· πŸ“¦ 410 Β· ⏱️ 07.10.2024): +- [PyPi](https://pypi.org/project/datasette) (πŸ“₯ 190K / month Β· πŸ“¦ 460 Β· ⏱️ 22.04.2025): ``` pip install datasette ``` -- [Conda](https://anaconda.org/conda-forge/datasette) (πŸ“₯ 46K Β· ⏱️ 08.10.2024): +- [Conda](https://anaconda.org/conda-forge/datasette) (πŸ“₯ 61K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge datasette ```
-
DeepChem (πŸ₯‡35 Β· ⭐ 5.5K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT +
DeepChem (πŸ₯ˆ34 Β· ⭐ 5.9K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- [GitHub](https://github.com/deepchem/deepchem) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.7K Β· πŸ“¦ 450 Β· πŸ“‹ 1.9K - 34% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/deepchem/deepchem) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.9K Β· πŸ“¦ 580 Β· πŸ“‹ 2K - 38% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/deepchem/deepchem ``` -- [PyPi](https://pypi.org/project/deepchem) (πŸ“₯ 100K / month Β· πŸ“¦ 13 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/deepchem) (πŸ“₯ 54K / month Β· πŸ“¦ 17 Β· ⏱️ 05.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 ```
-
PyOD (πŸ₯ˆ34 Β· ⭐ 8.6K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 - -- [GitHub](https://github.com/yzhao062/pyod) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.4K Β· πŸ“¦ 4.3K Β· πŸ“‹ 370 - 60% open Β· ⏱️ 05.09.2024): - - ``` - git clone https://github.com/yzhao062/pyod - ``` -- [PyPi](https://pypi.org/project/pyod) (πŸ“₯ 640K / month Β· πŸ“¦ 110 Β· ⏱️ 06.09.2024): - ``` - pip install pyod - ``` -- [Conda](https://anaconda.org/conda-forge/pyod) (πŸ“₯ 130K Β· ⏱️ 06.09.2024): - ``` - conda install -c conda-forge pyod - ``` -
-
hdbscan (πŸ₯ˆ34 Β· ⭐ 2.8K) - A high performance implementation of HDBSCAN clustering. BSD-3 - -- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 500 Β· πŸ“¦ 4.2K Β· πŸ“‹ 530 - 67% open Β· ⏱️ 27.10.2024): - - ``` - git clone https://github.com/scikit-learn-contrib/hdbscan - ``` -- [PyPi](https://pypi.org/project/hdbscan) (πŸ“₯ 670K / month Β· πŸ“¦ 340 Β· ⏱️ 12.10.2024): - ``` - pip install hdbscan - ``` -- [Conda](https://anaconda.org/conda-forge/hdbscan) (πŸ“₯ 2.2M Β· ⏱️ 12.10.2024): - ``` - conda install -c conda-forge hdbscan - ``` -
agate (πŸ₯ˆ34 Β· ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT -- [GitHub](https://github.com/wireservice/agate) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 160 Β· πŸ“¦ 4K Β· πŸ“‹ 650 - 0% open Β· ⏱️ 30.07.2024): +- [GitHub](https://github.com/wireservice/agate) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 150 Β· πŸ“¦ 4.9K Β· πŸ“‹ 650 - 0% open Β· ⏱️ 27.02.2025): ``` git clone https://github.com/wireservice/agate ``` -- [PyPi](https://pypi.org/project/agate) (πŸ“₯ 11M / month Β· πŸ“¦ 49 Β· ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/agate) (πŸ“₯ 17M / month Β· πŸ“¦ 54 Β· ⏱️ 29.01.2025): ``` pip install agate ``` -- [Conda](https://anaconda.org/conda-forge/agate) (πŸ“₯ 250K Β· ⏱️ 30.07.2024): +- [Conda](https://anaconda.org/conda-forge/agate) (πŸ“₯ 320K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge agate ```
-
River (πŸ₯ˆ33 Β· ⭐ 5.1K) - Online machine learning in Python. BSD-3 +
Pythran (πŸ₯ˆ33 Β· ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3 -- [GitHub](https://github.com/online-ml/river) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 540 Β· πŸ“¦ 580 Β· πŸ“‹ 610 - 18% open Β· ⏱️ 03.10.2024): +- [GitHub](https://github.com/serge-sans-paille/pythran) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 190 Β· πŸ“¦ 3.4K Β· πŸ“‹ 890 - 15% open Β· ⏱️ 23.04.2025): ``` - git clone https://github.com/online-ml/river + git clone https://github.com/serge-sans-paille/pythran ``` -- [PyPi](https://pypi.org/project/river) (πŸ“₯ 750K / month Β· πŸ“¦ 56 Β· ⏱️ 09.07.2024): +- [PyPi](https://pypi.org/project/pythran) (πŸ“₯ 320K / month Β· πŸ“¦ 21 Β· ⏱️ 31.10.2024): ``` - pip install river + pip install pythran ``` -- [Conda](https://anaconda.org/conda-forge/river) (πŸ“₯ 84K Β· ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/pythran) (πŸ“₯ 1.1M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge river + conda install -c conda-forge pythran ```
-
Pythran (πŸ₯ˆ33 Β· ⭐ 2K) - Ahead of Time compiler for numeric kernels. BSD-3 +
hdbscan (πŸ₯ˆ32 Β· ⭐ 2.9K) - A high performance implementation of HDBSCAN clustering. BSD-3 -- [GitHub](https://github.com/serge-sans-paille/pythran) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 190 Β· πŸ“¦ 2.7K Β· πŸ“‹ 870 - 15% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 500 Β· πŸ“¦ 6.4K Β· πŸ“‹ 530 - 67% open Β· ⏱️ 22.04.2025): ``` - git clone https://github.com/serge-sans-paille/pythran + git clone https://github.com/scikit-learn-contrib/hdbscan ``` -- [PyPi](https://pypi.org/project/pythran) (πŸ“₯ 280K / month Β· πŸ“¦ 21 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/hdbscan) (πŸ“₯ 720K / month Β· πŸ“¦ 350 Β· ⏱️ 18.11.2024): ``` - pip install pythran + pip install hdbscan ``` -- [Conda](https://anaconda.org/conda-forge/pythran) (πŸ“₯ 740K Β· ⏱️ 03.09.2024): +- [Conda](https://anaconda.org/conda-forge/hdbscan) (πŸ“₯ 2.5M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pythran + conda install -c conda-forge hdbscan ```
-
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) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 290 Β· πŸ“¦ 790 Β· πŸ“‹ 270 - 21% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/tensorly/tensorly) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 290 Β· πŸ“¦ 1K Β· πŸ“‹ 280 - 23% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/tensorly/tensorly ``` -- [PyPi](https://pypi.org/project/tensorly) (πŸ“₯ 100K / month Β· πŸ“¦ 92 Β· ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/tensorly) (πŸ“₯ 78K / 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 ```
-
datalad (πŸ₯ˆ32 Β· ⭐ 540) - Keep code, data, containers under control with git and git-annex. MIT +
pyjanitor (πŸ₯ˆ32 Β· ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT -- [GitHub](https://github.com/datalad/datalad) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 110 Β· πŸ“¦ 430 Β· πŸ“‹ 3.9K - 13% open Β· ⏱️ 14.10.2024): +- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 930 Β· πŸ“‹ 580 - 19% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/datalad/datalad + git clone https://github.com/pyjanitor-devs/pyjanitor ``` -- [PyPi](https://pypi.org/project/datalad) (πŸ“₯ 53K / month Β· πŸ“¦ 95 Β· ⏱️ 08.08.2024): +- [PyPi](https://pypi.org/project/pyjanitor) (πŸ“₯ 90K / month Β· πŸ“¦ 42 Β· ⏱️ 07.03.2025): ``` - pip install datalad + pip install pyjanitor ``` -- [Conda](https://anaconda.org/conda-forge/datalad) (πŸ“₯ 650K Β· ⏱️ 08.08.2024): +- [Conda](https://anaconda.org/conda-forge/pyjanitor) (πŸ“₯ 260K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge datalad + 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 Β· πŸ“₯ 800 Β· πŸ“¦ 1.7K Β· πŸ“‹ 1.3K - 44% open Β· ⏱️ 07.08.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 2.1K Β· πŸ“₯ 840 Β· πŸ“¦ 1.9K Β· πŸ“‹ 1.3K - 44% open Β· ⏱️ 07.08.2024): ``` git clone https://github.com/PaddlePaddle/PaddleHub ``` -- [PyPi](https://pypi.org/project/paddlehub) (πŸ“₯ 5.8K / month Β· πŸ“¦ 7 Β· ⏱️ 20.09.2023): +- [PyPi](https://pypi.org/project/paddlehub) (πŸ“₯ 6.7K / month Β· πŸ“¦ 7 Β· ⏱️ 20.09.2023): ``` pip install paddlehub ```
-
anomalib (πŸ₯ˆ31 Β· ⭐ 3.8K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 - -- [GitHub](https://github.com/openvinotoolkit/anomalib) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 660 Β· πŸ“₯ 15K Β· πŸ“¦ 100 Β· πŸ“‹ 940 - 15% open Β· ⏱️ 31.10.2024): - - ``` - git clone https://github.com/openvinotoolkit/anomalib - ``` -- [PyPi](https://pypi.org/project/anomalib) (πŸ“₯ 67K / month Β· πŸ“¦ 5 Β· ⏱️ 31.10.2024): - ``` - pip install anomalib - ``` -
-
pyjanitor (πŸ₯ˆ31 Β· ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT +
dstack (πŸ₯ˆ31 Β· ⭐ 1.8K) - dstack is an open-source alternative to Kubernetes and Slurm, designed.. MPL-2.0 -- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 740 Β· πŸ“‹ 570 - 19% open Β· ⏱️ 28.10.2024): +- [GitHub](https://github.com/dstackai/dstack) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 170 Β· πŸ“¦ 18 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 07.05.2025): ``` - git clone https://github.com/pyjanitor-devs/pyjanitor - ``` -- [PyPi](https://pypi.org/project/pyjanitor) (πŸ“₯ 86K / month Β· πŸ“¦ 32 Β· ⏱️ 28.09.2024): - ``` - pip install pyjanitor + git clone https://github.com/dstackai/dstack ``` -- [Conda](https://anaconda.org/conda-forge/pyjanitor) (πŸ“₯ 220K Β· ⏱️ 28.09.2024): +- [PyPi](https://pypi.org/project/dstack) (πŸ“₯ 11K / month Β· ⏱️ 07.05.2025): ``` - conda install -c conda-forge pyjanitor + pip install dstack ```
pyopencl (πŸ₯ˆ31 Β· ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/inducer/pyopencl) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 240 Β· πŸ“¦ 2.1K Β· πŸ“‹ 360 - 21% open Β· ⏱️ 18.10.2024): +- [GitHub](https://github.com/inducer/pyopencl) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 240 Β· πŸ“¦ 2.3K Β· πŸ“‹ 360 - 21% open Β· ⏱️ 07.05.2025): ``` git clone https://github.com/inducer/pyopencl ``` -- [PyPi](https://pypi.org/project/pyopencl) (πŸ“₯ 97K / month Β· πŸ“¦ 170 Β· ⏱️ 18.10.2024): +- [PyPi](https://pypi.org/project/pyopencl) (πŸ“₯ 93K / month Β· πŸ“¦ 180 Β· ⏱️ 22.01.2025): ``` pip install pyopencl ``` -- [Conda](https://anaconda.org/conda-forge/pyopencl) (πŸ“₯ 1.3M Β· ⏱️ 22.10.2024): +- [Conda](https://anaconda.org/conda-forge/pyopencl) (πŸ“₯ 1.7M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pyopencl ```
-
causalml (πŸ₯ˆ30 Β· ⭐ 5.1K) - Uplift modeling and causal inference with machine learning.. Apache-2 +
anomalib (πŸ₯ˆ30 Β· ⭐ 4.3K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 -- [GitHub](https://github.com/uber/causalml) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 780 Β· πŸ“¦ 230 Β· πŸ“‹ 400 - 13% open Β· ⏱️ 16.10.2024): +- [GitHub](https://github.com/open-edge-platform/anomalib) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 730 Β· πŸ“₯ 25K Β· πŸ“¦ 180 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 06.05.2025): ``` - git clone https://github.com/uber/causalml + git clone https://github.com/openvinotoolkit/anomalib ``` -- [PyPi](https://pypi.org/project/causalml) (πŸ“₯ 60K / month Β· πŸ“¦ 2 Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/anomalib) (πŸ“₯ 75K / month Β· πŸ“¦ 5 Β· ⏱️ 19.03.2025): ``` - pip install causalml + pip install anomalib ```
-
dstack (πŸ₯ˆ30 Β· ⭐ 1.4K) - dstack is an open-source alternative to Kubernetes, designed to.. MPL-2.0 +
datalad (πŸ₯ˆ30 Β· ⭐ 570) - Keep code, data, containers under control with git and git-annex. MIT -- [GitHub](https://github.com/dstackai/dstack) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 150 Β· πŸ“¦ 16 Β· πŸ“‹ 1K - 10% open Β· ⏱️ 31.10.2024): +- [GitHub](https://github.com/datalad/datalad) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 110 Β· πŸ“¦ 520 Β· πŸ“‹ 4K - 13% open Β· ⏱️ 05.05.2025): ``` - git clone https://github.com/dstackai/dstack + git clone https://github.com/datalad/datalad ``` -- [PyPi](https://pypi.org/project/dstack) (πŸ“₯ 18K / month Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/datalad) (πŸ“₯ 19K / month Β· πŸ“¦ 99 Β· ⏱️ 15.12.2024): ``` - pip install dstack + pip install datalad + ``` +- [Conda](https://anaconda.org/conda-forge/datalad) (πŸ“₯ 860K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge datalad ```
-
avalanche (πŸ₯ˆ29 Β· ⭐ 1.8K Β· πŸ“ˆ) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +
causalml (πŸ₯ˆ29 Β· ⭐ 5.4K) - Uplift modeling and causal inference with machine learning.. Apache-2 -- [GitHub](https://github.com/ContinualAI/avalanche) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 290 Β· πŸ“₯ 41 Β· πŸ“¦ 110 Β· πŸ“‹ 820 - 12% open Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/uber/causalml) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 810 Β· πŸ“¦ 280 Β· πŸ“‹ 410 - 10% open Β· ⏱️ 23.03.2025): ``` - git clone https://github.com/ContinualAI/avalanche + git clone https://github.com/uber/causalml ``` -- [PyPi](https://pypi.org/project/avalanche-lib) (πŸ“₯ 3K / month Β· πŸ“¦ 3 Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/causalml) (πŸ“₯ 43K / month Β· πŸ“¦ 9 Β· ⏱️ 20.02.2025): ``` - pip install avalanche-lib + pip install causalml ```
-
TabPy (πŸ₯ˆ29 Β· ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT +
River (πŸ₯ˆ29 Β· ⭐ 5.3K Β· πŸ“‰) - Online machine learning in Python. BSD-3 -- [GitHub](https://github.com/tableau/TabPy) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 590 Β· πŸ“¦ 180 Β· πŸ“‹ 320 - 6% open Β· ⏱️ 23.09.2024): +- [GitHub](https://github.com/online-ml/river) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 560 Β· πŸ“¦ 730 Β· πŸ“‹ 620 - 19% open Β· ⏱️ 03.03.2025): ``` - git clone https://github.com/tableau/TabPy + git clone https://github.com/online-ml/river ``` -- [PyPi](https://pypi.org/project/tabpy) (πŸ“₯ 54K / month Β· πŸ“¦ 2 Β· ⏱️ 23.09.2024): +- [PyPi](https://pypi.org/project/river) (πŸ“₯ 69K / month Β· πŸ“¦ 64 Β· ⏱️ 25.11.2024): ``` - pip install tabpy + pip install river ``` -- [Conda](https://anaconda.org/anaconda/tabpy-client) (πŸ“₯ 4.6K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/river) (πŸ“₯ 110K Β· ⏱️ 22.04.2025): ``` - conda install -c anaconda tabpy-client + conda install -c conda-forge river ```
-
Prince (πŸ₯ˆ29 Β· ⭐ 1.3K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT +
adapter-transformers (πŸ₯‰28 Β· ⭐ 2.7K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface -- [GitHub](https://github.com/MaxHalford/prince) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 180 Β· πŸ“¦ 620 Β· πŸ“‹ 140 - 6% open Β· ⏱️ 07.09.2024): +- [GitHub](https://github.com/adapter-hub/adapters) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 360 Β· πŸ“¦ 220 Β· πŸ“‹ 400 - 10% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/MaxHalford/prince - ``` -- [PyPi](https://pypi.org/project/prince) (πŸ“₯ 190K / month Β· πŸ“¦ 18 Β· ⏱️ 07.09.2024): - ``` - pip install prince + git clone https://github.com/Adapter-Hub/adapter-transformers ``` -- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (πŸ“₯ 21K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/adapter-transformers) (πŸ“₯ 5.2K / month Β· πŸ“¦ 12 Β· ⏱️ 07.07.2024): ``` - conda install -c conda-forge prince-factor-analysis + pip install adapter-transformers ```
-
pycm (πŸ₯‰28 Β· ⭐ 1.4K) - Multi-class confusion matrix library in Python. MIT +
avalanche (πŸ₯‰28 Β· ⭐ 1.9K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT -- [GitHub](https://github.com/sepandhaghighi/pycm) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 120 Β· πŸ“¦ 340 Β· πŸ“‹ 200 - 5% open Β· ⏱️ 15.10.2024): +- [GitHub](https://github.com/ContinualAI/avalanche) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 300 Β· πŸ“₯ 54 Β· πŸ“¦ 140 Β· πŸ“‹ 830 - 12% open Β· ⏱️ 11.03.2025): ``` - git clone https://github.com/sepandhaghighi/pycm + git clone https://github.com/ContinualAI/avalanche ``` -- [PyPi](https://pypi.org/project/pycm) (πŸ“₯ 40K / month Β· πŸ“¦ 24 Β· ⏱️ 17.10.2024): +- [PyPi](https://pypi.org/project/avalanche-lib) (πŸ“₯ 2K / month Β· πŸ“¦ 3 Β· ⏱️ 29.10.2024): ``` - pip install pycm + pip install avalanche-lib ```
-
kmodes (πŸ₯‰28 Β· ⭐ 1.2K Β· πŸ’€) - Python implementations of the k-modes and k-prototypes clustering.. MIT +
Prince (πŸ₯‰28 Β· ⭐ 1.3K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT -- [GitHub](https://github.com/nicodv/kmodes) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 420 Β· πŸ“¦ 2.9K Β· πŸ“‹ 160 - 10% open Β· ⏱️ 17.01.2024): +- [GitHub](https://github.com/MaxHalford/prince) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 180 Β· πŸ“¦ 730 Β· ⏱️ 09.03.2025): ``` - git clone https://github.com/nicodv/kmodes + git clone https://github.com/MaxHalford/prince ``` -- [PyPi](https://pypi.org/project/kmodes) (πŸ“₯ 250K / month Β· πŸ“¦ 38 Β· ⏱️ 06.09.2022): +- [PyPi](https://pypi.org/project/prince) (πŸ“₯ 160K / month Β· πŸ“¦ 20 Β· ⏱️ 09.03.2025): ``` - pip install kmodes + pip install prince ``` -- [Conda](https://anaconda.org/conda-forge/kmodes) (πŸ“₯ 50K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (πŸ“₯ 24K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge kmodes + 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) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 340 Β· πŸ“¦ 120 Β· πŸ“‹ 390 - 11% open Β· ⏱️ 30.10.2024): +- [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) (πŸ“₯ 39K / month Β· πŸ“¦ 12 Β· ⏱️ 07.07.2024): +- [PyPi](https://pypi.org/project/trax) (πŸ“₯ 3.1K / month Β· πŸ“¦ 1 Β· ⏱️ 26.10.2021): ``` - pip install adapter-transformers + pip install trax ```
-
pyclustering (πŸ₯‰27 Β· ⭐ 1.2K Β· πŸ’€) - pyclustering is a Python, C++ data mining library. BSD-3 +
TabPy (πŸ₯‰27 Β· ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT -- [GitHub](https://github.com/annoviko/pyclustering) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 250 Β· πŸ“₯ 610 Β· πŸ“¦ 750 Β· πŸ“‹ 670 - 11% open Β· ⏱️ 08.02.2024): +- [GitHub](https://github.com/tableau/TabPy) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 600 Β· πŸ“¦ 210 Β· πŸ“‹ 320 - 6% open Β· ⏱️ 25.11.2024): ``` - git clone https://github.com/annoviko/pyclustering + git clone https://github.com/tableau/TabPy ``` -- [PyPi](https://pypi.org/project/pyclustering) (πŸ“₯ 28K / month Β· πŸ“¦ 32 Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/tabpy) (πŸ“₯ 7.3K / month Β· πŸ“¦ 2 Β· ⏱️ 25.11.2024): ``` - pip install pyclustering + pip install tabpy ``` -- [Conda](https://anaconda.org/conda-forge/pyclustering) (πŸ“₯ 92K Β· ⏱️ 16.11.2023): +- [Conda](https://anaconda.org/anaconda/tabpy-client) (πŸ“₯ 5.1K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyclustering + conda install -c anaconda tabpy-client ```
-
Trax (πŸ₯‰26 Β· ⭐ 8.1K) - Trax Deep Learning with Clear Code and Speed. Apache-2 +
pycm (πŸ₯‰27 Β· ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT -- [GitHub](https://github.com/google/trax) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 810 Β· πŸ“¦ 180 Β· πŸ“‹ 250 - 49% open Β· ⏱️ 10.09.2024): +- [GitHub](https://github.com/sepandhaghighi/pycm) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 130 Β· πŸ“¦ 400 Β· πŸ“‹ 210 - 8% open Β· ⏱️ 04.04.2025): ``` - git clone https://github.com/google/trax + git clone https://github.com/sepandhaghighi/pycm ``` -- [PyPi](https://pypi.org/project/trax) (πŸ“₯ 5.3K / month Β· πŸ“¦ 1 Β· ⏱️ 26.10.2021): +- [PyPi](https://pypi.org/project/pycm) (πŸ“₯ 38K / month Β· πŸ“¦ 24 Β· ⏱️ 04.04.2025): ``` - pip install trax + pip install pycm ```
-
Feature Engine (πŸ₯‰26 Β· ⭐ 1.8K) - Feature engineering package with sklearn like functionality. BSD-3 +
metric-learn (πŸ₯‰26 Β· ⭐ 1.4K Β· πŸ’€) - Metric learning algorithms in Python. MIT -- [GitHub](https://github.com/solegalli/feature_engine) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 310 Β· ⏱️ 31.08.2024): +- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“¦ 480 Β· πŸ“‹ 180 - 30% open Β· ⏱️ 03.08.2024): ``` - git clone https://github.com/solegalli/feature_engine - ``` -- [PyPi](https://pypi.org/project/feature_engine) (πŸ“₯ 220K / month Β· πŸ“¦ 160 Β· ⏱️ 31.08.2024): - ``` - pip install feature_engine - ``` -- [Conda](https://anaconda.org/conda-forge/feature_engine) (πŸ“₯ 59K Β· ⏱️ 01.09.2024): - ``` - conda install -c conda-forge feature_engine + git clone https://github.com/scikit-learn-contrib/metric-learn ``` -
-
AugLy (πŸ₯‰25 Β· ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT - -- [GitHub](https://github.com/facebookresearch/AugLy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 300 Β· πŸ“¦ 150 Β· πŸ“‹ 78 - 30% open Β· ⏱️ 29.10.2024): - +- [PyPi](https://pypi.org/project/metric-learn) (πŸ“₯ 5.6K / month Β· πŸ“¦ 7 Β· ⏱️ 09.10.2023): ``` - git clone https://github.com/facebookresearch/AugLy + pip install metric-learn ``` -- [PyPi](https://pypi.org/project/augly) (πŸ“₯ 4.4K / month Β· πŸ“¦ 4 Β· ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/metric-learn) (πŸ“₯ 16K Β· ⏱️ 22.04.2025): ``` - pip install augly + conda install -c conda-forge metric-learn ```
-
metric-learn (πŸ₯‰25 Β· ⭐ 1.4K) - Metric learning algorithms in Python. MIT +
Feature Engine (πŸ₯‰25 Β· ⭐ 2K Β· πŸ’€) - Feature engineering package with sklearn like functionality. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“¦ 410 Β· πŸ“‹ 170 - 30% open Β· ⏱️ 03.08.2024): +- [GitHub](https://github.com/solegalli/feature_engine) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 320 Β· ⏱️ 31.08.2024): ``` - git clone https://github.com/scikit-learn-contrib/metric-learn + git clone https://github.com/solegalli/feature_engine ``` -- [PyPi](https://pypi.org/project/metric-learn) (πŸ“₯ 5.2K / month Β· πŸ“¦ 7 Β· ⏱️ 09.10.2023): +- [PyPi](https://pypi.org/project/feature_engine) (πŸ“₯ 250K / month Β· πŸ“¦ 180 Β· ⏱️ 22.01.2025): ``` - pip install metric-learn + pip install feature_engine ``` -- [Conda](https://anaconda.org/conda-forge/metric-learn) (πŸ“₯ 13K Β· ⏱️ 09.10.2023): +- [Conda](https://anaconda.org/conda-forge/feature_engine) (πŸ“₯ 72K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge metric-learn + conda install -c conda-forge feature_engine ```
-
Mars (πŸ₯‰24 Β· ⭐ 2.7K Β· πŸ’€) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 +
AugLy (πŸ₯‰24 Β· ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT -- [GitHub](https://github.com/mars-project/mars) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 320 Β· πŸ“‹ 1.2K - 17% open Β· ⏱️ 02.11.2023): +- [GitHub](https://github.com/facebookresearch/AugLy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 300 Β· πŸ“¦ 180 Β· πŸ“‹ 80 - 30% open Β· ⏱️ 28.02.2025): ``` - git clone https://github.com/mars-project/mars + git clone https://github.com/facebookresearch/AugLy ``` -- [PyPi](https://pypi.org/project/pymars) (πŸ“₯ 43K / month Β· πŸ“¦ 2 Β· ⏱️ 12.06.2022): +- [PyPi](https://pypi.org/project/augly) (πŸ“₯ 2.8K / month Β· πŸ“¦ 4 Β· ⏱️ 05.12.2023): ``` - pip install pymars + pip install augly ```
-
BioPandas (πŸ₯‰24 Β· ⭐ 710) - 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 Β· πŸ“¦ 290 Β· πŸ“‹ 59 - 35% open Β· ⏱️ 01.08.2024): +- [GitHub](https://github.com/BioPandas/biopandas) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 120 Β· πŸ“¦ 370 Β· πŸ“‹ 60 - 36% open Β· ⏱️ 01.08.2024): ``` git clone https://github.com/rasbt/biopandas ``` -- [PyPi](https://pypi.org/project/biopandas) (πŸ“₯ 13K / month Β· πŸ“¦ 38 Β· ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/biopandas) (πŸ“₯ 9.8K / month Β· πŸ“¦ 38 Β· ⏱️ 01.08.2024): ``` pip install biopandas ``` -- [Conda](https://anaconda.org/conda-forge/biopandas) (πŸ“₯ 170K Β· ⏱️ 02.08.2024): +- [Conda](https://anaconda.org/conda-forge/biopandas) (πŸ“₯ 180K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge biopandas ```
-
MONAILabel (πŸ₯‰24 Β· ⭐ 600) - MONAI Label is an intelligent open source image labeling and.. Apache-2 +
MONAILabel (πŸ₯‰22 Β· ⭐ 710) - MONAI Label is an intelligent open source image labeling and.. Apache-2 -- [GitHub](https://github.com/Project-MONAI/MONAILabel) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“₯ 99K Β· πŸ“‹ 530 - 24% open Β· ⏱️ 30.10.2024): +- [GitHub](https://github.com/Project-MONAI/MONAILabel) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 220 Β· πŸ“₯ 120K Β· πŸ“‹ 540 - 25% open Β· ⏱️ 05.05.2025): ``` git clone https://github.com/Project-MONAI/MONAILabel ``` -- [PyPi](https://pypi.org/project/monailabel-weekly) (πŸ“₯ 5.1K / month Β· ⏱️ 01.10.2023): +- [PyPi](https://pypi.org/project/monailabel-weekly) (πŸ“₯ 1.8K / month Β· ⏱️ 01.10.2023): ``` pip install monailabel-weekly ```
-
AstroML (πŸ₯‰22 Β· ⭐ 1.1K Β· πŸ’€) - Machine learning, statistics, and data mining for astronomy.. BSD-2 - -- [GitHub](https://github.com/astroML/astroML) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 300 Β· πŸ“‹ 160 - 38% open Β· ⏱️ 04.01.2024): - - ``` - git clone https://github.com/astroML/astroML - ``` -- [PyPi](https://pypi.org/project/astroML) (πŸ“₯ 3.8K / month Β· πŸ“¦ 16 Β· ⏱️ 01.03.2022): - ``` - pip install astroML - ``` -- [Conda](https://anaconda.org/conda-forge/astroml) (πŸ“₯ 48K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge astroml - ``` -
-
benchmark_VAE (πŸ₯‰21 Β· ⭐ 1.8K) - Unifying Variational Autoencoder (VAE) implementations.. Apache-2 +
pykale (πŸ₯‰22 Β· ⭐ 460) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT -- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 160 Β· πŸ“¦ 33 Β· πŸ“‹ 66 - 36% open Β· ⏱️ 17.07.2024): +- [GitHub](https://github.com/pykale/pykale) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 66 Β· πŸ“¦ 6 Β· πŸ“‹ 130 - 8% open Β· ⏱️ 01.05.2025): ``` - git clone https://github.com/clementchadebec/benchmark_VAE + git clone https://github.com/pykale/pykale ``` -- [PyPi](https://pypi.org/project/pythae) (πŸ“₯ 1.8K / month Β· ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/pykale) (πŸ“₯ 410 / month Β· ⏱️ 12.04.2022): ``` - pip install pythae + pip install pykale ```
-
pykale (πŸ₯‰21 Β· ⭐ 440) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT +
SUOD (πŸ₯‰22 Β· ⭐ 390) - (MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous.. BSD-2 -- [GitHub](https://github.com/pykale/pykale) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 64 Β· πŸ“¦ 4 Β· πŸ“‹ 120 - 8% open Β· ⏱️ 24.09.2024): +- [GitHub](https://github.com/yzhao062/SUOD) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 49 Β· πŸ“¦ 550 Β· πŸ“‹ 15 - 80% open Β· ⏱️ 24.03.2025): ``` - git clone https://github.com/pykale/pykale + git clone https://github.com/yzhao062/SUOD ``` -- [PyPi](https://pypi.org/project/pykale) (πŸ“₯ 740 / month Β· ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/suod) (πŸ“₯ 13K / month Β· πŸ“¦ 9 Β· ⏱️ 24.03.2025): ``` - pip install pykale + pip install suod ```
-
SUOD (πŸ₯‰21 Β· ⭐ 380 Β· πŸ’€) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2 +
benchmark_VAE (πŸ₯‰20 Β· ⭐ 1.9K Β· πŸ’€) - Unifying Variational Autoencoder (VAE).. Apache-2 -- [GitHub](https://github.com/yzhao062/SUOD) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 49 Β· πŸ“¦ 530 Β· πŸ“‹ 15 - 80% open Β· ⏱️ 08.02.2024): +- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 170 Β· πŸ“¦ 40 Β· πŸ“‹ 71 - 36% open Β· ⏱️ 17.07.2024): ``` - git clone https://github.com/yzhao062/SUOD + git clone https://github.com/clementchadebec/benchmark_VAE ``` -- [PyPi](https://pypi.org/project/suod) (πŸ“₯ 11K / month Β· πŸ“¦ 8 Β· ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/pythae) (πŸ“₯ 810 / month Β· ⏱️ 06.09.2023): ``` - pip install suod + pip install pythae ```
-
pymdp (πŸ₯‰20 Β· ⭐ 460) - A Python implementation of active inference for Markov Decision Processes. MIT +
pymdp (πŸ₯‰20 Β· ⭐ 520) - A Python implementation of active inference for Markov Decision Processes. MIT -- [GitHub](https://github.com/infer-actively/pymdp) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 85 Β· πŸ“¦ 13 Β· πŸ“‹ 45 - 40% open Β· ⏱️ 16.07.2024): +- [GitHub](https://github.com/infer-actively/pymdp) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 100 Β· πŸ“¦ 21 Β· πŸ“‹ 55 - 47% open Β· ⏱️ 06.02.2025): ``` git clone https://github.com/infer-actively/pymdp ``` -- [PyPi](https://pypi.org/project/inferactively-pymdp) (πŸ“₯ 2.3K / month Β· ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/inferactively-pymdp) (πŸ“₯ 11K / month Β· ⏱️ 08.12.2022): ``` pip install inferactively-pymdp ```
-
NeuralCompression (πŸ₯‰16 Β· ⭐ 500) - A collection of tools for neural compression enthusiasts. MIT +
NeuralCompression (πŸ₯‰15 Β· ⭐ 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 Β· πŸ”€ 45 Β· πŸ“‹ 71 - 7% open Β· ⏱️ 20.09.2024): ``` git clone https://github.com/facebookresearch/NeuralCompression ``` -- [PyPi](https://pypi.org/project/neuralcompression) (πŸ“₯ 390 / month Β· ⏱️ 03.10.2023): +- [PyPi](https://pypi.org/project/neuralcompression) (πŸ“₯ 250 / month Β· ⏱️ 03.10.2023): ``` pip install neuralcompression ```
-
Show 24 hidden projects... - -- cleanlab (πŸ₯ˆ31 Β· ⭐ 9.7K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0 -- Cython BLIS (πŸ₯ˆ30 Β· ⭐ 220) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 -- pysc2 (πŸ₯‰28 Β· ⭐ 8K Β· πŸ’€) - StarCraft II Learning Environment. Apache-2 -- alibi-detect (πŸ₯‰28 Β· ⭐ 2.2K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel -- modAL (πŸ₯‰28 Β· ⭐ 2.2K Β· πŸ’€) - A modular active learning framework for Python. MIT -- minisom (πŸ₯‰28 Β· ⭐ 1.4K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 -- PySwarms (πŸ₯‰28 Β· ⭐ 1.3K Β· πŸ’€) - A research toolkit for particle swarm optimization in Python. MIT -- gplearn (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 -- metricflow (πŸ₯‰26 Β· ⭐ 1.1K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed -- findspark (πŸ₯‰24 Β· ⭐ 510 Β· πŸ’€) - Find pyspark to make it importable. BSD-3 -- vecstack (πŸ₯‰23 Β· ⭐ 680 Β· πŸ’€) - Python package for stacking (machine learning technique). MIT -- pandas-ai (πŸ₯‰22 Β· ⭐ 13K) - Chat with your database (SQL, CSV, pandas, polars, mongodb,.. ❗Unlicensed +
Show 28 hidden projects... + +- 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 +- minisom (πŸ₯ˆ29 Β· ⭐ 1.5K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 +- 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 +- 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 (πŸ₯‰27 Β· ⭐ 1.2K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed +- pandas-ai (πŸ₯‰25 Β· ⭐ 20K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed +- findspark (πŸ₯‰25 Β· ⭐ 520 Β· πŸ’€) - Find pyspark to make it importable. BSD-3 +- 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 +- vecstack (πŸ₯‰23 Β· ⭐ 690 Β· πŸ’€) - Python package for stacking (machine learning technique). MIT - 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 -- apricot (πŸ₯‰22 Β· ⭐ 500 Β· πŸ’€) - apricot implements submodular optimization for the purpose of.. MIT -- impyute (πŸ₯‰21 Β· ⭐ 350 Β· πŸ’€) - Data imputations library to preprocess datasets with missing data. MIT +- mlens (πŸ₯‰22 Β· ⭐ 860 Β· πŸ’€) - ML-Ensemble high performance ensemble learning. MIT +- apricot (πŸ₯‰22 Β· ⭐ 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 +- 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 -- scikit-rebate (πŸ₯‰19 Β· ⭐ 410 Β· πŸ’€) - A scikit-learn-compatible Python implementation of.. MIT -- KD-Lib (πŸ₯‰16 Β· ⭐ 600 Β· πŸ’€) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT +- 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 - traingenerator (πŸ₯‰13 Β· ⭐ 1.4K Β· πŸ’€) - A web app to generate template code for machine learning. MIT diff --git a/history/2024-11-07_changes.md b/history/2024-11-07_changes.md new file mode 100644 index 00000000..543bc8a2 --- /dev/null +++ b/history/2024-11-07_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._ + +- Gradio (πŸ₯‡44 Β· ⭐ 34K Β· πŸ“ˆ) - Wrap UIs around any model, share with anyone. Apache-2 +- pyecharts (πŸ₯ˆ38 Β· ⭐ 15K Β· πŸ“ˆ) - Python Echarts Plotting Library. MIT +- PennyLane (πŸ₯‡37 Β· ⭐ 2.3K Β· πŸ“ˆ) - PennyLane is a cross-platform Python library for quantum.. Apache-2 +- Nilearn (πŸ₯‡37 Β· ⭐ 1.2K Β· πŸ“ˆ) - Machine learning for NeuroImaging in Python. BSD-3 +- AutoGluon (πŸ₯‡36 Β· ⭐ 8K Β· πŸ“ˆ) - Fast and Accurate ML in 3 Lines of Code. Apache-2 +- NIPYPE (πŸ₯ˆ36 Β· ⭐ 750 Β· πŸ“ˆ) - Workflows and interfaces for neuroimaging packages. Apache-2 +- PML (πŸ₯‡34 Β· ⭐ 6K Β· πŸ“ˆ) - The easiest way to use deep metric learning in your application... MIT +- MLxtend (πŸ₯‡34 Β· ⭐ 4.9K Β· πŸ“ˆ) - A library of extension and helper modules for Pythons data.. BSD-3 +- skforecast (πŸ₯ˆ31 Β· ⭐ 1.1K Β· πŸ“ˆ) - Time series forecasting with machine learning models. BSD-3 +- lazypredict (πŸ₯ˆ30 Β· ⭐ 3K Β· πŸ“ˆ) - Lazy Predict help build a lot of basic models without much.. 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._ + +- Seaborn (πŸ₯‡41 Β· ⭐ 13K Β· πŸ“‰) - Statistical data visualization in Python. BSD-3 +- MoviePy (πŸ₯ˆ37 Β· ⭐ 13K Β· πŸ“‰) - Video editing with Python. MIT +- jieba (πŸ₯‡36 Β· ⭐ 33K Β· πŸ’€) - Chinese Words Segmentation Utilities. MIT +- MMDetection (πŸ₯ˆ36 Β· ⭐ 30K Β· πŸ’€) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 +- CuPy (πŸ₯ˆ27 Β· ⭐ 8.1K Β· πŸ“‰) - NumPy & SciPy for GPU. MIT +- CLTK (πŸ₯‰27 Β· ⭐ 840 Β· πŸ“‰) - The Classical Language Toolkit. MIT +- pygal (πŸ₯ˆ26 Β· ⭐ 2.7K Β· πŸ“‰) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- miceforest (πŸ₯ˆ22 Β· ⭐ 350 Β· πŸ“‰) - Multiple Imputation with LightGBM in Python. MIT +- pycls (πŸ₯‰18 Β· ⭐ 2.1K Β· πŸ’€) - Codebase for Image Classification Research, written in PyTorch. MIT +- Auto TS (πŸ₯‰18 Β· ⭐ 730 Β· πŸ“‰) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- TorchUncertainty (πŸ₯‰22 Β· ⭐ 300 Β· βž•) - Open-source framework for uncertainty and deep.. Apache-2 + diff --git a/history/2024-11-07_projects.csv b/history/2024-11-07_projects.csv new file mode 100644 index 00000000..dbaa7f99 --- /dev/null +++ b/history/2024-11-07_projects.csv @@ -0,0 +1,921 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,snap_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,3.0,739.0,118.0,340.0,71.0,147.0,4956.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,170.0,58.0,205.0,,3.0,2317.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,1.0,257.0,93.0,199.0,7.0,6.0,3687.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,1.0,257.0,93.0,199.0,7.0,6.0,3687.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,1.0,257.0,93.0,199.0,7.0,6.0,3687.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,1.0,257.0,93.0,199.0,7.0,6.0,3687.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,2024-11-07 14:16:35.000000,2024-11-07 12:56:48,171941.0,3778.0,74298.0,7582.0,38966.0,5737.0,38611.0,188835.0,An Open Source Machine Learning Framework for Everyone.,4710.0,55,True,2024-10-24 23:51:36.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],433687.0,425653.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8034.0,18830463.0,19654146.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5068461.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-11-07 13:48:31.858501,2602.0,78431100.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,2024-11-07 14:14:12.000000,2024-11-07 09:53:49,80651.0,3716.0,22533.0,1739.0,93371.0,15270.0,32034.0,83694.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5228.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],581102.0,561243.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,32333312.0,32975380.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24373643.0,,,,,1.0,64410.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,2024-11-07 13:18:44.000000,2024-11-07 13:18:44,31891.0,308.0,25380.0,2141.0,17973.0,2067.0,9689.0,60036.0,scikit-learn: machine learning in Python.,3218.0,53,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],965513.0,940164.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,25349.0,78396254.0,78988161.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,31962496.0,,,,,1.0,1028.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,2024-11-07 07:31:27.000000,2024-11-05 17:32:17,17340.0,769.0,26893.0,1123.0,18055.0,1419.0,15114.0,134562.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2915.0,52,True,2024-11-05 18:21:54.000,4.46.2,163.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",243802.0,237144.0,https://pypi.org/project/transformers,2024-11-05 18:21:50.000,6658.0,44441542.0,44483630.0,https://anaconda.org/conda-forge/transformers,2024-11-06 04:51:04.028,2188616.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,2024-11-07 09:15:47.000000,2024-11-07 09:15:47,33694.0,497.0,5160.0,348.0,11423.0,1745.0,8917.0,13065.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1708.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1181676.0,1135800.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,122874601.0,124005385.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,54095606.0,,,,,1.0,424902.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,2024-11-05 23:24:56.000000,2024-11-05 23:24:56,59106.0,503.0,4410.0,291.0,13483.0,5137.0,8902.0,12971.0,A computer algebra system written in pure Python.,1334.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,189248.0,185748.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,29586414.0,29720372.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7015247.0,,,,,1.0,550455.0,,,,,,,,,,,,,,,,,,,, +12,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,2024-11-07 05:49:28.000000,2024-11-07 05:49:28,11113.0,245.0,19472.0,1913.0,7545.0,256.0,11957.0,61975.0,Deep Learning for humans.,1344.0,48,True,2024-10-03 19:44:54.000,3.6.0,103.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1582.0,,https://pypi.org/project/keras,2024-10-03 19:44:54.000,1582.0,13726579.0,13797895.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3779767.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-11-07 09:13:13.000000,2024-11-06 21:00:46,51313.0,421.0,7621.0,592.0,18519.0,1576.0,9349.0,20255.0,matplotlib: plotting with Python.,1744.0,48,True,2024-08-13 01:44:21.000,3.9.2,128.0,matplotlib,conda-forge/matplotlib,,,,1452706.0,1401683.0,https://pypi.org/project/matplotlib,2024-11-01 03:44:50.000,51023.0,71073187.0,71576268.0,https://anaconda.org/conda-forge/matplotlib,2024-09-12 20:10:05.995,26663337.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,2024-11-06 23:11:13.000000,2024-11-06 23:11:13,18793.0,508.0,2218.0,220.0,5167.0,111.0,3103.0,12265.0,Python Imaging Library (Fork).,479.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1907321.0,1898426.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,119654516.0,120538588.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,45971746.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-11-07 06:44:48.000000,2024-11-07 01:05:29,6771.0,244.0,3082.0,320.0,5055.0,1001.0,3678.0,35558.0,Streamlit A faster way to build and share data apps.,246.0,46,True,2024-11-06 21:29:47.000,1.40.0,229.0,streamlit,,,,,575706.0,572848.0,https://pypi.org/project/streamlit,2024-11-06 21:29:40.000,2858.0,6656812.0,6656812.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +16,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,2024-11-07 13:03:00.000000,2024-11-07 13:03:00,7179.0,154.0,8716.0,908.0,5665.0,461.0,4913.0,26273.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,46,True,2024-10-23 14:31:13.000,2.1.2,84.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,116835.0,114789.0,https://pypi.org/project/xgboost,2024-10-23 14:19:26.000,2046.0,26940029.0,27044190.0,https://anaconda.org/conda-forge/xgboost,2024-10-29 21:33:36.986,5411688.0,,,,,1.0,11769.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,2024-11-07 08:47:59.000000,2024-11-07 08:47:53,42708.0,882.0,28288.0,2021.0,48761.0,223.0,,39793.0,Apache Spark Python API.,3137.0,45,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,29908688.0,29974957.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3512305.0,,,,,1.0,,stable/spark,,,,,,,,,,,,,,,,,,, +18,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,2024-11-07 14:04:04.000000,2024-11-07 13:31:07,22977.0,623.0,5729.0,474.0,29481.0,4179.0,15225.0,33825.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1090.0,45,True,2024-10-23 21:57:05.000,ray-2.38.0,118.0,ray,conda-forge/ray-tune,,,,19552.0,18764.0,https://pypi.org/project/ray,2024-10-23 19:27:39.000,788.0,6043080.0,6052679.0,https://anaconda.org/conda-forge/ray-tune,2024-10-30 16:31:33.519,451067.0,,,,,1.0,241.0,,,,,,,,,,,,,,,,,,,, +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,2024-11-07 14:12:04.000000,2024-11-06 21:05:29,23988.0,1603.0,2779.0,334.0,16165.0,1423.0,4267.0,30419.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",779.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,34166.0,32259.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4161872.0,4196427.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1831426.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,,, +20,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-10-23 10:43:24.000000,2024-10-23 10:42:54,16212.0,78.0,4383.0,564.0,4025.0,150.0,5521.0,30132.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,,106391.0,103702.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,13183953.0,13267753.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4441164.0,,,,,1.0,430.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,2024-11-07 14:16:33.000000,2024-11-07 14:16:33,51526.0,1240.0,5581.0,717.0,50593.0,1772.0,17437.0,22235.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1294.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6421.0,6228.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,330825.0,330980.0,,,,,,,,1.0,15410.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,2024-11-07 12:02:41.000000,2024-10-31 16:28:06,20636.0,71.0,4186.0,437.0,6198.0,771.0,6993.0,19347.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-11-06 19:51:28.000,3.6.1,221.0,bokeh,conda-forge/bokeh,,,,96003.0,94224.0,https://pypi.org/project/bokeh,2024-11-06 19:51:28.000,1779.0,4131046.0,4419334.0,https://anaconda.org/conda-forge/bokeh,2024-11-07 07:28:52.498,15279275.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +23,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,2024-11-07 00:33:50.000000,2024-11-04 16:39:13,6899.0,199.0,2533.0,275.0,1733.0,528.0,2451.0,16247.0,The interactive graphing library for Python This project now includes Plotly Express!.,278.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,327597.0,321268.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,19367840.0,19510263.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7380242.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,5752.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,2024-09-25 08:35:09.000000,2024-09-25 08:35:04,14681.0,59.0,2878.0,463.0,1495.0,277.0,1558.0,13597.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,461.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,323340.0,318643.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,21110819.0,21175629.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2851662.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,2024-10-28 23:44:12.000000,2024-10-28 23:44:12,15563.0,102.0,2875.0,283.0,3952.0,2833.0,2797.0,10117.0,Statsmodels: statistical modeling and econometrics in Python.,446.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,145756.0,141287.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16154082.0,16448223.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15589514.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,2024-11-07 11:04:51.000000,2024-11-06 19:40:10,7195.0,244.0,2556.0,175.0,4575.0,427.0,4538.0,33745.0,"Wrap UIs around any model, share with anyone.",446.0,44,True,2024-11-04 23:15:16.000,5.5.0,605.0,gradio,,,,,46437.0,45592.0,https://pypi.org/project/gradio,2024-11-04 23:15:16.000,845.0,6755268.0,6755268.0,,,,,,,,1.0,,,,,,,,,1.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,2024-11-07 12:11:29.000000,2024-11-07 10:37:47,6743.0,393.0,4226.0,303.0,9458.0,1657.0,2613.0,18705.0,Open source platform for the machine learning lifecycle.,790.0,44,True,2024-10-31 08:34:32.000,2.17.2,117.0,mlflow,conda-forge/mlflow,,,,46344.0,45450.0,https://pypi.org/project/mlflow,2024-10-31 07:15:46.000,894.0,17238482.0,17284715.0,https://anaconda.org/conda-forge/mlflow,2024-11-01 09:55:36.068,2450397.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,2024-11-06 07:29:31.000000,2024-11-06 07:29:30,7820.0,65.0,3235.0,278.0,3916.0,343.0,3035.0,14928.0,Network Analysis in Python.,753.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,321011.0,311381.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,68371170.0,68732883.0,https://anaconda.org/conda-forge/networkx,2024-10-30 18:06:44.746,18447410.0,,,,,1.0,76.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,2024-11-07 13:39:32.000000,2024-11-07 13:39:32,8375.0,113.0,1706.0,212.0,6017.0,1109.0,4293.0,12573.0,Parallel computing with task scheduling.,613.0,44,True,2024-10-17 09:20:07.000,2024.10.0,209.0,dask,conda-forge/dask,,,,68768.0,66332.0,https://pypi.org/project/dask,2024-10-17 09:13:37.000,2436.0,12433618.0,12659103.0,https://anaconda.org/conda-forge/dask,2024-10-18 13:49:42.706,12176222.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,,, +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,2024-11-07 12:29:53.000000,2024-11-04 17:33:48,10436.0,25.0,3378.0,251.0,10302.0,818.0,6310.0,28335.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",975.0,43,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],39731.0,38288.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6563961.0,6589319.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1330705.0,,,,,2.0,10312.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +31,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-11-07 10:36:48.494000,2024-10-15 08:44:34,2771.0,44.0,3262.0,244.0,979.0,729.0,1815.0,22818.0,A game theoretic approach to explain the output of any machine learning model.,251.0,43,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,22313.0,21565.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6274966.0,6364828.0,https://anaconda.org/conda-forge/shap,2024-11-07 10:36:48.494,4223539.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-11-04 21:17:01.000000,2024-11-04 20:26:22,7740.0,150.0,2066.0,425.0,1146.0,486.0,1359.0,21439.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,72782.0,71435.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,3578698.0,3607837.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1544337.0,,,,,1.0,85.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,2024-11-07 07:27:12.000000,2024-11-05 13:17:27,2904.0,123.0,3669.0,437.0,3456.0,351.0,2540.0,17892.0,Open standard for machine learning interoperability.,326.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,36550.0,35497.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5971348.0,5996356.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1311594.0,,,,,1.0,22185.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,2024-11-05 12:04:40.000000,2024-11-05 12:04:38,3599.0,49.0,3828.0,434.0,3286.0,371.0,3074.0,16671.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",320.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,40561.0,39484.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9487161.0,9546103.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2815901.0,,,,,2.0,238787.0,,,,,,,,,,,,,,,,,,,, +35,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-11-07 14:18:10.000000,2024-11-07 04:50:52,18260.0,2020.0,1581.0,72.0,2952.0,742.0,2888.0,13624.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",353.0,43,True,2024-11-06 23:22:06.000,1.52.0.de20,994.0,litellm,,,,others,4831.0,4331.0,https://pypi.org/project/litellm,2024-11-05 18:04:43.000,500.0,3312309.0,3312467.0,,,,,,,,1.0,316.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,2024-11-07 14:42:07.000000,2024-11-07 14:42:07,2900.0,339.0,1596.0,193.0,3462.0,666.0,820.0,13311.0,Development repository for the Triton language and compiler.,338.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,42264.0,41999.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,14904216.0,14904216.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,2024-11-07 14:05:18.000000,2024-11-04 18:47:06,5009.0,51.0,2087.0,1670.0,4876.0,350.0,2729.0,12235.0,WebGL2 powered visualization framework.,274.0,43,True,2024-10-24 15:05:03.613,9.0.34,674.0,pydeck,conda-forge/pydeck,,,['jupyter'],8682.0,8260.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5618749.0,6237075.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,636898.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-10-24 15:05:03.613,302.0,607153.0,,,,,,,,,,,,, +38,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-11-07 03:19:56.000000,2024-11-07 03:19:56,18390.0,242.0,1021.0,118.0,3694.0,72.0,1617.0,10855.0,A hyperparameter optimization framework.,275.0,43,True,2024-09-02 05:17:47.000,4.0.0,66.0,optuna,conda-forge/optuna,,,,19807.0,18809.0,https://pypi.org/project/optuna,2024-09-02 05:17:47.000,998.0,3712323.0,3746630.0,https://anaconda.org/conda-forge/optuna,2024-09-03 06:05:16.374,1818315.0,,,,,1.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,2024-11-07 00:03:27.000000,2024-11-07 00:03:27,2527.0,117.0,4752.0,313.0,531.0,49.0,874.0,32154.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",153.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],40645.0,39691.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,5580432.0,5694193.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,259304.0,,,,,1.0,7179198.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +40,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2024-11-07 14:22:36.000000,2024-11-07 14:22:36,3953.0,43.0,6946.0,435.0,5425.0,1035.0,2456.0,16201.0,"Datasets, Transforms and Models specific to Computer Vision.",612.0,42,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,14776181.0,14816696.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1763759.0,,,,,1.0,39138.0,,,,,,,,,,,,,,,,,,,, +41,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,2024-11-05 11:24:45.000000,2024-11-05 06:42:45,9355.0,54.0,1180.0,135.0,5534.0,234.0,4479.0,13863.0,Data Versioning and ML Experiments.,306.0,42,True,2024-10-23 02:16:24.000,3.56.0,539.0,dvc,conda-forge/dvc,,,,19005.0,18872.0,https://pypi.org/project/dvc,2024-10-23 02:16:24.000,133.0,633630.0,677743.0,https://anaconda.org/conda-forge/dvc,2024-10-23 06:04:08.856,2338007.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,,, +42,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,2024-11-06 20:28:06.000000,2024-11-06 05:59:33,3813.0,83.0,794.0,140.0,1515.0,194.0,1833.0,9344.0,Declarative statistical visualization library for Python.,173.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,,174209.0,173335.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,22156221.0,22227225.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2485081.0,,,,,1.0,195.0,,vega/altair,,,,,,,,,,,,,,,,,, +43,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-11-07 14:46:05.000000,2024-11-07 03:48:20,7250.0,465.0,673.0,61.0,5416.0,887.0,2488.0,9120.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",196.0,42,True,2024-11-06 20:22:47.000,0.18.6,292.0,wandb,conda-forge/wandb,,,,58932.0,57436.0,https://pypi.org/project/wandb,2024-11-06 20:19:22.000,1496.0,19533284.0,19547107.0,https://anaconda.org/conda-forge/wandb,2024-10-23 22:43:47.058,718453.0,,,,,1.0,350.0,,wandb/wandb,,,,,,,,,,,,,,,,,, +44,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,2024-11-07 09:23:23.000000,2024-11-07 09:23:18,48753.0,330.0,1176.0,191.0,399.0,553.0,1784.0,8078.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1281.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3399600.0,3439942.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1757777.0,,,,,2.0,320136.0,,,,,,,,,,,,,,,,,,,, +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,2024-10-25 12:01:32.000000,2024-10-18 17:32:05,5869.0,24.0,1656.0,189.0,5048.0,685.0,1241.0,6711.0,TensorFlows Visualization Toolkit.,321.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],272465.0,270239.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,22025589.0,22122196.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5120190.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,2024-11-01 15:50:50.000000,2024-11-01 15:50:50,14177.0,121.0,2224.0,186.0,4526.0,809.0,2114.0,6079.0,Image processing in Python.,673.0,42,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,208183.0,201881.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,16424541.0,16558472.0,https://anaconda.org/conda-forge/scikit-image,2024-10-25 04:11:47.125,7098354.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +47,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-11-07 04:38:22.000000,2024-11-07 04:37:52,2552.0,142.0,4071.0,345.0,3019.0,1099.0,1847.0,35372.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",348.0,41,True,2024-10-22 21:15:07.000,0.15.3,97.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9644.0,9432.0,https://pypi.org/project/deepspeed,2024-10-22 21:15:07.000,212.0,511174.0,511511.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19574.0,1.0,,,,,,,,,,,,,,,,,,,,, +48,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,,8602.0,1059.0,1457.0,114.0,1723.0,34749.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,41,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,60038.0,58490.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,4610518.0,4616510.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,329611.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +49,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-11-06 15:48:13.000000,2024-11-06 15:44:46,1304.0,121.0,3600.0,480.0,1257.0,247.0,2299.0,31308.0,A library for efficient similarity search and clustering of dense vectors.,195.0,41,True,2024-10-29 10:36:06.000,2.4.9,103.0,pymilvus,conda-forge/faiss,,,,4301.0,4121.0,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1031336.0,1065553.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1813534.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +50,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,2024-11-07 11:54:57.733421,2024-11-07 10:58:25,21131.0,648.0,2909.0,284.0,23010.0,791.0,11389.0,30395.0,"A cloud-native vector database, storage for next generation AI applications.",292.0,41,True,2024-11-05 13:20:57.000,2.4.15,103.0,pymilvus,,milvusdb/milvus,,,180.0,,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1031336.0,2115988.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-11-07 11:54:57.733421,64.0,66965892.0,1.0,278032.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,2024-10-19 04:07:45.000000,2024-10-19 04:07:43,2799.0,15.0,7554.0,605.0,2235.0,229.0,1593.0,26272.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19578.0,19270.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,490576.0,490576.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +52,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,2024-11-06 14:12:12.000000,2024-11-06 14:12:12,1583.0,63.0,2460.0,141.0,574.0,1175.0,1032.0,15239.0,State-of-the-Art Text Embeddings.,192.0,41,True,2024-10-21 12:19:51.000,3.2.1,57.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],55389.0,53656.0,https://pypi.org/project/sentence-transformers,2024-10-21 12:19:46.000,1733.0,6060355.0,6069115.0,https://anaconda.org/conda-forge/sentence-transformers,2024-10-21 22:42:01.150,438004.0,,,,,1.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,2024-11-06 09:28:17.000000,2024-11-03 12:04:30,1346.0,83.0,2416.0,244.0,622.0,180.0,1198.0,14578.0,Download market data from Yahoo! Finances API.,127.0,41,True,2024-10-25 18:03:13.000,0.2.48,120.0,yfinance,ranaroussi/yfinance,,,,51029.0,50356.0,https://pypi.org/project/yfinance,2024-10-25 18:03:13.000,673.0,2942889.0,2945307.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,96726.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +54,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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1904.0,263.0,1123.0,176.0,2416.0,12548.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,509376.0,498533.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18481128.0,18681867.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10639034.0,,,,,1.0,448.0,,,,,,,,-1.0,,,,,,,,,,,, +55,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2024-11-04 16:28:07.000000,2024-11-04 16:28:07,10274.0,329.0,1368.0,135.0,1285.0,136.0,1007.0,8882.0,A PyTorch-based Speech Toolkit.,248.0,41,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2504.0,2437.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3444279.0,3444279.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,2024-11-06 19:49:51.000000,2024-11-06 19:49:51,10105.0,93.0,2007.0,225.0,4087.0,310.0,3072.0,8708.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-11-04 09:19:29.000,5.18.0,91.0,pymc3,conda-forge/pymc3,,,,4694.0,4502.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,213756.0,225317.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,611933.0,,,,,1.0,1955.0,,,,,,,,,,,,,,,,,,,, +57,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,2024-11-07 00:13:12.000000,2024-11-07 00:13:12,3880.0,76.0,1137.0,137.0,3213.0,326.0,1204.0,2104.0,A library for training and deploying machine learning models on Amazon SageMaker.,460.0,41,True,2024-11-04 17:40:41.000,2.233.0,609.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4878.0,4722.0,https://pypi.org/project/sagemaker,2024-11-04 17:40:41.000,156.0,25979869.0,26002504.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1154405.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +58,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-11-07 02:49:46.000000,2024-11-07 02:47:48,6344.0,90.0,7767.0,442.0,3153.0,186.0,9192.0,44044.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,40,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],3691.0,3583.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,288507.0,300641.0,,,,,,,,1.0,606711.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,2024-11-07 06:50:38.000000,2024-10-31 05:48:50,7639.0,50.0,3649.0,252.0,3159.0,1056.0,2663.0,21316.0,Graph Neural Network Library for PyTorch.,522.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7193.0,6838.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,378505.0,380530.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,105333.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +60,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,2024-11-04 23:42:22.000000,2024-11-04 23:42:20,1065.0,111.0,1645.0,128.0,975.0,158.0,891.0,14220.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,152.0,40,True,2024-11-01 00:16:00.000,1.4.21,76.0,albumentations,conda-forge/albumentations,,,['pytorch'],29124.0,28529.0,https://pypi.org/project/albumentations,2024-11-01 00:16:00.000,595.0,4612960.0,4616868.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,203246.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +61,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,2024-10-23 02:26:25.000000,2024-10-23 02:26:14,8287.0,13.0,3366.0,478.0,726.0,53.0,2175.0,13534.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,31507.0,31294.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,168672.0,186120.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,912869.0,,,,,2.0,25515.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,2024-11-07 14:17:23.000000,2024-11-07 13:36:27,1838.0,26.0,798.0,121.0,665.0,53.0,955.0,9034.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-05 17:30:25.000,0.20.3,103.0,tokenizers,conda-forge/tokenizers,,,,114084.0,113039.0,https://pypi.org/project/tokenizers,2024-11-05 17:30:25.000,1045.0,31266250.0,31308423.0,https://anaconda.org/conda-forge/tokenizers,2024-11-06 05:02:40.946,2192986.0,,,,,1.0,67.0,,,,,,,,,,,,,,,,,,,, +63,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,2024-11-07 01:12:33.000000,2024-11-05 12:39:53,1609.0,94.0,965.0,97.0,1589.0,127.0,1520.0,7915.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",300.0,40,True,2024-11-07 01:12:33.000,1.1.1,64.0,accelerate,conda-forge/accelerate,,,['pytorch'],58611.0,57015.0,https://pypi.org/project/accelerate,2024-11-07 01:12:33.000,1596.0,7919186.0,7925557.0,https://anaconda.org/conda-forge/accelerate,2024-10-12 14:55:25.760,235727.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +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,2024-10-30 22:40:27.000000,2024-10-30 22:40:26,2320.0,36.0,565.0,90.0,886.0,288.0,954.0,3892.0,Manipulation and analysis of geometric objects.,160.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,86921.0,83986.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32472835.0,32680874.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10604955.0,,,,,1.0,3699.0,,,,,,,,,,,,,,,,,,,, +65,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,2024-11-07 13:25:04.000000,2024-11-07 13:25:03,5924.0,66.0,719.0,57.0,5185.0,1570.0,2385.0,1577.0,A distributed task scheduler for Dask.,329.0,40,True,2024-10-17 09:14:52.000,2024.10.0,241.0,distributed,conda-forge/distributed,,,,38044.0,37192.0,https://pypi.org/project/distributed,2024-10-17 09:14:52.000,852.0,4629106.0,4913467.0,https://anaconda.org/conda-forge/distributed,2024-10-17 20:38:10.413,15355534.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +66,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-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,2.0,4376.0,429.0,1709.0,384.0,1465.0,15655.0,Topic Modelling for Humans.,458.0,39,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,67651.0,66274.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4312342.0,4344614.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1417965.0,,,,,1.0,4982.0,,piskvorky/gensim,,,,,,,,,,,,,,,,,, +67,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-10-28 11:17:02.000000,2024-10-28 11:17:02,1673.0,100.0,2184.0,150.0,246.0,5.0,1124.0,14300.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",71.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4462.0,4418.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,226388.0,226388.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +68,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,2024-11-06 22:38:10.000000,2024-11-04 08:33:55,5000.0,216.0,1354.0,108.0,4337.0,975.0,1601.0,7907.0,A unified framework for machine learning with time series.,409.0,39,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3594.0,3466.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,802270.0,827973.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1028083.0,,,,,1.0,102.0,,sktime/sktime,,,,,,,,,,,,,,,,,, +69,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,2024-11-07 12:50:51.000000,2024-11-07 12:47:01,1908.0,34.0,2224.0,163.0,887.0,84.0,1043.0,6909.0,Python Data. Leaflet.js Maps.,170.0,39,True,2024-10-22 13:40:31.000,0.18.0,33.0,folium,conda-forge/folium,,,,46054.0,45287.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1535142.0,1604599.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3195028.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +70,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,2024-11-06 12:00:40.000000,2024-11-06 12:00:40,2039.0,29.0,928.0,104.0,1705.0,449.0,1268.0,4506.0,Python tools for geographic data.,235.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],45818.0,42979.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7242737.0,7320215.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4104920.0,,,,,1.0,2746.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,2024-11-07 15:01:44.000000,2024-11-07 14:53:56,6571.0,159.0,1542.0,110.0,4529.0,701.0,744.0,4304.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",341.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20348.0,20019.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1779362.0,1780250.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,37326.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,2024-11-06 17:24:45.000000,2024-11-06 17:24:44,18173.0,101.0,1313.0,83.0,8062.0,532.0,4378.0,2716.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,379.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,4981.0,4593.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,165768.0,173907.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,439529.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +73,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,2024-11-07 11:48:50.000000,2024-11-07 11:48:50,36098.0,433.0,13325.0,944.0,25605.0,1242.0,,24063.0,Apache Flink Python API.,1937.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,217531.0,217531.0,,,,,,,,2.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,,6800.0,1069.0,11124.0,1805.0,7758.0,20775.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'],7696.0,7570.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,657046.0,657451.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11194.0,,,,,2.0,27682.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,,, +75,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-10-28 05:47:59.000000,2024-03-21 15:05:22,32610.0,,4630.0,356.0,6377.0,126.0,6642.0,18906.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4616.0,4556.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,179515.0,179515.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +76,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2853.0,379.0,475.0,,1909.0,14892.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4787.0,4572.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,191591.0,191594.0,,,,,,,,2.0,70.0,,,,,,,,1.0,,,,,,,,,,,, +77,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-10-25 17:00:12.000000,2024-10-11 11:07:14,6144.0,28.0,2097.0,204.0,1234.0,115.0,2222.0,13924.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,38,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3743.0,3598.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,105463.0,106104.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,33380.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +78,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,95.0,3010.0,175.0,5049.0,531.0,2357.0,13526.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,457.0,309.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,230140.0,230140.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +79,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-11-05 13:20:30.148000,2024-11-05 09:26:35,2829.0,52.0,969.0,127.0,1965.0,285.0,663.0,9944.0,Geometric Computer Vision Library for Spatial AI.,274.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],12731.0,12444.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1900991.0,1904311.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,155137.0,,,,,1.0,1522.0,,,,,,,,,,,,,,,,,,,, +80,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-11-01 21:57:29.000000,2024-11-01 21:20:28,22192.0,351.0,2159.0,181.0,3383.0,347.0,2086.0,8471.0,End-to-End Speech Processing Toolkit.,457.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,397.0,385.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,37310.0,37311.0,,,,,,,,1.0,82.0,,,,,,,,,,,,,,,,,,,, +81,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,2024-11-06 18:40:41.000000,2024-11-05 19:07:00,4848.0,238.0,644.0,86.0,2658.0,299.0,745.0,6102.0,Flax is a neural network library for JAX that is designed for flexibility.,245.0,38,True,2024-10-31 23:10:23.000,0.10.1,49.0,flax,conda-forge/flax,,,['jax'],10454.0,9972.0,https://pypi.org/project/flax,2024-10-31 23:10:23.000,482.0,894677.0,896413.0,https://anaconda.org/conda-forge/flax,2024-11-01 05:52:22.524,76389.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,,, +82,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,2024-11-06 17:25:03.000000,2024-11-04 10:39:01,10874.0,47.0,403.0,58.0,3104.0,1104.0,2238.0,2700.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,173.0,holoviews,conda-forge/holoviews,,,['jupyter'],13058.0,12652.0,https://pypi.org/project/holoviews,2024-11-04 11:11:44.000,401.0,554302.0,589468.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1849192.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,276.0,,,,,,,,,,,,, +83,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,2024-11-06 22:01:16.000000,2024-10-31 23:27:35,3910.0,42.0,531.0,147.0,1222.0,146.0,1689.0,2261.0,Rasterio reads and writes geospatial raster datasets.,160.0,38,True,2024-10-30 17:28:37.000,1.4.2,165.0,rasterio,conda-forge/rasterio,,,,15134.0,13658.0,https://pypi.org/project/rasterio,2024-10-30 17:07:08.000,1476.0,3539055.0,3620533.0,https://anaconda.org/conda-forge/rasterio,2024-10-30 21:04:37.323,3747657.0,,,,,2.0,970.0,,,,,,,,,,,,,,,,,,,, +84,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,2024-11-05 15:25:37.000000,2024-11-05 14:03:29,1608.0,102.0,546.0,59.0,1557.0,151.0,840.0,2098.0,The official Python client for the Huggingface Hub.,205.0,38,True,2024-10-28 14:49:11.000,0.26.2,132.0,huggingface_hub,conda-forge/huggingface_hub,,,,1957.0,,https://pypi.org/project/huggingface_hub,2024-10-28 14:41:54.000,1957.0,47487249.0,47538264.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-29 14:27:12.142,2295693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +85,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-10-23 08:30:07.000000,2024-10-14 02:48:52,1545.0,8.0,293.0,31.0,497.0,99.0,508.0,1494.0,Python library for reading and writing image data.,118.0,38,True,2024-10-14 02:49:03.000,2.36.0,95.0,imageio,conda-forge/imageio,,,,148607.0,146165.0,https://pypi.org/project/imageio,2024-10-14 02:48:59.000,2442.0,24758917.0,24895739.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7113855.0,,,,,1.0,1364.0,,,,,,,,,,,,,,,,,,,, +86,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-11-07 05:13:16.000000,2024-11-07 05:13:08,8603.0,275.0,2776.0,301.0,236.0,23.0,1128.0,28059.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-11-02 02:14:00.000,7.9.9,675.0,netron,,,,"['pytorch', 'tensorflow']",671.0,588.0,https://pypi.org/project/netron,2024-11-02 02:14:00.000,83.0,25472.0,149082.0,,,,,,,,1.0,123610.0,,,,,,,,,,,,,,,,,,,, +87,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-11-05 16:03:13.000000,2024-11-05 16:03:09,2339.0,26.0,5381.0,513.0,180.0,1133.0,1378.0,23353.0,State-of-the-art 2D and 3D Face Analysis Project.,61.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2938.0,2908.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,254721.0,532050.0,,,,,,,,2.0,5269265.0,,,,,,,,,,,,,,,,,,,, +88,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,2024-11-06 15:05:42.000000,2024-11-05 23:03:49,8620.0,60.0,2218.0,214.0,4217.0,5.0,1938.0,21123.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-05 09:19:23.000,3.27.20,2484.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-05 09:18:26.000,27.0,154984.0,187754.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,78532.0,https://hub.docker.com/r/jinaai/jina,2024-11-05 09:27:54.720462,8.0,1750176.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,,, +89,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-08-20 10:05:57.000000,2024-05-27 18:04:07,1101.0,,1558.0,255.0,685.0,482.0,1060.0,12542.0,Video editing with Python.,161.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,48902.0,47959.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,943.0,1415157.0,1418252.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,272420.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,,, +90,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,2024-11-07 02:20:12.000000,2024-11-07 02:19:05,1505.0,30.0,1681.0,152.0,823.0,234.0,576.0,12515.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,37,True,2024-10-29 15:15:14.000,4.12.0,65.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4731.0,4548.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,360497.0,365259.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,471348.0,,,,,2.0,203.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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,2024-11-05 11:17:37.657000,2024-08-18 00:47:35,986.0,8.0,1169.0,127.0,313.0,35.0,717.0,10254.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,,,,83907.0,82175.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22696685.0,22718287.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-05 11:17:37.657,1092138.0,,,,,1.0,45073.0,,,,,,,,,,,,,,,,,,,, +92,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,,2486.0,539.0,4121.0,697.0,2087.0,9902.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15782.0,15610.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,86362.0,110965.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2460324.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +93,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,2024-11-04 02:53:26.000000,2024-11-03 12:40:00,33357.0,1549.0,1995.0,198.0,5861.0,40.0,3392.0,9494.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,19272.0,19462.0,,,,,,,,1.0,2283.0,,,,,,,,,,,,,,,,,,,, +94,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-11-05 11:23:13.000000,2024-11-05 11:23:13,1447.0,25.0,910.0,212.0,247.0,179.0,243.0,7003.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10340.0,10057.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4139209.0,4156014.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,487351.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +95,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-11-06 01:12:46.000000,2024-11-06 01:12:46,4201.0,67.0,1102.0,154.0,1737.0,424.0,900.0,3897.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11589.0,10563.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,361492.0,373005.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,610219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +96,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-11-07 13:27:42.000000,2024-11-07 06:28:27,4780.0,177.0,495.0,37.0,3739.0,602.0,1136.0,2718.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,165.0,37,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,,['jupyter'],4161.0,3634.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,355905.0,366751.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,574402.0,,,,,2.0,836.0,,,,,,,,,,,,,,,,,,,, +97,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-11-07 14:48:41.000000,2024-11-07 09:51:46,4690.0,291.0,601.0,47.0,5188.0,332.0,1099.0,2341.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",186.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1242.0,1125.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,75121.0,79573.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,160249.0,,,,,1.0,96.0,,,,,,,,1.0,,,,,,,,,,,, +98,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,2024-11-04 15:32:20.000000,2024-11-01 18:04:02,4931.0,551.0,1102.0,149.0,1371.0,69.0,707.0,1892.0,Documentation and samples for ArcGIS API for Python.,94.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,884.0,844.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,84000.0,84130.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,12745.0,,,,,,,,,,,,,,,,,,,, +99,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,2024-11-07 11:54:42.000000,2024-11-07 11:54:39,10462.0,126.0,595.0,70.0,2592.0,298.0,1849.0,1184.0,Machine learning for NeuroImaging in Python.,249.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3840.0,3544.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,62506.0,68755.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,299718.0,,,,,1.0,242.0,,,,,,,,1.0,,,,,,,,,,,, +100,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,2024-10-28 07:29:41.000000,2024-10-21 16:46:22,1564.0,19.0,202.0,47.0,613.0,32.0,774.0,1160.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23474.0,23171.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,5021144.0,5139051.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6131195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +101,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1278.0,167.0,674.0,227.0,33316.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,,,,32869.0,32031.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1401781.0,1403580.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,163785.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,,, +102,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-10-31 00:55:20.245000,2024-10-18 16:40:02,2327.0,3.0,6393.0,426.0,1348.0,1285.0,3050.0,30469.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3799.0,3682.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,135192.0,137116.0,https://anaconda.org/conda-forge/fairseq,2024-10-31 00:55:20.245,99840.0,,,,,1.0,362.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,,9440.0,372.0,3161.0,1807.0,6722.0,29540.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3213.0,3131.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,199258.0,199258.0,,,,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,,, +104,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,,2430.0,229.0,344.0,304.0,225.0,14403.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,,,,22738.0,22473.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,547405.0,550232.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,183812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +105,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-11-05 02:31:16.000000,2024-11-03 19:33:44,18777.0,306.0,5749.0,72.0,11746.0,937.0,15952.0,14012.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,22187.0,22187.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +106,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2024-11-07 14:23:59.000000,2024-11-07 05:52:48,7462.0,582.0,2464.0,205.0,8196.0,168.0,2237.0,12045.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",363.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,79001.0,83842.0,,,,,,,,1.0,300159.0,,,,,,,,,,,,,,,,,,,, +107,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,,2245.0,280.0,3096.0,91.0,2477.0,11756.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'],4387.0,4262.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,181442.0,183646.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,156513.0,,,,,1.0,69.0,,,,,,,,,,,,,,,,,,,, +108,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-11-04 22:54:57.000000,2024-08-07 18:02:18,598.0,,1148.0,262.0,199.0,112.0,171.0,9148.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,44755.0,44365.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1333953.0,1336661.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,268168.0,,,,,1.0,123.0,,,,,,,,,,,,,,,,,,,, +109,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,2024-11-07 05:52:05.000000,2024-11-06 21:30:11,21609.0,803.0,552.0,60.0,3526.0,488.0,1067.0,8838.0,"Visualize, create, and debug image and video datasets and model predictions.",135.0,36,True,2024-10-14 14:23:30.000,1.0.1,149.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",743.0,721.0,https://pypi.org/project/fiftyone,2024-10-14 14:02:54.000,22.0,120588.0,120588.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +110,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-10-13 22:42:35.000000,2024-10-13 22:41:32,698.0,16.0,344.0,68.0,126.0,35.0,151.0,8498.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",30.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,51982.0,49942.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5418395.0,5424281.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,288457.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +111,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2024-11-07 09:04:42.000000,2024-11-06 18:30:53,2364.0,95.0,926.0,97.0,2674.0,370.0,1106.0,8024.0,Fast and Accurate ML in 3 Lines of Code.,125.0,36,True,2024-06-14 20:30:21.000,1.1.1,1659.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",894.0,867.0,https://pypi.org/project/autogluon,2024-11-07 09:04:42.000,27.0,537648.0,538804.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,21641.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,11079.0,1.0,,,,,,,,,1.0,,,,,,,,,,,, +112,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,2024-11-07 08:30:41.000000,2024-11-07 08:30:40,3160.0,63.0,1077.0,90.0,3512.0,375.0,2771.0,5843.0,AI Toolkit for Healthcare Imaging.,210.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3176.0,3055.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,171755.0,172679.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,32374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +113,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,2024-11-05 00:18:34.000000,2024-11-05 00:18:34,1194.0,28.0,627.0,127.0,944.0,350.0,1106.0,4416.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,,4317.0,4236.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,785593.0,787229.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,73496.0,,,,,2.0,11822.0,,,,,,,,,,,,,,,,,,,, +114,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,2024-11-07 01:45:55.000000,2024-11-05 22:21:16,12178.0,19.0,1102.0,164.0,466.0,693.0,754.0,4261.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,36,True,2024-03-12 19:43:46.000,0.24.0,52.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],615.0,2.0,https://pypi.org/project/tensorflow-probability,2024-03-12 19:43:39.000,613.0,1400273.0,1403621.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,150682.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +115,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,2024-11-07 10:02:46.000000,2024-10-24 21:32:31,8617.0,51.0,711.0,100.0,13355.0,35.0,858.0,3863.0,State of the Art Natural Language Processing.,113.0,36,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],553.0,516.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,3590870.0,3590870.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +116,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-10-01 10:35:24.000000,2024-09-30 12:55:05,5344.0,19.0,275.0,78.0,797.0,18.0,128.0,2819.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",64.0,36,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,55529.0,55388.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,11697019.0,11755333.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3148757.0,,,,,2.0,390.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-11-05 16:19:59.000000,2024-11-05 09:01:46,1125.0,50.0,456.0,57.0,1321.0,420.0,431.0,2556.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,127.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,3949.0,3774.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,930862.0,931706.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,26187.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +118,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-11-07 14:10:59.000000,2024-11-07 14:06:24,3496.0,329.0,307.0,69.0,2259.0,59.0,722.0,2375.0,Adaptive Experimentation Platform.,178.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],889.0,835.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,113359.0,114062.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,28838.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +119,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,2024-11-05 15:33:04.000000,2024-11-05 13:00:05,1983.0,102.0,401.0,32.0,1714.0,68.0,813.0,2134.0,"Machine learning metrics for distributed, scalable PyTorch applications.",257.0,36,True,2024-10-23 07:05:32.000,1.5.1,51.0,metrics,conda-forge/torchmetrics,,,['pytorch'],32153.0,32151.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4879.0,42441.0,https://anaconda.org/conda-forge/torchmetrics,2024-10-24 12:57:19.442,1647036.0,,,,,2.0,5747.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +120,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,2024-10-08 21:42:17.000000,2024-10-08 21:42:17,1568.0,13.0,399.0,49.0,1518.0,179.0,687.0,1604.0,Exploratory analysis of Bayesian models with Python.,163.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8332.0,8019.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1224518.0,1265966.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2238136.0,,,,,1.0,162.0,,,,,,,,,,,,,,,,,,,, +121,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,2024-11-06 20:40:01.000000,2024-11-06 20:39:59,3113.0,51.0,362.0,54.0,1214.0,316.0,981.0,1430.0,Cartopy - a cartographic python library with matplotlib support.,128.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6654.0,5936.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,396602.0,474111.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4185509.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +122,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-10-31 12:59:59.000000,2024-10-31 12:58:40,1590.0,30.0,213.0,34.0,717.0,32.0,589.0,1059.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,68.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,37071.0,35331.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9434777.0,9606039.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8905656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +123,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,2024-10-31 14:43:25.000000,2024-10-31 14:43:14,15005.0,122.0,506.0,50.0,2322.0,401.0,967.0,748.0,Workflows and interfaces for neuroimaging packages.,260.0,36,True,2024-10-31 14:42:41.000,1.9.0,65.0,nipype,conda-forge/nipype,,,,5316.0,5166.0,https://pypi.org/project/nipype,2024-10-31 14:42:41.000,150.0,194237.0,208087.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,706394.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,,, +124,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-10-25 15:47:41.000000,2024-10-23 13:35:18,6042.0,136.0,259.0,37.0,853.0,130.0,412.0,653.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,23746.0,22565.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1131627.0,1146557.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,791306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +125,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,,4709.0,846.0,268.0,556.0,611.0,25928.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,,,,7046.0,6799.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1585485.0,1587630.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,107253.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +126,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,,3947.0,670.0,1677.0,151.0,1988.0,25323.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,35,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],488.0,464.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,50701.0,67044.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3263.0,,,,,1.0,1203399.0,,,,,,,,,,,,,,,,,,,, +127,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,1.0,3151.0,317.0,259.0,436.0,597.0,24399.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,,,,,9393.0,9180.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,546249.0,842926.0,,,,,,,,1.0,15723928.0,,,,,,,,,,,,,,,,,,,, +128,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,16.0,4522.0,453.0,466.0,421.0,1733.0,18463.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,203233.0,233104.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1283188.0,,,,,1.0,2839.0,,,,,,,,,,,,,,,,,,,, +129,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,2024-11-05 14:48:22.000000,2024-11-04 08:26:57,3722.0,143.0,1897.0,142.0,4060.0,100.0,3464.0,17566.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",267.0,35,True,2024-10-10 08:53:02.000,2.6.1,100.0,haystack,,,,,616.0,611.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6777.0,6777.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +130,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-11-01 22:47:29.000000,2024-11-01 22:47:25,3899.0,45.0,1011.0,134.0,181.0,111.0,1081.0,14058.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",101.0,35,True,2024-10-29 07:08:05.000,16.6.0,245.0,ocrmypdf,conda-forge/ocrmypdf,,,,1078.0,1042.0,https://pypi.org/project/ocrmypdf,2024-10-29 07:07:31.000,36.0,139843.0,142028.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,81680.0,,,,,1.0,5558.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +131,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,,1155.0,318.0,268.0,56.0,343.0,13234.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,,,,4604.0,4403.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1062358.0,1073414.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,552832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +132,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-08-15 14:02:46.000000,2024-04-12 16:27:53,4816.0,,5212.0,382.0,721.0,660.0,1367.0,13054.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,35,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1651.0,1458.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,550549.0,591235.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,271492.0,,,,,2.0,4019751.0,,,,,,,,,,,,,,,,,,,, +133,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,2024-11-07 14:13:44.000000,2024-11-05 14:33:02,6265.0,11.0,3631.0,247.0,1739.0,1106.0,4513.0,11336.0,Open-source simulator for autonomous driving research.,192.0,35,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,848.0,837.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,15765.0,15765.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +134,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-11-07 02:35:05.000000,2024-08-30 03:34:11,5357.0,5.0,1748.0,135.0,1020.0,373.0,1948.0,8917.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6609.0,6578.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,293878.0,295018.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,57515.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,,, +135,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-10-17 16:32:55.000000,2024-08-01 18:55:53,10421.0,,1926.0,352.0,3429.0,130.0,1140.0,8484.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,57425.0,62297.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,238755.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,2024-11-07 14:46:39.000000,2024-11-07 14:26:06,39747.0,474.0,899.0,154.0,10726.0,1073.0,5540.0,8422.0,cuDF - GPU DataFrame Library.,297.0,35,True,2024-10-29 18:24:22.000,24.10.01,57.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3515.0,3515.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,2024-11-04 13:02:22.000000,2024-11-04 13:02:22,577.0,34.0,2394.0,277.0,175.0,331.0,325.0,8417.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,35,True,2024-10-20 09:28:59.000,3.11.0,60.0,SpeechRecognition,conda-forge/speechrecognition,,,,602.0,21.0,https://pypi.org/project/SpeechRecognition,2024-10-20 09:22:41.000,581.0,1059593.0,1063673.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,208127.0,,,,,1.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,2024-11-07 08:49:45.000000,2024-11-07 08:29:38,1095.0,106.0,772.0,290.0,1463.0,340.0,421.0,8224.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",96.0,35,True,2024-11-01 10:21:14.000,2.12.28,152.0,metaflow,conda-forge/metaflow,,,,796.0,749.0,https://pypi.org/project/metaflow,2024-11-01 10:21:14.000,47.0,895582.0,899910.0,https://anaconda.org/conda-forge/metaflow,2024-10-08 15:30:55.152,225077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +139,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,2024-11-04 16:22:46.000000,2024-11-04 16:22:45,1857.0,51.0,806.0,127.0,289.0,477.0,338.0,7444.0,Uniform Manifold Approximation and Projection.,137.0,35,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,1888122.0,1938765.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2684111.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,2024-11-06 08:59:58.000000,2024-11-06 08:59:58,3343.0,146.0,791.0,77.0,3720.0,166.0,919.0,7129.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",210.0,35,True,2024-10-29 03:57:03.000,1.3.10,165.0,bentoml,,,,,2194.0,2166.0,https://pypi.org/project/bentoml,2024-10-29 03:57:03.000,28.0,129714.0,129735.0,,,,,,,,2.0,1077.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,2024-11-07 00:37:00.000000,2024-11-01 21:55:49,32552.0,66.0,1997.0,387.0,6896.0,2841.0,6680.0,6915.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,275066.0,275066.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +142,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-11-06 19:43:16.000000,2024-11-06 16:39:29,10550.0,34.0,1679.0,143.0,2465.0,650.0,1240.0,5502.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",250.0,35,True,2024-04-03 16:21:23.000,2.8.0,938.0,deepchem,conda-forge/deepchem,,,['tensorflow'],466.0,453.0,https://pypi.org/project/deepchem,2024-11-06 19:43:16.000,13.0,97676.0,99767.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,110873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +143,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,2024-11-07 00:23:28.000000,2024-11-07 00:23:28,30500.0,265.0,1593.0,184.0,2201.0,19.0,1612.0,5102.0,"mlpack: a fast, header-only C++ machine learning library.",324.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,12369.0,17331.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,262988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +144,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,2024-10-30 07:38:29.000000,2024-10-22 15:01:37,12408.0,57.0,1159.0,98.0,1394.0,141.0,759.0,4862.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,35,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,626.0,606.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,99673.0,100675.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,52142.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,2024-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,844.0,91.0,218.0,132.0,687.0,4533.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,471868.0,461512.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14656897.0,14656897.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +146,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,2024-11-07 14:09:01.000000,2024-11-07 14:03:40,1736.0,20.0,615.0,59.0,1885.0,156.0,1266.0,4523.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,683.0,35,True,2024-08-13 12:47:02.000,0.5.1,1792.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3425.0,3326.0,https://pypi.org/project/pytorch-ignite,2024-11-07 00:18:51.000,99.0,242425.0,245072.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,203883.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +147,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-11-05 16:01:53.000000,2024-11-05 15:52:30,2425.0,38.0,217.0,64.0,145.0,80.0,604.0,4027.0,A Grammar of Graphics for Python.,111.0,35,True,2024-11-05 15:43:45.000,0.14.1,29.0,plotnine,conda-forge/plotnine,,,,9520.0,9200.0,https://pypi.org/project/plotnine,2024-11-05 12:07:42.000,320.0,2769584.0,2777412.0,https://anaconda.org/conda-forge/plotnine,2024-11-05 14:35:56.408,414890.0,,,,,2.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,2024-11-07 11:34:38.000000,2024-10-23 20:30:53,2319.0,7.0,651.0,72.0,2909.0,259.0,726.0,2535.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,6396680.0,6396680.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +149,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,,211.0,32.0,47.0,13.0,169.0,1642.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,,,,78314.0,75695.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,14784952.0,14785500.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,49908.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +150,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/intel/scikit-learn-intelex,https://github.com/intel/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2024-11-06 12:39:27.000000,2024-11-06 12:39:27,1909.0,130.0,174.0,29.0,1869.0,82.0,194.0,1223.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-11-04 13:36:49.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12457.0,12402.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,106356.0,114826.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-08-20 09:58:15.356,364250.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +151,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,,13466.0,1566.0,232.0,792.0,588.0,53354.0,The worlds simplest facial recognition api for Python and the command line.,54.0,34,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3578.0,3462.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,139029.0,139631.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,29351.0,,,,,2.0,1391.0,,,,,,,,,,,,,,,,,,,, +152,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,,4277.0,294.0,749.0,92.0,1030.0,35230.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1923.0,1870.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,128850.0,211919.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,18611.0,,,,,2.0,3632921.0,,,,,,,,,,,,,,,,,,,, +153,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-11-06 15:19:24.704000,2024-10-14 23:16:51,1533.0,5.0,7468.0,390.0,688.0,531.0,3074.0,30459.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",273.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2102.0,2089.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,8866.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,461067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +154,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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2230.0,335.0,1603.0,405.0,1860.0,14246.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1284.0,1251.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,97627.0,97627.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,,, +155,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4439.0,545.0,717.0,412.0,1283.0,14085.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,5995.0,5977.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,44673.0,44673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +156,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-10-24 13:13:57.000000,2024-10-07 17:40:57,2659.0,36.0,679.0,103.0,496.0,605.0,1263.0,9530.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1751.0,1338.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,80541.0,81634.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,46977.0,,,,,2.0,68.0,,,,,,,,,datasette,,,,,,,,,,, +157,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1033.0,133.0,234.0,360.0,274.0,8922.0,Manipulate audio with a simple and easy high level interface.,95.0,34,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,73730.0,72361.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6338643.0,6340391.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,124149.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +158,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-11-05 11:29:46.000000,2024-11-05 11:29:46,2942.0,18.0,1681.0,92.0,1693.0,236.0,1918.0,8673.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1312.0,1305.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1589.0,1589.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +159,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-09-06 16:48:34.000000,2024-09-05 19:08:20,1865.0,2.0,1356.0,145.0,250.0,221.0,146.0,8556.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,34,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4484.0,4371.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,630191.0,632538.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,126742.0,,,,,2.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,2024-11-02 21:06:21.000000,2024-11-02 21:06:21,2496.0,11.0,983.0,200.0,2328.0,258.0,847.0,8549.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,357335.0,361932.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,202296.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +161,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-09-03 22:18:55.000000,2023-11-12 14:28:03,528.0,,865.0,84.0,276.0,81.0,376.0,7870.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,,,,50604.0,49979.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3587784.0,3611403.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1227947.0,,,,,2.0,447.0,,,,,,,,,,,,,,,,,,,, +162,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-10-30 07:16:34.000000,2024-09-12 23:27:08,4682.0,55.0,889.0,142.0,499.0,95.0,804.0,7284.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,34,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3364.0,3189.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,250291.0,250436.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8127.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +163,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-11-07 12:04:42.000000,2024-11-07 10:56:34,3640.0,396.0,1260.0,251.0,9748.0,995.0,1610.0,6679.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",110.0,34,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,140461.0,140468.0,,,,,,,,2.0,643.0,,intel-analytics/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,,,, +164,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-11-02 22:14:09.000000,2024-11-02 22:06:30,1251.0,20.0,658.0,62.0,143.0,71.0,448.0,6008.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,34,True,2024-11-02 22:08:19.000,2.7.0,213.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2063.0,2009.0,https://pypi.org/project/pytorch-metric-learning,2024-11-02 21:59:14.000,54.0,785180.0,785388.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12065.0,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,,, +165,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,282.0,6588.0,12.0,2032.0,5890.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3386.0,3328.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,119605.0,119957.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20089.0,,,,,3.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,2024-10-31 17:55:30.000000,2024-10-31 17:48:10,1196.0,88.0,490.0,269.0,883.0,230.0,339.0,4917.0,Model interpretability and understanding for PyTorch.,120.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2637.0,2511.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,219716.0,222074.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,82531.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +167,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,2024-11-05 19:19:36.709000,2024-11-05 14:13:36,1652.0,6.0,867.0,116.0,536.0,147.0,344.0,4902.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,109.0,34,True,2024-11-05 14:15:35.000,0.23.2,53.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16004.0,15818.0,https://pypi.org/project/mlxtend,2024-11-05 14:15:35.000,186.0,600366.0,606676.0,https://anaconda.org/conda-forge/mlxtend,2024-11-05 19:19:36.709,328138.0,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,,, +168,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,2024-10-23 20:13:30.000000,2024-10-23 19:37:04,3880.0,35.0,859.0,57.0,1712.0,416.0,1270.0,4238.0,"Serve, optimize and scale PyTorch models in production.",216.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],770.0,748.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,54235.0,82843.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,343067.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,29.0,1356886.0,2.0,7012.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,2024-11-05 17:48:56.000000,2024-11-05 17:46:27,1336.0,33.0,281.0,41.0,485.0,100.0,240.0,3963.0,Lightning fast forecasting with statistical and econometric models.,47.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,1266.0,1209.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,748798.0,752051.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,104109.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +170,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,2024-11-07 14:22:17.000000,2024-11-07 14:19:21,3516.0,213.0,372.0,31.0,3344.0,129.0,2030.0,3950.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,104.0,34,True,2024-10-30 17:05:51.000,2.4.0,100.0,rubrix,conda-forge/rubrix,,,,2781.0,2781.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2699.0,3780.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,37843.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +171,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,2024-10-14 12:43:50.000000,2024-10-07 18:43:00,7401.0,6.0,618.0,115.0,1189.0,353.0,1115.0,3323.0,High-performance interactive 2D/3D data visualization library.,198.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1911.0,1735.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,271889.0,284532.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,631795.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,8.0,,,,,,,,,,,,, +172,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,2024-11-07 07:43:11.000000,2024-11-07 07:43:09,1529.0,10.0,363.0,90.0,775.0,136.0,449.0,3320.0,Quickly and accurately render even the largest data.,56.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5199.0,5003.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,144321.0,166585.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1202259.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +173,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-11-06 22:30:52.000000,2024-11-06 22:27:48,2045.0,106.0,394.0,52.0,1794.0,65.0,473.0,3096.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1297.0,1213.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,203062.0,205587.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,128806.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +174,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,2024-10-27 17:09:19.000000,2024-10-27 17:09:19,1049.0,20.0,499.0,56.0,147.0,360.0,171.0,2799.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-10-12 02:04:35.000,0.8.39,56.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],4579.0,4240.0,https://pypi.org/project/hdbscan,2024-10-12 02:04:35.000,339.0,668752.0,713717.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2203292.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +175,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-10-28 13:12:53.000000,2024-10-28 13:12:53,3024.0,46.0,699.0,75.0,926.0,293.0,641.0,2734.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",132.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1287.0,1234.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,123298.0,123308.0,,,,,,,,1.0,547.0,,,,,,,,,,,,,,,,,,,, +176,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,11.0,559.0,71.0,487.0,267.0,713.0,2368.0,Survival analysis in Python.,120.0,34,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3209.0,3048.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2308283.0,2315284.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,378097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +177,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-11-05 19:36:30.607000,2024-11-05 11:22:06,5339.0,120.0,553.0,19.0,1445.0,1136.0,700.0,2274.0,"This is the development home of the workflow management system Snakemake. For general information, see.",342.0,34,True,2024-11-05 11:23:41.000,8.25.2,370.0,snakemake,bioconda/snakemake,,,,2377.0,2137.0,https://pypi.org/project/snakemake,2024-11-05 11:23:41.000,240.0,120771.0,131892.0,https://anaconda.org/bioconda/snakemake,2024-11-05 19:36:30.607,1212265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +178,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,2024-11-05 02:21:55.000000,2024-11-05 02:20:22,5932.0,238.0,701.0,88.0,6025.0,245.0,862.0,2114.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1615.0,1598.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,40133.0,40133.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +179,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1407.0,The ctypes-based simple ImageMagick binding for Python.,106.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20132.0,19875.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,924385.0,926400.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,82345.0,,,,,2.0,51023.0,,,,,,,,,,,,,,,,,,,, +180,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,2024-11-06 10:34:55.000000,2024-11-06 10:32:14,2925.0,42.0,249.0,35.0,229.0,48.0,512.0,1309.0,Python interface for igraph.,75.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4599.0,4193.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,435832.0,454102.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,628438.0,,,,,1.0,565102.0,,,,,,,,,,,,,,,,,,,, +181,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,2024-11-06 19:29:51.000000,2024-11-06 19:28:43,891.0,6.0,343.0,42.0,1062.0,194.0,171.0,1230.0,Making text a first-class citizen in TensorFlow.,135.0,34,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7754.0,7536.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,8025915.0,8025915.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +182,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,133.0,4.0,644.0,1172.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4066.0,4017.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,11384198.0,11390099.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,247846.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +183,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,2024-11-06 09:24:08.000000,2024-11-06 09:24:08,3750.0,143.0,4342.0,384.0,4208.0,432.0,1264.0,38777.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,434.0,434.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +184,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,2024-11-07 13:46:33.000000,2024-11-06 14:15:57,18806.0,240.0,4872.0,399.0,5562.0,188.0,3941.0,26749.0,The platform for building AI from enterprise data.,861.0,33,False,2024-11-05 17:11:57.000,24.11.1.0,497.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-11-05 17:12:43.000,,19170.0,19170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +185,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-11-07 14:42:39.000000,2024-11-07 14:41:16,6725.0,1186.0,2922.0,272.0,6702.0,129.0,659.0,26743.0,You like pytorch? You like micrograd? You love tinygrad!.,353.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,,['pytorch'],126.0,126.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +186,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-11-07 12:54:22.000000,2024-10-11 18:15:45,3375.0,220.0,1387.0,126.0,3825.0,307.0,1013.0,20487.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",122.0,33,True,2024-10-11 19:38:48.000,1.12.1,85.0,,,,,,115.0,115.0,,,,,5806.0,,,,,,,,2.0,249673.0,,,,,,,,,,,,,,,,,,,, +187,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,2024-11-01 13:20:49.000000,2024-09-11 08:45:28,9010.0,36.0,3078.0,275.0,1295.0,164.0,704.0,19212.0,Best Practices on Recommendation Systems.,136.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,133.0,129.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,29620.0,29628.0,,,,,,,,1.0,601.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +188,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,,3484.0,466.0,671.0,590.0,672.0,15515.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'],1531.0,1517.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9450.0,9450.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +189,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,2024-10-28 23:22:54.000000,2024-10-17 22:52:09,3861.0,5.0,1185.0,194.0,2868.0,361.0,1037.0,11177.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],285.0,279.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,3676.0,3676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +190,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-06 19:43:37.000000,2024-11-06 19:40:42,1188.0,18.0,1278.0,148.0,181.0,265.0,1355.0,8783.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,150.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1036.0,1022.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6503.0,10869.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,262014.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +191,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,2024-11-07 07:24:26.000000,2024-11-07 06:50:03,6160.0,128.0,1176.0,122.0,1745.0,108.0,714.0,8453.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-10-31 18:59:44.000,3.1.3,134.0,perspective-python,conda-forge/perspective,,,['jupyter'],181.0,149.0,https://pypi.org/project/perspective-python,2024-10-31 18:56:52.000,26.0,19452.0,47930.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1286302.0,,,,,2.0,5913.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-10-31 18:58:03.248,6.0,3840.0,,,,,,,,,,,,, +192,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,2024-10-21 14:28:23.000000,2024-10-21 14:24:34,386.0,13.0,1540.0,131.0,165.0,9.0,356.0,7891.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-10-21 14:26:57.000,2.0.0,17.0,bayesian-optimization,,,,,3199.0,3049.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,432153.0,432154.0,,,,,,,,1.0,163.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +193,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,524.0,7249.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18045.0,17592.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2172802.0,2183584.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,797909.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +194,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,2024-10-06 21:08:11.000000,2024-10-06 21:08:11,869.0,4.0,1277.0,141.0,504.0,47.0,567.0,6839.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,17886850.0,17898733.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,629830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +195,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-11-07 09:38:55.000000,2024-11-07 09:34:50,3462.0,169.0,728.0,145.0,129.0,108.0,344.0,6282.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-10-24 09:52:24.000,0.6.5,53.0,interpret,,,,['jupyter'],829.0,780.0,https://pypi.org/project/interpret,2024-10-24 09:52:24.000,49.0,111342.0,111342.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +196,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,2024-09-03 13:46:04.210000,2024-05-07 13:49:33,2334.0,,1123.0,191.0,238.0,279.0,285.0,5840.0,Distributed Evolutionary Algorithms in Python.,88.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5664.0,5412.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,310600.0,319857.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,453609.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +197,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-11-06 18:17:08.000000,2024-11-06 18:17:04,2439.0,31.0,651.0,95.0,274.0,497.0,566.0,5667.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-10-27 20:17:04.000,1.16.5,173.0,clearml,,allegroai/trains,,,1408.0,1364.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,327657.0,328167.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.0,2.0,2915.0,,,,,,,,,,,,,,,,,,,, +198,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,2024-11-06 20:10:51.000000,2024-11-06 11:43:23,2218.0,15.0,318.0,46.0,2192.0,387.0,664.0,5208.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-11-06 12:12:10.000,3.25.1,1150.0,aim,conda-forge/aim,,,,764.0,726.0,https://pypi.org/project/aim,2024-11-06 20:10:51.000,38.0,1024537.0,1026631.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,83764.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +199,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,2024-10-26 00:18:04.000000,2024-10-03 19:24:18,3913.0,18.0,544.0,83.0,605.0,123.0,495.0,5073.0,Online machine learning in Python.,121.0,33,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,641.0,585.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,754421.0,756398.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,85041.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +200,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,37.0,122.0,75.0,75.0,8.0,136.0,3806.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,24616.0,24045.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5530589.0,5537225.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,305293.0,,,,,2.0,21.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,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,63.0,546.0,322.0,393.0,2744.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,,,,7180.0,6812.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,965409.0,980119.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,750228.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,2024-10-29 06:31:50.000000,2024-10-29 04:37:58,567.0,5.0,158.0,42.0,81.0,7.0,131.0,2067.0,a python library for doing approximate and phonetic matching of strings.,33.0,33,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,11388.0,11119.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,5887517.0,5907741.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1071892.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,2024-11-06 14:43:15.000000,2024-11-06 14:43:15,3761.0,41.0,193.0,50.0,1392.0,132.0,736.0,1999.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,,,,2792.0,2771.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,332378.0,347375.0,https://anaconda.org/conda-forge/pythran,2024-10-31 22:27:04.770,749852.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran,, +204,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-11-05 14:41:48.000000,2024-11-05 14:41:44,1978.0,22.0,288.0,45.0,287.0,58.0,213.0,1561.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-06-09 17:29:20.000,0.8.2,20.0,tensorly,conda-forge/tensorly,,,,892.0,800.0,https://pypi.org/project/tensorly,2023-03-08 01:09:02.237,92.0,124928.0,132465.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,369318.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +205,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,2024-11-06 15:32:58.000000,2024-11-01 19:44:03,11600.0,52.0,243.0,55.0,12326.0,255.0,2217.0,982.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'],180.0,146.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,64584.0,64584.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +206,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,2024-10-31 13:49:07.000000,2024-10-31 13:48:24,329.0,14.0,3028.0,155.0,54.0,134.0,141.0,20435.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-10-31 13:49:07.000,1.8.7,210.0,vit-pytorch,,,,['pytorch'],565.0,550.0,https://pypi.org/project/vit-pytorch,2024-10-31 13:49:07.000,15.0,32961.0,32961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +207,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,1016.0,1869.0,363.0,658.0,17686.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,,,,1025.0,1015.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3137.0,3316.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,8976.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +208,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1795.0,261.0,117.0,120.0,535.0,11596.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,,,,6831.0,6628.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,438642.0,441109.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,234434.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,,1135.0,339.0,1683.0,523.0,1294.0,11203.0,Turi Create simplifies the development of custom machine learning models.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,382.0,377.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16970.0,17099.0,,,,,,,,3.0,10772.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,283.0,3401.0,51.0,1494.0,10488.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],262.0,257.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3820.0,3820.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +211,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-09-16 13:29:20.331000,2024-09-15 17:01:45,578.0,2.0,2312.0,217.0,253.0,129.0,418.0,10155.0,A little word cloud generator in Python.,72.0,32,True,2023-12-09 14:04:35.000,1.9.3,20.0,wordcloud,conda-forge/wordcloud,,,,552.0,21.0,https://pypi.org/project/wordcloud,2023-12-09 14:04:35.000,531.0,1657375.0,1668095.0,https://anaconda.org/conda-forge/wordcloud,2024-09-16 13:29:20.331,557469.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,2024-11-06 17:03:57.000000,2024-06-21 13:43:40,1379.0,,874.0,158.0,1731.0,150.0,865.0,7256.0,An open source python library for automated feature engineering.,73.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1883.0,1809.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,97801.0,101836.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,213905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +213,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-10-08 01:00:43.000000,2024-10-08 01:00:39,3284.0,5.0,959.0,136.0,667.0,54.0,1161.0,7147.0,Python library for audio and music analysis.,123.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2988492.0,3004402.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,827350.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +214,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,179.0,1152.0,27.0,1429.0,6761.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'],321.0,298.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,11454.0,11454.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +215,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1813.0,196.0,206.0,13.0,1343.0,6301.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'],1652.0,1634.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14615.0,14932.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11670.0,,,,,3.0,185.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,2024-10-29 22:25:35.000000,2024-10-29 22:25:33,208.0,19.0,1089.0,200.0,151.0,146.0,340.0,6245.0,Official Kaggle API.,47.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,223586.0,227369.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,189169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +217,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-10-28 21:11:50.000000,2024-10-15 22:29:26,624.0,5.0,714.0,110.0,195.0,18.0,350.0,5842.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,2267792.0,2279945.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,632003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +218,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,644.0,89.0,272.0,41.0,253.0,4477.0,Geocoding library for Python.,133.0,32,True,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,5465279.0,5493415.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1491223.0,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,,, +219,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-10-22 09:21:38.000000,2024-10-22 09:21:38,1351.0,7.0,380.0,70.0,375.0,102.0,460.0,4249.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,3307.0,3247.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,104006.0,104197.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +220,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-11-04 17:20:56.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1943.0,537.0,390.0,1078.0,4094.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-08-05 21:53:53.000,1.57.0,105.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-10-16 17:44:34.000,31.0,374355.0,374363.0,,,,,,,,2.0,656.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,2024-11-06 12:19:00.000000,2024-11-06 12:18:59,1910.0,119.0,620.0,42.0,910.0,478.0,307.0,3981.0,Time series forecasting with PyTorch.,55.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,467.0,445.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,52918.0,54246.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,66426.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,2024-10-12 16:14:34.000000,2024-10-12 16:14:31,1115.0,17.0,352.0,58.0,1380.0,121.0,184.0,3957.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-09-25 16:43:58.000,1.0.5,50.0,nevergrad,conda-forge/nevergrad,,,,834.0,776.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,134177.0,135201.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,55315.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,2024-11-03 16:06:54.000000,2024-11-03 16:06:44,1359.0,7.0,317.0,60.0,245.0,66.0,450.0,3658.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,,,,954.0,924.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,233713.0,253211.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1033409.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,2024-11-01 20:17:04.000000,2024-09-27 22:14:33,3900.0,18.0,553.0,58.0,915.0,366.0,981.0,3569.0,A highly efficient implementation of Gaussian Processes in PyTorch.,135.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2617.0,2448.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,270467.0,273838.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,182055.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +225,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-11-07 11:34:45.000000,2024-08-14 20:32:21,1311.0,2.0,813.0,308.0,1470.0,331.0,518.0,3514.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,1365860.0,1365860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +226,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1662.0,154.0,210.0,13.0,693.0,3481.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,1777751.0,1779860.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,107603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +227,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,21.0,447.0,93.0,126.0,91.0,348.0,3410.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1297.0,1234.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,411045.0,414213.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,155279.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,2024-02-07 10:05:31.000000,2022-08-22 18:21:12,586.0,,621.0,78.0,79.0,73.0,162.0,3352.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,,,,7519.0,7399.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,3683719.0,3686649.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,260791.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +229,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,2024-11-07 13:18:12.000000,2024-11-07 13:18:11,1288.0,50.0,279.0,29.0,1149.0,72.0,511.0,3157.0,A python library for self-supervised learning on images.,59.0,32,True,2024-11-07 08:33:15.000,1.5.14,128.0,lightly,,,,['pytorch'],351.0,334.0,https://pypi.org/project/lightly,2024-11-07 08:36:11.000,17.0,40809.0,40809.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,2024-11-04 19:42:21.000000,2024-11-04 14:48:16,1203.0,30.0,353.0,37.0,543.0,114.0,445.0,3074.0,Scalable and user friendly neural forecasting algorithms.,48.0,32,True,2024-09-20 17:38:31.000,1.7.5,26.0,neuralforecast,conda-forge/neuralforecast,,,,260.0,243.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,62522.0,63289.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,24567.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +231,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,2024-10-29 18:04:29.000000,2024-10-29 18:04:24,993.0,10.0,233.0,37.0,552.0,74.0,175.0,2893.0,JAX-based neural network library.,83.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2311.0,2136.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,253645.0,254176.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,23904.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,393.0,39.0,151.0,46.0,248.0,2410.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2564.0,2280.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1498545.0,1506335.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,288256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +233,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-11-07 13:59:17.000000,2024-10-30 16:42:49,1813.0,248.0,205.0,49.0,286.0,174.0,163.0,2162.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,32,True,2024-10-20 17:58:26.000,0.34.17,194.0,graphistry,,,,['jupyter'],128.0,122.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,14012.0,14012.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +234,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,9.0,255.0,48.0,350.0,210.0,141.0,2028.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,14238.0,13835.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2261090.0,2261090.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +235,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,2024-11-07 11:34:54.000000,2024-11-06 22:11:47,2205.0,201.0,424.0,34.0,2364.0,304.0,120.0,1935.0,Pytorch domain library for recommendation systems.,286.0,32,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,147.0,147.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,14421.0,14421.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +236,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,193.0,1849.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3364.0,3207.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,92835.0,106896.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,618717.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +237,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,,610.0,57.0,1884.0,90.0,899.0,1692.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'],363.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,363.0,1139120.0,1139120.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +238,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-05 15:34:16.000000,2024-11-04 09:49:32,2893.0,56.0,187.0,27.0,728.0,114.0,461.0,1672.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,32,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,268.0,249.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,12396.0,12400.0,,,,,,,,2.0,217.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-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,158.0,114.0,218.0,1627.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12133.0,11921.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,814149.0,815793.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,152965.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,2024-11-06 18:22:31.000000,2024-11-04 21:34:23,4432.0,166.0,51.0,169.0,589.0,153.0,474.0,1569.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,146.0,133.0,https://pypi.org/project/lets-plot,2024-10-25 15:59:51.000,13.0,62857.0,62878.0,,,,,,,,2.0,1297.0,,,,,,,,,,,,,,,,,,,, +241,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-10-21 08:31:36.000000,2024-10-21 08:31:36,1194.0,1.0,363.0,67.0,616.0,292.0,360.0,1487.0,A Jupyter - Leaflet.js bridge.,90.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],12366.0,12082.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,202394.0,233713.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1291742.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,7398.0,,,,,,,,,,,,, +242,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-11-06 08:59:15.000000,2024-11-05 17:47:01,1157.0,24.0,248.0,50.0,546.0,33.0,186.0,1337.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2191.0,2078.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,487165.0,495180.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,424802.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,2024-11-07 14:00:07.000000,2024-11-03 16:37:53,729.0,27.0,108.0,26.0,588.0,360.0,457.0,1129.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",50.0,32,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6252.0,6048.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,212713.0,225290.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,666626.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,2024-11-07 12:50:47.000000,2024-11-07 12:50:47,14199.0,274.0,293.0,34.0,1894.0,493.0,673.0,1068.0,Python package for earth-observing satellite data processing.,170.0,32,False,2024-10-23 10:48:06.000,0.52.1,98.0,satpy,conda-forge/satpy,,,,179.0,149.0,https://pypi.org/project/satpy,2024-10-23 10:48:06.000,30.0,12389.0,16731.0,https://anaconda.org/conda-forge/satpy,2024-10-23 14:08:22.801,230135.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,2024-11-06 18:58:32.000000,2024-11-06 18:58:32,14693.0,353.0,434.0,54.0,2250.0,191.0,811.0,714.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1395.0,1272.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,42340.0,52779.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,521963.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +246,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-01 03:00:13.000000,2024-10-14 20:03:04,17285.0,26.0,111.0,27.0,3618.0,534.0,3413.0,541.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-08-08 02:59:23.000,1.1.3,119.0,datalad,conda-forge/datalad,,,,528.0,430.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,98.0,59451.0,71756.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,652167.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +247,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2832.0,386.0,125.0,239.0,561.0,25885.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],830.0,818.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,23552.0,82786.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,95818.0,,,,,2.0,3515947.0,,,,,,,,,,,,,,,,,,,, +248,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-08-01 02:26:10.000000,2024-08-01 02:26:04,1422.0,,3735.0,753.0,1140.0,413.0,589.0,19167.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'],543.0,538.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7331.0,7331.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,,1807.0,284.0,3507.0,417.0,1684.0,14043.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,17987.0,17987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +250,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,1006.0,574.0,727.0,12720.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'],1766.0,1759.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5671.0,5682.0,,,,,,,,2.0,805.0,,,,,,,,,,,,,,,,,,,, +251,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,2024-11-04 14:40:19.000000,2024-11-04 14:40:19,2967.0,10.0,2396.0,204.0,476.0,246.0,478.0,10052.0,FinRL: Financial Reinforcement Learning.,118.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,52.0,52.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2038.0,2038.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +252,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,2024-10-28 18:05:43.000000,2024-10-28 18:05:38,865.0,1.0,1290.0,423.0,89.0,32.0,161.0,9772.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1373.0,1354.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,23216.0,23805.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,35387.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +253,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1569.0,288.0,434.0,295.0,639.0,9729.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3095.0,3057.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,46740.0,51925.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,274817.0,,,,,2.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,2024-10-23 14:54:18.000000,2024-10-23 14:54:18,1743.0,21.0,738.0,90.0,803.0,112.0,271.0,9682.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",52.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,418.0,400.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,27869.0,28607.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,31763.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,456.0,261.0,577.0,364.0,9618.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'],5052.0,5038.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4158.0,4158.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,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,258.0,148.0,107.0,104.0,9225.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,7044460.0,7050120.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,566042.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +257,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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,143.0,759.0,9145.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],771.0,758.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,31131.0,31356.0,,,,,,,,2.0,18960.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,2024-08-04 02:13:02.666000,2024-08-03 20:47:58,560.0,,1206.0,171.0,436.0,68.0,474.0,8426.0,Automatic extraction of relevant features from time series:.,97.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,213418.0,239317.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1398588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +259,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,2024-11-04 08:44:59.011000,2024-11-01 07:23:05,1189.0,10.0,1387.0,100.0,661.0,729.0,527.0,8391.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,129.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2801.0,2801.0,,,,,7056.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,345756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +260,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,2024-11-07 10:07:41.000000,2024-11-07 10:07:41,1258.0,27.0,871.0,61.0,1031.0,244.0,1333.0,8054.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,31,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,59302.0,60844.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,61268.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,829.0,2.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,2024-11-02 07:00:38.000000,2023-04-18 11:08:13,2759.0,,1269.0,215.0,722.0,196.0,829.0,7618.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'],653.0,619.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,21241.0,21857.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,26517.0,,,,,2.0,66.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,2024-10-25 16:06:33.000000,2024-08-12 17:08:04,2710.0,2.0,1140.0,210.0,1051.0,25.0,615.0,6720.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],421.0,417.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14073.0,14073.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +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,303.0,296.0,161.0,267.0,5695.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,,,,1104.0,1090.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,7958.0,8132.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14115.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,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,2024-10-25 14:41:09.574000,2024-10-25 12:37:32,819.0,14.0,403.0,75.0,299.0,61.0,529.0,4767.0,Visualizer for pandas data structures.,30.0,31,True,2024-10-25 13:12:13.000,3.15.1,188.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1303.0,1255.0,https://pypi.org/project/dtale,2024-10-25 13:08:15.000,48.0,134060.0,140502.0,https://anaconda.org/conda-forge/dtale,2024-10-25 14:41:09.574,347904.0,,,,,3.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-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,621.0,65.0,227.0,223.0,164.0,4360.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,,,,7272.0,7138.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,928016.0,933332.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,249874.0,,,,,2.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,2024-11-07 02:49:53.000000,2024-11-04 21:12:07,15563.0,56.0,529.0,74.0,3647.0,914.0,1615.0,4228.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3315.0,3315.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +267,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-01 16:12:49.000000,2024-11-01 16:12:42,3332.0,5.0,548.0,120.0,383.0,72.0,743.0,4141.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,31,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,360.0,341.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,140998.0,143276.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,79751.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +268,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-11-05 10:29:23.000000,2024-11-05 10:29:23,704.0,45.0,666.0,39.0,997.0,147.0,794.0,3792.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,31,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,111.0,106.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,63577.0,64013.0,,,,,,,,2.0,15262.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,184.0,737.0,277.0,669.0,3424.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,283.0,265.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,299021.0,299200.0,,,,,,,,3.0,17384.0,,,,,,,,,,,,,,,,,,,, +270,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,329.0,65.0,77.0,20.0,123.0,3167.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,14967.0,14725.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1445877.0,1450083.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,403777.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +271,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,5.0,739.0,121.0,130.0,71.0,375.0,3062.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'],2958.0,2866.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,279682.0,285565.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,294195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +272,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,2024-11-07 13:15:10.000000,2024-11-05 21:13:20,8363.0,284.0,353.0,83.0,9800.0,113.0,349.0,3037.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,True,2024-09-30 15:49:23.000,0.37.0,596.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-11-04 18:13:22.000,4.0,54319.0,54567.0,,,,,,,,3.0,11449.0,,,,,,,,,,,,,,,,,,,, +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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,392.0,63.0,497.0,218.0,273.0,2860.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'],4708.0,4593.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,488263.0,489341.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,42050.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,2024-10-28 15:50:38.000000,2024-10-28 15:50:38,1692.0,61.0,333.0,38.0,365.0,38.0,184.0,2736.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-10-25 10:11:38.000,2.7.4,47.0,shapash,,,,['jupyter'],183.0,179.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,39535.0,39535.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +275,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,2024-10-31 17:22:20.000000,2024-10-31 17:22:20,956.0,38.0,140.0,24.0,439.0,156.0,300.0,2098.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-10-18 17:19:32.000,0.11.8,52.0,equinox,,,,['jax'],987.0,821.0,https://pypi.org/project/equinox,2024-10-18 17:19:32.000,166.0,245130.0,245130.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +276,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-10-07 10:29:52.000000,2024-10-07 10:29:49,1258.0,58.0,187.0,21.0,178.0,47.0,138.0,1867.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,31,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,611.0,593.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,51867.0,51867.0,,,,,,,,2.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,2024-11-04 17:50:59.000000,2024-11-04 17:45:33,733.0,9.0,334.0,46.0,388.0,72.0,238.0,1708.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],929.0,893.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,277131.0,277670.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18285.0,,,,,2.0,127.0,,,,,,,,,,,,,,,,,,,, +278,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-09-25 17:37:58.000000,2024-09-24 16:10:31,1080.0,1.0,234.0,36.0,255.0,62.0,274.0,1589.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,,,,9831.0,9678.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2418271.0,2442740.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1199021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +279,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-11-03 22:03:25.000000,2024-11-03 22:03:19,952.0,4.0,431.0,85.0,236.0,57.0,242.0,1466.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3098.0,2660.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,523562.0,532512.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,366989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +280,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,2024-11-05 22:20:15.000000,2024-11-05 22:17:54,1617.0,25.0,169.0,18.0,849.0,110.0,456.0,1356.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-28 19:45:17.000,0.29.2,65.0,pyjanitor,conda-forge/pyjanitor,,,,774.0,742.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,85513.0,89543.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,217639.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,2024-11-07 10:45:02.000000,2024-11-01 10:42:48,3920.0,416.0,131.0,10.0,650.0,22.0,152.0,1135.0,Time series forecasting with machine learning models.,16.0,31,True,2024-08-01 13:18:23.000,0.13.0,28.0,skforecast,,,,['sklearn'],364.0,349.0,https://pypi.org/project/skforecast,2024-08-01 12:24:50.000,15.0,84297.0,84297.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,2.0,,,,,,,,,,,, +282,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,2024-11-04 18:19:03.000000,2024-11-04 17:03:35,1159.0,24.0,215.0,23.0,155.0,28.0,202.0,1134.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],665.0,628.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,149971.0,154393.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,159203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +283,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-10-22 02:56:13.460000,2024-10-18 18:58:53,3385.0,18.0,242.0,50.0,412.0,76.0,279.0,1068.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2238.0,2064.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,96678.0,122021.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1343189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +284,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,11.0,234.0,18.0,301.0,53.0,285.0,884.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,31,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1429.0,1302.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,394061.0,397909.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,188569.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,2024-11-07 13:18:36.000000,2024-11-06 23:26:19,176084.0,3370.0,94.0,50.0,2371.0,92.0,286.0,688.0,TensorFlow ROCm port.,4737.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,6443.0,6443.0,,,,,,,,3.0,25.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +286,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,,4286.0,1251.0,557.0,840.0,2543.0,17518.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,2469.0,2607.0,,,,,,,,3.0,14731.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,,2158.0,290.0,98.0,311.0,446.0,8624.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,,,,1709.0,1690.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10511.0,22626.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8163.0,,,,,2.0,944830.0,,,,,,,,,,,,,,,,,,,, +288,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,2024-11-05 16:17:39.000000,2024-11-05 16:17:36,1095.0,4.0,386.0,81.0,540.0,62.0,458.0,5873.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1525.0,1440.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,145783.0,161545.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,788132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +289,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2024-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,910.0,126.0,38.0,74.0,147.0,5571.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,30,False,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4138.0,4038.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,797037.0,797374.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18227.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +290,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1034.0,113.0,253.0,114.0,482.0,5390.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4429.0,4309.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,176515.0,177117.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22290.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +291,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-10-16 13:17:50.000000,2024-10-16 13:17:49,626.0,8.0,776.0,85.0,354.0,54.0,346.0,5076.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,30,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,231.0,229.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,59940.0,59940.0,,,,,,,,2.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-11-07 09:22:57.000000,2024-11-05 15:19:52,1478.0,5.0,750.0,77.0,1823.0,326.0,636.0,4617.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-06-03 07:20:43.000,0.15.1,111.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-10-21 13:12:43.000,33.0,604488.0,604515.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,1007.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +293,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4536.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,47433.0,46998.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,433639.0,437441.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,197749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +294,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,902.0,150.0,132.0,138.0,104.0,4339.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4501.0,4394.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,154860.0,155535.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30396.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +295,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-11-05 17:52:39.000000,2024-11-05 17:52:31,1250.0,30.0,498.0,65.0,767.0,5.0,553.0,3765.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,70.0,35.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11899.0,11899.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +296,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,6.0,248.0,64.0,56.0,9.0,,3386.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,30,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7405.0,7306.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,794020.0,807774.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,659650.0,,,,,2.0,1039.0,,,,,,,,,,,,,,,,,,,, +297,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,2024-08-30 20:15:08.000000,2024-05-03 16:54:19,704.0,,277.0,48.0,828.0,102.0,285.0,3187.0,PyTorch extensions for high performance and large scale training.,75.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],6809.0,6656.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,396261.0,405286.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,324935.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +298,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,2024-10-30 11:33:52.133000,2024-10-14 11:19:45,1218.0,33.0,406.0,50.0,95.0,140.0,522.0,3046.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-10-09 07:20:59.000,1.1.12,95.0,mljar-supervised,conda-forge/mljar-supervised,,,,138.0,134.0,https://pypi.org/project/mljar-supervised,2024-10-09 07:10:53.000,4.0,9087.0,9674.0,https://anaconda.org/conda-forge/mljar-supervised,2024-10-30 11:33:52.133,24085.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +299,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,65.0,344.0,29.0,338.0,95.0,39.0,3006.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1143.0,1137.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,16364.0,16458.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3692.0,,,,,2.0,,,,,,,,,4.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,,336.0,60.0,194.0,135.0,196.0,2905.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'],1557.0,1478.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,396033.0,423197.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1439728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +301,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-11-07 07:55:26.494000,2024-11-06 12:25:03,2988.0,72.0,997.0,123.0,538.0,65.0,304.0,2589.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,30,False,2024-04-05 11:35:24.000,8.8.0,48.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-11-06 12:07:08.000,112.0,534699.0,557909.0,https://anaconda.org/conda-forge/ipyparallel,2024-11-07 07:55:26.494,1137291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +302,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,360.0,82.0,169.0,217.0,148.0,2358.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,,,,6801.0,6646.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,343470.0,348284.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,212809.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,799.0,,,,,,,,,,,,, +303,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-11-01 14:54:51.000000,2024-11-01 14:54:44,559.0,8.0,428.0,91.0,118.0,76.0,265.0,2270.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1638.0,1628.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,12869.0,14022.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,49598.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +304,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,2024-11-04 19:20:32.000000,2024-11-04 18:23:14,1944.0,150.0,136.0,29.0,365.0,61.0,111.0,2239.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",56.0,30,True,2024-11-04 19:20:32.000,2.16.2,128.0,usearch,,unum/usearch,,,166.0,131.0,https://pypi.org/project/usearch,2024-11-04 19:20:32.000,21.0,207547.0,219396.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-04 18:27:13.017510,1.0,138.0,3.0,31347.0,,,usearch,https://www.npmjs.com/package/usearch,2024-11-04 18:27:45.096,14.0,10000.0,,,,,,,,,,,,, +305,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,78.0,50.0,232.0,2012.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1152.0,1116.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,95221.0,98913.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,191692.0,,,,,2.0,613.0,,,,,,,,,,,,,,,,,,,, +306,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-11-05 12:08:24.000000,2024-11-05 12:08:23,892.0,19.0,417.0,39.0,921.0,159.0,325.0,1940.0,A Python package to assess and improve fairness of machine learning models.,85.0,30,True,2024-10-31 16:18:10.000,0.11.0,21.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],62.0,3.0,https://pypi.org/project/fairlearn,2024-10-31 16:12:13.000,59.0,232080.0,232859.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,37408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +307,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-11-04 11:41:20.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1846.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'],733.0,698.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,65767.0,66848.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,35690.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +308,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,42.0,382.0,50.0,136.0,29.0,435.0,1740.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,30,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,292.0,277.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5905.0,6021.0,,,,,,,,1.0,12098.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +309,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-10-28 05:50:16.000000,2024-10-28 05:50:16,1065.0,6.0,228.0,52.0,211.0,32.0,292.0,1706.0,A full spaCy pipeline and models for scientific/biomedical documents.,36.0,30,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1022.0,988.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,22478.0,22478.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +310,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,5.0,138.0,32.0,122.0,35.0,268.0,1625.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,,,,2654.0,2498.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,158991.0,161619.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,139329.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +311,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2024-11-07 14:01:52.000000,2024-11-07 14:01:50,2249.0,256.0,151.0,11.0,941.0,105.0,913.0,1481.0,"dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI..",46.0,30,True,2024-10-31 15:00:04.000,0.18.22,240.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-11-05 22:38:04.000,,17218.0,17218.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +312,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,2024-10-07 15:49:46.000000,2024-10-07 15:49:42,4366.0,8.0,303.0,79.0,671.0,17.0,634.0,1327.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1733.0,1684.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,38363.0,49597.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,584187.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +313,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-10-08 19:34:40.000000,2024-10-08 19:34:40,10790.0,27.0,245.0,38.0,1505.0,208.0,354.0,1263.0,Computations and statistics on manifolds with geometric structures.,93.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,138.0,126.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4659.0,4798.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +314,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,2024-11-05 23:01:11.000000,2024-11-05 21:51:36,1525.0,57.0,274.0,71.0,109.0,33.0,55.0,1254.0,Model analysis tools for TensorFlow.,58.0,30,True,2024-11-05 22:32:06.000,0.47.0,58.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-11-05 23:01:11.000,19.0,80861.0,80861.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +315,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-06-14 11:34:14.000000,2024-01-04 18:54:38,558.0,,103.0,33.0,62.0,73.0,82.0,948.0,Describing statistical models in Python using symbolic formulas.,19.0,30,True,2024-01-04 18:58:03.000,0.5.6,13.0,patsy,conda-forge/patsy,,,,108843.0,108316.0,https://pypi.org/project/patsy,2024-01-04 18:55:57.000,527.0,14627162.0,14960071.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,12650558.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +316,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,24.0,76.0,921.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19313.0,18612.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2817592.0,2859055.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,870729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +317,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-11-04 13:01:53.000000,2024-11-04 13:01:50,16654.0,52.0,376.0,45.0,1650.0,311.0,2982.0,918.0,An open-source application for biological image analysis.,144.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,26.0,24.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,3235.0,3296.0,,,,,,,,2.0,8005.0,,,,,,,,,,,,,,,,,,,, +318,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,2024-11-05 14:51:31.000000,2024-11-05 14:02:24,3209.0,39.0,119.0,16.0,319.0,8.0,180.0,812.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,418406.0,481338.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3057432.0,,,,,2.0,27913.0,,,,,,,,,,,,,,,,,,,, +319,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-10-17 00:00:24.000000,2024-10-16 23:59:42,1092.0,10.0,174.0,35.0,118.0,27.0,65.0,759.0,Snowball compiler and stemming algorithms.,34.0,30,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,20012741.0,20101942.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8830926.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +320,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,2024-11-06 19:37:11.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1433.0,290.0,371.0,705.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",109.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,1314669.0,1314669.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +321,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,54.0,37.0,57.0,488.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,25438.0,25303.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2060864.0,2079073.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,892256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +322,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,2024-10-23 06:29:06.515000,2024-09-12 22:24:23,593.0,5.0,37.0,10.0,75.0,10.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,,51200.0,51099.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11140187.0,11186561.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2318591.0,,,,,2.0,204.0,,,,,,,,,,,,,,,,,,,, +323,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,,4867.0,646.0,375.0,504.0,436.0,15788.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,589.0,586.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,2239.0,2239.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +324,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-09-12 15:44:41.000000,2024-09-12 15:44:27,1995.0,3.0,2589.0,300.0,941.0,238.0,691.0,15475.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,6233.0,6247.0,,,,,,,,2.0,729.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,2024-10-18 10:13:38.000000,2024-10-18 10:13:38,2296.0,22.0,2863.0,198.0,3754.0,1237.0,4208.0,12782.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,True,2023-10-19 03:47:18.000,2.7.0,9.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,617.0,617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +326,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,46.0,101.0,94.0,9030.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,159638.0,160468.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,44032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +327,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,2024-11-06 15:53:08.000000,2024-11-05 16:27:38,1056.0,18.0,928.0,138.0,751.0,135.0,347.0,7099.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,97.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,455.0,448.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,49919.0,50637.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,34486.0,,,,,2.0,40.0,,,,,,,,,,,,,,,,,,,, +328,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,6199.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'],772.0,765.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2331.0,2505.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9243.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1214.0,152.0,953.0,58.0,788.0,5826.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,153282.0,153282.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +330,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-10-25 09:11:15.000000,2024-10-16 04:12:35,1641.0,13.0,830.0,145.0,1574.0,376.0,403.0,5062.0,Simple and Distributed Machine Learning.,120.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,262158.0,262158.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +331,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,2024-10-30 02:50:36.000000,2024-10-29 09:57:43,922.0,4.0,634.0,148.0,795.0,141.0,356.0,4779.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,163429.0,163437.0,,,,,,,,2.0,463.0,,,,,,,,,,,,,,,,,,,, +332,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,457.0,42.0,126.0,75.0,154.0,4445.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,,,,1494.0,1429.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,150806.0,151467.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,27125.0,,,,,2.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,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,280.0,44.0,51.0,28.0,97.0,4061.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,,,,6358.0,6208.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,2101797.0,2107932.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,294503.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,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,,515.0,76.0,38.0,14.0,121.0,3952.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,,,,18761.0,18639.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,217763.0,263808.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,368365.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +335,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,2024-10-26 00:25:41.000000,2024-09-13 01:42:25,1464.0,16.0,473.0,57.0,825.0,58.0,498.0,3873.0,NeuralProphet: A simple forecasting package.,56.0,29,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,107056.0,107056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +336,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-11-04 06:56:01.000000,2024-11-04 06:46:44,899.0,23.0,428.0,43.0,993.0,27.0,340.0,3819.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",54.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,45986.0,137281.0,,,,,,,,2.0,4108298.0,,,,,,,,,,,,,,,,,,,, +337,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,2024-10-29 16:19:25.000000,2024-10-22 15:05:01,3667.0,6.0,463.0,102.0,1061.0,259.0,368.0,3627.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,202231.0,230892.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1409516.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2559.0,,,,,,,,,,,,, +338,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-11-03 14:16:14.000000,2024-02-22 12:17:17,1487.0,,253.0,22.0,1746.0,295.0,726.0,3608.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,468.0,456.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,76105.0,76138.0,,,,,,,,2.0,1234.0,,,,,,,,,,,,,,,,,,,, +339,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,,605.0,76.0,231.0,89.0,406.0,3553.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1558.0,1529.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,198422.0,216780.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,915759.0,,,,,2.0,1482.0,,,,,,,,,,,,,,,,,,,, +340,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,82.0,245.0,69.0,155.0,3070.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,29,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,205.0,202.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,128771.0,128772.0,,,,,,,,2.0,89.0,,,,,,,,,,,,,,,,,,,, +341,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,3029.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12219.0,12110.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,96515.0,96515.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +342,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,2024-10-09 07:57:26.000000,2024-10-09 07:56:44,2306.0,7.0,721.0,79.0,206.0,199.0,469.0,2796.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.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,77751.0,77751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +343,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,2557.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'],1653.0,1631.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,95116.0,95116.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +344,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,328.0,22.0,50.0,35.0,203.0,2305.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,564.0,554.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,74433.0,75605.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,55094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +345,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,6.0,526.0,43.0,29.0,49.0,81.0,2232.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'],6440.0,6367.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,132693.0,132935.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13409.0,,,,,2.0,7.0,,,,,,,,,,,,,,,,,,,, +346,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-06 11:47:41.000000,2024-11-06 11:47:41,2312.0,181.0,135.0,27.0,269.0,5.0,42.0,2047.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,29,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,192.0,178.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,12128.0,12128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +347,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1804.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6678.0,6575.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,129897.0,131033.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,87545.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,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,17.0,290.0,29.0,579.0,102.0,722.0,1777.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,113.0,110.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,3179.0,3179.0,,,,,,,,2.0,41.0,,,,,,,,,,,,,,,,,,,, +349,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-05-25 02:57:17.000000,2023-09-26 23:11:11,163.0,,197.0,34.0,73.0,29.0,52.0,1580.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],3978.0,3941.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1786857.0,1787500.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,29610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +350,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-06 22:51:34.000000,2024-11-06 22:38:38,1019.0,37.0,599.0,105.0,294.0,22.0,300.0,1569.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-11-06 22:51:34.000,2.12.1,35.0,tabpy,anaconda/tabpy-client,,,,186.0,184.0,https://pypi.org/project/tabpy,2024-11-06 22:51:34.000,2.0,54232.0,54283.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +351,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-09-18 16:05:13.000000,2024-09-18 16:03:14,147.0,3.0,121.0,24.0,110.0,46.0,78.0,1299.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,,,,3496.0,3447.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,546401.0,547230.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,42308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +352,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-09-08 06:00:12.000000,2024-09-07 18:33:30,408.0,10.0,182.0,25.0,39.0,9.0,130.0,1267.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2024-09-07 18:34:31.000,0.13.1,60.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],640.0,622.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,182703.0,183056.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21235.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,2024-07-27 07:14:46.000000,2024-07-27 07:14:46,566.0,,106.0,16.0,196.0,119.0,139.0,713.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",34.0,29,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,45685.0,44905.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3698239.0,3698396.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20362.0,,,,,,,,,,,,,,,,,,,, +354,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-11-03 15:41:21.000000,2024-11-03 15:40:37,634.0,69.0,102.0,23.0,115.0,4.0,112.0,703.0,Python library for reading audio file metadata.,27.0,29,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1201.0,1088.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,27829.0,27829.0,,,,,,,,3.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +355,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,2024-11-05 07:35:04.000000,2024-10-29 16:12:03,849.0,15.0,77.0,26.0,410.0,110.0,241.0,595.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-09-18 10:30:55.000,1.13.0,66.0,geoviews,conda-forge/geoviews,,,,1211.0,1152.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,23990.0,29096.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,255309.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +356,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,2024-11-04 14:58:09.000000,2024-11-04 14:58:06,2103.0,9.0,63.0,16.0,1637.0,23.0,216.0,581.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,,,,720.0,643.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,486628.0,491987.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,289408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +357,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,,1154.0,237.0,458.0,75.0,264.0,18196.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,,237429.0,237843.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26529.0,2.0,,,,,,,,,,,,,,,,,,,,, +358,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,613.0,233.0,53.0,,14635.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2464.0,2390.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,39603.0,39603.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +359,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,6.0,1378.0,425.0,51.0,105.0,88.0,10559.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,40020.0,40020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +360,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,347.0,81.0,50.0,231.0,8031.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,866.0,840.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2712.0,3080.0,,,,,,,,3.0,32026.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +361,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,7356.0,Visualizations for machine learning datasets.,31.0,28,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],283.0,275.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,97984.0,97984.0,,,,,,,,3.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,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1190.0,210.0,92.0,201.0,122.0,5872.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,,,,,536.0,524.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16907.0,16907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +363,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,,1362.0,200.0,158.0,49.0,227.0,5522.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'],801.0,795.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1124.0,1124.0,,,,,,,,2.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,272.0,438.0,221.0,329.0,4830.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'],333.0,331.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,2870.0,2870.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,,, +365,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,4765.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,,,,1612.0,1580.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,303084.0,305903.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,231184.0,,,,,2.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,2024-11-06 20:27:19.000000,2024-11-06 20:27:19,6178.0,24.0,528.0,147.0,1948.0,338.0,1386.0,4558.0,ArrayFire: a general purpose GPU library.,94.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,5992.0,6055.0,,,,,,,,2.0,7205.0,,,,,,,,,,,,,,,,,,,, +367,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,3.0,573.0,44.0,543.0,14.0,,4075.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,28,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,,1467.0,1441.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,132115.0,134836.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,77477.0,,,,,3.0,28295.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,218.0,408.0,139.0,402.0,3846.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,,,,,1078.0,1066.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2392.0,2392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +369,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3521.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3252.0,3221.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,355159.0,355397.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +370,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,4.0,421.0,84.0,55.0,63.0,203.0,3502.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'],223.0,220.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2000.0,2212.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10213.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +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,2024-11-06 19:11:12.000000,2024-10-22 19:55:17,1581.0,74.0,354.0,67.0,1454.0,115.0,85.0,3488.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,44.0,41.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,4035.0,5911.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,93834.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,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,252.0,61.0,121.0,10.0,289.0,3367.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,,,,,653.0,638.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20225.0,20251.0,,,,,,,,3.0,1815.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,,387.0,46.0,1085.0,2.0,353.0,3292.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1241.0,1211.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,43418.0,43418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +374,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,,429.0,62.0,933.0,325.0,747.0,2946.0,StellarGraph - Machine Learning on Graphs.,40.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],292.0,281.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,14990.0,14990.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +375,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,15.0,522.0,109.0,364.0,388.0,690.0,2848.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,,,,,827.0,807.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,15912.0,15912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +376,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-01 03:21:38.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1182.0,35.0,60.0,2726.0,Neural Network Libraries.,76.0,28,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,14724.0,14735.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,,, +377,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,65.0,61.0,31.0,39.0,2427.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'],5655.0,5570.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,458675.0,460810.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,187897.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +378,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,45.0,57.0,70.0,209.0,2369.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],349.0,342.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10304.0,10304.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,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,14.0,28.0,47.0,2317.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11898.0,11743.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,380969.0,380969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +380,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,2024-10-28 09:10:59.000000,2024-10-28 09:10:58,731.0,4.0,224.0,41.0,547.0,136.0,235.0,2238.0,"Algorithms for outlier, adversarial and drift detection.",25.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,494.0,487.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,79365.0,79365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +381,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,2024-11-07 12:38:40.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2218.0,A modular active learning framework for Python.,20.0,28,False,2024-11-07 12:38:40.000,0.65.38,1394.0,modAL,,,,['sklearn'],69.0,,https://pypi.org/project/modAL,2024-11-07 12:38:40.000,69.0,902920.0,902920.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,,, +382,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-11-03 02:53:44.505000,2024-11-02 19:57:32,493.0,8.0,300.0,66.0,126.0,21.0,106.0,2030.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,516.0,498.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,17265.0,17565.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,12927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +383,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-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,30.0,273.0,1943.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,,,,2063.0,2041.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,55187.0,55994.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,40398.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +384,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,,279.0,40.0,495.0,172.0,151.0,1795.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,195.0,187.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,156857.0,156863.0,,,,,,,,3.0,522.0,,,,,,,,,,,,,,,,,,,, +385,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,2024-11-04 09:55:15.000000,2024-11-04 09:55:10,833.0,2.0,320.0,120.0,786.0,225.0,168.0,1491.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,748149.0,748149.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +386,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-10-24 16:30:49.000000,2024-10-24 16:30:49,696.0,5.0,158.0,22.0,127.0,5.0,131.0,1469.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,,,,957.0,910.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,40085.0,46552.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,329841.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +387,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-11-04 13:31:12.000000,2024-10-15 17:52:15,3072.0,10.0,123.0,36.0,371.0,12.0,191.0,1452.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,370.0,346.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,38596.0,38596.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +388,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-10-31 14:10:26.000000,2024-10-31 14:10:22,612.0,20.0,417.0,31.0,51.0,16.0,128.0,1445.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,28,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,706.0,675.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,30778.0,30778.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +389,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,5.0,270.0,79.0,492.0,53.0,207.0,1406.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1232.0,1221.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,23728.0,23809.0,,,,,,,,2.0,7306.0,,,,,,,,,,,,,,,,,,,, +390,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,165.0,50.0,164.0,25.0,384.0,1374.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,193.0,186.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,28121.0,28499.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,17404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +391,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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,163.0,32.0,252.0,,,1351.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2015.0,1928.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,275811.0,277774.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,70682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +392,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,1240.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2913.0,2875.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,246700.0,247623.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,50802.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +393,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1233.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'],560.0,556.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,13622.0,13622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +394,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,444.0,43.0,176.0,93.0,102.0,1024.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,3949093.0,3979284.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2324741.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +395,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,2024-10-28 22:32:45.000000,2024-10-28 22:00:37,943.0,7.0,211.0,58.0,104.0,45.0,174.0,985.0,Input pipeline framework.,29.0,28,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,575447.0,575447.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +396,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,,185.0,41.0,176.0,65.0,174.0,951.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,92445.0,100523.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,608413.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2114.0,,,,,,,,,,,,, +397,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,2024-07-21 18:27:09.000000,2024-07-20 22:10:37,819.0,,256.0,40.0,513.0,280.0,257.0,899.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1232.0,1139.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,108776.0,125595.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,908263.0,,,,,3.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,2024-06-17 19:35:33.219000,2024-06-17 15:09:18,679.0,,105.0,14.0,99.0,73.0,67.0,888.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,,,,8454.0,8298.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1827926.0,1867868.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2077000.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +399,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,4.0,140.0,26.0,487.0,19.0,140.0,878.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,28,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,261.0,243.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,61511.0,72837.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,600301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +400,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,50.0,59.0,21.0,70.0,844.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,,,,1439.0,1376.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,26905.0,36607.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,514236.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +401,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,41.0,145.0,29.0,97.0,49.0,75.0,623.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,615.0,584.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,84638.0,84677.0,,,,,,,,3.0,2710.0,,,,,,,,,,,,,,,,,,,, +402,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,,59.0,14.0,207.0,12.0,187.0,341.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,,,,10246.0,10085.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,703971.0,735711.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2920099.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +403,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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1818.0,207.0,74.0,113.0,37.0,10644.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.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,219728.0,219728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +404,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-10-18 20:21:57.477000,,,,805.0,,,636.0,,8113.0,NumPy & SciPy for GPU.,322.0,27,True,2024-08-22 07:08:16.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,269.0,,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,52780.0,145199.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,4951439.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,69759.0,2.0,,,,,,,,,-12.0,,,,,,,,,,,, +405,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,,1523.0,132.0,51.0,163.0,141.0,7908.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,194829.0,271180.0,,,,,,,,2.0,4275690.0,,,,,,,,,,,,,,,,,,,, +406,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,,1609.0,458.0,699.0,33.0,441.0,7332.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,3713.0,3738.0,,,,,,,,2.0,2482.0,,,,,,,,,,,,,,,,,,,, +407,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,,1355.0,350.0,14.0,42.0,66.0,6428.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1449.0,1441.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,27765.0,27765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +408,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,,1011.0,146.0,100.0,87.0,310.0,6409.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,116167.0,124313.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,423632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +409,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,AGPL-3.0,2013-04-05 23:14:27.000,2023-09-01 15:42:16.000000,2023-08-31 21:49:25,6626.0,,1586.0,627.0,2111.0,453.0,1338.0,6334.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,27,False,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,,3269.0,3269.0,,,,,,,,3.0,13.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +410,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,,465.0,74.0,63.0,110.0,57.0,4899.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,,,,,3169.0,3147.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,388777.0,388777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +411,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,76.0,108.0,4539.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'],2419.0,2368.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,78279.0,101431.0,,,,,,,,3.0,1389163.0,,,,,,,,,,,,,,,,,,,, +412,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,31.0,52.0,77.0,4459.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,,,,9581.0,9484.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,335527.0,335867.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,14961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +413,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,554.0,103.0,619.0,98.0,608.0,4290.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,389391.0,391062.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,85245.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +414,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,,735.0,176.0,90.0,1.0,288.0,4276.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,54342.0,54509.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +415,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,,412.0,37.0,56.0,138.0,44.0,4015.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,27,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],16729.0,16594.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,214205.0,214205.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +416,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,282.0,226.0,12.0,356.0,3876.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,583004.0,583428.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +417,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-03 09:56:28.000000,2024-11-03 05:49:47,1675.0,19.0,678.0,43.0,29.0,7.0,566.0,3542.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.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,,5050.0,5050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +418,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,26.0,323.0,89.0,102.0,51.0,32.0,3530.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,4025.0,4493.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33697.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +419,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,589.0,95.0,339.0,21.0,761.0,3372.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,22604.0,25920.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,179064.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +420,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,,1139.0,168.0,215.0,49.0,146.0,3358.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,,,,720.0,715.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,3049.0,3325.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22365.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +421,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,,373.0,84.0,66.0,156.0,189.0,3309.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,,,,504.0,487.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8281.0,16228.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,731140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +422,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,,532.0,141.0,240.0,42.0,635.0,3295.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,27,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,1253.0,1253.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +423,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,,382.0,38.0,522.0,60.0,217.0,2957.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,,,,323.0,312.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6093.0,6268.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8774.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +424,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,2.0,334.0,46.0,121.0,72.0,137.0,2957.0,A python library for decision tree visualization and model interpretation.,27.0,27,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1388.0,1335.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,111895.0,113718.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,87523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +425,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,,759.0,183.0,75.0,21.0,565.0,2832.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,47924.0,48684.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,48691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +426,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,366.0,27.0,350.0,2764.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,,,,655.0,641.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6504.0,6798.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15338.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +427,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,27.0,1132.0,77.0,224.0,2632.0,Database system for AI-powered apps.,73.0,27,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],149.0,149.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,3175.0,18033.0,,,,,,,,3.0,416024.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +428,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,2024-11-02 18:36:22.000000,2024-11-02 18:34:20,146.0,10.0,342.0,30.0,335.0,44.0,344.0,2566.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],130.0,118.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,41182.0,41182.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +429,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,2491.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,27,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,2379.0,2379.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +430,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,,255.0,87.0,124.0,33.0,230.0,2215.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,,,,1949.0,1883.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,27806.0,29668.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,167636.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +431,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,,317.0,63.0,38.0,97.0,160.0,2177.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'],387.0,381.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,14112.0,14112.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +432,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,13.0,86.0,42.0,59.0,13.0,78.0,2176.0,The friendly PIL fork.,435.0,27,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,36540.0,36540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +433,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,36.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],307.0,302.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3577.0,4173.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23257.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +434,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,1739.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'],232.0,229.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,48790.0,48884.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4049.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +435,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,2024-11-07 02:36:47.000000,2024-10-30 22:30:58,6636.0,90.0,302.0,45.0,2965.0,180.0,1578.0,1732.0,cuGraph - RAPIDS Graph Analytics Library.,117.0,27,True,2024-10-09 20:36:36.000,24.10.00,40.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,287.0,858.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,24559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +436,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,1480.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,,,,,412.0,410.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2510.0,2510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +437,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,18.0,122.0,24.0,116.0,36.0,57.0,1395.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,27,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,118.0,109.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,29167.0,29167.0,,,,,,,,2.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,,402.0,72.0,89.0,36.0,26.0,1306.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,,,,1532.0,1476.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23371.0,23743.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,30204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +439,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,,330.0,39.0,302.0,31.0,200.0,1281.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,,,,,472.0,450.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,30778.0,30778.0,,,,,,,,3.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,2024-11-07 10:14:20.000000,2024-10-31 10:17:38,538.0,7.0,116.0,25.0,392.0,36.0,286.0,1271.0,Extra blocks for scikit-learn pipelines.,67.0,27,True,2024-11-04 07:29:13.000,0.9.2,53.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],177.0,164.0,https://pypi.org/project/scikit-lego,2024-10-31 10:17:18.000,13.0,28666.0,29736.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,57785.0,,,,,2.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,1251.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'],1712.0,1691.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,86793.0,86793.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-06-18 04:54:15.000000,2022-12-22 14:52:10,805.0,,147.0,34.0,215.0,118.0,152.0,1240.0,Real-time stream processing for python.,48.0,27,False,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,557.0,500.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,59012.0,72105.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1126068.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-02-25 11:40:08.000000,2024-02-08 16:58:25,2080.0,,250.0,41.0,39.0,76.0,591.0,1170.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,,,,784.0,752.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,25873.0,27672.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,93251.0,,,,,3.0,609.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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,985.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,,,,627.0,593.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,25674.0,26354.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33207.0,,,,,3.0,318.0,,,,,,,,,,,,,,,,,,,, +445,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,,174.0,33.0,86.0,88.0,123.0,921.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'],1830.0,1805.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,62192.0,62192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +446,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,329.0,65.0,690.0,36.0,533.0,838.0,The Classical Language Toolkit.,121.0,27,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,292.0,277.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,15281.0,15281.0,,,,,,,,3.0,101.0,,,,,,,,-2.0,,,,,,,,,,,, +447,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,2024-11-01 19:41:14.000000,2024-11-01 19:41:12,976.0,10.0,170.0,48.0,89.0,37.0,144.0,764.0,Library for exploring and validating machine learning data.,27.0,27,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,169609.0,169620.0,,,,,,,,3.0,883.0,,,,,,,,,,,,,,,,,,,, +448,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,10.0,49.0,9.0,66.0,192.0,255.0,646.0,python binding for libvips using cffi.,16.0,27,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,901.0,824.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,59779.0,62611.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,138772.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +449,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,2024-10-22 11:59:56.000000,2024-10-22 11:59:56,632.0,10.0,164.0,31.0,225.0,5.0,103.0,637.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,35.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],432.0,404.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,37634.0,37928.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8535.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +450,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,,217.0,22.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'],8091.0,7952.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,248561.0,249304.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +451,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,77.0,145.0,35.0,412.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,261.0,237.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,5790.0,37873.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,128332.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,,1211.0,186.0,213.0,31.0,534.0,9378.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,,,,,300.0,,,,,,,,3.0,13807.0,,,,,,,,,,,,,,,,,,,, +453,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-09-10 20:43:39.000000,2024-09-10 20:43:30,1626.0,6.0,814.0,141.0,1571.0,122.0,125.0,8093.0,Trax Deep Learning with Clear Code and Speed.,80.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,185.0,184.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,6004.0,6004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +454,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,1.0,1338.0,172.0,46.0,80.0,241.0,7079.0,2D and 3D Face alignment library build using pytorch.,26.0,26,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,55089.0,55089.0,,,,,,,,3.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,,599.0,142.0,31.0,69.0,55.0,5596.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1875.0,1819.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1550032.0,1550415.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,19958.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,5071.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,,,,,849.0,837.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,14828.0,14828.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +457,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,4671.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,26,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],791.0,785.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,1115.0,1115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +458,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,243.0,218.0,52.0,203.0,4554.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,,,,67.0,66.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1851.0,1947.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4142.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +459,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-07-15 00:15:22.000000,2024-04-23 02:12:59,1138.0,,742.0,58.0,1015.0,187.0,742.0,4342.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'],177.0,173.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4824.0,4824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +460,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,3895.0,Snips Python library to extract meaning from text.,22.0,26,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,10370.0,10370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +461,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-10-25 17:04:56.000000,2024-10-24 16:27:28,480.0,5.0,278.0,51.0,477.0,69.0,261.0,3352.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7855.0,9005.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,50035.0,,,,,2.0,717.0,,,,,,,,,,,,,,,,,,,, +462,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,10.0,246.0,29.0,2020.0,6.0,659.0,3223.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,16511.0,16588.0,,,,,,,,3.0,2713.0,,,,,,,,,,,,,,,,,,,, +463,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,295.0,33.0,476.0,54.0,30.0,3038.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,151905.0,152181.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11877.0,,,,,2.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,215.0,3649.0,429.0,1111.0,3035.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1701.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,148911.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,3.0,,,,,,,,,,shogun,,,,,,,,,,, +465,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2945.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2653.0,2623.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72105.0,72894.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,35545.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,69.0,167.0,164.0,113.0,2757.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,178115.0,179970.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,166967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +467,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,2024-11-02 07:36:22.000000,2024-08-01 02:26:24,769.0,,361.0,90.0,556.0,143.0,95.0,2751.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,26,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,69120.0,69120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +468,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,,473.0,97.0,44.0,89.0,240.0,2742.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,102578.0,102578.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +469,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,2.0,411.0,124.0,145.0,198.0,247.0,2657.0,PYthon svg GrAph plotting Library.,77.0,26,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,228786.0,232077.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,72414.0,,,,,2.0,,,,,,,,,-2.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,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,486.0,38.0,250.0,52.0,290.0,2636.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,42957.0,43200.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8530.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +471,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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,,831.0,91.0,287.0,200.0,103.0,2449.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,,,,543.0,511.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,37927.0,38243.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,15849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +472,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-07-12 00:39:50.000000,2024-05-21 08:57:13,663.0,,249.0,58.0,659.0,147.0,225.0,2409.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,693.0,668.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,27413.0,27413.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +473,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,,244.0,35.0,147.0,24.0,146.0,2404.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,,,,,242.0,233.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,22200.0,22206.0,,,,,,,,3.0,342.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,77.0,55.0,170.0,68.0,2313.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1434.0,1385.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,39293.0,39293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +475,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,1.0,289.0,55.0,14.0,22.0,80.0,2243.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,,,,643.0,638.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,17294.0,18451.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,100710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +476,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-04-25 09:54:03.000000,2024-02-28 15:45:58,1631.0,,251.0,67.0,63.0,41.0,198.0,2152.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'],58.0,56.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,3460.0,3460.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +477,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,2143.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,,,,,755.0,736.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,74521.0,74521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +478,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,2066.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'],2338.0,2324.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,114626.0,118588.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,528.0,,,,,3.0,260786.0,,,,,,,,,,,,,,,,,,,, +479,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,2024-11-04 13:37:03.000000,2024-10-25 16:28:40,889.0,10.0,444.0,60.0,359.0,117.0,92.0,1940.0,Library for training machine learning models with privacy for training data.,59.0,26,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,19901.0,19903.0,,,,,,,,2.0,176.0,,,,,,,,,,,,,,,,,,,, +480,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,15.0,310.0,1.0,1.0,1.0,,1912.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,239946.0,241111.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,59459.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +481,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,234.0,810.0,1879.0,A toolkit for reproducible reinforcement learning research.,79.0,26,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1154.0,1154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +482,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,,160.0,60.0,68.0,67.0,130.0,1827.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,490.0,488.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1622.0,1622.0,,,,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,,, +483,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,161.0,26.0,81.0,49.0,35.0,1767.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,753.0,708.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,113564.0,114315.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27814.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +484,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,33.0,20.0,3.0,91.0,1725.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,,,,791.0,780.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,41179.0,42906.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,67385.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +485,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,2024-11-07 00:06:35.000000,2024-11-07 00:02:47,1025.0,57.0,271.0,43.0,868.0,79.0,66.0,1662.0,A lightweight library for PyTorch training tools and utilities.,137.0,26,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,5624.0,5624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +486,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,51.0,88.0,24.0,191.0,1612.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'],687.0,668.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,32303.0,32455.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8057.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,,309.0,28.0,380.0,56.0,155.0,1573.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'],62.0,61.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,6328.0,6328.0,,,,,,,,2.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,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,331.0,49.0,44.0,100.0,114.0,1394.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],586.0,578.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,25041.0,59996.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,337.0,,,,,3.0,1747421.0,,,,,,,,,,,,,,,,,,,, +489,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,2024-08-09 14:16:22.000000,2024-08-07 01:34:48,1970.0,,351.0,31.0,2282.0,86.0,232.0,1381.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,12968.0,12968.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +490,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,1.0,204.0,43.0,258.0,68.0,213.0,1342.0,Python audio and music signal processing library.,24.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,472.0,445.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2608.0,2608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,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,2024-11-06 17:03:46.000000,2024-10-31 13:45:00,2262.0,102.0,388.0,58.0,561.0,176.0,260.0,1272.0,Machine learning on FPGAs using HLS.,62.0,26,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1667.0,1846.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,8976.0,,,,,2.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,34.0,68.0,57.0,206.0,1266.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'],143.0,141.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1198.0,1203.0,,,,,,,,2.0,157.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,2024-11-07 01:03:04.000000,2024-11-06 19:45:19,2579.0,102.0,94.0,20.0,1177.0,81.0,240.0,1143.0,"MetricFlow allows you to define, build, and maintain metrics in code.",45.0,26,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,30.0,26.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,24886.0,24886.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +494,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-10-29 17:05:07.000000,2024-07-24 14:36:04,2074.0,,222.0,42.0,609.0,98.0,450.0,1084.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,19137.0,19715.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,25444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +495,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-09-26 19:00:31.000000,2024-09-26 18:59:07,823.0,8.0,124.0,31.0,426.0,83.0,334.0,1075.0,BAyesian Model-Building Interface (Bambi) in Python.,40.0,26,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,166.0,156.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,29694.0,30524.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,39052.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +496,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,928.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,575.0,538.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,39265.0,39265.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +497,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,81.0,12.0,50.0,22.0,53.0,801.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,,,,4439.0,4362.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,987088.0,987282.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7180.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +498,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-10-12 15:09:33.000000,2024-10-12 15:08:21,367.0,15.0,97.0,20.0,151.0,36.0,99.0,639.0,pyspark methods to enhance developer productivity.,32.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],94.0,87.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,649601.0,649601.0,,,,,,,,3.0,41.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +499,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,,154.0,18.0,717.0,27.0,208.0,507.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,,,,394.0,377.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9960.0,11211.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,83822.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,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-10-26 10:11:23.000000,2024-10-26 10:11:17,540.0,5.0,40.0,5.0,16.0,6.0,56.0,347.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-10-20 09:53:20.000,0.10.0,27.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],929.0,875.0,https://pypi.org/project/scikit-posthocs,2024-10-20 09:53:20.000,54.0,76680.0,96641.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-24 09:13:26.312,978130.0,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,,, +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,,801.0,169.0,1588.0,145.0,74.0,6339.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,,704.0,709.0,,,,,,,,3.0,407.0,,,,,,,,,,,,,,,,,,,, +502,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,,966.0,181.0,328.0,338.0,294.0,5797.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,,,,,137.0,137.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,798.0,843.0,,,,,,,,3.0,3836.0,,,,,,,,,,,,,,,,,,,, +503,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-10-29 18:39:46.000000,2024-10-29 17:49:54,1098.0,1.0,924.0,114.0,676.0,146.0,543.0,5499.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.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,1523.0,1523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +504,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,46.0,34.0,68.0,112.0,5272.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'],248.0,233.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5300.0,5300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +505,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,2024-11-07 11:43:35.000000,2024-11-07 11:43:35,3719.0,65.0,619.0,93.0,4082.0,236.0,1412.0,5140.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-10-30 17:22:30.000,1.43.0,84.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +506,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-10-29 23:22:01.000000,2024-10-29 23:16:42,224.0,6.0,299.0,79.0,180.0,24.0,54.0,4958.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,,,,,152.0,148.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,4270.0,4270.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,,450.0,44.0,56.0,95.0,175.0,4353.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,,,,,153.0,150.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,2096.0,2096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +508,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,3840.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,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +509,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,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,25,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],62.0,60.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,5584.0,5584.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +510,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,7.0,612.0,42.0,1013.0,289.0,709.0,3433.0,"A unified, comprehensive and efficient recommendation library.",74.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,32780.0,32913.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6390.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +511,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,817.0,62.0,642.0,133.0,404.0,3270.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1745.0,1745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +512,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,118.0,3087.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1375.0,1434.0,,,,,,,,3.0,4727.0,,,,,,,,,,,,,,,,,,,, +513,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,,664.0,71.0,25.0,117.0,101.0,2982.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'],2982.0,2981.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1297.0,1297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +514,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,,475.0,97.0,49.0,65.0,254.0,2856.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,,,,752.0,731.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2895.0,3242.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19106.0,,,,,3.0,1105.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,,235.0,50.0,482.0,45.0,70.0,2814.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,,,,,274.0,271.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,27349.0,27350.0,,,,,,,,3.0,85.0,,,,,,,,,,,,,,,,,,,, +516,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,223.0,64.0,42.0,17.0,24.0,2784.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1187.0,1182.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,57657.0,57926.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +517,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,38.0,94.0,41.0,158.0,2661.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,3040.0,3040.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +518,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,,440.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,25,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],72.0,70.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +519,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,56.0,56.0,19.0,50.0,2213.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'],750.0,731.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,8344.0,8344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +520,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,2110.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,,,,,278.0,274.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,89283.0,89283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +521,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,2024-11-05 08:39:30.000000,2024-11-05 08:39:28,583.0,5.0,158.0,56.0,473.0,74.0,104.0,2045.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,3576.0,3576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +522,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,2024-11-07 14:57:16.000000,2024-11-07 14:43:47,407.0,407.0,121.0,27.0,523.0,29.0,31.0,1990.0,Open-source end-to-end LLM Development Platform.,26.0,25,True,2024-11-07 11:06:52.000,1.1.0,58.0,opik,,,,,,,https://pypi.org/project/opik,2024-11-07 13:32:34.000,,7378.0,7378.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,27.0,187.0,11.0,390.0,1625.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2529.0,2529.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,43.0,12.0,4.0,51.0,1565.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'],269.0,265.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,167467.0,167467.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +525,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,2024-11-05 09:02:23.775000,2024-08-15 08:12:47,1036.0,1.0,179.0,17.0,74.0,30.0,363.0,1557.0,PyTorch Extension Library of Optimized Scatter Operations.,30.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,46916.0,56940.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,531290.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +526,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1397.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],419.0,412.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4851.0,5111.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13536.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +527,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,,404.0,90.0,165.0,103.0,224.0,1367.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,,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +528,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,143.0,28.0,63.0,9.0,70.0,1295.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1725.0,1709.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,12655.0,12655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +529,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,296.0,55.0,63.0,16.0,111.0,1294.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1129.0,1118.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,9142.0,9142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +530,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,86.0,34.0,111.0,8.0,18.0,1258.0,A library of reinforcement learning building blocks in JAX.,21.0,25,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],289.0,278.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18774.0,18774.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +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,1.0,214.0,53.0,461.0,145.0,295.0,1208.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,2465.0,2465.0,,,,,,,,3.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,,119.0,11.0,23.0,28.0,15.0,1137.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,,,,,6880.0,6408.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,632561.0,632561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +533,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,2024-10-28 10:06:42.000000,2024-10-28 10:06:42,783.0,3.0,67.0,15.0,131.0,51.0,117.0,1034.0,Visualize large time series data with plotly.py.,13.0,25,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1515.0,1491.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,381875.0,384069.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,74611.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +534,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,10.0,113.0,43.0,118.0,51.0,48.0,690.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,180.0,172.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,35548.0,35548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +535,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,2024-11-07 08:13:17.000000,2024-11-07 08:13:17,900.0,14.0,88.0,11.0,767.0,61.0,491.0,643.0,Automated modeling and machine learning framework FEDOT.,36.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2658.0,2658.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +536,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,,137.0,21.0,49.0,1.0,87.0,577.0,Medical image processing in Python.,20.0,25,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2375.0,2322.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24813.0,26392.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,64755.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +537,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,10.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],48.0,46.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,2472.0,2959.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17551.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +538,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-11-01 20:11:22.000000,2024-10-30 17:38:07,2382.0,90.0,42.0,12.0,18.0,14.0,63.0,513.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,25,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,4472.0,4475.0,,,,,,,,2.0,257.0,,,,,,,,,,,,,,,,,,,, +539,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-11-02 14:17:06.000000,2024-11-02 14:17:04,570.0,10.0,57.0,41.0,324.0,25.0,63.0,316.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-10-28 07:33:05.000,1.7.0,85.0,gokart,,,,,91.0,83.0,https://pypi.org/project/gokart,2024-10-28 07:33:05.000,8.0,7930.0,7930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +540,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-11-05 21:32:45.433000,2024-11-02 17:11:20,3791.0,242.0,60.0,7.0,337.0,49.0,103.0,268.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,122.0,116.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,3273.0,4006.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,35191.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +541,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11143.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,58.0,58.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1392.0,1500.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +542,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,,750.0,108.0,590.0,107.0,345.0,6160.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,37983.0,37983.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,2024-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,448.0,64.0,94.0,36.0,88.0,5153.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],154.0,149.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,27931.0,27931.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,136.0,43.0,141.0,98.0,4941.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'],1150.0,1134.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,839.0,851.0,,,,,,,,3.0,964.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,,4439.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,194.0,194.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,907.0,907.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,824.0,4155.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,6824.0,6824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +547,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,,447.0,89.0,78.0,67.0,137.0,3380.0,Generate embeddings from large-scale graph-structured data.,32.0,24,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,450862.0,450865.0,,,,,,,,2.0,210.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,2024-11-04 07:48:03.000000,2024-08-17 14:22:50,2847.0,27.0,1242.0,134.0,1121.0,50.0,83.0,3372.0,a distributed deep learning platform.,91.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,79.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,803.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8256.0,3.0,,,,,,,,,,,,,,,,,,,,, +549,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,1.0,413.0,157.0,85.0,105.0,101.0,3326.0,A deep learning library for video understanding research.,56.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,24245.0,24245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +550,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-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,715.0,156.0,63.0,6.0,836.0,3225.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,24,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,914.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,70354.0,,,,,3.0,4789.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,1.0,326.0,65.0,319.0,50.0,124.0,2898.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'],62.0,61.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5498.0,5852.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18779.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2857.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,57.0,56.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1048.0,1048.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,,142.0,28.0,200.0,20.0,73.0,2748.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,,,,483.0,457.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,51968.0,55684.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,211867.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,,325.0,92.0,2158.0,214.0,982.0,2703.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,True,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,41731.0,41731.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,,345.0,34.0,695.0,43.0,151.0,2686.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,,,,,116.0,112.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,381.0,381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +556,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,,618.0,87.0,29.0,25.0,52.0,2373.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,799.0,745.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,22490.0,22490.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,62.0,32.0,60.0,96.0,2277.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,117.0,116.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2962.0,2971.0,,,,,,,,3.0,505.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,,255.0,51.0,98.0,24.0,116.0,2241.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']",137.0,133.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,6142.0,6142.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,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,244.0,38.0,39.0,7.0,114.0,2157.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,,,,286.0,273.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,7685.0,8213.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27503.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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,,685.0,85.0,48.0,24.0,64.0,2133.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,561.0,549.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,25095.0,25095.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,29.0,65.0,11.0,83.0,2010.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'],373.0,365.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1550.0,1728.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8199.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,2024-10-24 22:13:50.000000,2024-10-24 22:13:46,368.0,2.0,273.0,49.0,321.0,262.0,184.0,1839.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,382526.0,382526.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,,311.0,97.0,45.0,187.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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,20863.0,20863.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,,, +564,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,56.0,118.0,54.0,31.0,1626.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,,,,,105.0,104.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,3077.0,3077.0,,,,,,,,3.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,,238.0,50.0,49.0,23.0,91.0,1623.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,,,,425.0,412.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2852.0,4949.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,49301.0,,,,,3.0,68372.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,,122.0,28.0,31.0,63.0,50.0,1589.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],549.0,542.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,262807.0,262807.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-08-04 13:39:34.000000,2022-08-31 01:52:51,509.0,,308.0,102.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,39510.0,39756.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15557.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +568,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-10-19 03:44:21.000000,2024-10-19 03:22:50,358.0,1.0,272.0,43.0,257.0,77.0,198.0,1538.0,A framework for Privacy Preserving Machine Learning.,38.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],46.0,45.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,807.0,807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +569,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,24.0,42.0,34.0,1292.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'],68.0,68.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1585.0,1585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +570,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,,245.0,20.0,23.0,5.0,88.0,1235.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,,,,743.0,712.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,18276.0,18679.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31474.0,,,,,2.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,1172.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,732.0,732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +572,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,,184.0,33.0,74.0,3.0,86.0,1044.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],237.0,228.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,11782.0,11782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,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,,174.0,49.0,114.0,53.0,170.0,986.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,,,,,331.0,308.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,815.0,815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,982.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],491.0,488.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5991.0,5991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +575,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,33.0,143.0,20.0,87.0,8.0,71.0,931.0,An intuitive library to extract features from time series.,20.0,24,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,166.0,159.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,15615.0,15615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +576,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,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,24,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,100.0,100.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,8732.0,8732.0,,,,,,,,3.0,26.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,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,741.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,,,,,182.0,178.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2900.0,2900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +578,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,731.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,225.0,193.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18389.0,19275.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,91322.0,,,,,3.0,34.0,,,,,,,,,,,,,,,,,,,, +579,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,136.0,135.0,91.0,42.0,67.0,665.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],234.0,222.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,15226.0,15226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +580,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,2024-11-07 12:23:46.000000,2024-11-07 03:14:07,1002.0,20.0,196.0,23.0,875.0,134.0,398.0,609.0,MONAI Label is an intelligent open source image labeling and learning tool.,64.0,24,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,,4579.0,7103.0,,,,,,,,3.0,100993.0,,,,,,,,,,,,,,,,,,,, +581,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,,70.0,15.0,13.0,35.0,7.0,580.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,372477.0,380628.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,342354.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,511.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],4974.0,4871.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2201092.0,2210278.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,927822.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +583,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,2024-11-01 02:29:31.000000,2024-11-01 02:29:29,682.0,18.0,65.0,29.0,492.0,16.0,91.0,373.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,11028.0,23300.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,662732.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +584,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,453.0,43.0,13.0,64.0,3.0,57.0,330.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,24,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,2342.0,2342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +585,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,,609.0,145.0,1362.0,129.0,987.0,8019.0,Production infrastructure for machine learning at scale.,25.0,23,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,1674.0,1674.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,263.0,69.0,133.0,136.0,6425.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,,685.0,685.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-08-21 07:30:27.000000,2024-08-21 07:30:27,13839.0,2.0,1545.0,136.0,3616.0,68.0,1980.0,5707.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,,,,,,,,,,,,,,,,,,,,, +588,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-10-25 09:11:15.000000,2024-10-16 04:12:35,1641.0,13.0,830.0,145.0,1574.0,376.0,403.0,5062.0,Simple and Distributed Machine Learning.,120.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,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,1.0,1032.0,92.0,64.0,271.0,270.0,4755.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,23,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,30293.0,30293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +590,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,,321.0,75.0,37.0,95.0,76.0,4374.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,,,,,54.0,54.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,4778.0,4778.0,,,,,,,,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,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,,283.0,304.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1808.0,,,,,3.0,420.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,54.0,414.0,82.0,106.0,3258.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'],54.0,53.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,254.0,254.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,54.0,36.0,75.0,126.0,3191.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'],448.0,434.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4878.0,5495.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,28427.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +594,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-09-20 01:28:48.000000,2024-09-20 01:28:13,3461.0,1.0,727.0,7.0,33.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,12705.0,12705.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,131.0,136.0,60.0,128.0,2405.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1680.0,1831.0,,,,,,,,3.0,12877.0,,,,,,,,,,,,,,,,,,,, +596,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,2389.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,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +597,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-10-07 11:45:57.000000,2024-10-07 11:45:57,547.0,1.0,223.0,41.0,134.0,63.0,127.0,2330.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.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,,52571.0,52571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +598,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,,298.0,64.0,78.0,65.0,68.0,2106.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2588.0,2588.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,2024-10-18 12:12:48.000000,2024-10-18 12:12:48,1289.0,19.0,145.0,33.0,180.0,71.0,149.0,1991.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",29.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,,653.0,664.0,,,,,,,,3.0,596.0,,,,,,,,,,,,,,,,,,,, +600,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,,247.0,44.0,33.0,51.0,90.0,1982.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],184.0,184.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,6057.0,6057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +601,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,1891.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'],494.0,472.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1807.0,3056.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,53709.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +602,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,36.0,446.0,50.0,354.0,1876.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,18194.0,18194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,uber/orbit,uber/orbit,time-series-data,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2024-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,36.0,446.0,50.0,354.0,1876.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,conda-forge/orbit-ml,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,18194.0,18661.0,https://anaconda.org/conda-forge/orbit-ml,2024-04-01 02:54:47.033,15891.0,,,,,3.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,,295.0,44.0,801.0,72.0,485.0,1644.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,,439.0,439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,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,2024-10-14 20:21:00.000000,2024-10-14 20:04:47,1217.0,12.0,120.0,29.0,69.0,4.0,29.0,1518.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,8034.0,8034.0,,,,,,,,3.0,45.0,,,,,,,,,,,,,,,,,,,, +606,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,2.0,164.0,105.0,189.0,40.0,25.0,1510.0,fklearn: Functional Machine Learning.,56.0,23,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,3395.0,3395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +607,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,,190.0,33.0,86.0,16.0,33.0,1432.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,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,1477.0,1477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +608,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,2024-11-05 00:30:01.000000,2024-10-28 12:52:19,565.0,15.0,135.0,21.0,310.0,21.0,144.0,1372.0,A standard framework for modelling Deep Learning Models for tabular data.,24.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,3923.0,3924.0,,,,,,,,1.0,47.0,,,,,,,,,,,,,,,,,,,, +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,27.0,57.0,27.0,36.0,1305.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'],182.0,177.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,3573.0,3573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +610,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-10-01 23:42:11.000000,2024-10-01 23:38:02,473.0,23.0,209.0,53.0,94.0,66.0,219.0,1048.0,Line based ATR Engine based on OCRopy.,21.0,23,False,2024-10-01 23:41:06.000,2.3.0.post1,44.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-10-01 23:42:11.000,8.0,7983.0,7983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +611,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,2024-11-05 13:05:27.561000,2024-08-15 16:03:59,733.0,1.0,147.0,15.0,107.0,29.0,252.0,1008.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,35499.0,44883.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,497399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +612,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,2024-11-06 20:31:56.000000,2024-11-06 19:35:09,1831.0,207.0,35.0,9.0,1329.0,9.0,42.0,974.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,23,True,2024-09-18 03:52:33.000,0.0.35,43.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-09-18 03:50:09.000,1.0,7687.0,7689.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +613,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,2.0,115.0,15.0,48.0,38.0,29.0,956.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,746.0,716.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,51468.0,66565.0,,,,,,,,3.0,724695.0,,,,,,,,,,,,,,,,,,,, +614,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,,170.0,29.0,113.0,88.0,56.0,913.0,Source code/webpage/demos for the What-If Tool.,20.0,23,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,8987.0,53013.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2304029.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,554.0,,,,,,,,,,,,, +615,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,,111.0,26.0,36.0,34.0,69.0,879.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'],689.0,677.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,16965.0,16965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +616,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,3.0,75.0,6.0,5.0,3.0,25.0,850.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],515.0,500.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,35631.0,35631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +617,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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,712.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'],332.0,294.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,17885.0,21133.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,165685.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +618,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-10-26 16:52:01.000000,2024-07-23 12:43:38,1508.0,,80.0,34.0,686.0,22.0,118.0,702.0,Scikit-learn style model finetuning for NLP.,23.0,23,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1667.0,1667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +619,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-09-04 00:22:36.000000,2024-05-15 12:32:23,5658.0,,94.0,19.0,764.0,16.0,446.0,448.0,Lightwood is Legos for Machine Learning.,46.0,23,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],77.0,75.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,8792.0,8792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +620,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,393.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,496.0,452.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,214394.0,216082.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,84445.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,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,203.0,284.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,118.0,110.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1540.0,1540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,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,2024-10-29 17:37:56.000000,2024-10-29 17:37:55,1079.0,34.0,1262.0,109.0,519.0,77.0,655.0,13210.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-10-16 10:19:29.000,2.3.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +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,,1490.0,151.0,50.0,46.0,12.0,10421.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'],70.0,67.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1133.0,1133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +624,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,,636.0,93.0,152.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.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,1257.0,1257.0,,,,,,,,3.0,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +625,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1049.0,124.0,109.0,172.0,356.0,5502.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,18320.0,18320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +626,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,5357.0,Build Graph Nets in Tensorflow.,11.0,22,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,3405.0,3405.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +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,306.0,210.0,66.0,220.0,4912.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1670.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143673.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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,567.0,169.0,47.0,35.0,28.0,4547.0,High-performance TensorFlow library for quantitative finance.,47.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,1309.0,1309.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,,476.0,84.0,180.0,108.0,161.0,3629.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,,448.0,468.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.0,3.0,,,,,,,,,,,,,,,,,,,,, +630,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-05-19 22:21:30.000000,2024-05-19 22:15:20,687.0,,489.0,216.0,16.0,24.0,4.0,3451.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,22,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,,1168.0,1168.0,,,,,,,,3.0,57.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,,677.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,2246.0,2255.0,,,,,,,,3.0,627.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,205.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'],162.0,160.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2244.0,2244.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,2024-10-23 02:35:25.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,71.0,2.0,30.0,3094.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,582.0,636.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1846.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,164.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,,664.0,664.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,2888.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,3448.0,3450.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,,, +636,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,44.0,14.0,57.0,35.0,1796.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']",320.0,309.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2585.0,2585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +637,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,,213.0,38.0,111.0,56.0,42.0,1726.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'],169.0,163.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3746.0,6151.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,238926.0,,,,,3.0,682.0,,,,,,,,,,,,,,,,,,,, +638,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,,197.0,30.0,424.0,11.0,163.0,1672.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,,885.0,885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +639,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,,254.0,51.0,312.0,98.0,18.0,1591.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,True,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,41966.0,41966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +640,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,1590.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,2615.0,3064.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,26044.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,57.0,52.0,82.0,149.0,1572.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,,1558.0,1587.0,,,,,,,,3.0,2878.0,,,,,,,,,,,,,,,,,,,, +642,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,22,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,,13500.0,13500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,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,1500.0,MLBox is a powerful Automated Machine Learning python library.,9.0,22,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,,1178.0,1178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +644,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,,352.0,61.0,47.0,37.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,22,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,3229.0,3229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +645,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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,89.0,39.0,15.0,11.0,27.0,1373.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'],252.0,230.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,35643.0,35821.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6618.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +646,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,2024-11-07 09:49:01.000000,2024-10-31 22:44:53,201.0,6.0,114.0,38.0,31.0,20.0,120.0,1255.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,22,True,2024-10-31 05:23:34.000,2.3.3,88.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4458.0,4458.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,1.0,324.0,50.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,,4361.0,4361.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,, +648,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,91.0,122.0,33.0,46.0,1189.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,,,,,116.0,115.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,589.0,589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +649,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,65.0,29.0,31.0,12.0,1186.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,82.0,80.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,10457.0,10457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +650,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,,205.0,28.0,61.0,52.0,61.0,1075.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,128.0,125.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1646.0,1652.0,,,,,,,,3.0,774.0,,,,,,,,,,,,,,,,,,,, +651,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,,251.0,48.0,46.0,26.0,127.0,1074.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],30.0,30.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,4076.0,4076.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +652,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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,295.0,96.0,123.0,62.0,98.0,1054.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,True,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,3662.0,4219.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,48487.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +653,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,,89.0,18.0,73.0,18.0,45.0,1030.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,,,,,234.0,230.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,13276.0,13276.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,,112.0,51.0,99.0,44.0,51.0,1018.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'],264.0,253.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2817.0,2817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +655,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,789.0,766.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,57557.0,59411.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,70472.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,,190.0,24.0,58.0,12.0,27.0,954.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'],119.0,111.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,47179.0,47179.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,23.0,46.0,16.0,82.0,922.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2453.0,2444.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1774.0,1774.0,,,,,,,,3.0,29.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,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,86.0,18.0,160.0,20.0,94.0,865.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,5355.0,5581.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10413.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-05 14:58:46.000000,2024-10-31 11:39:03,1235.0,1.0,134.0,24.0,594.0,63.0,511.0,849.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,5439.0,5439.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,,107.0,28.0,60.0,27.0,74.0,846.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,498.0,497.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2549.0,2549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +661,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,,161.0,37.0,46.0,43.0,49.0,824.0,Public facing deeplift repo.,11.0,22,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,109.0,100.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,1268.0,1268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,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,2024-09-10 02:55:22.000000,2024-09-10 02:55:22,602.0,2.0,143.0,15.0,63.0,37.0,139.0,823.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,35.0,22,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,18393.0,22438.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,218452.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +663,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,35.0,126.0,30.0,1059.0,37.0,54.0,766.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,22,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,,2370.0,2370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +664,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,8704.0,13004.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,344220.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,476.0,,,,,,,,,,,,, +665,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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,88.0,21.0,9.0,25.0,41.0,690.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'],481.0,471.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29952.0,29980.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +666,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,,81.0,21.0,12.0,,39.0,685.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,,,,525.0,520.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11027.0,11082.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2326.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,25.0,433.0,10.0,237.0,636.0,torchbearer: A model fitting library for PyTorch.,14.0,22,True,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],96.0,92.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1324.0,1324.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +668,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,111.0,26.0,23.0,66.0,35.0,610.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,503.0,478.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8718.0,9135.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19629.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,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,2.0,131.0,22.0,20.0,8.0,31.0,600.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13689.0,13689.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,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,105.0,9.0,15.0,6.0,16.0,584.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,,,,421.0,415.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9544.0,9737.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13725.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,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,2024-11-03 14:32:23.000000,2024-08-18 15:52:42,512.0,6.0,61.0,25.0,10.0,14.0,44.0,560.0,Active Learning for Text Classification in Python.,7.0,22,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,1617.0,1978.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10119.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,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,66.0,7.0,211.0,20.0,109.0,518.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'],296.0,291.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,4223.0,4223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +673,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,15.0,98.0,28.0,34.0,41.0,15.0,475.0,A python library for Bayesian time series modeling.,7.0,22,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,25240.0,25240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +674,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,7.0,101.0,18.0,11.0,,50.0,457.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,61.0,61.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6002.0,6002.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,23.0,232.0,57.0,195.0,379.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,,4824.0,4824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +676,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,5.0,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,23.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,19.0,19.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +677,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,7.0,78.0,352.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,180.0,171.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,57039.0,57433.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15782.0,,,,,2.0,,,,,,,,,-2.0,,,,,,,,,,,, +678,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,2024-11-01 16:12:37.000000,2024-10-22 14:12:38,1396.0,117.0,19.0,8.0,81.0,11.0,26.0,302.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-09-04 13:20:16.000,0.2.2,15.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-10-22 14:15:58.000,3.0,1230.0,1230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,True +679,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,2024-11-03 00:12:46.000000,2024-10-29 02:10:31,500.0,11.0,109.0,20.0,562.0,58.0,127.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,54338.0,54456.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5267.0,,,,,3.0,118.0,,,,,,,,,,,,,,,,,,,, +680,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,238.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,,,,1286.0,1229.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,91778.0,93493.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,84064.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,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,,,,,2426.0,2382.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,110261.0,110261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,229.0,111.0,57.0,622.0,4932.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1535.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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4654.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5617.0,5620.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,245.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,2024-10-29 19:58:47.000000,2024-10-29 19:42:46,1603.0,2.0,514.0,147.0,610.0,86.0,75.0,3572.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",168.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,,,,,,,,,,,,,,,,,,,,, +685,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,,172.0,66.0,54.0,6.0,44.0,3088.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.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,,2263.0,2263.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,,, +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,,330.0,72.0,2.0,20.0,7.0,2907.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'],214.0,211.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,5594.0,5594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +687,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,126.0,225.0,90.0,183.0,2329.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,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +688,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,,370.0,84.0,4.0,5.0,18.0,2219.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,540.0,540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +689,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,2116.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,,12939.0,12939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +690,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,1.0,164.0,24.0,34.0,33.0,31.0,1985.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'],32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1374.0,1536.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5633.0,,,,,3.0,118.0,,,,,,,,,,,,,,,,,,,, +691,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,1.0,341.0,42.0,68.0,163.0,95.0,1863.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,,7107.0,7107.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,,160.0,18.0,74.0,24.0,42.0,1815.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'],33.0,33.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1567.0,1567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +693,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,38.0,7.0,15.0,33.0,1659.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'],71.0,65.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,7376.0,7376.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,101.0,36.0,13.0,24.0,1429.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,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +695,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,56.0,65.0,8.0,31.0,1384.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,21,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,1224.0,1224.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,,222.0,64.0,48.0,40.0,90.0,1277.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,,716.0,716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,203.0,64.0,7.0,13.0,29.0,1153.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,7795.0,7795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +698,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,,144.0,25.0,77.0,51.0,37.0,1097.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,248976.0,249137.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9054.0,,,,,3.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,,184.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,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +700,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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,248.0,46.0,18.0,11.0,91.0,859.0,Data compression in TensorFlow.,21.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,4790.0,4790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,845.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,15623.0,15966.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,21952.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +702,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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],64.0,60.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1071.0,1071.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +703,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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,767.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,10381.0,10381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +704,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],673.0,665.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,43597.0,43773.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8627.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,40715.0,40715.0,,,,,,,,3.0,27.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,642.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']",683.0,666.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,21776.0,21776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +707,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,,54.0,29.0,12.0,13.0,15.0,631.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,,,,,233.0,225.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,21489.0,21489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +708,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,,97.0,26.0,32.0,35.0,6.0,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],411.0,403.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,23406.0,23406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +709,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,315.0,607.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,848.0,848.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,87.0,7.0,20.0,7.0,92.0,588.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,78.0,76.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,47094.0,47094.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,571.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,2583.0,2583.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,64.0,17.0,114.0,8.0,48.0,569.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,,['pytorch'],148.0,143.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4796.0,4796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +713,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,58.0,10.0,21.0,16.0,37.0,562.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,461.0,452.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12439.0,12856.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28374.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,2024-10-24 10:08:52.000000,2024-10-24 10:08:52,1777.0,6.0,76.0,10.0,219.0,50.0,82.0,551.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,22.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,37.0,36.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,2113.0,2120.0,,,,,,,,3.0,249.0,,,,,,,,,,,,,,,,,,,, +715,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,168.0,56.0,20.0,39.0,60.0,548.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,33.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,354.0,354.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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,522.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,39621.0,39621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +717,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,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,155.0,147.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8811.0,8811.0,,,,,,,,3.0,30.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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,225.0,15.0,40.0,496.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,21029.0,21033.0,,,,,,,,3.0,245.0,,,,,,,,,,,,,,,,,,,, +719,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-08-18 17:30:50.000000,2023-03-05 00:16:57,419.0,,104.0,36.0,276.0,76.0,174.0,490.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,,,,,87.0,85.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2593.0,2597.0,,,,,,,,3.0,386.0,,,,,,,,,,,,,,,,,,,, +720,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-10-04 17:41:19.000000,2024-09-24 15:52:47,3054.0,19.0,64.0,12.0,268.0,11.0,112.0,441.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,622.0,622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,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,426.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'],2020.0,2014.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,424748.0,424748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +722,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,,79.0,24.0,12.0,48.0,49.0,416.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,138.0,135.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4571.0,4571.0,,,,,,,,3.0,105.0,,,,,,,,,,,,,,,,,,,, +723,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,5.0,38.0,9.0,32.0,17.0,20.0,412.0,A python package for animating plots build on matplotlib.,7.0,21,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,2570.0,2874.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14911.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,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,3.0,26.0,8.0,78.0,33.0,23.0,400.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1850.0,2522.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,26909.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +725,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,379.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,,,,,542.0,534.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,11341.0,11341.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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,88.0,29.0,319.0,75.0,27.0,375.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,27.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,32477.0,32477.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,11.0,37.0,29.0,37.0,354.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,,,,,258.0,242.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4414.0,4414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-11-07 08:04:02.000000,2024-10-21 12:21:10,796.0,30.0,25.0,5.0,300.0,5.0,,317.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-10-21 12:21:39.000,1.2.15,840.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-07 08:04:02.000,,37282.0,37282.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,26.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']",20.0,18.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,498268.0,498268.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,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,28.0,32.0,33.0,113.0,268.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,2994.0,5604.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,127086.0,,,,,3.0,2060.0,,,,,,,,,,,,,,,,,,,, +731,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-11-05 05:30:55.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,218.0,21.0,64.0,246.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,625.0,625.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +732,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,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,,5115.0,5136.0,,,,,,,,3.0,1223.0,,,,,,,,,,,,,,,,,,,, +733,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,4.0,23.0,8.0,13.0,4.0,11.0,221.0,A Python module to convert natural language numerics into ints and floats.,4.0,21,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20838.0,20838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +734,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,148.0,89.0,255.0,286.0,13579.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,,,,,,,,,,,,,,,,,,,,, +735,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-08-13 19:13:05.000000,2024-08-13 19:09:33,193.0,2.0,1210.0,97.0,51.0,409.0,288.0,6612.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +736,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,,1720.0,20.0,19.0,72.0,24.0,5117.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,,4653.0,4653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +737,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,3417.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,,,,,162.0,155.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1020.0,1020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +738,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,,322.0,58.0,242.0,175.0,111.0,3197.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,4581.0,4592.0,,,,,,,,3.0,694.0,,,,,,,,,,,,,,,,,,,, +739,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,,398.0,101.0,54.0,64.0,48.0,2942.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,1063.0,1063.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +740,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,2858.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,,,,,,,,,,,,,,,,,,,,, +741,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,84.0,30.0,46.0,80.0,2678.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,74.0,74.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,691.0,691.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +742,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,,181.0,55.0,895.0,129.0,586.0,1933.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,17.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1057.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +743,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,31.0,41.0,34.0,176.0,1872.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,,720.0,720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +744,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,,104.0,39.0,31.0,30.0,79.0,1814.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,,,,,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7511.0,7512.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +745,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,1627.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,3348.0,3348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,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,67.0,202.0,5.0,74.0,1591.0,DELTA is a deep learning based natural language and speech processing platform.,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,,184.0,382.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.0,3.0,,,,,,,,,,,,,,,,,,,,, +747,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,,156.0,46.0,3.0,13.0,15.0,1532.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,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,,2527.0,2527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +748,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,187.0,19.0,262.0,88.0,94.0,1357.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,32772.0,32772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +749,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,39.0,13.0,14.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,,,,,173.0,171.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2934.0,2934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +750,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,,169.0,57.0,14.0,30.0,19.0,1027.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,,,,186.0,184.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,695.0,921.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9516.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +751,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,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3644.0,3639.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +752,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,,179.0,19.0,42.0,23.0,60.0,917.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,,,,195.0,192.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,920.0,1117.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10050.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +753,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,,87.0,23.0,50.0,16.0,17.0,839.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,2553.0,3490.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,30952.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +754,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,,126.0,30.0,29.0,21.0,34.0,771.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'],47.0,47.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +755,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,765.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,,,,,116.0,116.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,840.0,840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,8083.0,8083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +757,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,45.0,61.0,613.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4491.0,4613.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5018.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,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,2.0,41.0,15.0,18.0,,22.0,603.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,1273.0,1273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +759,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,569.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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,355.0,355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,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,548.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,118.0,116.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,854.0,854.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,,, +761,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,,139.0,55.0,72.0,18.0,71.0,527.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,20,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,22.0,22.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,1928.0,1928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,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,,109.0,19.0,57.0,26.0,21.0,496.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,,,,,87.0,79.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4220.0,4220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,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,469.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']",54.0,54.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,2698.0,2698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +764,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,2024-10-03 08:28:42.000000,2024-07-16 08:32:27,987.0,,86.0,32.0,98.0,18.0,27.0,463.0,A Python implementation of active inference for Markov Decision Processes.,18.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,13.0,13.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,8085.0,8085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,,52.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'],259.0,259.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3370.0,3370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +766,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,,26.0,22.0,239.0,24.0,25.0,300.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,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +767,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-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,4.0,57.0,14.0,90.0,26.0,39.0,279.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,24.0,21.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,15459.0,15459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +768,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,8.0,76.0,21.0,447.0,27.0,51.0,275.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,4.0,4.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,769.0,769.0,,,,,,,,3.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,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6960.0,6960.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,,,,,448.0,446.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1341.0,1345.0,,,,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,,, +771,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,,33.0,11.0,202.0,21.0,76.0,202.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,3345.0,3345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +772,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,338.0,58.0,2.0,,6771.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,,377.0,384.0,,,,,,,,3.0,381.0,,,,,,,,,,,,,,,,,,,, +773,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3219.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2256.0,2256.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +774,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,,178.0,24.0,20.0,18.0,30.0,1721.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,,,,,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,312.0,313.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,,, +775,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,1547.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,19,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,,1586.0,1605.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1694.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,,172.0,43.0,6.0,4.0,7.0,1117.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,,,,,34.0,34.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +777,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,,139.0,17.0,11.0,42.0,43.0,1092.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,19,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],166.0,161.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6571.0,6571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +778,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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,21.0,1045.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,19,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],2.0,,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1974.0,1995.0,,,,,,,,3.0,449.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,857.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,794.0,794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +780,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,,230.0,30.0,38.0,43.0,21.0,855.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,,2940.0,2940.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,780.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'],15.0,15.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,372.0,372.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,,101.0,26.0,49.0,15.0,54.0,734.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,,,,,30.0,28.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +783,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,19,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,,1359.0,1359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,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,,148.0,34.0,84.0,16.0,55.0,632.0,Code for the TCAV ML interpretability project.,19.0,19,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],29.0,26.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,444.0,444.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,1137.0,47508.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2318591.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,,97.0,15.0,53.0,13.0,16.0,567.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,,,,,59.0,59.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4417.0,4417.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,, +787,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,526.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],63.0,63.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1439.0,1439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +788,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,485.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],14.0,14.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,3388.0,3388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +789,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,19,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,5358.0,5358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +790,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,72.0,25.0,48.0,18.0,19.0,408.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,5159.0,5588.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +791,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,19,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,,2284.0,2284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +792,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,2024-11-06 00:13:01.000000,2024-04-26 20:31:49,327.0,,78.0,25.0,346.0,26.0,10.0,341.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2949.0,2949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +793,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,6943.0,6943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +794,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,2024-09-03 22:33:34.000000,2024-07-08 16:17:35,399.0,,130.0,34.0,325.0,84.0,132.0,336.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,927.0,944.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1877.0,3.0,,,,,,,,,,,,,,,,,,,,, +795,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,,53.0,11.0,60.0,17.0,41.0,333.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,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,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-07 14:42:05.000000,2024-08-14 15:39:49,663.0,2.0,18.0,23.0,378.0,50.0,87.0,331.0,Serverside scaling for Vega and Altair visualizations.,4.0,19,True,2024-05-09 19:19:11.000,1.6.9,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,3802.0,12438.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,264406.0,,,,,3.0,7725.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,147.0,,,,,,,,,,,,, +797,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,,36.0,18.0,6.0,19.0,21.0,313.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,2512.0,2512.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +798,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,285.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,19,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],11.0,11.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,3007.0,7701.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,230035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,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,6290.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +800,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,2024-10-19 22:04:44.000000,2024-10-19 22:04:38,711.0,13.0,433.0,40.0,863.0,149.0,119.0,3322.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +801,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,106.0,83.0,67.0,48.0,2989.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,8810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +802,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,61.0,106.0,27.0,56.0,2135.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,,1714.0,1714.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,,, +803,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,,458.0,80.0,36.0,83.0,68.0,1696.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,,400.0,400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +804,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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,28.0,1005.0,127.0,65.0,1650.0,Version control for machine learning.,17.0,18,False,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,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +805,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,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,571.0,571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +806,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,,144.0,17.0,11.0,25.0,18.0,1160.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'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,1287.0,1287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +807,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,6967.0,6967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,,84.0,14.0,35.0,3.0,24.0,817.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,38.0,34.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3356.0,3356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +809,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,36.0,12.0,13.0,8.0,16.0,792.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,,3176.0,3275.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3666.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +810,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,772.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,18529.0,18529.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,,, +811,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,,115.0,19.0,26.0,2.0,87.0,733.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,,19700.0,19700.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,,, +812,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,675.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,,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,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,566.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2891.0,2891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +814,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,,71.0,13.0,10.0,24.0,41.0,565.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,,1036.0,1036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +815,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,480.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,3164.0,3164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,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,,106.0,71.0,7.0,15.0,19.0,432.0,semantic similarity framework for knowledge graph.,10.0,18,True,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,48.0,48.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +817,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,,82.0,20.0,248.0,10.0,23.0,423.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,1931.0,1931.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,,,,,,, +818,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,12.0,1.0,2.0,80.0,402.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,,6501.0,6501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +819,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,400.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,138.0,134.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5004.0,5005.0,,,,,,,,3.0,115.0,,,,,,,,,,,,,,,,,,,, +820,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,28.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,,691.0,694.0,,,,,,,,3.0,204.0,,,,,,,,,,,,,,,,,,,, +821,solt,Oulu-IMEDS/solt,image,,https://github.com/Oulu-IMEDS/solt,https://github.com/Oulu-IMEDS/solt,MIT,2018-08-02 15:09:05.000,2024-07-25 10:53:20.000000,2024-06-22 08:32:56,378.0,,19.0,6.0,33.0,20.0,39.0,263.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,62.0,59.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +822,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,,43.0,11.0,61.0,31.0,47.0,241.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,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,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,,,,,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,330.0,330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +824,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,133.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,,,,9965.0,9836.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,325469.0,325500.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +825,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,,1350.0,466.0,21.0,59.0,167.0,7127.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,,,,,,,,,,,,,,,,,, +826,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,1850.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,17,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,,298.0,298.0,,,,,,,,3.0,51.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,19.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,,,,,82.0,81.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,416.0,416.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,778.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,,,,,59.0,59.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,721.0,721.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,,985.0,992.0,,,,,,,,3.0,521.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,18.0,19.0,4.0,29.0,641.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,,,,,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,395.0,395.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,,98.0,38.0,106.0,12.0,51.0,550.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,True,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,,410.0,413.0,,,,,,,,3.0,242.0,,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +832,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,491.0,"Research workflows made easy, locally and in the Cloud.",10.0,17,True,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,,1713.0,1713.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,36.0,47.0,5.0,12.0,412.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,244.0,244.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,,37.0,15.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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,171.0,171.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,352.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,,501.0,501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +836,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,,6539.0,6539.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,5116.0,5226.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3745.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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,,46.0,1.0,,,,217.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,,1349.0,1349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +839,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,,13.0,9.0,2.0,,5.0,206.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,17,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,1801.0,1801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,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,155.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,,9811.0,9811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +841,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,16.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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +842,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,107.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'],50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,905.0,905.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +843,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,120.0,24.0,17.0,353.0,4338.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +844,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,3943.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +845,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,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,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +846,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,,121.0,49.0,22.0,15.0,9.0,847.0,A medical imaging framework for Pytorch.,8.0,16,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,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +847,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,826.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +848,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,801.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],90.0,89.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3354.0,3354.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,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,2816.0,2816.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,16.0,15.0,10.0,22.0,734.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,,634.0,634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +851,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,9196.0,9196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,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,714.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,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,683.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,607.0,607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +854,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,,57.0,16.0,83.0,18.0,49.0,606.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,,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +855,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,16,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,3718.0,3718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,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,2.0,43.0,21.0,171.0,6.0,65.0,503.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +857,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,1.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,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +858,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,,55.0,18.0,6.0,6.0,,396.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,1184.0,1322.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +859,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,,32.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,,,,,89.0,89.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +860,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,317.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,2047.0,2047.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,, +861,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,16,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,3483.0,3483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +862,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,229.0,Easy training and deployment of seq2seq models.,2.0,16,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,2617.0,2617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,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,5.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,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,,4957.0,4957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +864,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-05 09:43:57.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-11-05 09:43:57.000,3.47.2,300.0,comet_ml,comet_ml,,,,79.0,,https://pypi.org/project/comet_ml,2024-11-05 09:43:57.000,79.0,483895.0,483895.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +865,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,142.0,72.0,12.0,53.0,2200.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +866,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,1170.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +867,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,,119.0,30.0,111.0,14.0,25.0,1088.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,,,,,,,,,,,,,,,,,,,,, +868,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,20.0,295.0,3.0,70.0,1077.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,,,,,,,,,,,,,,,,,,,,, +869,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,1.0,52.0,10.0,17.0,10.0,29.0,416.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,,2226.0,2226.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,,, +870,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,19.0,177.0,87.0,16.0,414.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,,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +871,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,,40.0,12.0,17.0,2.0,5.0,373.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,,841.0,841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +872,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,312.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,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +873,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,296.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,,1069.0,1069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +874,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,3.0,11.0,9.0,15.0,2.0,7.0,274.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +875,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,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,,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,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,,32.0,8.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,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,,27.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,860.0,860.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,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,,880.0,880.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,,35.0,14.0,18.0,27.0,18.0,124.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,,289.0,289.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,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,255.0,255.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,,996.0,63.0,13.0,44.0,26.0,3714.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,3427.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,67.0,26.0,10.0,97.0,1685.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['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,53.0,23.0,42.0,85.0,1304.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,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,,152.0,32.0,,53.0,60.0,1227.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4899.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,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,799.0,2353.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,80841.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,11.0,8.0,10.0,3.0,347.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,1992.0,1992.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,11.0,58.0,4.0,20.0,291.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,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +889,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,14,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,,2714.0,2714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +890,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,14,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,1110.0,1110.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,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,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,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,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,14,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,2372.0,2372.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,103.0,28.0,28.0,357.0,3833.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,,486.0,108.0,12.0,39.0,8.0,2704.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,,86.0,48.0,4.0,3.0,,2558.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,2184.0,2186.0,,,,,,,,3.0,76.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,,175.0,37.0,10.0,13.0,3.0,1366.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +897,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,4.0,47.0,11.0,11.0,1.0,16.0,764.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,157.0,157.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +898,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,,53.0,17.0,3.0,2.0,1.0,536.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,,376.0,376.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +899,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,2024-09-24 14:15:45.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,265.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,,687.0,692.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,3.0,11.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,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,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +901,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,,25.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,13,False,,,2.0,autodist,,,,['tensorflow'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +902,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,5.0,1238.0,4.0,10.0,126.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,,921.0,930.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.0,3.0,,,,,,,,,,,,,,,,,,,,, +903,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,5.0,7.0,7.0,127.0,9.0,9.0,120.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],6.0,6.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +904,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,111.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,,380.0,380.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +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,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,,235.0,235.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +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,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,32.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,,735.0,735.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,,408.0,64.0,6.0,65.0,17.0,1947.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,,323.0,88.0,11.0,12.0,6.0,1772.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,8.0,4.0,6.0,14.0,105.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,,607.0,607.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,,459.0,93.0,22.0,52.0,15.0,3267.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,916.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,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,11,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,,205.0,205.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,,89.0,17.0,5.0,4.0,12.0,616.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,,51.0,16.0,13.0,14.0,11.0,529.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +917,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.,,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,,159.0,159.0,,,,,,,,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,148.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,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +919,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,,67.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/2024-11-14_changes.md b/history/2024-11-14_changes.md new file mode 100644 index 00000000..ff9be467 --- /dev/null +++ b/history/2024-11-14_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._ + +- litellm (πŸ₯‡44 Β· ⭐ 14K Β· πŸ“ˆ) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- yfinance (πŸ₯‡42 Β· ⭐ 15K Β· πŸ“ˆ) - Download market data from Yahoo! Finances API. Apache-2 +- gensim (πŸ₯‡40 Β· ⭐ 16K Β· πŸ“ˆ) - Topic Modelling for Humans. ❗️LGPL-2.1 +- CuPy (πŸ₯‡39 Β· ⭐ 9.5K Β· πŸ“ˆ) - NumPy & SciPy for GPU. MIT +- tensorflow-probability (πŸ₯‡37 Β· ⭐ 4.3K Β· πŸ“ˆ) - Probabilistic reasoning and statistical analysis in.. Apache-2 +- carla (πŸ₯‡36 Β· ⭐ 11K Β· πŸ“ˆ) - Open-source simulator for autonomous driving research. MIT +- Metaflow (πŸ₯ˆ36 Β· ⭐ 8.2K Β· πŸ“ˆ) - Open Source Platform for developing, scaling and deploying.. Apache-2 +- wordcloud (πŸ₯ˆ34 Β· ⭐ 10K Β· πŸ“ˆ) - A little word cloud generator in Python. MIT +- patsy (πŸ₯‡34 Β· ⭐ 950 Β· πŸ“ˆ) - Describing statistical models in Python using symbolic formulas. BSD-2 +- TextBox (πŸ₯‰17 Β· ⭐ 1.1K Β· πŸ’€) - TextBox 2.0 is a text generation library with pre-trained language.. 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 Β· ⭐ 40K Β· πŸ“‰) - Apache Spark Python API. Apache-2 +- nltk (πŸ₯‡44 Β· ⭐ 14K Β· πŸ“‰) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- shap (πŸ₯‡42 Β· ⭐ 23K Β· πŸ“‰) - A game theoretic approach to explain the output of any machine learning.. MIT +- torchvision (πŸ₯‡41 Β· ⭐ 16K Β· πŸ“‰) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- OpenAI Gym (πŸ₯‡40 Β· ⭐ 35K Β· πŸ’€) - A toolkit for developing and comparing reinforcement learning.. MIT +- imageio (πŸ₯ˆ37 Β· ⭐ 1.5K Β· πŸ“‰) - Python library for reading and writing image data. BSD-2 +- DeepSpeech (πŸ₯ˆ34 Β· ⭐ 25K Β· πŸ’€) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- Pillow-SIMD (πŸ₯‰25 Β· ⭐ 2.2K Β· πŸ“‰) - The friendly PIL fork. ❗️PIL +- ivis (πŸ₯‰22 Β· ⭐ 330 Β· πŸ“‰) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +- fastT5 (πŸ₯‰15 Β· ⭐ 560 Β· πŸ’€) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 + diff --git a/history/2024-11-14_projects.csv b/history/2024-11-14_projects.csv new file mode 100644 index 00000000..a83b1661 --- /dev/null +++ b/history/2024-11-14_projects.csv @@ -0,0 +1,920 @@ +,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,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,3.0,739.0,118.0,340.0,71.0,148.0,4968.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,170.0,58.0,205.0,,3.0,2331.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,94.0,199.0,7.0,6.0,3702.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,94.0,199.0,7.0,6.0,3702.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,94.0,199.0,7.0,6.0,3702.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,94.0,199.0,7.0,6.0,3702.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,2024-11-14 13:57:25.000000,2024-11-14 11:13:31,172157.0,3689.0,74312.0,7576.0,39316.0,5809.0,38717.0,188981.0,An Open Source Machine Learning Framework for Everyone.,4716.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],436568.0,428491.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,19245225.0,20069618.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5087099.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-11-14 13:50:39.076555,2610.0,78469100.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,2024-11-14 14:08:52.000000,2024-11-14 11:18:01,80959.0,3751.0,22621.0,1743.0,93747.0,15574.0,32194.0,83940.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5247.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],586841.0,566982.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,31889427.0,32534466.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24486147.0,,,,,1.0,65387.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,2024-11-14 08:53:18.000000,2024-11-14 08:53:18,31909.0,306.0,25380.0,2138.0,17998.0,2067.0,9701.0,60123.0,scikit-learn: machine learning in Python.,3219.0,53,True,2024-09-11 15:52:05.000,1.5.2,81.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],973713.0,948364.0,https://pypi.org/project/scikit-learn,2024-09-11 15:49:19.000,25349.0,78671932.0,79266910.0,https://anaconda.org/conda-forge/scikit-learn,2024-09-11 20:00:28.266,32128349.0,,,,,1.0,1028.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,2024-11-13 22:16:59.000000,2024-11-13 22:16:59,17353.0,734.0,26893.0,1125.0,18100.0,1419.0,15144.0,134963.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2918.0,52,True,2024-11-05 18:21:54.000,4.46.2,163.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",247295.0,240637.0,https://pypi.org/project/transformers,2024-11-05 18:21:50.000,6658.0,44362273.0,44404853.0,https://anaconda.org/conda-forge/transformers,2024-11-06 04:51:04.028,2214187.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,2024-11-13 22:25:34.000000,2024-11-13 22:25:34,33808.0,539.0,5190.0,348.0,11465.0,1748.0,8936.0,13080.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1711.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1188275.0,1142399.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,120284281.0,121421047.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,54381884.0,,,,,1.0,426941.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,2024-11-14 14:28:27.000000,2024-11-14 14:28:26,59155.0,466.0,4431.0,291.0,13499.0,5132.0,8906.0,12996.0,A computer algebra system written in pure Python.,1338.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,191731.0,188231.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,29731038.0,29866224.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7081348.0,,,,,1.0,550814.0,,,,,,,,,,,,,,,,,,, +12,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,2024-11-14 14:01:39.000000,2024-11-14 14:01:39,11132.0,246.0,19481.0,1914.0,7561.0,258.0,11966.0,62023.0,Deep Learning for humans.,1345.0,48,True,2024-10-03 19:44:54.000,3.6.0,103.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1582.0,,https://pypi.org/project/keras,2024-10-03 19:44:54.000,1582.0,13901145.0,13972698.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3792354.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-11-14 12:58:52.000000,2024-11-14 12:58:52,51337.0,394.0,7649.0,592.0,18546.0,1586.0,9363.0,20293.0,matplotlib: plotting with Python.,1746.0,48,True,2024-08-13 01:44:21.000,3.9.2,128.0,matplotlib,conda-forge/matplotlib,,,,1462832.0,1411809.0,https://pypi.org/project/matplotlib,2024-11-01 03:44:50.000,51023.0,68197819.0,68703469.0,https://anaconda.org/conda-forge/matplotlib,2024-11-08 00:49:06.836,26799497.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,2024-11-10 10:33:21.000000,2024-11-10 10:32:54,18804.0,479.0,2227.0,220.0,5172.0,131.0,3107.0,12288.0,Python Imaging Library (Fork).,480.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1918554.0,1909659.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,117840659.0,118729831.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,46236971.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-11-14 14:25:29.000000,2024-11-14 14:25:26,6818.0,267.0,3090.0,320.0,5107.0,1001.0,3696.0,35688.0,Streamlit A faster way to build and share data apps.,246.0,46,True,2024-11-11 19:48:58.000,1.40.1,230.0,streamlit,,,,,585117.0,582237.0,https://pypi.org/project/streamlit,2024-11-11 19:48:52.000,2880.0,7058846.0,7058846.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-11-12 21:50:22.000000,2024-11-12 21:50:22,7186.0,148.0,8716.0,908.0,5671.0,461.0,4914.0,26296.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,46,True,2024-10-23 14:31:13.000,2.1.2,84.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,118022.0,115976.0,https://pypi.org/project/xgboost,2024-10-23 14:19:26.000,2046.0,26537323.0,26641984.0,https://anaconda.org/conda-forge/xgboost,2024-10-29 21:33:36.986,5437621.0,,,,,1.0,11831.0,,,,,,,,,,,,,,,,,,, +17,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,2024-11-14 00:07:41.000000,2024-11-14 00:07:41,23037.0,616.0,5770.0,474.0,29553.0,4234.0,15243.0,33980.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1093.0,45,True,2024-11-13 19:50:19.000,ray-2.39.0,119.0,ray,conda-forge/ray-tune,,,,19725.0,18914.0,https://pypi.org/project/ray,2024-11-12 21:31:10.000,811.0,6098454.0,6108209.0,https://anaconda.org/conda-forge/ray-tune,2024-10-30 16:31:33.519,458407.0,,,,,1.0,242.0,,,,,,,,,,,,,,,,,,, +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,2024-11-14 10:43:59.000000,2024-11-14 10:37:42,24123.0,1610.0,2801.0,337.0,16269.0,1430.0,4285.0,30492.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",784.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,34553.0,32646.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4223184.0,4258274.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1859818.0,,,,,1.0,,jax-ml/jax,,,,,,,,,,,,,,,,,, +19,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-10-23 10:43:24.000000,2024-10-23 10:42:54,16212.0,78.0,4399.0,563.0,4025.0,155.0,5521.0,30201.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,,107210.0,104521.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,12817859.0,12902561.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4488847.0,,,,,1.0,571.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,2024-11-14 11:48:26.000000,2024-11-14 11:48:26,51637.0,1179.0,5583.0,716.0,50752.0,1778.0,17454.0,22256.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1297.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6496.0,6303.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,326625.0,326780.0,,,,,,,,1.0,15412.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,2024-11-13 07:32:07.000000,2024-11-13 07:32:03,20639.0,67.0,4186.0,438.0,6205.0,771.0,6996.0,19370.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-11-06 19:51:28.000,3.6.1,221.0,bokeh,conda-forge/bokeh,,,,96312.0,94533.0,https://pypi.org/project/bokeh,2024-11-06 19:51:28.000,1779.0,4161849.0,4451224.0,https://anaconda.org/conda-forge/bokeh,2024-11-07 07:28:52.498,15336879.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,2024-11-14 13:41:43.000000,2024-11-13 16:44:39,7153.0,444.0,2552.0,275.0,1743.0,566.0,2460.0,16285.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,330576.0,324247.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,19575225.0,19722174.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7447747.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,9028.0,,,,,,,,,,,,, +23,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,2024-11-12 15:02:33.000000,2024-11-12 15:02:33,15565.0,100.0,2883.0,283.0,3955.0,2836.0,2798.0,10141.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,146652.0,142183.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16320640.0,16616932.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15703479.0,,,,,1.0,35.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,2024-11-14 13:33:19.000000,2024-11-14 13:33:14,42766.0,852.0,28314.0,2023.0,48813.0,210.0,,39904.0,Apache Spark Python API.,3140.0,44,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,30019291.0,30085781.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3523981.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,2024-11-14 08:25:29.000000,2024-11-13 20:54:00,7204.0,231.0,2556.0,176.0,4589.0,427.0,4554.0,33934.0,"Wrap UIs around any model, share with anyone.",446.0,44,True,2024-11-04 23:15:16.000,5.5.0,605.0,gradio,,,,,47164.0,46319.0,https://pypi.org/project/gradio,2024-11-04 23:15:16.000,845.0,6775031.0,6775031.0,,,,,,,,1.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,2024-11-14 09:56:59.000000,2024-11-14 09:55:30,6790.0,418.0,4232.0,303.0,9542.0,1649.0,2615.0,18765.0,Open source platform for the machine learning lifecycle.,794.0,44,True,2024-10-31 08:34:32.000,2.17.2,118.0,mlflow,conda-forge/mlflow,,,,46833.0,45927.0,https://pypi.org/project/mlflow,2024-11-12 20:31:15.000,906.0,17800696.0,17847428.0,https://anaconda.org/conda-forge/mlflow,2024-11-01 09:55:36.068,2476845.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2024-11-14 00:46:58.000000,2024-11-14 00:46:58,7827.0,68.0,3235.0,277.0,3921.0,343.0,3037.0,14957.0,Network Analysis in Python.,755.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,323995.0,314365.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,64792278.0,65156642.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,18582566.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-11-14 14:33:25.000000,2024-11-14 06:18:12,18330.0,1809.0,1622.0,75.0,3011.0,801.0,2910.0,13839.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",358.0,44,True,2024-11-14 06:07:53.000,1.52.5-stable,1000.0,litellm,,,,others,5017.0,4499.0,https://pypi.org/project/litellm,2024-11-13 05:02:32.000,518.0,3450294.0,3450482.0,,,,,,,,1.0,377.0,,,,,,,,1.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,2024-11-11 06:24:40.000000,2024-11-11 06:24:40,14683.0,41.0,2878.0,463.0,1495.0,277.0,1561.0,13618.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,44,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,325438.0,320741.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,20703935.0,20769059.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2865480.0,,,,,1.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,2024-11-14 13:06:55.000000,2024-11-14 13:06:55,8393.0,113.0,1709.0,212.0,6032.0,1094.0,4304.0,12592.0,Parallel computing with task scheduling.,613.0,44,True,2024-11-13 15:17:34.000,2024.11.2,212.0,dask,conda-forge/dask,,,,69148.0,66668.0,https://pypi.org/project/dask,2024-11-13 15:17:34.000,2480.0,13037535.0,13263834.0,https://anaconda.org/conda-forge/dask,2024-11-13 19:59:58.331,12220185.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,2024-11-13 20:10:13.000000,2024-11-13 19:42:14,10449.0,37.0,3383.0,249.0,10309.0,813.0,6323.0,28376.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",982.0,43,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],39977.0,38534.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,6840311.0,6865819.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1338554.0,,,,,2.0,10376.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,2024-11-12 15:18:14.000000,2024-11-04 20:26:22,7740.0,149.0,2070.0,426.0,1150.0,493.0,1360.0,21478.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,73139.0,71792.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,3710806.0,3740149.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1555130.0,,,,,1.0,86.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,2024-11-14 12:48:38.000000,2024-11-14 11:52:06,2911.0,130.0,3670.0,437.0,3461.0,348.0,2547.0,17923.0,Open standard for machine learning interoperability.,326.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,36893.0,35840.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6064048.0,6089300.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1324536.0,,,,,1.0,22252.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,2024-11-13 05:09:59.000000,2024-11-05 12:04:38,3599.0,43.0,3828.0,434.0,3289.0,371.0,3075.0,16694.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",320.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,40957.0,39880.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9849470.0,9908854.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2837827.0,,,,,2.0,239148.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,2024-11-14 14:09:56.000000,2024-11-14 14:09:52,2934.0,360.0,1596.0,192.0,3494.0,669.0,831.0,13393.0,Development repository for the Triton language and compiler.,340.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,43043.0,42778.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15003752.0,15003752.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,2024-11-14 04:33:10.000000,2024-11-13 06:42:51,5014.0,56.0,2082.0,1671.0,4881.0,352.0,2730.0,12252.0,WebGL2 powered visualization framework.,275.0,43,True,2024-11-08 14:09:08.912,9.0.35,675.0,pydeck,conda-forge/pydeck,,,['jupyter'],8725.0,8301.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5980279.0,6614464.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,641535.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-11-08 14:09:08.912,304.0,622930.0,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-11-14 08:28:09.000000,2024-11-14 08:28:09,18430.0,273.0,1034.0,119.0,3704.0,65.0,1619.0,10900.0,A hyperparameter optimization framework.,277.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,20065.0,19030.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3796952.0,3831951.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,1854976.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,2024-11-13 19:24:35.000000,2024-11-13 19:24:01,2558.0,135.0,4752.0,313.0,536.0,50.0,877.0,32257.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",154.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],41191.0,40237.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,5785673.0,5899933.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,263721.0,,,,,1.0,7206519.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +39,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-11-09 20:06:06.000000,2024-11-08 20:25:05,2774.0,41.0,3262.0,245.0,981.0,726.0,1819.0,22869.0,A game theoretic approach to explain the output of any machine learning model.,253.0,42,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,22610.0,21862.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6258710.0,6350044.0,https://anaconda.org/conda-forge/shap,2024-11-07 10:36:48.494,4292724.0,,,,,1.0,,shap/shap,,,,,,,-1.0,,,,,,,,,,, +40,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,2024-11-12 20:38:04.000000,2024-11-10 21:37:06,1349.0,71.0,2432.0,244.0,624.0,185.0,1200.0,14724.0,Download market data from Yahoo! Finances API.,126.0,42,True,2024-11-10 21:38:48.000,0.2.49,121.0,yfinance,ranaroussi/yfinance,,,,51758.0,51060.0,https://pypi.org/project/yfinance,2024-11-10 21:38:48.000,698.0,3279582.0,3282007.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97019.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +41,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,2024-11-12 04:07:06.000000,2024-11-12 04:07:05,9357.0,44.0,1180.0,135.0,5536.0,234.0,4482.0,13892.0,Data Versioning and ML Experiments.,306.0,42,True,2024-10-23 02:16:24.000,3.56.0,539.0,dvc,conda-forge/dvc,,,,19176.0,19043.0,https://pypi.org/project/dvc,2024-10-23 02:16:24.000,133.0,614403.0,658923.0,https://anaconda.org/conda-forge/dvc,2024-10-23 06:04:08.856,2359588.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +42,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,2024-11-13 21:59:26.000000,2024-11-13 21:30:24,3817.0,74.0,793.0,140.0,1518.0,192.0,1836.0,9359.0,Declarative statistical visualization library for Python.,173.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,,176113.0,175239.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,22746036.0,22817301.0,https://anaconda.org/conda-forge/altair,2024-10-02 18:03:41.017,2494210.0,,,,,1.0,195.0,vega/altair,,,,,,,,,,,,,,,,,, +43,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-11-14 08:22:57.000000,2024-11-14 03:25:44,7288.0,476.0,671.0,61.0,5464.0,870.0,2515.0,9142.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",197.0,42,True,2024-11-14 00:05:52.000,0.18.7,293.0,wandb,conda-forge/wandb,,,,59580.0,58071.0,https://pypi.org/project/wandb,2024-11-13 23:25:57.000,1509.0,19082708.0,19096828.0,https://anaconda.org/conda-forge/wandb,2024-11-13 23:53:26.899,733922.0,,,,,1.0,357.0,wandb/wandb,,,,,,,,,,,,,,,,,, +44,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,2024-11-14 11:40:46.000000,2024-11-14 11:40:41,48772.0,325.0,1188.0,191.0,401.0,569.0,1784.0,8087.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1288.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3497330.0,3537908.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1768041.0,,,,,2.0,321999.0,,,,,,,,,,,,,,,,,,, +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,2024-11-13 19:18:10.000000,2024-11-13 19:16:26,5874.0,21.0,1657.0,189.0,5051.0,680.0,1241.0,6715.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],274247.0,272021.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,22789789.0,22886784.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5140770.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,2024-11-09 20:51:08.980000,2024-11-08 21:43:29,14178.0,102.0,2232.0,186.0,4527.0,812.0,2114.0,6085.0,Image processing in Python.,674.0,42,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,209157.0,202855.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,12965168.0,13099772.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7134034.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-11-14 07:04:32.000000,2024-11-13 17:04:56,2563.0,134.0,4109.0,346.0,3036.0,1092.0,1859.0,35454.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",350.0,41,True,2024-11-08 16:31:30.000,0.15.4,98.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9767.0,9546.0,https://pypi.org/project/deepspeed,2024-11-08 16:31:30.000,221.0,541810.0,542148.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19649.0,1.0,,,,,,,,,,,,,,,,,,,, +48,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-11-12 18:39:14.000000,2024-11-12 18:34:57,1305.0,113.0,3633.0,480.0,1261.0,254.0,2300.0,31417.0,A library for efficient similarity search and clustering of dense vectors.,195.0,41,True,2024-10-29 10:36:06.000,2.4.9,103.0,pymilvus,conda-forge/faiss,,,,4321.0,4141.0,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1131606.0,1166345.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1841201.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,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,2024-11-14 14:29:28.864753,2024-11-14 13:14:40,21196.0,674.0,2909.0,283.0,23105.0,791.0,11487.0,30523.0,"A cloud-native vector database, storage for next generation AI applications.",293.0,41,True,2024-11-05 13:20:57.000,2.4.15,103.0,pymilvus,,milvusdb/milvus,,,180.0,,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1131606.0,2216872.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-11-14 14:29:28.864753,64.0,67001809.0,1.0,280145.0,,,,,,,,,,,,,,,,,,, +50,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-10-19 04:07:45.000000,2024-10-19 04:07:43,2799.0,15.0,7565.0,605.0,2235.0,226.0,1593.0,26288.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19725.0,19417.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,540346.0,540346.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +51,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2024-11-14 11:34:59.000000,2024-11-14 01:59:45,3957.0,37.0,6946.0,435.0,5431.0,1035.0,2460.0,16246.0,"Datasets, Transforms and Models specific to Computer Vision.",613.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,15337520.0,15378600.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1788638.0,,,,,1.0,39209.0,,,,,,,,-1.0,,,,,,,,,,, +52,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,2024-11-11 18:05:00.412000,2024-11-11 12:02:58,1589.0,69.0,2472.0,141.0,579.0,1181.0,1040.0,15313.0,State-of-the-Art Text Embeddings.,193.0,41,True,2024-11-11 12:02:19.000,3.3.0,58.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],56777.0,54966.0,https://pypi.org/project/sentence-transformers,2024-11-11 12:01:20.000,1811.0,6261603.0,6270559.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-11 18:05:00.412,447841.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1904.0,264.0,1124.0,176.0,2422.0,12563.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,513811.0,502968.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18658118.0,18860378.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10719640.0,,,,,1.0,450.0,,,,,,,,,,,,,,,,,,, +54,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2024-11-14 10:51:42.000000,2024-11-14 10:51:42,10276.0,329.0,1395.0,135.0,1288.0,139.0,1008.0,8918.0,A PyTorch-based Speech Toolkit.,248.0,41,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2540.0,2473.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3337558.0,3337558.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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,2024-11-14 14:41:26.000000,2024-11-14 14:41:26,10111.0,97.0,2007.0,225.0,4093.0,310.0,3074.0,8722.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-11-04 09:19:29.000,5.18.0,91.0,pymc3,conda-forge/pymc3,,,,4816.0,4624.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,221325.0,232925.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,613990.0,,,,,1.0,1956.0,,,,,,,,,,,,,,,,,,, +56,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,2024-11-13 21:14:52.000000,2024-11-13 21:14:52,3884.0,73.0,1137.0,137.0,3221.0,326.0,1205.0,2104.0,A library for training and deploying machine learning models on Amazon SageMaker.,461.0,41,True,2024-11-04 17:40:41.000,2.233.0,609.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4914.0,4758.0,https://pypi.org/project/sagemaker,2024-11-04 17:40:41.000,156.0,25650561.0,25673521.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1170966.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +57,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-11-14 11:14:04.000000,2024-11-13 07:49:52,6354.0,93.0,7767.0,442.0,3159.0,186.0,9198.0,44230.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,40,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],3750.0,3642.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,276409.0,289522.0,,,,,,,,1.0,655673.0,,,,,,,,,,,,,,,,,,, +58,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,,8606.0,1059.0,1457.0,117.0,1723.0,34794.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,60321.0,58773.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,2124717.0,2130751.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,331873.0,,,,,1.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,2024-11-13 08:15:19.000000,2024-11-13 08:15:17,7651.0,55.0,3665.0,252.0,3167.0,1054.0,2666.0,21370.0,Graph Neural Network Library for PyTorch.,527.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7272.0,6917.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,403912.0,406025.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,109910.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,2024-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,,4376.0,430.0,1711.0,384.0,1465.0,15671.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,,,,68020.0,66643.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4271600.0,4304017.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1424359.0,,,,,1.0,5031.0,piskvorky/gensim,,,,,,,1.0,,,,,,,,,,, +61,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,2024-11-12 02:58:34.000000,2024-11-12 02:58:30,1081.0,113.0,1649.0,129.0,991.0,190.0,910.0,14254.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,152.0,40,True,2024-11-01 00:16:00.000,1.4.21,76.0,albumentations,conda-forge/albumentations,,,['pytorch'],29433.0,28838.0,https://pypi.org/project/albumentations,2024-11-01 00:16:00.000,595.0,4623570.0,4627520.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,205422.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,2024-10-23 02:26:25.000000,2024-10-23 02:26:14,8287.0,13.0,3366.0,478.0,726.0,53.0,2178.0,13560.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,31761.0,31548.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,167369.0,185019.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,923543.0,,,,,2.0,25519.0,,,,,,,,,,,,,,,,,,, +63,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2024-11-07 23:53:39.000000,2024-11-07 13:36:27,1838.0,25.0,798.0,121.0,667.0,53.0,956.0,9049.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-05 17:30:25.000,0.20.3,103.0,tokenizers,conda-forge/tokenizers,,,,115869.0,114824.0,https://pypi.org/project/tokenizers,2024-11-05 17:30:25.000,1045.0,31252032.0,31294738.0,https://anaconda.org/conda-forge/tokenizers,2024-11-06 05:02:40.946,2220676.0,,,,,1.0,68.0,,,,,,,,,,,,,,,,,,, +64,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,2024-11-07 15:47:30.581000,2024-11-05 12:39:53,1609.0,86.0,965.0,97.0,1596.0,127.0,1525.0,7943.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",300.0,40,True,2024-11-07 01:12:33.000,1.1.1,64.0,accelerate,conda-forge/accelerate,,,['pytorch'],59637.0,58041.0,https://pypi.org/project/accelerate,2024-11-07 01:12:33.000,1596.0,8118705.0,8125197.0,https://anaconda.org/conda-forge/accelerate,2024-11-07 15:47:30.581,240238.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-11-11 12:31:15.000000,2024-11-11 12:31:15,2323.0,39.0,565.0,90.0,886.0,288.0,955.0,3903.0,Manipulation and analysis of geometric objects.,160.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,87695.0,84760.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32619082.0,32828109.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10655301.0,,,,,1.0,3703.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,2024-11-14 13:41:50.000000,2024-11-14 13:41:50,5934.0,71.0,718.0,57.0,5191.0,1572.0,2385.0,1579.0,A distributed task scheduler for Dask.,329.0,40,True,2024-11-13 15:17:14.000,2024.11.2,244.0,distributed,conda-forge/distributed,,,,38138.0,37267.0,https://pypi.org/project/distributed,2024-11-13 15:17:14.000,871.0,4809651.0,5095622.0,https://anaconda.org/conda-forge/distributed,2024-11-13 16:15:51.044,15442443.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-11-13 14:05:01.000000,2024-11-13 14:04:58,1686.0,96.0,2187.0,152.0,249.0,4.0,1127.0,14648.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",71.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4531.0,4487.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,251360.0,251360.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-11-14 06:32:18.000000,2024-11-14 02:30:52,29285.0,389.0,853.0,128.0,6419.0,616.0,1780.0,9483.0,NumPy & SciPy for GPU.,394.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2600.0,2331.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,53879.0,150064.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5005697.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,70123.0,1.0,190298.0,,,,,,,,12.0,,,,,,,,,,, +69,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,2024-11-14 00:00:31.000000,2024-11-13 22:15:18,5011.0,197.0,1374.0,108.0,4349.0,978.0,1605.0,7942.0,A unified framework for machine learning with time series.,411.0,39,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3620.0,3492.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,825736.0,851514.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1031110.0,,,,,1.0,104.0,sktime/sktime,,,,,,,,,,,,,,,,,, +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,2024-11-07 12:50:51.000000,2024-11-07 12:47:01,1908.0,34.0,2224.0,163.0,890.0,84.0,1043.0,6920.0,Python Data. Leaflet.js Maps.,170.0,39,True,2024-10-22 13:40:31.000,0.18.0,33.0,folium,conda-forge/folium,,,,46550.0,45783.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1570893.0,1640830.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3217138.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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,2024-11-14 12:39:29.000000,2024-11-14 12:39:29,2041.0,28.0,928.0,104.0,1711.0,449.0,1268.0,4516.0,Python tools for geographic data.,235.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],46312.0,43473.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7287016.0,7364881.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4125466.0,,,,,1.0,2768.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,2024-11-14 14:43:57.000000,2024-11-14 14:21:25,6583.0,164.0,1545.0,110.0,4544.0,703.0,749.0,4312.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",348.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20522.0,20193.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1790564.0,1791466.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,37909.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,2024-11-12 15:07:05.000000,2024-11-12 15:07:04,18178.0,98.0,1313.0,84.0,8069.0,532.0,4381.0,2723.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,379.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,5014.0,4626.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,166125.0,174319.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,442514.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,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,2024-11-14 07:59:12.000000,2024-11-13 11:45:02,36106.0,416.0,13325.0,944.0,25641.0,1242.0,,24100.0,Apache Flink Python API.,1940.0,38,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,208697.0,208697.0,,,,,,,,2.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,,6787.0,1069.0,11124.0,1805.0,7758.0,20780.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'],7710.0,7584.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,630634.0,631040.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11213.0,,,,,2.0,27693.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +76,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-10-28 05:47:59.000000,2024-03-21 15:05:22,32610.0,,4637.0,356.0,6379.0,126.0,6642.0,18943.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4635.0,4575.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,157085.0,157085.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2853.0,379.0,475.0,2.0,1909.0,14899.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4799.0,4584.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,198525.0,198528.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +78,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-11-08 17:37:20.000000,2024-11-08 11:38:49,6148.0,22.0,2104.0,204.0,1236.0,118.0,2222.0,13938.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,38,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3755.0,3610.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,101028.0,101676.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,33727.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,74.0,3015.0,175.0,5051.0,537.0,2357.0,13547.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,462.0,314.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,261169.0,261169.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-11-11 21:37:13.000000,2024-11-05 09:26:35,2829.0,48.0,969.0,127.0,1966.0,285.0,663.0,9964.0,Geometric Computer Vision Library for Spatial AI.,274.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],12844.0,12557.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,2004523.0,2007871.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,156406.0,,,,,1.0,1535.0,,,,,,,,,,,,,,,,,,, +81,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-11-14 13:23:36.000000,2024-11-14 13:02:09,22298.0,380.0,2159.0,181.0,3390.0,347.0,2086.0,8502.0,End-to-End Speech Processing Toolkit.,460.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,397.0,385.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,31062.0,31063.0,,,,,,,,1.0,82.0,,,,,,,,,,,,,,,,,,, +82,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,2024-11-14 02:29:41.000000,2024-11-13 22:38:41,4862.0,247.0,644.0,86.0,2674.0,299.0,747.0,6129.0,Flax is a neural network library for JAX that is designed for flexibility.,245.0,38,True,2024-10-31 23:10:23.000,0.10.1,49.0,flax,conda-forge/flax,,,['jax'],10632.0,10150.0,https://pypi.org/project/flax,2024-10-31 23:10:23.000,482.0,903942.0,905701.0,https://anaconda.org/conda-forge/flax,2024-11-01 05:52:22.524,77424.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,, +83,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,2024-11-14 11:22:49.000000,2024-11-13 10:41:44,10880.0,53.0,403.0,58.0,3110.0,1109.0,2241.0,2704.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13204.0,12797.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,518504.0,553886.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1860539.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,278.0,,,,,,,,,,,,, +84,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,2024-11-10 03:21:10.000000,2024-11-10 03:20:40,3914.0,41.0,534.0,147.0,1224.0,143.0,1691.0,2273.0,Rasterio reads and writes geospatial raster datasets.,160.0,38,True,2024-10-30 17:28:37.000,1.4.2,165.0,rasterio,conda-forge/rasterio,,,,15251.0,13775.0,https://pypi.org/project/rasterio,2024-10-30 17:07:08.000,1476.0,3535143.0,3617247.0,https://anaconda.org/conda-forge/rasterio,2024-10-30 21:04:37.323,3776455.0,,,,,2.0,974.0,,,,,,,,,,,,,,,,,,, +85,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,2024-11-14 11:05:07.000000,2024-11-14 11:05:07,1612.0,99.0,551.0,59.0,1561.0,152.0,842.0,2110.0,The official Python client for the Huggingface Hub.,208.0,38,True,2024-10-28 14:49:11.000,0.26.2,132.0,huggingface_hub,conda-forge/huggingface_hub,,,,1957.0,,https://pypi.org/project/huggingface_hub,2024-10-28 14:41:54.000,1957.0,47780963.0,47832602.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-29 14:27:12.142,2323770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-11-14 04:41:46.000000,2024-11-14 03:50:18,8620.0,275.0,2781.0,302.0,236.0,23.0,1132.0,28124.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-11-09 02:37:14.000,8.0.0,676.0,netron,,,,"['pytorch', 'tensorflow']",672.0,589.0,https://pypi.org/project/netron,2024-11-09 02:37:14.000,83.0,25208.0,105435.0,,,,,,,,1.0,80227.0,,,,,,,,,,,,,,,,,,, +87,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-11-13 02:49:25.000000,2024-11-13 02:49:25,2341.0,19.0,5381.0,514.0,180.0,1133.0,1379.0,23435.0,State-of-the-art 2D and 3D Face Analysis Project.,61.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],2965.0,2935.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,253840.0,535974.0,,,,,,,,2.0,5360557.0,,,,,,,,,,,,,,,,,,, +88,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,2024-11-12 23:03:58.000000,2024-11-12 23:03:56,8624.0,64.0,2216.0,213.0,4218.0,4.0,1939.0,21136.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,140468.0,173262.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,79174.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1750582.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,, +89,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-08-20 10:05:57.000000,2024-05-27 18:04:07,1101.0,,1558.0,255.0,686.0,482.0,1060.0,12576.0,Video editing with Python.,161.0,37,True,2020-05-07 16:29:35.000,1.0.3,85.0,moviepy,conda-forge/moviepy,,,,49388.0,48445.0,https://pypi.org/project/moviepy,2021-12-15 14:41:26.454,943.0,1475009.0,1478115.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,273353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,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,2024-11-13 02:29:49.000000,2024-11-13 02:28:45,1507.0,30.0,1682.0,152.0,826.0,234.0,577.0,12531.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,37,True,2024-10-29 15:15:14.000,4.12.0,65.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4792.0,4609.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,382944.0,387722.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,472940.0,,,,,2.0,206.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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,2024-11-05 11:17:37.657000,2024-08-18 00:47:35,986.0,6.0,1169.0,127.0,313.0,35.0,718.0,10280.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,,,,84826.0,83094.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21935811.0,21957643.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-05 11:17:37.657,1103900.0,,,,,1.0,45360.0,,,,,,,,,,,,,,,,,,, +92,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,,2486.0,539.0,4121.0,697.0,2087.0,9904.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15803.0,15631.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,84701.0,109328.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2462746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +93,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,2024-11-04 02:53:26.000000,2024-11-03 12:40:00,33357.0,1409.0,1995.0,198.0,5861.0,40.0,3392.0,9511.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,18741.0,18931.0,,,,,,,,1.0,2288.0,,,,,,,,,,,,,,,,,,, +94,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-11-11 18:33:33.000000,2024-11-11 18:33:30,1448.0,24.0,910.0,212.0,248.0,179.0,243.0,7011.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10487.0,10204.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4392589.0,4409452.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,489049.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +95,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,2024-11-14 14:38:06.000000,2024-11-14 14:38:04,12181.0,18.0,1103.0,164.0,468.0,693.0,756.0,4268.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1395723.0,1399098.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,151911.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +96,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-11-06 01:12:46.000000,2024-11-06 01:12:46,4201.0,66.0,1104.0,154.0,1741.0,432.0,900.0,3907.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11664.0,10638.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,382602.0,394163.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,612780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-11-14 10:49:06.000000,2024-11-14 10:49:05,4798.0,167.0,500.0,37.0,3759.0,632.0,1141.0,2723.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,167.0,37,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,,['jupyter'],4188.0,3661.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,358875.0,369789.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,577993.0,,,,,2.0,837.0,,,,,,,,,,,,,,,,,,, +98,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-11-14 14:41:03.000000,2024-11-14 09:51:34,4723.0,304.0,601.0,47.0,5225.0,332.0,1101.0,2351.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",188.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1252.0,1135.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,79423.0,83948.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,162895.0,,,,,1.0,97.0,,,,,,,,,,,,,,,,,,, +99,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,2024-11-13 18:02:27.000000,2024-11-13 18:02:27,4959.0,498.0,1102.0,149.0,1378.0,71.0,707.0,1898.0,Documentation and samples for ArcGIS API for Python.,94.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,886.0,846.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,85821.0,85952.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,12842.0,,,,,,,,,,,,,,,,,,, +100,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-10-23 08:30:07.000000,2024-10-14 02:48:52,1545.0,5.0,295.0,31.0,499.0,102.0,509.0,1499.0,Python library for reading and writing image data.,118.0,37,True,2024-10-14 02:49:03.000,2.36.0,95.0,imageio,conda-forge/imageio,,,,149566.0,147124.0,https://pypi.org/project/imageio,2024-10-14 02:48:59.000,2442.0,20081920.0,20219372.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7146527.0,,,,,2.0,1377.0,,,,,,,,-1.0,,,,,,,,,,, +101,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,2024-11-14 13:45:48.000000,2024-11-14 13:45:48,10470.0,134.0,595.0,70.0,2603.0,298.0,1852.0,1188.0,Machine learning for NeuroImaging in Python.,250.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3853.0,3557.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,62590.0,68861.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,300800.0,,,,,1.0,242.0,,,,,,,,,,,,,,,,,,, +102,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,2024-11-11 07:50:18.000000,2024-11-10 17:12:51,1567.0,17.0,202.0,47.0,616.0,32.0,775.0,1161.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23590.0,23287.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4955675.0,5074060.0,https://anaconda.org/conda-forge/fiona,2024-09-18 13:16:30.929,6156023.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-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,227.0,33343.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,,,,33098.0,32260.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1551383.0,1553188.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,164298.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +104,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-10-31 00:55:20.245000,2024-10-18 16:40:02,2327.0,3.0,6406.0,425.0,1348.0,1290.0,3051.0,30513.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3815.0,3698.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,132220.0,134173.0,https://anaconda.org/conda-forge/fairseq,2024-10-31 00:55:20.245,101385.0,,,,,1.0,362.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,,9464.0,372.0,3161.0,1818.0,6723.0,29595.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3236.0,3154.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,200497.0,200497.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,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,,2430.0,229.0,344.0,304.0,225.0,14416.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,,,,22927.0,22662.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,524706.0,527551.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,184953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-11-05 02:31:16.000000,2024-11-03 19:33:44,18777.0,274.0,5749.0,72.0,11746.0,938.0,15952.0,14015.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,23754.0,23754.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +108,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2024-11-14 10:45:20.000000,2024-11-14 10:45:17,7499.0,567.0,2464.0,206.0,8265.0,168.0,2245.0,12109.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",363.0,36,True,2024-08-15 21:55:14.000,r2.0.0rc1,74.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-08-15 22:05:43.000,13.0,140979.0,144953.0,,,,,,,,1.0,246397.0,,,,,,,,,,,,,,,,,,, +109,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,,2252.0,280.0,3096.0,91.0,2477.0,11757.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'],4392.0,4267.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,155590.0,157814.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,157931.0,,,,,1.0,69.0,,,,,,,,,,,,,,,,,,, +110,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,2024-11-14 14:47:49.000000,2024-11-07 16:18:30,6266.0,12.0,3674.0,247.0,1744.0,1082.0,4547.0,11369.0,Open-source simulator for autonomous driving research.,192.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,855.0,844.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14975.0,14975.0,,,,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +111,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-11-11 22:39:10.000000,2024-08-07 18:02:18,598.0,,1148.0,262.0,199.0,112.0,171.0,9152.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,45118.0,44728.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1333641.0,1336357.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,268908.0,,,,,1.0,123.0,,,,,,,,,,,,,,,,,,, +112,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,2024-11-14 13:58:19.000000,2024-11-13 20:39:36,21706.0,795.0,557.0,62.0,3569.0,492.0,1069.0,8871.0,"Visualize, create, and debug image and video datasets and model predictions.",136.0,36,True,2024-11-08 16:29:11.000,1.0.2,150.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",751.0,729.0,https://pypi.org/project/fiftyone,2024-11-08 11:38:51.000,22.0,119371.0,119371.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-10-13 22:42:35.000000,2024-10-13 22:41:32,698.0,16.0,351.0,68.0,126.0,29.0,151.0,8515.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",30.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,52773.0,50733.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5404262.0,5410201.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,291046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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,2024-11-13 13:50:41.000000,2024-11-13 12:59:59,1099.0,105.0,773.0,290.0,1471.0,338.0,422.0,8240.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",96.0,36,True,2024-11-13 13:50:41.000,2.12.30,154.0,metaflow,conda-forge/metaflow,,,,803.0,756.0,https://pypi.org/project/metaflow,2024-11-13 13:50:41.000,47.0,983745.0,988112.0,https://anaconda.org/conda-forge/metaflow,2024-10-08 15:30:55.152,227093.0,,,,,2.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,2024-11-14 09:05:06.000000,2024-11-14 08:45:26,2384.0,103.0,927.0,97.0,2692.0,359.0,1114.0,8051.0,Fast and Accurate ML in 3 Lines of Code.,126.0,36,True,2024-06-14 20:30:21.000,1.1.1,1666.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",898.0,871.0,https://pypi.org/project/autogluon,2024-11-14 09:05:06.000,27.0,479956.0,481136.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,22122.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,11248.0,1.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-11-14 05:12:53.000000,2024-11-14 05:12:53,3164.0,57.0,1081.0,89.0,3513.0,376.0,2773.0,5867.0,AI Toolkit for Healthcare Imaging.,210.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3206.0,3085.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,179181.0,180120.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,32889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-11-08 16:48:50.000000,2024-11-05 00:18:34,1194.0,25.0,640.0,127.0,946.0,356.0,1108.0,4435.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-09-16 20:50:54.000,8.0,50.0,coremltools,conda-forge/coremltools,,,,4340.0,4259.0,https://pypi.org/project/coremltools,2024-09-16 21:06:12.000,81.0,1151312.0,1152965.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,74308.0,,,,,2.0,11862.0,,,,,,,,,,,,,,,,,,, +118,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,2024-11-14 04:14:32.000000,2024-11-13 18:47:29,8618.0,52.0,711.0,100.0,13364.0,39.0,859.0,3870.0,State of the Art Natural Language Processing.,113.0,36,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],555.0,518.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,3911153.0,3911153.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-10-01 10:35:24.000000,2024-09-30 12:55:05,5344.0,19.0,275.0,78.0,797.0,21.0,128.0,2820.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",64.0,36,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,55985.0,55844.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,11343496.0,11402029.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3160595.0,,,,,2.0,400.0,,,,,,,,,,,,,,,,,,, +120,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,2024-11-05 16:19:59.000000,2024-11-05 09:01:46,1125.0,46.0,463.0,58.0,1322.0,425.0,431.0,2568.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,127.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4012.0,3837.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1112229.0,1113089.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,26673.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,2024-11-14 07:30:30.000000,2024-11-14 00:54:04,3528.0,350.0,308.0,69.0,2291.0,59.0,722.0,2378.0,Adaptive Experimentation Platform.,179.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],891.0,837.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,106751.0,107462.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,29158.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,2024-11-12 23:26:18.000000,2024-11-12 19:44:27,1994.0,110.0,401.0,32.0,1721.0,66.0,817.0,2136.0,"Machine learning metrics for distributed, scalable PyTorch applications.",257.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],32466.0,32464.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4753.0,42652.0,https://anaconda.org/conda-forge/torchmetrics,2024-11-08 20:17:45.782,1661806.0,,,,,2.0,5772.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +123,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,2024-10-08 21:42:17.000000,2024-10-08 21:42:17,1568.0,12.0,404.0,49.0,1519.0,179.0,688.0,1611.0,Exploratory analysis of Bayesian models with Python.,163.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8464.0,8151.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1222507.0,1264051.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2243300.0,,,,,1.0,164.0,,,,,,,,,,,,,,,,,,, +124,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,2024-11-13 17:36:08.000000,2024-11-13 17:36:08,3117.0,55.0,365.0,54.0,1217.0,313.0,984.0,1433.0,Cartopy - a cartographic python library with matplotlib support.,128.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6709.0,5991.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,385772.0,463725.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4209488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-10-31 12:59:59.000000,2024-10-31 12:58:40,1590.0,30.0,213.0,34.0,717.0,32.0,589.0,1064.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,68.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,37417.0,35677.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9313230.0,9485469.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,8956441.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,2024-11-11 19:36:44.000000,2024-11-11 19:36:43,15010.0,127.0,506.0,50.0,2324.0,401.0,968.0,750.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-10-31 14:42:41.000,1.9.0,65.0,nipype,conda-forge/nipype,,,,5367.0,5217.0,https://pypi.org/project/nipype,2024-10-31 14:42:41.000,150.0,206967.0,220901.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,710639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-10-25 15:47:41.000000,2024-10-23 13:35:18,6042.0,134.0,259.0,37.0,853.0,130.0,412.0,654.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,23982.0,22801.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1405513.0,1420509.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,794797.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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,,4717.0,846.0,268.0,555.0,611.0,25943.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,,,,7078.0,6831.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1758169.0,1760337.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,108443.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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,1.0,3151.0,315.0,259.0,436.0,597.0,24495.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,,,,,9562.0,9349.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,572298.0,872048.0,,,,,,,,1.0,15886797.0,,,,,,,,,,,,,,,,,,, +130,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,16.0,4522.0,453.0,466.0,421.0,1733.0,18499.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,200552.0,230519.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1287308.0,,,,,1.0,2845.0,,,,,,,,,,,,,,,,,,, +131,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,2024-11-14 12:00:31.000000,2024-11-14 12:00:28,3728.0,128.0,1909.0,143.0,4071.0,106.0,3474.0,17679.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",268.0,35,True,2024-11-11 15:15:42.000,1.26.4,100.0,haystack,,,,,627.0,622.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6437.0,6437.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-11-10 11:59:42.000000,2024-11-10 10:09:10,3904.0,47.0,1015.0,134.0,181.0,113.0,1088.0,14120.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",101.0,35,True,2024-11-10 12:00:14.000,16.6.1,246.0,ocrmypdf,conda-forge/ocrmypdf,,,,1087.0,1051.0,https://pypi.org/project/ocrmypdf,2024-11-10 11:59:42.000,36.0,149553.0,151757.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,82389.0,,,,,1.0,5620.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +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,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1154.0,317.0,268.0,56.0,343.0,13250.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,,,,4627.0,4426.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1098995.0,1110199.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,560236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-08-15 14:02:46.000000,2024-04-12 16:27:53,4816.0,,5212.0,382.0,721.0,660.0,1368.0,13089.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,35,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1655.0,1462.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,507488.0,548350.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,275385.0,,,,,2.0,4030200.0,,,,,,,,,,,,,,,,,,, +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,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,7.0,1356.0,145.0,250.0,221.0,146.0,8574.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4513.0,4400.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,660631.0,662995.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,127672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-10-17 16:32:55.000000,2024-08-01 18:55:53,10421.0,,1924.0,352.0,3429.0,131.0,1140.0,8486.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,98890.0,103825.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,241861.0,,,,,2.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,2024-11-14 14:01:53.000000,2024-11-14 12:39:09,39799.0,489.0,904.0,154.0,10775.0,1045.0,5567.0,8436.0,cuDF - GPU DataFrame Library.,297.0,35,True,2024-10-29 18:24:22.000,24.10.01,57.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3561.0,3561.0,,,,,,,,2.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,2024-11-09 03:56:18.000000,2024-11-09 03:56:18,579.0,35.0,2394.0,277.0,179.0,331.0,326.0,8435.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,35,True,2024-10-20 09:28:59.000,3.11.0,60.0,SpeechRecognition,conda-forge/speechrecognition,,,,602.0,21.0,https://pypi.org/project/SpeechRecognition,2024-10-20 09:22:41.000,581.0,1198347.0,1202451.0,https://anaconda.org/conda-forge/speechrecognition,2024-11-07 20:15:34.486,209317.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,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,2024-11-04 16:22:46.000000,2024-11-04 16:22:45,1857.0,47.0,806.0,127.0,289.0,477.0,338.0,7453.0,Uniform Manifold Approximation and Projection.,137.0,35,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,2117275.0,2168121.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2694848.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,2024-11-14 06:25:36.000000,2024-11-14 02:45:00,3359.0,153.0,791.0,77.0,3736.0,168.0,922.0,7151.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",212.0,35,True,2024-11-14 06:25:36.000,1.3.12,167.0,bentoml,,,,,2214.0,2183.0,https://pypi.org/project/bentoml,2024-11-14 06:25:36.000,31.0,130618.0,130637.0,,,,,,,,2.0,988.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,2024-11-14 00:36:52.000000,2024-11-13 15:11:46,32553.0,57.0,1997.0,387.0,6896.0,2842.0,6681.0,6921.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,262474.0,262474.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-11-12 21:41:40.000000,2024-11-12 18:28:25,10553.0,33.0,1684.0,143.0,2467.0,649.0,1240.0,5514.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",250.0,35,True,2024-04-03 16:21:23.000,2.8.0,941.0,deepchem,conda-forge/deepchem,,,['tensorflow'],469.0,456.0,https://pypi.org/project/deepchem,2024-11-12 21:41:40.000,13.0,88462.0,90557.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111084.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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,2024-11-13 16:49:16.000000,2024-11-13 16:49:16,30522.0,282.0,1593.0,184.0,2202.0,19.0,1612.0,5112.0,"mlpack: a fast, header-only C++ machine learning library.",324.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,11847.0,16870.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,266253.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,2024-10-30 07:38:29.000000,2024-10-22 15:01:37,12408.0,48.0,1159.0,98.0,1394.0,141.0,759.0,4870.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,35,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,630.0,610.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,96466.0,97484.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,52966.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,2024-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,850.0,91.0,218.0,136.0,687.0,4549.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,475316.0,464960.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14919187.0,14919187.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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,2024-11-14 00:18:33.000000,2024-11-07 14:03:40,1736.0,20.0,617.0,59.0,1886.0,158.0,1266.0,4525.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,690.0,35,True,2024-08-13 12:47:02.000,0.5.1,1799.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3450.0,3350.0,https://pypi.org/project/pytorch-ignite,2024-11-14 00:18:33.000,100.0,206330.0,208987.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,204623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-11-14 14:34:11.000000,2024-11-12 11:51:14,2426.0,39.0,217.0,64.0,145.0,80.0,605.0,4034.0,A Grammar of Graphics for Python.,111.0,35,True,2024-11-05 15:43:45.000,0.14.1,29.0,plotnine,conda-forge/plotnine,,,,9670.0,9350.0,https://pypi.org/project/plotnine,2024-11-05 12:07:42.000,320.0,2856730.0,2864594.0,https://anaconda.org/conda-forge/plotnine,2024-11-05 14:35:56.408,416841.0,,,,,2.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,2024-11-14 11:34:51.000000,2024-10-23 20:30:53,2319.0,7.0,652.0,72.0,2911.0,262.0,726.0,2538.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,6174771.0,6174771.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +149,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,,211.0,32.0,47.0,13.0,169.0,1645.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,,,,78801.0,76182.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15509712.0,15510261.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/intel/scikit-learn-intelex,https://github.com/intel/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2024-11-14 12:48:30.000000,2024-11-14 12:48:30,1916.0,132.0,174.0,29.0,1880.0,82.0,194.0,1226.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-11-04 13:36:49.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12503.0,12448.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,149193.0,157784.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,369446.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +151,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,,13479.0,1566.0,233.0,793.0,589.0,53432.0,The worlds simplest facial recognition api for Python and the command line.,54.0,34,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3612.0,3496.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,141220.0,141832.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,29859.0,,,,,2.0,1392.0,,,,,,,,,,,,,,,,,,, +152,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,,4277.0,293.0,749.0,92.0,1039.0,35392.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1944.0,1891.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,130526.0,214417.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,18899.0,,,,,2.0,3668789.0,,,,,,,,,,,,,,,,,,, +153,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-11-07 17:13:27.000000,2024-11-07 17:05:23,1534.0,6.0,7468.0,391.0,689.0,531.0,3075.0,30527.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2112.0,2099.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9039.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,470051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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,,3963.0,669.0,1678.0,152.0,1988.0,25349.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,34,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],490.0,466.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,40722.0,57089.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3282.0,,,,,2.0,1205093.0,,,,,,,,-1.0,,,,,,,,,,, +155,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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2241.0,335.0,1603.0,408.0,1860.0,14255.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1289.0,1256.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,102381.0,102381.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +156,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4439.0,545.0,717.0,412.0,1283.0,14091.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6006.0,5988.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,43510.0,43510.0,,,,,,,,2.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,2024-11-11 11:56:21.895000,2024-11-10 14:19:33,580.0,4.0,2317.0,217.0,255.0,128.0,418.0,10171.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,1662505.0,1673311.0,https://anaconda.org/conda-forge/wordcloud,2024-11-11 11:56:21.895,561946.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +158,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-10-24 13:13:57.000000,2024-10-07 17:40:57,2659.0,23.0,688.0,102.0,496.0,609.0,1263.0,9546.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1754.0,1341.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,110524.0,111629.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,47480.0,,,,,2.0,68.0,,,,,,,,,datasette,,,,,,,,,, +159,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-11-08 01:25:52.000000,2024-08-30 03:34:11,5357.0,1.0,1750.0,136.0,1025.0,375.0,1948.0,8952.0,"An open-source, low-code machine learning library in Python.",141.0,34,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6654.0,6623.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,333229.0,334378.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,57967.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +160,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1045.0,133.0,234.0,369.0,274.0,8941.0,Manipulate audio with a simple and easy high level interface.,95.0,34,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,74444.0,73075.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6470890.0,6472657.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,125502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-11-14 11:14:03.000000,2024-11-14 11:14:02,2944.0,20.0,1681.0,92.0,1697.0,236.0,2124.0,8686.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1319.0,1312.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1451.0,1451.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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,2024-11-02 21:06:21.000000,2024-11-02 21:06:21,2496.0,11.0,987.0,200.0,2328.0,261.0,847.0,8552.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,321516.0,326141.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,203531.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-09-03 22:18:55.000000,2023-11-12 14:28:03,528.0,,862.0,84.0,276.0,83.0,376.0,7870.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,,,,50891.0,50266.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3802045.0,3825706.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1230114.0,,,,,2.0,447.0,,,,,,,,,,,,,,,,,,, +164,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-11-14 09:20:29.000000,2024-11-14 09:20:29,3665.0,369.0,1264.0,251.0,9776.0,1003.0,1615.0,6709.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",110.0,34,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,117240.0,117247.0,,,,,,,,2.0,643.0,intel-analytics/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,,, +165,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-11-02 22:14:09.000000,2024-11-02 22:06:30,1251.0,20.0,658.0,62.0,143.0,71.0,448.0,6011.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,34,True,2024-11-02 22:08:19.000,2.7.0,213.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2090.0,2036.0,https://pypi.org/project/pytorch-metric-learning,2024-11-02 21:59:14.000,54.0,884438.0,884647.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12144.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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,282.0,6588.0,12.0,2032.0,5891.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3389.0,3331.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,149914.0,150268.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +167,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-11-13 19:15:37.000000,2024-11-13 19:05:55,1206.0,95.0,492.0,270.0,891.0,230.0,339.0,4927.0,Model interpretability and understanding for PyTorch.,123.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2662.0,2536.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,239419.0,241894.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,86652.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,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,2024-11-11 21:45:50.000000,2024-11-11 21:45:50,1655.0,9.0,867.0,115.0,537.0,147.0,345.0,4908.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,110.0,34,True,2024-11-05 14:15:35.000,0.23.2,53.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16172.0,15986.0,https://pypi.org/project/mlxtend,2024-11-05 14:15:35.000,186.0,691427.0,697757.0,https://anaconda.org/conda-forge/mlxtend,2024-11-05 19:19:36.709,329169.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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,2024-10-23 20:13:30.000000,2024-10-23 19:37:04,3880.0,33.0,860.0,57.0,1713.0,421.0,1270.0,4242.0,"Serve, optimize and scale PyTorch models in production.",216.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],776.0,754.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,56759.0,85563.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,351091.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,29.0,1359874.0,2.0,7041.0,,,,,,,,,,,,,,,,,,, +170,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,2024-11-11 22:31:07.000000,2024-11-11 22:28:39,1337.0,34.0,282.0,42.0,486.0,102.0,240.0,3982.0,Lightning fast forecasting with statistical and econometric models.,47.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,1280.0,1223.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,908178.0,911479.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,105646.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,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,2024-11-14 14:46:07.000000,2024-11-11 11:46:43,3535.0,223.0,374.0,31.0,3352.0,125.0,2037.0,3972.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,104.0,34,True,2024-11-11 11:37:46.000,2.4.1,100.0,rubrix,conda-forge/rubrix,,,,2787.0,2787.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2762.0,3851.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,38148.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +172,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,2024-11-09 15:17:22.000000,2024-11-09 15:17:22,7402.0,7.0,618.0,115.0,1190.0,365.0,1115.0,3326.0,High-performance interactive 2D/3D data visualization library.,199.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1918.0,1742.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,362196.0,374965.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,637989.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,10.0,,,,,,,,,,,,, +173,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,2024-11-12 13:01:29.000000,2024-11-12 13:01:28,1531.0,12.0,365.0,90.0,776.0,140.0,450.0,3321.0,Quickly and accurately render even the largest data.,56.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5234.0,5038.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,148358.0,170902.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1217380.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-11-14 10:56:03.000000,2024-11-13 20:01:38,2051.0,105.0,402.0,52.0,1799.0,78.0,475.0,3102.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1300.0,1216.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,179031.0,181571.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,129589.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +175,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,2024-10-27 17:09:19.000000,2024-10-27 17:09:19,1049.0,18.0,499.0,56.0,147.0,360.0,171.0,2805.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-10-12 02:04:35.000,0.8.39,56.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],4617.0,4278.0,https://pypi.org/project/hdbscan,2024-10-12 02:04:35.000,339.0,699751.0,744935.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2214041.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-11-14 10:35:03.000000,2024-11-14 10:35:02,3026.0,47.0,716.0,75.0,926.0,304.0,642.0,2744.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",132.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1295.0,1242.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,132021.0,132031.0,,,,,,,,1.0,548.0,,,,,,,,,,,,,,,,,,, +177,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,11.0,559.0,70.0,487.0,267.0,713.0,2372.0,Survival analysis in Python.,120.0,34,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3230.0,3069.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2346483.0,2353519.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,379981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-11-12 16:01:04.000000,2024-11-12 12:12:24,5347.0,105.0,554.0,20.0,1454.0,1142.0,704.0,2286.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-11 13:33:32.000,8.25.3,371.0,snakemake,bioconda/snakemake,,,,2389.0,2149.0,https://pypi.org/project/snakemake,2024-11-11 13:33:32.000,240.0,107263.0,118446.0,https://anaconda.org/bioconda/snakemake,2024-11-11 15:59:18.831,1219003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,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,2024-11-08 18:26:01.000000,2024-11-05 02:20:22,5932.0,225.0,708.0,88.0,6027.0,264.0,862.0,2114.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1618.0,1601.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,39510.0,39510.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,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,2024-11-13 12:00:45.000000,2024-11-13 12:00:45,3763.0,43.0,193.0,50.0,1394.0,134.0,736.0,2003.0,Ahead of Time compiler for numeric kernels.,73.0,34,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,2817.0,2796.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,353429.0,368585.0,https://anaconda.org/conda-forge/pythran,2024-10-31 22:27:04.770,757833.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +181,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1410.0,The ctypes-based simple ImageMagick binding for Python.,106.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20167.0,19910.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,944879.0,946923.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,84092.0,,,,,2.0,51181.0,,,,,,,,,,,,,,,,,,, +182,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,2024-11-06 10:34:55.000000,2024-11-06 10:32:14,2925.0,42.0,249.0,35.0,232.0,48.0,512.0,1311.0,Python interface for igraph.,75.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4610.0,4204.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,562916.0,581277.0,https://anaconda.org/conda-forge/igraph,2024-06-28 12:12:37.634,633092.0,,,,,1.0,565121.0,,,,,,,,,,,,,,,,,,, +183,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,2024-11-13 17:56:44.000000,2024-11-13 17:55:43,892.0,7.0,344.0,42.0,1064.0,192.0,172.0,1233.0,Making text a first-class citizen in TensorFlow.,139.0,34,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7793.0,7575.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,7775035.0,7775035.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,133.0,4.0,644.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4094.0,4045.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,11721418.0,11727372.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,250092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-11-12 17:27:03.146000,2024-11-12 13:55:45,569.0,11.0,104.0,34.0,66.0,72.0,84.0,953.0,Describing statistical models in Python using symbolic formulas.,21.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,109437.0,108904.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14826219.0,15161917.0,https://anaconda.org/conda-forge/patsy,2024-11-12 17:27:03.146,12756524.0,,,,,1.0,,,,,,,,,4.0,,,,,,,,,,, +186,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,2024-11-14 10:10:37.000000,2024-11-14 10:10:37,3755.0,133.0,4342.0,385.0,4226.0,441.0,1267.0,38792.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,438.0,438.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-11-14 14:18:39.000000,2024-11-14 14:17:18,6802.0,1177.0,2928.0,272.0,6811.0,131.0,660.0,26837.0,You like pytorch? You like micrograd? You love tinygrad!.,354.0,33,True,2024-08-13 23:19:48.000,0.9.2,8.0,,,,,['pytorch'],131.0,131.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +188,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,2024-11-14 13:28:08.000000,2024-11-14 13:28:06,18829.0,253.0,4879.0,398.0,5590.0,188.0,3965.0,26780.0,Platform for building AI that can learn and answer questions over federated data.,861.0,33,False,2024-11-12 14:50:08.000,24.11.2.0,499.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-11-12 14:50:50.000,,16443.0,16443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +189,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-11-14 14:57:16.000000,2024-11-12 15:29:02,3525.0,367.0,1390.0,126.0,3874.0,307.0,1017.0,20579.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",125.0,33,True,2024-11-12 17:15:26.000,1.12.3,87.0,,,,,,115.0,115.0,,,,,5912.0,,,,,,,,2.0,254222.0,,,,,,,,,,,,,,,,,,, +190,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,2024-11-14 10:00:28.000000,2024-11-12 13:59:03,9019.0,33.0,3078.0,275.0,1298.0,162.0,707.0,19266.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,133.0,129.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,29536.0,29544.0,,,,,,,,1.0,605.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +191,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,,3497.0,467.0,671.0,590.0,672.0,15537.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'],1532.0,1518.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8777.0,8777.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1807.0,261.0,117.0,120.0,535.0,11612.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,,,,6887.0,6684.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,501800.0,504278.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,235463.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +193,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,2024-10-28 23:22:54.000000,2024-10-17 22:52:09,3861.0,5.0,1192.0,194.0,2868.0,44.0,1037.0,11184.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],287.0,281.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2747.0,2747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +194,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-06 19:43:37.000000,2024-11-06 19:40:42,1188.0,17.0,1278.0,148.0,181.0,265.0,1355.0,8802.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,150.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1039.0,1025.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6056.0,10461.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,264328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,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,2024-11-14 01:40:53.000000,2024-11-14 01:40:53,6170.0,126.0,1176.0,122.0,1750.0,113.0,716.0,8492.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-11-07 16:31:11.000,3.1.4,135.0,perspective-python,conda-forge/perspective,,,['jupyter'],183.0,151.0,https://pypi.org/project/perspective-python,2024-11-07 16:25:48.000,26.0,16285.0,45245.0,https://anaconda.org/conda-forge/perspective,2024-09-21 14:46:30.468,1304924.0,,,,,2.0,6033.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-11-07 16:30:05.672,6.0,3962.0,,,,,,,,,,,,, +196,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,2024-10-21 14:28:23.000000,2024-10-21 14:24:34,386.0,13.0,1540.0,131.0,165.0,9.0,356.0,7912.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-10-21 14:26:57.000,2.0.0,17.0,bayesian-optimization,,,,,3213.0,3063.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,431189.0,431190.0,,,,,,,,1.0,163.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +197,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-11-13 17:28:21.000000,2024-09-12 23:27:08,4682.0,34.0,893.0,142.0,499.0,98.0,804.0,7291.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3388.0,3213.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,249752.0,249897.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,528.0,7256.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18221.0,17768.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2298243.0,2309046.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,799486.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +199,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,2024-10-06 21:08:11.000000,2024-10-06 21:08:11,869.0,4.0,1281.0,141.0,505.0,47.0,567.0,6844.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,17350418.0,17362350.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,632424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-11-14 07:34:10.000000,2024-11-14 07:05:47,3477.0,171.0,728.0,145.0,129.0,108.0,346.0,6292.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-10-24 09:52:24.000,0.6.5,53.0,interpret,,,,['jupyter'],834.0,785.0,https://pypi.org/project/interpret,2024-10-24 09:52:24.000,49.0,116368.0,116368.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,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,2024-11-13 16:22:43.000000,2024-11-13 16:22:43,2338.0,4.0,1123.0,191.0,238.0,279.0,285.0,5849.0,Distributed Evolutionary Algorithms in Python.,88.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5692.0,5440.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,327855.0,337172.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,456557.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-11-11 06:54:04.000000,2024-11-11 06:53:58,2440.0,30.0,653.0,95.0,274.0,498.0,569.0,5680.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-10-27 20:17:04.000,1.16.5,173.0,clearml,,allegroai/trains,,,1422.0,1378.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,320210.0,320720.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30296.0,2.0,2924.0,,,,,,,,,,,,,,,,,,, +203,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,2024-11-13 20:10:53.000000,2024-11-11 10:47:29,2219.0,12.0,320.0,46.0,2194.0,391.0,664.0,5217.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-11-06 12:12:10.000,3.25.1,1154.0,aim,conda-forge/aim,,,,772.0,733.0,https://pypi.org/project/aim,2024-11-13 20:10:53.000,39.0,895848.0,897971.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,84924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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,2024-11-14 13:58:26.000000,2024-11-14 13:55:14,3916.0,20.0,550.0,83.0,608.0,126.0,496.0,5085.0,Online machine learning in Python.,122.0,33,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,644.0,588.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,574405.0,576408.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,86147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,37.0,122.0,75.0,75.0,8.0,136.0,3813.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,24794.0,24223.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5524657.0,5531312.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,306160.0,,,,,2.0,22.0,,,,,,,,,,,,,,,,,,, +206,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-11-14 11:34:55.000000,2024-08-14 20:32:21,1311.0,,813.0,309.0,1470.0,331.0,519.0,3514.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,1309916.0,1309916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,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,,544.0,63.0,546.0,318.0,393.0,2744.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,,,,7223.0,6855.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,929294.0,944025.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,751321.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-10-29 06:31:50.000000,2024-10-29 04:37:58,567.0,5.0,160.0,42.0,81.0,9.0,131.0,2067.0,a python library for doing approximate and phonetic matching of strings.,33.0,33,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,11557.0,11288.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,5761275.0,5781725.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1083872.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-11-12 14:54:17.000000,2024-11-12 14:26:01,1981.0,22.0,289.0,45.0,287.0,60.0,214.0,1565.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,905.0,806.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,155195.0,162736.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,369532.0,,,,,2.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,2024-11-14 03:37:54.000000,2024-11-09 01:21:35,11605.0,57.0,246.0,55.0,12329.0,252.0,2218.0,983.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'],181.0,147.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,86905.0,86905.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,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,2024-11-13 02:02:48.000000,2024-11-10 17:43:54,332.0,17.0,3028.0,155.0,55.0,134.0,142.0,20564.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-10-31 13:49:07.000,1.8.7,210.0,vit-pytorch,,,,['pytorch'],566.0,551.0,https://pypi.org/project/vit-pytorch,2024-10-31 13:49:07.000,15.0,32916.0,32916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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,1017.0,1869.0,363.0,658.0,17708.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,,,,1025.0,1015.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2959.0,3139.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9029.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,,1138.0,339.0,1683.0,523.0,1294.0,11202.0,Turi Create simplifies the development of custom machine learning models.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,383.0,378.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16686.0,16815.0,,,,,,,,3.0,10778.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,283.0,3401.0,51.0,1494.0,10492.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],262.0,257.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3405.0,3405.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-10-08 01:00:43.000000,2024-10-08 01:00:39,3284.0,4.0,959.0,136.0,667.0,54.0,1162.0,7165.0,Python library for audio and music analysis.,123.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2910804.0,2926765.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,829972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,179.0,1152.0,27.0,1429.0,6770.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],322.0,299.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,12113.0,12113.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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-10-25 16:06:33.000000,2024-08-12 17:08:04,2710.0,,1140.0,211.0,1051.0,25.0,615.0,6726.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],421.0,417.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,13176.0,13176.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +218,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1813.0,196.0,206.0,13.0,1343.0,6303.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'],1662.0,1644.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14648.0,14966.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11708.0,,,,,3.0,185.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,2024-11-12 20:53:07.000000,2024-11-12 20:53:05,209.0,18.0,1092.0,200.0,152.0,146.0,340.0,6267.0,Official Kaggle API.,48.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,233953.0,237774.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,191056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-10-28 21:11:50.000000,2024-10-15 22:29:26,624.0,5.0,720.0,110.0,195.0,16.0,350.0,5856.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,2369446.0,2381621.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,633145.0,,,,,2.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-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,645.0,89.0,272.0,42.0,253.0,4489.0,Geocoding library for Python.,133.0,32,True,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,5625330.0,5653630.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1499935.0,,,,,2.0,96.0,,,,,,,,,,,,,,,,,,, +222,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-10-22 09:21:38.000000,2024-10-22 09:21:38,1351.0,7.0,380.0,70.0,375.0,102.0,460.0,4252.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,3321.0,3261.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,126668.0,126861.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,6979.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-11-04 17:20:56.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1942.0,537.0,390.0,1078.0,4099.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-08-05 21:53:53.000,1.57.0,105.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-10-16 17:44:34.000,31.0,354250.0,354258.0,,,,,,,,2.0,656.0,,,,,,,,,,,,,,,,,,, +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,2024-11-13 08:46:22.000000,2024-11-13 08:46:12,1917.0,126.0,632.0,43.0,915.0,479.0,310.0,3994.0,Time series forecasting with PyTorch.,56.0,32,True,2024-09-09 09:36:07.000,1.1.1,36.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,467.0,445.0,https://pypi.org/project/pytorch-forecasting,2024-09-09 09:36:07.000,22.0,53075.0,54411.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,66819.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,2024-11-12 16:33:46.000000,2024-11-12 16:22:00,1116.0,16.0,352.0,58.0,1381.0,121.0,184.0,3959.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-09-25 16:43:58.000,1.0.5,50.0,nevergrad,conda-forge/nevergrad,,,,835.0,777.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,152896.0,153924.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,55565.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,2024-11-03 16:06:54.000000,2024-11-03 16:06:44,1359.0,6.0,317.0,61.0,245.0,66.0,450.0,3664.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,,,,963.0,933.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,233834.0,253374.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1035645.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,2024-11-01 20:17:04.000000,2024-09-27 22:14:33,3900.0,17.0,553.0,58.0,916.0,366.0,981.0,3578.0,A highly efficient implementation of Gaussian Processes in PyTorch.,135.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2626.0,2457.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,242269.0,245658.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,183047.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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1664.0,154.0,210.0,13.0,693.0,3482.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,1792260.0,1794377.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,108014.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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,21.0,450.0,93.0,126.0,92.0,348.0,3414.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1300.0,1237.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,398802.0,402012.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,157296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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,,621.0,78.0,79.0,73.0,162.0,3361.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,,,,7573.0,7453.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,4480284.0,4483220.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,261351.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,2024-11-12 17:03:42.000000,2024-11-12 10:50:35,1290.0,47.0,281.0,29.0,1153.0,72.0,511.0,3163.0,A python library for self-supervised learning on images.,59.0,32,True,2024-11-07 08:33:15.000,1.5.14,128.0,lightly,,,,['pytorch'],355.0,338.0,https://pypi.org/project/lightly,2024-11-07 08:36:11.000,17.0,43774.0,43774.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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,2024-11-08 15:05:04.000000,2024-10-29 18:04:24,993.0,10.0,233.0,37.0,553.0,74.0,175.0,2905.0,JAX-based neural network library.,83.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2322.0,2147.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,263282.0,263821.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,24291.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,151.0,46.0,248.0,2410.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2584.0,2300.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1543225.0,1551043.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,289283.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-11-13 14:08:49.000000,2024-11-08 21:00:45,1817.0,252.0,205.0,49.0,288.0,174.0,163.0,2168.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,32,True,2024-10-20 17:58:26.000,0.34.17,194.0,graphistry,,,,['jupyter'],128.0,122.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,12622.0,12622.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,9.0,254.0,48.0,350.0,210.0,141.0,2034.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,14478.0,14075.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2347892.0,2347892.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,194.0,1851.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3380.0,3223.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,92143.0,106407.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,627620.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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,,610.0,57.0,1884.0,90.0,899.0,1694.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,1134332.0,1134332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,52.0,187.0,27.0,732.0,114.0,461.0,1682.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,32,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,269.0,250.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,12830.0,12834.0,,,,,,,,2.0,218.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-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,218.0,1627.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12277.0,12065.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,894971.0,896620.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,153402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +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,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,3.0,234.0,36.0,256.0,63.0,274.0,1593.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,,,,9921.0,9768.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2530828.0,2555397.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1203921.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,2024-11-14 12:36:36.000000,2024-11-14 12:22:10,4435.0,168.0,51.0,169.0,591.0,154.0,478.0,1571.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,150.0,137.0,https://pypi.org/project/lets-plot,2024-10-25 15:59:51.000,13.0,61811.0,61832.0,,,,,,,,2.0,1303.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,2024-10-21 08:31:36.000000,2024-10-21 08:31:36,1194.0,1.0,363.0,67.0,616.0,298.0,360.0,1490.0,A Jupyter - Leaflet.js bridge.,90.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],12582.0,12298.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,202483.0,233423.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1298700.0,,,,,2.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6890.0,,,,,,,,,,,,, +243,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-11-06 08:59:15.000000,2024-11-05 17:47:01,1157.0,24.0,248.0,50.0,546.0,33.0,186.0,1340.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2218.0,2105.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,561614.0,569721.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,429685.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +244,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,2024-11-07 14:47:16.000000,2024-11-07 14:47:13,730.0,27.0,109.0,26.0,589.0,360.0,458.0,1134.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",50.0,32,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6281.0,6077.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,212126.0,224781.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,670762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,2024-11-13 10:09:18.000000,2024-11-13 10:09:18,14232.0,277.0,295.0,34.0,1897.0,499.0,676.0,1071.0,Python package for earth-observing satellite data processing.,170.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,181.0,150.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,14356.0,18731.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,231882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,11.0,234.0,18.0,301.0,53.0,285.0,883.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,32,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1439.0,1312.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,491035.0,494906.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,189723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-11-08 14:03:21.000000,2024-11-08 14:03:21,14699.0,322.0,434.0,54.0,2251.0,191.0,813.0,716.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1401.0,1278.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,38203.0,48707.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,525235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-01 03:00:13.000000,2024-10-14 20:03:04,17285.0,26.0,111.0,28.0,3618.0,534.0,3414.0,542.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-08-08 02:59:23.000,1.1.3,119.0,datalad,conda-forge/datalad,,,,530.0,432.0,https://pypi.org/project/datalad,2024-08-08 02:59:23.000,98.0,67047.0,79490.0,https://anaconda.org/conda-forge/datalad,2024-08-08 08:36:45.951,659525.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2831.0,386.0,125.0,239.0,561.0,25921.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],833.0,821.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,23991.0,83507.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,96389.0,,,,,2.0,3532570.0,,,,,,,,,,,,,,,,,,, +250,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-08-01 02:26:10.000000,2024-08-01 02:26:04,1422.0,,3735.0,753.0,1140.0,413.0,589.0,19174.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'],546.0,541.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7348.0,7348.0,,,,,,,,2.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,,1807.0,284.0,3507.0,417.0,1684.0,14052.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,17696.0,17696.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,182.0,1006.0,574.0,727.0,12731.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'],1778.0,1771.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5054.0,5065.0,,,,,,,,2.0,806.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,2024-11-04 14:40:19.000000,2024-11-04 14:40:19,2967.0,10.0,2396.0,204.0,476.0,246.0,479.0,10090.0,FinRL: Financial Reinforcement Learning.,118.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,52.0,52.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2020.0,2020.0,,,,,,,,1.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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1291.0,423.0,90.0,32.0,161.0,9775.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1374.0,1355.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,20154.0,20748.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,35663.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +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,2024-10-23 14:54:18.000000,2024-10-23 14:54:18,1743.0,18.0,738.0,90.0,803.0,112.0,271.0,9754.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",52.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,418.0,400.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,27350.0,28097.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,32136.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,288.0,434.0,295.0,639.0,9736.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3109.0,3071.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,46313.0,51515.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,275709.0,,,,,2.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,,2409.0,456.0,261.0,579.0,364.0,9618.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'],5054.0,5040.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4024.0,4024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +258,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,258.0,148.0,107.0,104.0,9231.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,7311669.0,7317342.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,567376.0,,,,,2.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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,143.0,759.0,9152.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],774.0,761.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,30502.0,30727.0,,,,,,,,2.0,18965.0,,,,,,,,,,,,,,,,,,, +260,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,2024-11-11 19:48:52.000000,2024-11-11 19:48:50,561.0,1.0,1212.0,171.0,438.0,69.0,474.0,8434.0,Automatic extraction of relevant features from time series:.,97.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,219033.0,244969.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1400559.0,,,,,2.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,2024-11-04 08:44:59.011000,2024-11-01 07:23:05,1189.0,10.0,1387.0,100.0,661.0,729.0,527.0,8406.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,129.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2819.0,2819.0,,,,,7172.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,351433.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,2024-11-02 07:00:38.000000,2023-04-18 11:08:13,2759.0,,1280.0,215.0,722.0,198.0,829.0,7632.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'],654.0,620.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,21237.0,21857.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,26701.0,,,,,2.0,66.0,,,,,,,,,,,,,,,,,,, +263,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-11-13 19:04:00.000000,2024-11-13 18:39:43,1380.0,1.0,874.0,158.0,1733.0,150.0,865.0,7269.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1889.0,1815.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,91893.0,95953.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,215196.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,303.0,296.0,161.0,267.0,5703.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,,,,1107.0,1093.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,8172.0,8346.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,2024-10-25 14:41:09.574000,2024-10-25 12:37:32,819.0,14.0,403.0,75.0,299.0,61.0,529.0,4773.0,Visualizer for pandas data structures.,30.0,31,True,2024-10-25 13:12:13.000,3.15.1,188.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1307.0,1259.0,https://pypi.org/project/dtale,2024-10-25 13:08:15.000,48.0,106137.0,112631.0,https://anaconda.org/conda-forge/dtale,2024-10-25 14:41:09.574,350711.0,,,,,3.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-08-11 18:38:37.000000,2024-06-17 19:23:44,491.0,,623.0,65.0,227.0,223.0,164.0,4377.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,,,,7306.0,7172.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,941216.0,946595.0,https://anaconda.org/conda-forge/hnswlib,2023-09-27 14:20:16.958,252839.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,2024-11-14 03:52:39.000000,2024-11-14 01:17:10,15568.0,57.0,529.0,76.0,3650.0,914.0,1616.0,4236.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3389.0,3389.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,184.0,737.0,277.0,669.0,3425.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,283.0,265.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,298627.0,298806.0,,,,,,,,3.0,17452.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,2024-11-13 21:14:54.000000,2024-05-03 16:54:19,704.0,,277.0,48.0,828.0,102.0,285.0,3193.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],6865.0,6712.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,394271.0,403457.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,330700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,329.0,65.0,77.0,20.0,123.0,3175.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15042.0,14800.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1418043.0,1422264.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,405271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,2024-11-12 22:22:56.000000,2024-11-11 16:29:53,1205.0,31.0,355.0,37.0,545.0,114.0,447.0,3092.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-09-20 17:38:31.000,1.7.5,26.0,neuralforecast,conda-forge/neuralforecast,,,,264.0,247.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,55678.0,56457.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,24942.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,5.0,739.0,122.0,130.0,71.0,375.0,3069.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'],2971.0,2879.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,435407.0,441355.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,297442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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,2024-11-14 07:59:27.000000,2024-11-13 23:19:53,8366.0,269.0,355.0,85.0,9806.0,100.0,349.0,3039.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,True,2024-11-09 01:24:29.000,0.35.1,598.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-11-09 01:26:59.000,4.0,47844.0,48099.0,,,,,,,,3.0,11491.0,,,,,,,,,,,,,,,,,,, +274,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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,392.0,63.0,497.0,218.0,273.0,2860.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'],4733.0,4618.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,493432.0,494524.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,42589.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,2024-10-28 15:50:38.000000,2024-10-28 15:50:38,1692.0,61.0,333.0,38.0,365.0,38.0,184.0,2739.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-10-25 10:11:38.000,2.7.4,47.0,shapash,,,,['jupyter'],183.0,179.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,37651.0,37651.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-11-12 19:15:38.000000,2024-11-12 19:15:38,2990.0,74.0,1005.0,123.0,539.0,60.0,304.0,2590.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,646030.0,669350.0,https://anaconda.org/conda-forge/ipyparallel,2024-11-07 07:55:26.494,1142713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,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,2024-10-31 17:22:20.000000,2024-10-31 17:22:20,956.0,37.0,141.0,24.0,439.0,156.0,303.0,2111.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-10-18 17:19:32.000,0.11.8,52.0,equinox,,,,['jax'],1000.0,834.0,https://pypi.org/project/equinox,2024-10-18 17:19:32.000,166.0,240167.0,240167.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +278,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,2024-11-14 11:35:02.000000,2024-11-14 00:43:30,2214.0,189.0,426.0,33.0,2375.0,304.0,121.0,1942.0,Pytorch domain library for recommendation systems.,288.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,150.0,150.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,17794.0,17794.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-11-13 09:56:22.000000,2024-11-13 09:56:20,1268.0,68.0,188.0,21.0,178.0,47.0,139.0,1874.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,31,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,618.0,600.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,50394.0,50394.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,2024-11-04 17:50:59.000000,2024-11-04 17:45:33,733.0,7.0,343.0,46.0,388.0,70.0,238.0,1712.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],934.0,898.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,274377.0,274921.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18459.0,,,,,2.0,127.0,,,,,,,,,,,,,,,,,,, +281,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-11-03 22:03:25.000000,2024-11-03 22:03:19,952.0,4.0,431.0,85.0,236.0,57.0,242.0,1469.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3103.0,2665.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,738795.0,747778.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,368314.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,2024-11-11 20:05:06.000000,2024-11-05 22:17:54,1617.0,25.0,170.0,18.0,850.0,111.0,456.0,1363.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-28 19:45:17.000,0.29.2,65.0,pyjanitor,conda-forge/pyjanitor,,,,778.0,746.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,88056.0,92103.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,218577.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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,2024-11-14 13:53:37.000000,2024-11-11 13:06:45,3996.0,474.0,132.0,10.0,658.0,20.0,156.0,1142.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],364.0,349.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,78843.0,78843.0,,,,,,,,2.0,,skforecast/skforecast,,,,,,,,,,,,,,,,,, +284,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,2024-11-13 21:37:25.000000,2024-11-04 17:03:35,1159.0,23.0,215.0,23.0,155.0,28.0,203.0,1134.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],671.0,634.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,148068.0,152551.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,161393.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,2024-10-22 02:56:13.460000,2024-10-18 18:58:53,3385.0,16.0,242.0,50.0,412.0,76.0,279.0,1068.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2244.0,2070.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,88941.0,114476.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1353371.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,2024-11-14 13:45:06.000000,2024-11-06 23:26:19,176084.0,3049.0,94.0,50.0,2378.0,93.0,286.0,688.0,TensorFlow ROCm port.,4737.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,6009.0,6009.0,,,,,,,,3.0,25.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +287,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,1250.0,557.0,840.0,2543.0,17523.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,1960.0,2098.0,,,,,,,,3.0,14733.0,,,,,,,,,,,,,,,,,,, +288,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-11-14 11:07:58.000000,2024-11-14 11:07:57,2298.0,24.0,2885.0,198.0,3759.0,1260.0,4213.0,12803.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,555.0,555.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,,2158.0,290.0,98.0,311.0,446.0,8631.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,,,,1713.0,1694.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,12174.0,24301.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8210.0,,,,,2.0,945641.0,,,,,,,,,,,,,,,,,,, +290,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,2024-11-14 11:53:33.000000,2024-11-14 11:53:32,1263.0,32.0,872.0,61.0,1038.0,244.0,1338.0,8083.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,30,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,54104.0,55663.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,61931.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,845.0,2.0,,,,,,,,,,,,,,,,,,,, +291,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,2024-11-05 16:17:39.000000,2024-11-05 16:17:36,1095.0,4.0,386.0,81.0,540.0,62.0,459.0,5879.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1528.0,1443.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,144913.0,160682.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,788461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +292,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2024-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,926.0,126.0,39.0,75.0,147.0,5586.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,30,False,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4170.0,4070.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,852643.0,852982.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18342.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +293,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1040.0,112.0,254.0,114.0,484.0,5417.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4456.0,4336.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,178232.0,178836.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22368.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +294,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-11-11 08:51:05.000000,2024-11-05 15:19:52,1478.0,5.0,753.0,77.0,1823.0,325.0,637.0,4627.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,654912.0,654939.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,1025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4540.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,47679.0,47244.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,429192.0,433024.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,199276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,918.0,150.0,132.0,139.0,104.0,4353.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4567.0,4460.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,158998.0,159677.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-01 16:12:49.000000,2024-11-01 16:12:42,3332.0,1.0,548.0,120.0,383.0,72.0,743.0,4144.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,,,,360.0,341.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,117420.0,119739.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,81173.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-11-08 07:10:30.000000,2024-11-05 10:29:23,704.0,41.0,668.0,39.0,999.0,147.0,794.0,3809.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,30,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,116.0,111.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,61290.0,61732.0,,,,,,,,2.0,15483.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,2024-11-13 17:51:00.000000,2024-11-13 17:50:57,1252.0,32.0,498.0,65.0,768.0,5.0,553.0,3772.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11930.0,11930.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,6.0,250.0,64.0,56.0,9.0,,3394.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,30,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7449.0,7350.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,832463.0,846357.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,666350.0,,,,,2.0,1040.0,,,,,,,,,,,,,,,,,,, +301,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,2024-11-12 15:10:26.203000,2024-11-12 09:10:10,1222.0,37.0,407.0,50.0,95.0,140.0,522.0,3049.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,141.0,135.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,9328.0,9930.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,24720.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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,65.0,344.0,29.0,338.0,95.0,39.0,3024.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1144.0,1138.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,16292.0,16387.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3722.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,,339.0,60.0,194.0,138.0,196.0,2910.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'],1568.0,1489.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,397914.0,425169.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1444540.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,360.0,82.0,169.0,218.0,148.0,2358.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,,,,6831.0,6676.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,338567.0,343255.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,213379.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,662.0,,,,,,,,,,,,, +305,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-11-01 14:54:51.000000,2024-11-01 14:54:44,559.0,8.0,428.0,90.0,118.0,76.0,265.0,2278.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1642.0,1632.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,11911.0,13090.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,50718.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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,2024-11-04 19:20:32.000000,2024-11-04 18:23:14,1944.0,129.0,136.0,29.0,365.0,61.0,111.0,2254.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",56.0,30,True,2024-11-04 19:20:32.000,2.16.2,128.0,usearch,,unum/usearch,,,168.0,133.0,https://pypi.org/project/usearch,2024-11-04 19:20:32.000,21.0,246979.0,259244.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-04 18:27:13.017510,1.0,138.0,3.0,32366.0,,usearch,https://www.npmjs.com/package/usearch,2024-11-04 18:27:45.096,14.0,10356.0,,,,,,,,,,,,, +307,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,253.0,56.0,78.0,52.0,232.0,2016.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1155.0,1119.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,91866.0,95604.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,194109.0,,,,,2.0,632.0,,,,,,,,,,,,,,,,,,, +308,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-11-13 13:11:30.000000,2024-11-13 13:11:30,896.0,23.0,419.0,39.0,926.0,158.0,325.0,1945.0,A Python package to assess and improve fairness of machine learning models.,86.0,30,True,2024-10-31 16:18:10.000,0.11.0,21.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],62.0,3.0,https://pypi.org/project/fairlearn,2024-10-31 16:12:13.000,59.0,234728.0,235512.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,37652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-11-11 11:40:24.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1849.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'],733.0,698.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,61580.0,62674.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,36109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +310,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,41.0,383.0,50.0,136.0,29.0,435.0,1740.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,30,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,292.0,277.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4886.0,5002.0,,,,,,,,1.0,12105.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +311,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-10-28 05:50:16.000000,2024-10-28 05:50:16,1065.0,6.0,228.0,52.0,211.0,32.0,292.0,1708.0,A full spaCy pipeline and models for scientific/biomedical documents.,36.0,30,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1028.0,994.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,22327.0,22327.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,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,5.0,138.0,32.0,122.0,35.0,268.0,1637.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,,,,2671.0,2515.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,169571.0,172216.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,140220.0,,,,,3.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,2024-11-14 11:53:03.000000,2024-11-14 11:52:29,2266.0,257.0,154.0,11.0,953.0,100.0,924.0,1530.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",46.0,30,True,2024-11-13 10:40:42.000,0.18.25,243.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-11-13 09:53:48.000,,13446.0,13446.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,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,2024-10-07 15:49:46.000000,2024-10-07 15:49:42,4366.0,8.0,303.0,79.0,671.0,18.0,634.0,1329.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1735.0,1686.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,35031.0,46293.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,585659.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +315,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-11-12 18:16:41.000000,2024-11-12 18:16:41,10796.0,33.0,245.0,38.0,1507.0,208.0,356.0,1268.0,Computations and statistics on manifolds with geometric structures.,93.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,138.0,126.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4044.0,4185.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4098.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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,2024-11-05 23:01:11.000000,2024-11-05 21:51:36,1525.0,54.0,279.0,72.0,109.0,39.0,55.0,1258.0,Model analysis tools for TensorFlow.,58.0,30,True,2024-11-05 22:32:06.000,0.47.0,58.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-11-05 23:01:11.000,19.0,90978.0,90978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,24.0,76.0,923.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19373.0,18672.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2911704.0,2953333.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,874211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-11-12 22:11:41.000000,2024-11-04 13:01:50,16654.0,50.0,376.0,45.0,1650.0,311.0,2983.0,922.0,An open-source application for biological image analysis.,144.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,27.0,25.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,2482.0,2543.0,,,,,,,,2.0,8027.0,,,,,,,,,,,,,,,,,,, +319,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,2024-11-14 11:27:26.000000,2024-11-11 17:54:20,3210.0,38.0,119.0,16.0,319.0,8.0,182.0,813.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,397439.0,460879.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3082219.0,,,,,2.0,28001.0,,,,,,,,,,,,,,,,,,, +320,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-10-17 00:00:24.000000,2024-10-16 23:59:42,1092.0,10.0,174.0,35.0,118.0,26.0,65.0,759.0,Snowball compiler and stemming algorithms.,34.0,30,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,22078595.0,22168114.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8862425.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,2024-11-13 19:58:18.000000,2024-07-01 21:47:36,1690.0,,283.0,42.0,1437.0,290.0,371.0,706.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",109.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,1327846.0,1327846.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,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,25.0,54.0,37.0,57.0,488.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,25736.0,25601.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,1999640.0,2017932.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,896339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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,2024-10-23 06:29:06.515000,2024-09-12 22:24:23,593.0,5.0,37.0,10.0,75.0,11.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,,51633.0,51532.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,10966715.0,11013242.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2326202.0,,,,,2.0,212.0,,,,,,,,,,,,,,,,,,, +324,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,,4867.0,646.0,375.0,504.0,436.0,15812.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,593.0,590.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,2070.0,2070.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-11-13 03:41:07.000000,2024-11-13 03:41:06,1996.0,3.0,2638.0,301.0,941.0,250.0,692.0,15524.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,4655.0,4669.0,,,,,,,,2.0,732.0,,,,,,,,,,,,,,,,,,, +326,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,46.0,101.0,94.0,9035.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,171289.0,172125.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,44327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,2024-11-06 15:53:08.000000,2024-11-05 16:27:38,1056.0,18.0,928.0,139.0,751.0,135.0,347.0,7113.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,97.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,457.0,450.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,48422.0,49145.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,34735.0,,,,,2.0,40.0,,,,,,,,,,,,,,,,,,, +328,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,6201.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'],773.0,766.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2496.0,2671.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9317.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1214.0,152.0,953.0,58.0,788.0,5833.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,123821.0,123821.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,2024-11-08 17:24:55.000000,2024-11-08 17:24:55,627.0,9.0,776.0,86.0,355.0,54.0,346.0,5093.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,,,,,232.0,230.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,57292.0,57292.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-11-13 20:37:16.000000,2024-11-13 20:37:16,1646.0,17.0,830.0,146.0,1578.0,376.0,403.0,5068.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,276312.0,276312.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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,2024-11-13 08:00:37.000000,2024-11-13 08:00:37,923.0,5.0,634.0,148.0,796.0,141.0,356.0,4782.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,156326.0,156334.0,,,,,,,,2.0,465.0,,,,,,,,,,,,,,,,,,, +333,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4452.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,,,,1505.0,1440.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,256361.0,257030.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,27463.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4062.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,,,,6401.0,6251.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,2070289.0,2076432.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,294874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,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,,517.0,76.0,38.0,14.0,121.0,3960.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,,,,18928.0,18806.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,276207.0,322421.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,369714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +336,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,2024-10-26 00:25:41.000000,2024-09-13 01:42:25,1464.0,14.0,474.0,57.0,825.0,58.0,498.0,3879.0,NeuralProphet: A simple forecasting package.,56.0,29,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,108897.0,108897.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-11-13 13:18:59.000000,2024-11-13 13:08:00,901.0,24.0,433.0,43.0,993.0,27.0,341.0,3850.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",54.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,46127.0,138647.0,,,,,,,,3.0,4163432.0,,,,,,,,,,,,,,,,,,, +338,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,2024-10-29 16:19:25.000000,2024-10-22 15:05:01,3667.0,6.0,464.0,102.0,1061.0,267.0,368.0,3627.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,207775.0,236412.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1413733.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2457.0,,,,,,,,,,,,, +339,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-11-13 16:31:05.000000,2024-02-22 12:17:17,1487.0,,253.0,22.0,1748.0,295.0,726.0,3622.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,471.0,459.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,65626.0,65659.0,,,,,,,,2.0,1243.0,,,,,,,,,,,,,,,,,,, +340,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,,611.0,76.0,231.0,95.0,406.0,3560.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1578.0,1549.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,196992.0,215616.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,929070.0,,,,,2.0,1486.0,,,,,,,,,,,,,,,,,,, +341,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,82.0,245.0,69.0,155.0,3071.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,29,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,206.0,203.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,126226.0,126227.0,,,,,,,,2.0,89.0,,,,,,,,,,,,,,,,,,, +342,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,3031.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12340.0,12231.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,89419.0,89419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,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,2024-10-09 07:57:26.000000,2024-10-09 07:56:44,2306.0,6.0,721.0,79.0,206.0,199.0,469.0,2799.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.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,78531.0,78531.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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,2557.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'],1657.0,1635.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,94552.0,94552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,328.0,23.0,50.0,35.0,203.0,2310.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,569.0,559.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,73103.0,74284.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,55514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,6.0,526.0,43.0,29.0,49.0,81.0,2237.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'],6501.0,6428.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,138189.0,138434.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13482.0,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +347,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-14 13:24:32.000000,2024-11-08 04:32:32,2315.0,176.0,135.0,27.0,270.0,5.0,42.0,2053.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,29,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,193.0,179.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,8480.0,8480.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1805.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6706.0,6603.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,132427.0,133567.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,87833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,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,17.0,290.0,30.0,579.0,102.0,722.0,1784.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,113.0,110.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2950.0,2950.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +350,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-05-25 02:57:17.000000,2023-09-26 23:11:11,163.0,,200.0,34.0,73.0,29.0,52.0,1583.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,29,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4012.0,3975.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1858435.0,1859086.0,https://anaconda.org/conda-forge/torchsde,2023-06-16 19:24:16.458,29961.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-06 22:51:34.000000,2024-11-06 22:38:38,1019.0,37.0,599.0,105.0,294.0,22.0,300.0,1571.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-11-06 22:51:34.000,2.12.1,35.0,tabpy,anaconda/tabpy-client,,,,189.0,187.0,https://pypi.org/project/tabpy,2024-11-06 22:51:34.000,2.0,54389.0,54440.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4648.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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-09-18 16:05:13.000000,2024-09-18 16:03:14,147.0,3.0,124.0,24.0,111.0,49.0,78.0,1301.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,,,,3525.0,3476.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,539464.0,540300.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,42649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-09-08 06:00:12.000000,2024-09-07 18:33:30,408.0,10.0,182.0,25.0,39.0,9.0,130.0,1268.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2024-09-07 18:34:31.000,0.13.1,60.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],644.0,626.0,https://pypi.org/project/prince,2024-09-07 18:34:31.000,18.0,170636.0,170991.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21344.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,2024-11-07 19:07:05.000000,2024-11-07 19:07:05,568.0,2.0,109.0,16.0,198.0,123.0,139.0,713.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",35.0,29,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,46229.0,45449.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3302447.0,3302605.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20446.0,,,,,,,,,,,,,,,,,,, +355,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-11-03 15:41:21.000000,2024-11-03 15:40:37,634.0,68.0,102.0,24.0,115.0,4.0,112.0,704.0,Python library for reading audio file metadata.,27.0,29,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1207.0,1094.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,33358.0,33358.0,,,,,,,,3.0,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +356,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,2024-11-14 11:12:07.000000,2024-11-11 07:37:34,851.0,17.0,77.0,26.0,412.0,113.0,241.0,596.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-09-18 10:30:55.000,1.13.0,66.0,geoviews,conda-forge/geoviews,,,,1213.0,1154.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,24444.0,29587.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,257190.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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,2024-11-11 14:14:20.000000,2024-11-04 14:58:06,2103.0,9.0,63.0,16.0,1638.0,23.0,216.0,584.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,,,,733.0,656.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,497794.0,503189.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,291347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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,,1154.0,239.0,458.0,75.0,264.0,18226.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,,185091.0,185507.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26669.0,2.0,,,,,,,,,,,,,,,,,,,, +359,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,613.0,233.0,53.0,,14716.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2478.0,2404.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,40549.0,40549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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,6.0,1377.0,425.0,51.0,105.0,88.0,10566.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,35006.0,35006.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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,348.0,81.0,51.0,231.0,8033.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,871.0,845.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2494.0,2862.0,,,,,,,,3.0,32051.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +362,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,7356.0,Visualizations for machine learning datasets.,31.0,28,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],284.0,276.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,96262.0,96262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,210.0,92.0,201.0,122.0,5883.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,,,,,537.0,525.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,18938.0,18938.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,272.0,438.0,221.0,329.0,4830.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'],333.0,331.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,2172.0,2172.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +365,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,4771.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,,,,1618.0,1586.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,294402.0,297239.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,232697.0,,,,,2.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,2024-11-06 20:27:19.000000,2024-11-06 20:27:19,6178.0,24.0,529.0,147.0,1948.0,338.0,1386.0,4562.0,ArrayFire: a general purpose GPU library.,94.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,5229.0,5293.0,,,,,,,,2.0,7237.0,,,,,,,,,,,,,,,,,,, +367,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4294.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,474840.0,476517.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,85538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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,,742.0,176.0,90.0,1.0,288.0,4283.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,65653.0,65821.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,3.0,576.0,45.0,544.0,14.0,,4099.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,28,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,,1480.0,1454.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,136483.0,139227.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,78203.0,,,,,3.0,28395.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,217.0,408.0,139.0,402.0,3845.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,,,,,1079.0,1067.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2312.0,2312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3522.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3278.0,3247.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,385013.0,385253.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9856.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,3.0,420.0,84.0,55.0,63.0,203.0,3509.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'],223.0,220.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1586.0,1800.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10295.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +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,2024-11-06 19:11:12.000000,2024-10-22 19:55:17,1581.0,72.0,354.0,67.0,1454.0,115.0,86.0,3491.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,44.0,41.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,4782.0,6680.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,94947.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,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,252.0,61.0,121.0,7.0,293.0,3373.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,,,,,655.0,640.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20497.0,20524.0,,,,,,,,3.0,1845.0,,,,,,,,,,,,,,,,,,, +375,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,3295.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1244.0,1214.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,36292.0,36292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,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,2947.0,StellarGraph - Machine Learning on Graphs.,40.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],292.0,281.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,13030.0,13030.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,15.0,522.0,109.0,364.0,388.0,690.0,2854.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,,,,,830.0,810.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12831.0,12831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,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-13 09:10:41.000000,2024-09-24 01:23:52,3553.0,9.0,333.0,154.0,1184.0,35.0,60.0,2728.0,Neural Network Libraries.,76.0,28,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,13726.0,13737.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +379,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,65.0,61.0,31.0,39.0,2427.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'],5683.0,5598.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,470624.0,472766.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,188527.0,,,,,2.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,45.0,57.0,70.0,210.0,2370.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],353.0,346.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9645.0,9645.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,14.0,28.0,47.0,2323.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11918.0,11763.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,382932.0,382932.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,2024-10-28 09:10:59.000000,2024-10-28 09:10:58,731.0,4.0,224.0,41.0,547.0,136.0,235.0,2245.0,"Algorithms for outlier, adversarial and drift detection.",25.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,494.0,487.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,77632.0,77632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +383,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,2024-11-14 12:14:23.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2228.0,A modular active learning framework for Python.,20.0,28,False,2024-11-14 12:14:23.000,0.65.61,1417.0,modAL,,,,['sklearn'],69.0,,https://pypi.org/project/modAL,2024-11-14 12:14:23.000,69.0,808169.0,808169.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +384,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-11-03 02:53:44.505000,2024-11-02 19:57:32,493.0,8.0,300.0,66.0,126.0,21.0,106.0,2034.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,519.0,501.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16977.0,17282.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,30.0,273.0,1944.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,,,,2075.0,2053.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,57406.0,58226.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,41028.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,,279.0,40.0,495.0,172.0,151.0,1798.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,195.0,187.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,157380.0,157386.0,,,,,,,,3.0,522.0,,,,,,,,,,,,,,,,,,, +387,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,2024-11-04 09:55:15.000000,2024-11-04 09:55:10,833.0,2.0,323.0,120.0,786.0,228.0,168.0,1493.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,744824.0,744824.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-11-11 22:55:27.000000,2024-10-15 17:52:15,3072.0,10.0,124.0,36.0,372.0,9.0,191.0,1454.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,373.0,349.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,38039.0,38039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,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-10-31 14:10:26.000000,2024-10-31 14:10:22,612.0,20.0,424.0,31.0,51.0,18.0,129.0,1448.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,28,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,716.0,685.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,32109.0,32109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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,5.0,270.0,80.0,492.0,53.0,207.0,1409.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1241.0,1230.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,23740.0,23821.0,,,,,,,,2.0,7340.0,,,,,,,,,,,,,,,,,,, +391,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,36.0,57.0,1399.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,118.0,109.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,76665.0,76665.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1375.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,194.0,187.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,27186.0,27569.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,17623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,165.0,32.0,252.0,,,1351.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2026.0,1939.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,265380.0,267374.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,71801.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,2024-11-13 11:05:51.000000,2024-11-13 10:10:08,542.0,11.0,117.0,24.0,393.0,38.0,288.0,1274.0,Extra blocks for scikit-learn pipelines.,68.0,28,True,2024-11-13 11:05:03.000,0.9.3,54.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],178.0,165.0,https://pypi.org/project/scikit-lego,2024-11-13 11:05:03.000,13.0,28421.0,29497.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,58148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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,,417.0,52.0,41.0,17.0,139.0,1240.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2921.0,2883.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,250927.0,251857.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,51151.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1233.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'],562.0,558.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,10671.0,10671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,41.0,39.0,76.0,591.0,1172.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,787.0,755.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,26003.0,27826.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,94530.0,,,,,3.0,609.0,,,,,,,,,,,,,,,,,,, +398,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,444.0,43.0,176.0,93.0,102.0,1023.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,3988318.0,4018561.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2328748.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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,2024-10-28 22:32:45.000000,2024-10-28 22:00:37,943.0,7.0,215.0,58.0,104.0,45.0,174.0,985.0,Input pipeline framework.,29.0,28,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,548531.0,548531.0,,,,,,,,2.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,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,952.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,94675.0,102683.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,610629.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2022.0,,,,,,,,,,,,, +401,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,2024-07-21 18:27:09.000000,2024-07-20 22:10:37,819.0,,256.0,40.0,513.0,280.0,257.0,902.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1236.0,1143.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,108891.0,125772.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,911616.0,,,,,3.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,2024-11-10 14:49:37.000000,2024-11-10 14:49:37,681.0,2.0,105.0,14.0,100.0,73.0,67.0,895.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,,,,8532.0,8376.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2049012.0,2089159.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2087685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,3.0,140.0,26.0,487.0,19.0,140.0,882.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,28,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,262.0,244.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,58634.0,70072.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,606265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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,50.0,59.0,21.0,70.0,844.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,,,,1442.0,1379.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,24734.0,34505.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,517895.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,40.0,145.0,29.0,97.0,49.0,75.0,625.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,616.0,585.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,85837.0,85877.0,,,,,,,,3.0,2725.0,,,,,,,,,,,,,,,,,,, +406,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,,59.0,14.0,207.0,12.0,187.0,342.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,,,,10255.0,10094.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,694956.0,726739.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2924046.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1820.0,207.0,74.0,113.0,37.0,10666.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.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,175031.0,175031.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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,,1523.0,132.0,51.0,163.0,141.0,7921.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,204802.0,281447.0,,,,,,,,2.0,4292136.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,458.0,699.0,36.0,441.0,7334.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,3257.0,3282.0,,,,,,,,2.0,2488.0,,,,,,,,,,,,,,,,,,, +410,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,1.0,1338.0,172.0,46.0,80.0,241.0,7088.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,63689.0,63689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,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,,1356.0,350.0,14.0,42.0,66.0,6435.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1450.0,1442.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,26832.0,26832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,146.0,100.0,87.0,310.0,6412.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,130181.0,138375.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,426114.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,AGPL-3.0,2013-04-05 23:14:27.000,2023-09-01 15:42:16.000000,2023-08-31 21:49:25,6626.0,,1586.0,627.0,2111.0,453.0,1338.0,6336.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,27,False,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,,3302.0,3302.0,,,,,,,,3.0,13.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +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,200.0,158.0,49.0,227.0,5526.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'],801.0,795.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,982.0,982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,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,,465.0,74.0,63.0,110.0,57.0,4906.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,,,,,3215.0,3193.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,412309.0,412309.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,54.0,57.0,76.0,108.0,4549.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'],2447.0,2396.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,100159.0,123481.0,,,,,,,,3.0,1399340.0,,,,,,,,,,,,,,,,,,, +417,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,31.0,52.0,77.0,4469.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,,,,9643.0,9546.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,335420.0,335761.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15039.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,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,37.0,56.0,138.0,44.0,4019.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,27,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],16894.0,16759.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,213649.0,213649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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,282.0,226.0,12.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,579333.0,579760.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25195.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-03 09:56:28.000000,2024-11-03 05:49:47,1675.0,17.0,678.0,44.0,29.0,7.0,567.0,3558.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.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,,4400.0,4400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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,26.0,324.0,89.0,102.0,51.0,32.0,3534.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,3586.0,4056.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33848.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,,1139.0,169.0,215.0,49.0,146.0,3379.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,,,,721.0,716.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,2774.0,3051.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22437.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,589.0,95.0,339.0,21.0,761.0,3376.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,21269.0,24609.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,180371.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,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,,374.0,84.0,66.0,156.0,189.0,3313.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,,,,504.0,487.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8046.0,16031.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,734650.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,3296.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,27,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,1224.0,1224.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,383.0,38.0,522.0,60.0,217.0,2968.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,,,,327.0,316.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5339.0,5515.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,2.0,334.0,46.0,121.0,72.0,137.0,2965.0,A python library for decision tree visualization and model interpretation.,27.0,27,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1394.0,1341.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,113615.0,115453.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,88236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,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,,763.0,183.0,75.0,21.0,565.0,2841.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,46471.0,47236.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,49017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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,366.0,27.0,350.0,2770.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,,,,656.0,642.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6294.0,6590.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2661.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,226151.0,229473.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,73090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,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,27.0,1132.0,77.0,224.0,2635.0,Database system for AI-powered apps.,73.0,27,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],149.0,149.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,2246.0,17110.0,,,,,,,,3.0,416213.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +432,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,2493.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,27,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1359.0,1359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,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,,255.0,87.0,124.0,33.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,,,,1952.0,1886.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,26762.0,28635.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,168631.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,,317.0,63.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'],387.0,381.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13896.0,13896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,36.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],308.0,303.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3092.0,3693.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23463.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +436,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,2024-11-14 04:51:54.000000,2024-11-12 19:27:28,6639.0,88.0,301.0,45.0,2974.0,180.0,1578.0,1741.0,cuGraph - RAPIDS Graph Analytics Library.,117.0,27,True,2024-10-09 20:36:36.000,24.10.00,40.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,303.0,880.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,24839.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,1740.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'],232.0,229.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,44924.0,45018.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4079.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,51.0,88.0,24.0,191.0,1612.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'],688.0,669.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,68887.0,69039.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8104.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,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,1481.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,,,,,413.0,411.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2323.0,2323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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-10-24 16:30:49.000000,2024-10-24 16:30:49,696.0,2.0,163.0,22.0,127.0,6.0,131.0,1474.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,,,,959.0,912.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,40755.0,47290.0,https://anaconda.org/conda-forge/opentsne,2024-09-13 08:50:44.958,333310.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,,402.0,72.0,89.0,36.0,26.0,1309.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,,,,1538.0,1482.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23601.0,23976.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,30437.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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,,330.0,39.0,302.0,31.0,200.0,1281.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,,,,,477.0,455.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,31187.0,31187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,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,1251.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'],1717.0,1696.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,83538.0,83538.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-11-10 17:49:20.000000,2024-11-10 17:47:36,825.0,10.0,124.0,31.0,428.0,84.0,336.0,1081.0,BAyesian Model-Building Interface (Bambi) in Python.,40.0,27,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,166.0,156.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,29508.0,30345.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,39366.0,,,,,3.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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,985.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,,,,628.0,594.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,25759.0,26442.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33351.0,,,,,3.0,319.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,33.0,86.0,88.0,123.0,921.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'],1841.0,1816.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,61960.0,61960.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,329.0,65.0,690.0,36.0,533.0,838.0,The Classical Language Toolkit.,121.0,27,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,292.0,277.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,11982.0,11982.0,,,,,,,,3.0,102.0,,,,,,,,,,,,,,,,,,, +448,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,2024-11-01 19:41:14.000000,2024-11-01 19:41:12,976.0,10.0,173.0,49.0,89.0,38.0,144.0,765.0,Library for exploring and validating machine learning data.,27.0,27,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,163727.0,163739.0,,,,,,,,3.0,891.0,,,,,,,,,,,,,,,,,,, +449,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,10.0,50.0,9.0,66.0,192.0,256.0,649.0,python binding for libvips using cffi.,16.0,27,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,911.0,834.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,63136.0,66005.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,140615.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,2024-10-22 11:59:56.000000,2024-10-22 11:59:56,632.0,10.0,164.0,31.0,228.0,5.0,103.0,640.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,35.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],432.0,404.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,36697.0,36994.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8110.0,7971.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,253584.0,254328.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,77.0,145.0,35.0,412.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,261.0,237.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,5521.0,37811.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,129163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,,1213.0,186.0,213.0,31.0,534.0,9395.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,,,,,303.0,,,,,,,,3.0,13953.0,,,,,,,,,,,,,,,,,,, +454,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-09-10 20:43:39.000000,2024-09-10 20:43:30,1626.0,5.0,814.0,140.0,1571.0,122.0,125.0,8096.0,Trax Deep Learning with Clear Code and Speed.,80.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,187.0,186.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,7154.0,7154.0,,,,,,,,3.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,,599.0,142.0,31.0,69.0,55.0,5597.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1880.0,1824.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1584492.0,1584877.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20027.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,5073.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,,,,,851.0,839.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,13002.0,13002.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,243.0,218.0,52.0,203.0,4556.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,,,,67.0,66.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1769.0,1865.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4170.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-07-15 00:15:22.000000,2024-04-23 02:12:59,1138.0,,744.0,58.0,1015.0,187.0,742.0,4354.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'],178.0,174.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4796.0,4796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,3896.0,Snips Python library to extract meaning from text.,22.0,26,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,8940.0,8940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-10-25 17:04:56.000000,2024-10-24 16:27:28,480.0,4.0,278.0,51.0,477.0,69.0,261.0,3356.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7906.0,9064.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-03-08 22:15:29.532,50414.0,,,,,2.0,725.0,,,,,,,,,,,,,,,,,,, +461,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,10.0,247.0,29.0,2020.0,3.0,662.0,3227.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,16673.0,16750.0,,,,,,,,3.0,2713.0,,,,,,,,,,,,,,,,,,, +462,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,295.0,33.0,476.0,54.0,30.0,3041.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,161350.0,161627.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,11946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,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,3035.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1709.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,149654.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +464,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2949.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2667.0,2637.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,75241.0,76037.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,35825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,69.0,167.0,164.0,113.0,2757.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,192906.0,194768.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,167640.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,2024-11-09 05:50:34.000000,2024-08-01 02:26:24,769.0,,364.0,81.0,557.0,471.0,111.0,2753.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,26,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,69389.0,69389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,,473.0,97.0,44.0,89.0,240.0,2743.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,101434.0,101434.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,,486.0,38.0,250.0,52.0,290.0,2641.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,43151.0,43397.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8613.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,2024-11-02 18:36:22.000000,2024-11-02 18:34:20,146.0,8.0,342.0,30.0,335.0,44.0,344.0,2576.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,26,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],134.0,122.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,40185.0,40185.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +470,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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,,831.0,91.0,287.0,200.0,103.0,2453.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,,,,550.0,518.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,34203.0,34524.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,16098.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-07-12 00:39:50.000000,2024-05-21 08:57:13,663.0,,249.0,58.0,659.0,147.0,225.0,2412.0,Algorithms for explaining machine learning models.,22.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,699.0,674.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,24924.0,24924.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,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,,244.0,35.0,147.0,24.0,146.0,2406.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,,,,,244.0,235.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,21396.0,21402.0,,,,,,,,3.0,343.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,77.0,55.0,170.0,68.0,2313.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1436.0,1387.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,38621.0,38621.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,1.0,291.0,55.0,14.0,22.0,80.0,2248.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,,,,643.0,638.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,14972.0,16135.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,101200.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-04-25 09:54:03.000000,2024-02-28 15:45:58,1631.0,,250.0,67.0,63.0,32.0,198.0,2154.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'],59.0,57.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,3171.0,3171.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,2148.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,,,,,760.0,741.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,86635.0,86635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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,2024-11-14 15:01:50.000000,2024-11-14 13:07:48,453.0,453.0,131.0,29.0,570.0,29.0,37.0,2101.0,Open-source end-to-end LLM Development Platform.,26.0,26,True,2024-11-13 12:48:39.000,1.1.4,61.0,opik,,,,,,,https://pypi.org/project/opik,2024-11-13 12:49:10.000,,8404.0,8404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,2066.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'],2350.0,2336.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,114810.0,118774.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,530.0,,,,,3.0,260908.0,,,,,,,,,,,,,,,,,,, +479,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,15.0,310.0,1.0,1.0,1.0,,1912.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,266130.0,267304.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,59924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,,160.0,60.0,68.0,67.0,130.0,1828.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,490.0,488.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1174.0,1174.0,,,,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,, +481,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,35.0,1771.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,756.0,711.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,118638.0,119394.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,27975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,33.0,20.0,4.0,91.0,1729.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,,,,794.0,783.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,37956.0,39700.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,68039.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,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,2024-11-12 01:19:04.000000,2024-11-12 01:16:03,1031.0,57.0,273.0,43.0,874.0,82.0,66.0,1663.0,A lightweight library for PyTorch training tools and utilities.,138.0,26,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,5561.0,5561.0,,,,,,,,3.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,,309.0,28.0,381.0,56.0,155.0,1572.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'],62.0,61.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,5858.0,5858.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,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,2024-08-09 14:16:22.000000,2024-08-07 01:34:48,1970.0,,352.0,31.0,2282.0,86.0,233.0,1386.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,12088.0,12088.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,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,1.0,204.0,43.0,258.0,68.0,213.0,1345.0,Python audio and music signal processing library.,24.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,473.0,446.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2462.0,2462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,2024-11-14 14:10:36.000000,2024-11-13 20:15:34,2269.0,109.0,388.0,58.0,571.0,176.0,265.0,1279.0,Machine learning on FPGAs using HLS.,62.0,26,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1468.0,1648.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,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,34.0,68.0,57.0,206.0,1265.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'],143.0,141.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1132.0,1137.0,,,,,,,,2.0,157.0,,,,,,,,,,,,,,,,,,, +489,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-06-18 04:54:15.000000,2022-12-22 14:52:10,805.0,,148.0,34.0,215.0,120.0,152.0,1243.0,Real-time stream processing for python.,48.0,26,False,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,558.0,501.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,39547.0,52985.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1155677.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-11-13 21:44:29.000000,2024-11-13 05:50:16,2594.0,113.0,94.0,20.0,1192.0,83.0,240.0,1146.0,"MetricFlow allows you to define, build, and maintain metrics in code.",45.0,26,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,31.0,27.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,25557.0,25557.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +491,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-10-29 17:05:07.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,609.0,102.0,452.0,1084.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,21125.0,21708.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,25673.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +492,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,928.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,578.0,541.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,34923.0,34923.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +493,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,805.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,,,,4542.0,4465.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1056715.0,1056911.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7252.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,2024-10-12 15:09:33.000000,2024-10-12 15:08:21,367.0,15.0,98.0,20.0,151.0,36.0,99.0,642.0,pyspark methods to enhance developer productivity.,32.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],94.0,87.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,659195.0,659195.0,,,,,,,,3.0,44.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +495,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,,154.0,18.0,717.0,27.0,208.0,508.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,,,,396.0,379.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9719.0,10975.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,84194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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-10-26 10:11:23.000000,2024-10-26 10:11:17,540.0,5.0,40.0,5.0,16.0,6.0,56.0,348.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-10-20 09:53:20.000,0.10.0,27.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],939.0,885.0,https://pypi.org/project/scikit-posthocs,2024-10-20 09:53:20.000,54.0,84051.0,104055.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-24 09:13:26.312,980211.0,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,, +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,,801.0,169.0,1588.0,145.0,74.0,6339.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,,578.0,583.0,,,,,,,,3.0,410.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,,966.0,181.0,328.0,338.0,294.0,5798.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,,,,,138.0,138.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,740.0,785.0,,,,,,,,3.0,3838.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,2024-10-29 18:39:46.000000,2024-10-29 17:49:54,1098.0,1.0,924.0,114.0,676.0,146.0,543.0,5500.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,118.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,1283.0,1283.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,46.0,34.0,67.0,113.0,5280.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'],249.0,234.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4831.0,4831.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,2024-11-13 17:54:18.000000,2024-11-13 17:46:48,3724.0,67.0,621.0,93.0,4090.0,238.0,1412.0,5153.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-10-30 17:22:30.000,1.43.0,84.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,2024-10-29 23:22:01.000000,2024-10-29 23:16:42,224.0,6.0,299.0,79.0,180.0,24.0,54.0,4959.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,,,,,153.0,149.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3699.0,3699.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,,658.0,158.0,130.0,83.0,101.0,4673.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'],791.0,785.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,969.0,969.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,,450.0,44.0,56.0,95.0,175.0,4365.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,,,,,155.0,152.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,3226.0,3226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,3466.0,Fast and flexible AutoML with learning guarantees.,27.0,25,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],62.0,60.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,4700.0,4700.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +506,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,7.0,613.0,42.0,1013.0,289.0,711.0,3443.0,"A unified, comprehensive and efficient recommendation library.",74.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,39703.0,39836.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6426.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,,412.0,157.0,85.0,105.0,101.0,3330.0,A deep learning library for video understanding research.,56.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,28651.0,28651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,816.0,62.0,642.0,133.0,404.0,3273.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1253.0,1253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,118.0,3087.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1282.0,1341.0,,,,,,,,3.0,4729.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,,664.0,71.0,25.0,117.0,101.0,2983.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'],2982.0,2981.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1148.0,1148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,,475.0,97.0,49.0,65.0,254.0,2856.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,,,,754.0,733.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2637.0,2987.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19278.0,,,,,3.0,1107.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,,235.0,50.0,482.0,45.0,70.0,2816.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,,,,,278.0,275.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,27040.0,27041.0,,,,,,,,3.0,87.0,,,,,,,,,,,,,,,,,,, +513,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,225.0,64.0,42.0,18.0,24.0,2791.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1196.0,1191.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50609.0,50879.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,38.0,94.0,41.0,158.0,2669.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,3000.0,3000.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,,440.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,25,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],73.0,71.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,574.0,574.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,2.0,86.0,42.0,59.0,13.0,78.0,2179.0,The friendly PIL fork.,435.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,38045.0,38045.0,,,,,,,,3.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,,240.0,70.0,21.0,93.0,66.0,2111.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,,,,,278.0,274.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,89217.0,89217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,2024-11-11 01:51:42.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,473.0,81.0,104.0,2051.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,2756.0,2756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,2024-11-04 13:37:03.000000,2024-10-25 16:28:40,889.0,7.0,444.0,60.0,359.0,117.0,92.0,1943.0,Library for training machine learning models with privacy for training data.,59.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,19734.0,19736.0,,,,,,,,2.0,177.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,56.0,1313.0,234.0,810.0,1880.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'],119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1035.0,1035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-11-09 00:59:27.000000,2024-11-09 00:59:21,371.0,4.0,276.0,50.0,325.0,268.0,184.0,1847.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,369576.0,369576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,1625.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2418.0,2418.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,1566.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'],269.0,265.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,177781.0,177781.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,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,2024-11-11 18:45:01.000000,2024-11-11 18:44:59,1037.0,1.0,179.0,17.0,75.0,30.0,363.0,1560.0,PyTorch Extension Library of Optimized Scatter Operations.,30.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,47454.0,57663.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,541098.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1398.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],421.0,414.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4444.0,4705.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,,332.0,49.0,44.0,101.0,114.0,1397.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],590.0,582.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,23187.0,58332.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,339.0,,,,,3.0,1756919.0,,,,,,,,,,,,,,,,,,, +527,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,,404.0,90.0,165.0,103.0,224.0,1367.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,,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1299.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1132.0,1121.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8854.0,8854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,143.0,28.0,63.0,9.0,70.0,1295.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1730.0,1714.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,12094.0,12094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,86.0,34.0,111.0,8.0,18.0,1263.0,A library of reinforcement learning building blocks in JAX.,21.0,25,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],289.0,278.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21240.0,21240.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +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,1.0,214.0,53.0,461.0,145.0,295.0,1209.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,2041.0,2041.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,,119.0,11.0,23.0,28.0,15.0,1137.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,,,,,6928.0,6456.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,619107.0,619107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,2024-10-28 10:06:42.000000,2024-10-28 10:06:42,783.0,3.0,68.0,15.0,131.0,56.0,117.0,1038.0,Visualize large time series data with plotly.py.,13.0,25,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1526.0,1502.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,430386.0,432615.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,75805.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,10.0,113.0,43.0,118.0,51.0,48.0,693.0,Bias Auditing & Fair ML Toolkit.,22.0,25,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,180.0,172.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,32274.0,32274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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,2024-11-12 23:05:03.000000,2024-11-12 23:05:02,902.0,14.0,88.0,11.0,769.0,60.0,493.0,644.0,Automated modeling and machine learning framework FEDOT.,36.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2083.0,2083.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +536,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,,138.0,21.0,49.0,1.0,87.0,580.0,Medical image processing in Python.,20.0,25,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2378.0,2325.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,23618.0,25228.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,66029.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,10.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],48.0,46.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1942.0,2433.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17684.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +538,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-11-13 16:44:12.000000,2024-11-13 16:44:08,2383.0,55.0,42.0,12.0,18.0,14.0,63.0,512.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,25,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,3575.0,3578.0,,,,,,,,2.0,261.0,,,,,,,,,,,,,,,,,,, +539,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-11-08 14:32:54.000000,2024-11-02 14:17:04,570.0,10.0,57.0,41.0,325.0,25.0,63.0,318.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-10-28 07:33:05.000,1.7.0,85.0,gokart,,,,,91.0,83.0,https://pypi.org/project/gokart,2024-10-28 07:33:05.000,8.0,6395.0,6395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-11-11 04:23:54.000000,2024-11-11 03:37:03,3810.0,241.0,60.0,7.0,338.0,49.0,103.0,269.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,122.0,116.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,3133.0,3874.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,35570.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11151.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,58.0,58.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1229.0,1338.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,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,,750.0,108.0,590.0,107.0,345.0,6169.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,34436.0,34436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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-14 11:03:14.000000,2024-08-21 07:30:27,13839.0,2.0,1547.0,136.0,3621.0,69.0,1980.0,5718.0,An Industrial Grade Federated Learning Framework.,101.0,24,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,,,,,,,,,,,,,,,,,,,, +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,2024-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,450.0,64.0,94.0,36.0,88.0,5161.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],156.0,151.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,24842.0,24842.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,136.0,43.0,141.0,98.0,4943.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'],1151.0,1135.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,777.0,789.0,,,,,,,,3.0,965.0,,,,,,,,,,,,,,,,,,, +546,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,,4440.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,194.0,194.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,799.0,799.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,824.0,4161.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,5739.0,5739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,3840.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,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,450.0,89.0,78.0,67.0,137.0,3382.0,Generate embeddings from large-scale graph-structured data.,32.0,24,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,468024.0,468027.0,,,,,,,,2.0,211.0,,,,,,,,,,,,,,,,,,, +550,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-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,717.0,156.0,63.0,6.0,838.0,3234.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,24,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,918.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,70613.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,1.0,328.0,65.0,319.0,50.0,124.0,2903.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'],62.0,61.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4997.0,5354.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,18938.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2863.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1001.0,1001.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,,142.0,28.0,200.0,20.0,73.0,2749.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,,,,486.0,460.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,45940.0,49673.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,212811.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,,325.0,92.0,2158.0,214.0,982.0,2703.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,True,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,35049.0,35049.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,34.0,695.0,43.0,151.0,2695.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,,,,,116.0,112.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,,618.0,87.0,29.0,25.0,52.0,2376.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,805.0,751.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23262.0,23262.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,62.0,32.0,60.0,96.0,2278.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,117.0,116.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2810.0,2819.0,,,,,,,,3.0,508.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,,255.0,51.0,98.0,25.0,116.0,2242.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']",137.0,133.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,4695.0,4695.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +559,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,,253.0,56.0,56.0,19.0,50.0,2213.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'],756.0,737.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7408.0,7408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,685.0,85.0,48.0,24.0,64.0,2134.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,561.0,549.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,24058.0,24058.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,29.0,65.0,11.0,83.0,2010.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'],374.0,366.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1277.0,1456.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8250.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,17799.0,17799.0,,,,,,,,3.0,68.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,56.0,118.0,54.0,31.0,1632.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,,,,,105.0,104.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,2665.0,2665.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,,238.0,50.0,49.0,23.0,91.0,1624.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,,,,427.0,414.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2920.0,5032.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,49778.0,,,,,3.0,68597.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,,122.0,28.0,31.0,63.0,50.0,1589.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],554.0,547.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,258187.0,258187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-08-04 13:39:34.000000,2022-08-31 01:52:51,509.0,,308.0,102.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,40116.0,40364.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15627.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-10-19 03:44:21.000000,2024-10-19 03:22:50,358.0,1.0,272.0,43.0,257.0,77.0,198.0,1539.0,A framework for Privacy Preserving Machine Learning.,38.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],47.0,46.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,694.0,694.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,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,164.0,105.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2841.0,2841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,24.0,42.0,34.0,1293.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'],68.0,68.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1327.0,1327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,1235.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,,,,747.0,716.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,19420.0,19825.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31621.0,,,,,2.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,1172.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,607.0,607.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,2024-11-12 23:23:07.000000,2024-11-12 23:19:10,478.0,28.0,209.0,53.0,94.0,59.0,219.0,1048.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,6989.0,6989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,,184.0,33.0,74.0,3.0,86.0,1045.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],237.0,228.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,8941.0,8941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,,174.0,49.0,114.0,53.0,170.0,987.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,,,,,331.0,308.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,984.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],491.0,488.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6216.0,6216.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,2024-11-14 11:51:30.000000,2024-11-14 04:57:29,1867.0,219.0,35.0,9.0,1367.0,9.0,42.0,977.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-11-13 15:04:20.000,0.0.36,44.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-11-13 15:02:20.000,1.0,13063.0,13065.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +577,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,32.0,143.0,20.0,87.0,8.0,71.0,934.0,An intuitive library to extract features from time series.,20.0,24,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,166.0,159.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,16831.0,16831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2023-01-03 21:24:56.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,741.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,,,,,182.0,178.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2918.0,2918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,733.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,226.0,194.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,17472.0,18362.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,91764.0,,,,,3.0,34.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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,135.0,91.0,42.0,67.0,666.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],236.0,224.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,15496.0,15496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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,2024-11-14 03:51:25.000000,2024-11-13 01:54:40,1006.0,23.0,196.0,23.0,878.0,134.0,398.0,613.0,MONAI Label is an intelligent open source image labeling and learning tool.,64.0,24,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,,3000.0,5553.0,,,,,,,,3.0,102141.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,,71.0,15.0,13.0,35.0,7.0,580.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,363535.0,371761.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,345529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,511.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],4996.0,4893.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2202515.0,2211710.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,928774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,2024-11-01 02:29:31.000000,2024-11-01 02:29:29,682.0,18.0,65.0,29.0,492.0,15.0,91.0,373.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,11093.0,23418.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,665585.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,609.0,145.0,1362.0,129.0,987.0,8020.0,Production infrastructure for machine learning at scale.,25.0,23,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,1591.0,1591.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,136.0,6434.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,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-11-13 20:37:16.000000,2024-11-13 20:37:16,1646.0,17.0,830.0,146.0,1578.0,376.0,403.0,5068.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,1.0,1032.0,92.0,64.0,271.0,270.0,4759.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,23,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,30668.0,30668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,,321.0,75.0,37.0,95.0,76.0,4374.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,,3507.0,3507.0,,,,,,,,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,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,,194.0,215.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1810.0,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +591,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,21.0,489.0,215.0,22.0,25.0,4.0,3458.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,934.0,934.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +592,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,2024-11-08 07:55:21.000000,2024-08-17 14:22:50,2847.0,6.0,1240.0,134.0,1122.0,50.0,83.0,3374.0,a distributed deep learning platform.,91.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,81.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8313.0,3.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,,328.0,54.0,414.0,82.0,106.0,3260.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'],54.0,53.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,230.0,230.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,,233.0,54.0,36.0,75.0,126.0,3194.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'],449.0,435.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4768.0,5392.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,28720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-09-20 01:28:48.000000,2024-09-20 01:28:13,3461.0,1.0,727.0,7.0,33.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,10861.0,10861.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,131.0,136.0,60.0,128.0,2405.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1420.0,1571.0,,,,,,,,3.0,12881.0,,,,,,,,,,,,,,,,,,, +597,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-10-07 11:45:57.000000,2024-10-07 11:45:57,547.0,1.0,225.0,41.0,134.0,63.0,127.0,2337.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.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,,29985.0,29985.0,,,,,,,,3.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,,244.0,38.0,39.0,7.0,114.0,2162.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,,,,286.0,273.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6257.0,6789.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,,298.0,64.0,78.0,65.0,68.0,2105.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2247.0,2247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,2024-10-18 12:12:48.000000,2024-10-18 12:12:48,1289.0,16.0,145.0,33.0,180.0,71.0,149.0,1997.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",29.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,,465.0,476.0,,,,,,,,3.0,596.0,,,,,,,,,,,,,,,,,,, +601,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,,247.0,44.0,33.0,51.0,90.0,1986.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],184.0,184.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5548.0,5548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,1891.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'],496.0,474.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1559.0,2823.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,54389.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,36.0,446.0,50.0,354.0,1880.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,15141.0,15141.0,,,,,,,,3.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,,295.0,44.0,801.0,72.0,485.0,1644.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,,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,2024-10-14 20:21:00.000000,2024-10-14 20:04:47,1217.0,12.0,120.0,29.0,69.0,4.0,29.0,1520.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7338.0,7338.0,,,,,,,,3.0,47.0,,,,,,,,,,,,,,,,,,, +606,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,,191.0,33.0,86.0,16.0,33.0,1436.0,"A program for financial portfolio management, analysis and optimisation.",11.0,23,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,1197.0,1197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,2024-11-12 00:01:51.000000,2024-10-28 12:52:19,565.0,15.0,137.0,21.0,310.0,21.0,144.0,1379.0,A standard framework for modelling Deep Learning Models for tabular data.,24.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,4093.0,4094.0,,,,,,,,1.0,49.0,,,,,,,,,,,,,,,,,,, +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,27.0,57.0,27.0,36.0,1307.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'],182.0,177.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,2987.0,2987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,2024-11-12 04:55:08.000000,2024-11-12 04:52:24,205.0,10.0,114.0,38.0,32.0,20.0,120.0,1258.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-11-08 02:44:21.000,2.3.4,89.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4933.0,4933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,147.0,15.0,108.0,29.0,252.0,1010.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,36554.0,46108.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,506371.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,794.0,771.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,90326.0,92210.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,71607.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,2.0,115.0,15.0,48.0,38.0,29.0,959.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,747.0,717.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,47459.0,62729.0,,,,,,,,3.0,732977.0,,,,,,,,,,,,,,,,,,, +613,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,,170.0,29.0,113.0,91.0,56.0,916.0,Source code/webpage/demos for the What-If Tool.,20.0,23,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,9260.0,53334.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2308553.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,517.0,,,,,,,,,,,,, +614,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,,111.0,26.0,36.0,35.0,69.0,879.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'],693.0,681.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,14477.0,14477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,6493.0,6493.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +616,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,3.0,75.0,6.0,5.0,3.0,25.0,852.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],519.0,504.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,32048.0,32048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,2024-11-12 18:21:03.000000,2024-11-12 18:21:03,604.0,3.0,144.0,15.0,66.0,37.0,140.0,825.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,18477.0,22596.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,222438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,714.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'],332.0,294.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,23281.0,26543.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,166396.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +619,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-11-13 01:13:52.000000,2024-07-23 12:43:38,1508.0,,80.0,34.0,688.0,22.0,118.0,702.0,Scikit-learn style model finetuning for NLP.,23.0,23,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1362.0,1362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,394.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,497.0,453.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,214782.0,216480.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,84903.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,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,203.0,285.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,118.0,110.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1551.0,1551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,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,2024-11-14 14:04:58.000000,2024-10-29 17:37:55,1079.0,32.0,1292.0,110.0,520.0,69.0,666.0,13486.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-10-16 10:19:29.000,2.3.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +623,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1049.0,124.0,109.0,172.0,356.0,5519.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,17715.0,17715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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,5359.0,Build Graph Nets in Tensorflow.,11.0,22,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,1953.0,1953.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +625,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,4927.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1670.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143700.0,3.0,,,,,,,,,,,,,,,,,,,, +626,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,567.0,169.0,47.0,35.0,28.0,4553.0,High-performance TensorFlow library for quantitative finance.,47.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,1262.0,1262.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,,476.0,84.0,180.0,108.0,161.0,3630.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,,381.0,401.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.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,,675.0,74.0,53.0,179.0,101.0,3397.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,2100.0,2109.0,,,,,,,,3.0,633.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,205.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'],162.0,160.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2255.0,2255.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,2024-10-23 02:35:25.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,71.0,2.0,31.0,3099.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,541.0,595.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1862.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,164.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,,641.0,641.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,,238.0,43.0,110.0,80.0,64.0,2889.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,3607.0,3609.0,,,,,,,,3.0,155.0,,,,,,,,,,,,,,,,,,, +633,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,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'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,,164.0,24.0,34.0,33.0,31.0,1985.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'],32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1027.0,1191.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5673.0,,,,,3.0,118.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,44.0,14.0,57.0,35.0,1798.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']",321.0,310.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2567.0,2567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,1728.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'],169.0,163.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3213.0,5630.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,240174.0,,,,,3.0,688.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,,197.0,30.0,424.0,11.0,163.0,1672.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,,744.0,744.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,,200.0,38.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'],71.0,65.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8120.0,8120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,1591.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,2189.0,2642.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,26298.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,,254.0,51.0,312.0,98.0,18.0,1591.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,True,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,38029.0,38029.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,57.0,52.0,82.0,149.0,1573.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,,1555.0,1585.0,,,,,,,,3.0,2886.0,,,,,,,,,,,,,,,,,,, +642,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,22,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,,10190.0,10190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,,352.0,61.0,47.0,37.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,22,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,2717.0,2717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1375.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'],252.0,230.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,37999.0,38180.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6700.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +645,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,1.0,324.0,50.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,,2689.0,2689.0,,,,,,,,3.0,21.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,91.0,122.0,33.0,46.0,1194.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,,,,,116.0,115.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,521.0,521.0,,,,,,,,3.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,,215.0,65.0,29.0,31.0,12.0,1188.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,82.0,80.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,11646.0,11646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,,251.0,48.0,46.0,26.0,127.0,1077.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],30.0,30.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,3471.0,3471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,1076.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,128.0,125.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1632.0,1638.0,,,,,,,,3.0,777.0,,,,,,,,,,,,,,,,,,, +650,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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,295.0,96.0,123.0,62.0,98.0,1055.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,True,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,3325.0,3884.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,48690.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,,89.0,18.0,73.0,18.0,45.0,1032.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,,,,,236.0,232.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,14460.0,14460.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,51.0,99.0,44.0,51.0,1018.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'],264.0,253.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,2974.0,2974.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,,190.0,24.0,58.0,12.0,27.0,955.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'],119.0,111.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,48187.0,48187.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,23.0,46.0,16.0,82.0,922.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2453.0,2444.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1606.0,1606.0,,,,,,,,3.0,29.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,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,86.0,18.0,160.0,20.0,94.0,868.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,4255.0,4483.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10492.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-12 09:04:37.000000,2024-10-31 11:39:03,1235.0,1.0,134.0,24.0,594.0,63.0,511.0,849.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,4656.0,4656.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,,107.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,,,,,498.0,497.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2448.0,2448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,29.0,126.0,30.0,1059.0,37.0,54.0,766.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,22,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,,1733.0,1733.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,7811.0,12123.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,345589.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,473.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,691.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'],482.0,472.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,28327.0,28355.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3038.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,685.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,,,,526.0,521.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11165.0,11220.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2339.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,636.0,torchbearer: A model fitting library for PyTorch.,14.0,22,True,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,1114.0,1114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,611.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,506.0,481.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8224.0,8641.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19645.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,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,2.0,131.0,22.0,20.0,8.0,31.0,601.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13958.0,13958.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,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,105.0,9.0,15.0,6.0,16.0,585.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,,,,426.0,420.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9114.0,9308.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13804.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,2024-11-03 14:32:23.000000,2024-08-18 15:52:42,512.0,6.0,61.0,25.0,10.0,14.0,44.0,561.0,Active Learning for Text Classification in Python.,7.0,22,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,1084.0,1451.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10280.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,17.0,76.0,10.0,219.0,49.0,83.0,555.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,,,,,37.0,36.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1690.0,1697.0,,,,,,,,3.0,253.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,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,66.0,7.0,211.0,20.0,109.0,518.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'],297.0,292.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,4211.0,4211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,5.0,101.0,18.0,11.0,,50.0,459.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,61.0,61.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,5792.0,5792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-11-13 14:13:25.000000,2024-11-13 14:13:25,5663.0,5.0,94.0,19.0,767.0,16.0,446.0,449.0,Lightwood is Legos for Machine Learning.,47.0,22,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],77.0,75.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,7023.0,7023.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,379.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,,3835.0,3835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,5.0,60.0,28.0,110.0,33.0,184.0,369.0,scalable audio processing framework and server written in Python.,23.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,19.0,19.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,7.0,78.0,353.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,181.0,172.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,51929.0,52326.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,15905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +674,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,453.0,43.0,13.0,64.0,3.0,57.0,330.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,22,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],2.0,,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1892.0,1892.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +675,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,2024-11-13 15:05:16.000000,2024-10-22 14:12:38,1396.0,117.0,20.0,9.0,81.0,11.0,26.0,303.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-09-04 13:20:16.000,0.2.2,15.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-10-22 14:15:58.000,3.0,1239.0,1239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,2024-11-10 00:12:18.000000,2024-11-07 18:17:34,501.0,12.0,109.0,20.0,563.0,58.0,130.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,53633.0,53752.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5315.0,,,,,3.0,118.0,,,,,,,,,,,,,,,,,,, +677,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,238.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,,,,1297.0,1240.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,91351.0,93083.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,84876.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,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,,,,,2430.0,2386.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,112769.0,112769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,,1506.0,151.0,50.0,46.0,12.0,10488.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,21,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],72.0,69.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1034.0,1034.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,,637.0,93.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,1076.0,1076.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-08-13 19:13:05.000000,2024-08-13 19:09:33,193.0,,1210.0,97.0,51.0,409.0,288.0,6622.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,229.0,111.0,57.0,622.0,4934.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1536.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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4658.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5326.0,5329.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,246.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,2024-11-12 23:02:47.000000,2024-11-12 22:56:37,1604.0,2.0,514.0,147.0,610.0,86.0,75.0,3574.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",169.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,,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,,172.0,66.0,54.0,6.0,44.0,3089.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.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,,1384.0,1384.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +686,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,,398.0,101.0,54.0,64.0,48.0,2942.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,1115.0,1115.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +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,72.0,2.0,19.0,7.0,2907.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'],214.0,211.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,4914.0,4914.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,126.0,225.0,90.0,183.0,2329.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,211.0,211.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,,370.0,84.0,4.0,5.0,18.0,2220.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,522.0,522.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,,251.0,54.0,35.0,16.0,105.0,2117.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,,14094.0,14094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1.0,341.0,42.0,68.0,163.0,95.0,1865.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,,5752.0,5752.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,,161.0,18.0,74.0,24.0,42.0,1821.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'],34.0,34.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1346.0,1346.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,,271.0,65.0,51.0,23.0,75.0,1500.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,,932.0,932.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,101.0,36.0,13.0,24.0,1429.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,,154.0,154.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,,222.0,64.0,48.0,40.0,90.0,1277.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,,712.0,712.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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,204.0,64.0,7.0,13.0,29.0,1159.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,6703.0,6703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,144.0,25.0,77.0,51.0,37.0,1098.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,236616.0,236778.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9098.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,184.0,52.0,12.0,16.0,42.0,1004.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,273.0,273.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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,248.0,46.0,18.0,11.0,92.0,860.0,Data compression in TensorFlow.,21.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,3882.0,3882.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,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,845.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,14365.0,14708.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22012.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,,161.0,37.0,46.0,43.0,49.0,825.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,110.0,101.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,1093.0,1093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,772.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],64.0,60.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,960.0,960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,772.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,10237.0,10237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,744.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],673.0,665.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,45233.0,45409.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8651.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,39829.0,39829.0,,,,,,,,3.0,27.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,642.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']",685.0,668.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,47574.0,47574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,,,,,233.0,225.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,27756.0,27756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,,97.0,26.0,32.0,35.0,6.0,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],411.0,403.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,24544.0,24544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,315.0,608.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,708.0,708.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,89.0,7.0,20.0,7.0,94.0,591.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,78.0,76.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,42347.0,42347.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,571.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,2336.0,2336.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,64.0,17.0,114.0,8.0,48.0,569.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,,['pytorch'],148.0,143.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,4457.0,4457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,562.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,464.0,455.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12075.0,12493.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28483.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,168.0,56.0,20.0,39.0,60.0,549.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,33.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,524.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,33890.0,33890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,158.0,150.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8999.0,8999.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +717,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,225.0,15.0,40.0,495.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,13126.0,13130.0,,,,,,,,3.0,245.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-08-18 17:30:50.000000,2023-03-05 00:16:57,419.0,,104.0,36.0,276.0,76.0,174.0,490.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,,,,,87.0,85.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2147.0,2151.0,,,,,,,,3.0,388.0,,,,,,,,,,,,,,,,,,, +719,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,9.0,98.0,28.0,34.0,41.0,15.0,477.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,29831.0,29831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,2024-10-03 08:28:42.000000,2024-07-16 08:32:27,987.0,,86.0,32.0,98.0,18.0,27.0,471.0,A Python implementation of active inference for Markov Decision Processes.,18.0,21,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,13175.0,13175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-11-10 11:11:07.000000,2024-09-24 15:52:47,3054.0,18.0,64.0,12.0,268.0,11.0,112.0,442.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,426.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'],2049.0,2043.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,6.0,410124.0,410124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,416.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,139.0,136.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4722.0,4722.0,,,,,,,,3.0,105.0,,,,,,,,,,,,,,,,,,, +724,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,5.0,38.0,9.0,32.0,17.0,20.0,412.0,A python package for animating plots build on matplotlib.,7.0,21,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,2211.0,2516.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,14978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,3.0,26.0,8.0,78.0,33.0,23.0,402.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1897.0,2575.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,27140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,380.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,,,,,544.0,536.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,34771.0,34771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,33799.0,33799.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,11.0,37.0,29.0,37.0,355.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,,,,,258.0,242.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4808.0,4808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-11-12 21:28:12.000000,2024-11-12 21:28:00,799.0,29.0,25.0,5.0,301.0,4.0,,319.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-11-12 21:28:12.000,1.2.17,843.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-12 21:28:12.000,,24121.0,24121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,26.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']",20.0,18.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,486022.0,486022.0,,,,,,,,3.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,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,268.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,2387.0,5026.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,128482.0,,,,,3.0,2065.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,2024-11-05 05:30:55.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,218.0,22.0,64.0,247.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,493.0,493.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +733,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,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,,3611.0,3632.0,,,,,,,,3.0,1225.0,,,,,,,,,,,,,,,,,,, +734,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,4.0,23.0,8.0,13.0,4.0,11.0,224.0,A Python module to convert natural language numerics into ints and floats.,4.0,21,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20443.0,20443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,148.0,89.0,255.0,286.0,13605.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,,,,,,,,,,,,,,,,,,,, +736,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,,1720.0,20.0,19.0,72.0,24.0,5118.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,,4488.0,4488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,3419.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,,,,,162.0,155.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,963.0,963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,,322.0,58.0,242.0,175.0,111.0,3206.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,3857.0,3868.0,,,,,,,,3.0,695.0,,,,,,,,,,,,,,,,,,, +739,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,,,,,,,,,,,,,,,,,,,, +740,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,2683.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,74.0,74.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,622.0,622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,,181.0,55.0,895.0,129.0,586.0,1933.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,17.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1057.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,31.0,41.0,34.0,176.0,1877.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,,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,,105.0,39.0,31.0,30.0,79.0,1813.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,,,,,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7685.0,7686.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +744,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,1627.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,2614.0,2614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,67.0,202.0,5.0,74.0,1591.0,DELTA is a deep learning based natural language and speech processing platform.,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,,126.0,324.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.0,3.0,,,,,,,,,,,,,,,,,,,, +746,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,,156.0,46.0,3.0,13.0,15.0,1532.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,20,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,,2162.0,2162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,56.0,65.0,8.0,31.0,1385.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,1033.0,1033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,187.0,19.0,262.0,88.0,94.0,1363.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,36889.0,36889.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,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,39.0,13.0,14.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,,,,,173.0,171.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2945.0,2945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,21.0,1050.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,20,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1912.0,1933.0,,,,,,,,3.0,458.0,,,,,,,,,,,,,,,,,,, +751,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,,169.0,57.0,14.0,30.0,19.0,1027.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,,,,186.0,184.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,672.0,899.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9546.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,,,,3645.0,3640.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,563.0,563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,,87.0,23.0,50.0,16.0,17.0,842.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,2228.0,3174.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,31240.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,,126.0,30.0,29.0,21.0,34.0,771.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'],47.0,47.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,790.0,790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,766.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,,,,,116.0,116.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,909.0,909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,7526.0,7526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,,149.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'],29.0,26.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,364.0,364.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,45.0,61.0,613.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4703.0,4826.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5069.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,2.0,41.0,15.0,18.0,,22.0,606.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,1120.0,1120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,569.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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,356.0,356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,548.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,118.0,116.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,655.0,655.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,,,,,, +762,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,,139.0,55.0,72.0,18.0,71.0,527.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,20,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,22.0,22.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,1548.0,1548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,109.0,19.0,57.0,27.0,21.0,497.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,,,,,87.0,79.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4128.0,4128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,469.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']",54.0,54.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1698.0,1698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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-14 13:07:04.000000,2024-08-14 15:39:49,663.0,,18.0,23.0,388.0,50.0,87.0,331.0,Serverside scaling for Vega and Altair visualizations.,4.0,20,True,2024-05-09 19:19:11.000,1.6.9,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,3298.0,12036.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,269933.0,,,,,3.0,7745.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,76.0,,,,,,,,,,,,, +766,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,,52.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'],260.0,260.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3299.0,3299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,,26.0,22.0,239.0,24.0,25.0,299.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,771.0,771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,4.0,58.0,14.0,90.0,26.0,39.0,279.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,24.0,21.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,17108.0,17108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,8.0,76.0,21.0,447.0,27.0,51.0,275.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,623.0,623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,236.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6725.0,6725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,,,,,448.0,446.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1163.0,1167.0,,,,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +772,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,,33.0,11.0,202.0,21.0,76.0,204.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,2607.0,2607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,338.0,58.0,2.0,,6779.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,,359.0,366.0,,,,,,,,3.0,385.0,,,,,,,,,,,,,,,,,,, +774,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3226.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2282.0,2282.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,,178.0,24.0,20.0,19.0,30.0,1722.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,,,,,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,272.0,273.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +776,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,1547.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,19,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,,1366.0,1385.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1694.0,3.0,,,,,,,,,,,,,,,,,,,, +777,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,,173.0,43.0,6.0,4.0,7.0,1124.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,,141.0,17.0,11.0,42.0,43.0,1096.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,19,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],167.0,162.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5266.0,5266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,179.0,19.0,42.0,23.0,60.0,918.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,,,,196.0,193.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,701.0,899.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10106.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,857.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,232.0,30.0,38.0,43.0,21.0,856.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,,2719.0,2719.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,780.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,,309.0,309.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,,101.0,26.0,49.0,15.0,54.0,734.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,,,,,30.0,28.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,19,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,,1605.0,1605.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,854.0,47378.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2326202.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,,97.0,15.0,53.0,13.0,16.0,569.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,,4313.0,4313.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +787,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,527.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1423.0,1423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,485.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],14.0,14.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,2548.0,2548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,19,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,5291.0,5291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,409.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,4949.0,5379.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,19,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,,1779.0,1779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,2024-11-14 12:43:13.000000,2024-04-26 20:31:49,327.0,,79.0,25.0,347.0,26.0,10.0,343.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2786.0,2786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,5911.0,5911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,2024-09-03 22:33:34.000000,2024-07-08 16:17:35,399.0,,137.0,34.0,325.0,92.0,132.0,337.0,Brain Imaging Analysis Kit.,35.0,19,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,764.0,781.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1877.0,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,53.0,11.0,60.0,17.0,41.0,333.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,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,37.0,18.0,6.0,19.0,21.0,314.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,1803.0,1803.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +797,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,285.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,19,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],11.0,11.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,2472.0,7211.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,232224.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,112.0,51.0,46.0,160.0,6292.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,2024-10-19 22:04:44.000000,2024-10-19 22:04:38,711.0,12.0,435.0,40.0,863.0,149.0,119.0,3329.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,,416.0,106.0,83.0,67.0,48.0,2993.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8817.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,61.0,106.0,27.0,56.0,2137.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,,1672.0,1672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,,458.0,80.0,36.0,83.0,68.0,1697.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,,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,28.0,1005.0,127.0,65.0,1650.0,Version control for machine learning.,17.0,18,False,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,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,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,393.0,393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,6954.0,6954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,,85.0,13.0,35.0,4.0,24.0,817.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,38.0,34.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3082.0,3082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,795.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,,3031.0,3130.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3693.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,774.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,16069.0,16069.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,, +809,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,,115.0,19.0,26.0,2.0,87.0,736.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,,17366.0,17366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,675.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,,763.0,763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3984.0,3984.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,13.0,130.0,18.0,138.0,481.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,3515.0,3515.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,,106.0,71.0,7.0,15.0,19.0,432.0,semantic similarity framework for knowledge graph.,10.0,18,True,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,,304.0,304.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,,83.0,20.0,248.0,10.0,23.0,424.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,1856.0,1856.0,,,,,,,,3.0,26.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,12.0,1.0,2.0,80.0,403.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,,5129.0,5129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,401.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,138.0,134.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4953.0,4954.0,,,,,,,,3.0,116.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,28.0,59.0,30.0,32.0,292.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,,604.0,607.0,,,,,,,,3.0,205.0,,,,,,,,,,,,,,,,,,, +818,solt,Oulu-IMEDS/solt,image,,https://github.com/Oulu-IMEDS/solt,https://github.com/Oulu-IMEDS/solt,MIT,2018-08-02 15:09:05.000,2024-07-25 10:53:20.000000,2024-06-22 08:32:56,378.0,,19.0,6.0,33.0,20.0,44.0,263.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,62.0,59.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,319.0,319.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,,43.0,11.0,61.0,31.0,47.0,242.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,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,18,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,,8105.0,8105.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,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,,,,,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,133.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,,,,9987.0,9858.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,353425.0,353456.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,,1350.0,466.0,21.0,59.0,167.0,7133.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,,,,,,,,,,,,,,,,,, +824,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,1852.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,17,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,,254.0,254.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +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,,144.0,17.0,11.0,25.0,18.0,1161.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,1085.0,1085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,20.0,295.0,3.0,70.0,1077.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,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,,25.0,25.0,,,,,,,,3.0,,,,,,,,,2.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,19.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,,,,,82.0,81.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,371.0,371.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,779.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,,,,,59.0,59.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,616.0,616.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,,718.0,725.0,,,,,,,,3.0,521.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,18.0,19.0,4.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,,,,,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,334.0,334.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,,98.0,38.0,106.0,12.0,51.0,550.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,True,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,,363.0,366.0,,,,,,,,3.0,246.0,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +832,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,493.0,"Research workflows made easy, locally and in the Cloud.",10.0,17,True,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,,1424.0,1424.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,36.0,47.0,5.0,12.0,412.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,204.0,204.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,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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,157.0,157.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,444.0,444.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,4278.0,4389.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3775.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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,,46.0,1.0,,,,219.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,,1278.0,1278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,,13.0,9.0,2.0,,5.0,206.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,17,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,1163.0,1163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,155.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,,9339.0,9339.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,13.0,54.0,16.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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,274.0,274.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,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'],50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,712.0,712.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,122.0,24.0,17.0,353.0,4344.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,176.0,110.0,56.0,149.0,3946.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,138.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,,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,,121.0,49.0,22.0,15.0,9.0,848.0,A medical imaging framework for Pytorch.,8.0,16,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,,177.0,177.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,43.0,667.0,28.0,27.0,826.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,31.0,31.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,802.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],92.0,91.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3281.0,3281.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,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,2421.0,2421.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,16.0,15.0,10.0,22.0,734.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,,523.0,523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,9530.0,9530.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,715.0,GPU accelerated signal processing.,46.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,,38.0,24.0,4.0,4.0,2.0,683.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,421.0,421.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,,57.0,16.0,83.0,18.0,49.0,608.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,,371.0,371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,16,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,2996.0,2996.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,2.0,43.0,21.0,171.0,6.0,65.0,504.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,257.0,257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,1.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,,345.0,345.0,,,,,,,,3.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,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,55.0,18.0,6.0,6.0,,396.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,1008.0,1147.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7264.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,,32.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,,,,,89.0,89.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,55.0,55.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,18.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,2043.0,2043.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +860,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,16,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,2410.0,2410.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,229.0,Easy training and deployment of seq2seq models.,2.0,16,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,1597.0,1597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,5.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,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,,3626.0,3626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,142.0,72.0,12.0,53.0,2202.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,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,39.0,40.0,73.0,34.0,1170.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,,119.0,30.0,111.0,14.0,25.0,1088.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,,,,,,,,,,,,,,,,,,,, +866,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,,71.0,13.0,10.0,24.0,41.0,565.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,15,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,,,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,933.0,933.0,,,,,,,,3.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,1.0,52.0,10.0,17.0,10.0,29.0,417.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,,1832.0,1832.0,,,,,,,,3.0,19.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,,67.0,19.0,177.0,87.0,16.0,416.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,,299.0,299.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,,40.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,,703.0,703.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,11.0,6.0,9.0,6.0,312.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,,218.0,218.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,13.0,271.0,64.0,181.0,296.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,,974.0,974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,3.0,11.0,9.0,15.0,2.0,7.0,276.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,229.0,229.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,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,,222.0,222.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,,32.0,8.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,,436.0,436.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,,27.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,933.0,933.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,,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,,35.0,14.0,18.0,27.0,18.0,125.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,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-05 09:43:57.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-11-05 09:43:57.000,3.47.2,300.0,comet_ml,comet_ml,,,,79.0,,https://pypi.org/project/comet_ml,2024-11-05 09:43:57.000,79.0,432201.0,432201.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,,996.0,63.0,13.0,44.0,26.0,3720.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,3428.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,67.0,26.0,10.0,97.0,1685.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,1307.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,,,,,,,,,,,,,,,,,,,, +884,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,1228.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4901.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,708.0,2272.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,81361.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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,347.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,2072.0,2072.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,291.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,,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,14,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,,2223.0,2223.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,,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,14,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,2032.0,2032.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,103.0,28.0,28.0,357.0,3840.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,,486.0,108.0,12.0,39.0,8.0,2704.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,,86.0,48.0,4.0,3.0,,2560.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,2148.0,2150.0,,,,,,,,3.0,76.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,,174.0,37.0,10.0,13.0,3.0,1368.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,11.0,11.0,2.0,16.0,769.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,158.0,158.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,,53.0,17.0,3.0,2.0,1.0,536.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,,269.0,269.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,2024-11-13 15:13:21.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,265.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,,461.0,466.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,3.0,11.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,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,13,False,,,2.0,autodist,,,,['tensorflow'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,470.0,470.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,5.0,1238.0,4.0,10.0,126.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,,607.0,616.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.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,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,885.0,885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,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,5.0,7.0,7.0,127.0,9.0,9.0,120.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],6.0,6.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,12.0,5.0,3.0,2.0,111.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,,299.0,299.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +904,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,,199.0,199.0,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +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,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,32.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,,640.0,640.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,,408.0,63.0,6.0,65.0,17.0,1948.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,,323.0,88.0,11.0,12.0,6.0,1775.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,105.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,,511.0,511.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,,459.0,93.0,22.0,52.0,15.0,3268.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,916.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,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,11,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,,169.0,169.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,618.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,528.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,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.,,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,,157.0,157.0,,,,,,,,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,148.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,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,67.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/2024-11-21_changes.md b/history/2024-11-21_changes.md new file mode 100644 index 00000000..430e65d4 --- /dev/null +++ b/history/2024-11-21_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._ + +- Ray (πŸ₯‡46 Β· ⭐ 34K Β· πŸ“ˆ) - Ray is an AI compute engine. Ray consists of a core distributed.. Apache-2 +- PySpark (πŸ₯‡45 Β· ⭐ 40K Β· πŸ“ˆ) - Apache Spark Python API. Apache-2 +- Albumentations (πŸ₯‡41 Β· ⭐ 14K Β· πŸ“ˆ) - Fast and flexible image augmentation library. Paper.. MIT +- MoviePy (πŸ₯‡40 Β· ⭐ 13K Β· πŸ“ˆ) - Video editing with Python. MIT +- PyFlink (πŸ₯ˆ39 Β· ⭐ 24K Β· πŸ“ˆ) - Apache Flink Python API. Apache-2 +- fairseq (πŸ₯‡37 Β· ⭐ 31K Β· πŸ“ˆ) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT +- NeMo (πŸ₯‡37 Β· ⭐ 12K Β· πŸ“ˆ) - A scalable generative AI framework built for researchers and.. Apache-2 +- FATE (πŸ₯ˆ26 Β· ⭐ 5.7K Β· πŸ“ˆ) - An Industrial Grade Federated Learning Framework. Apache-2 +- ivis (πŸ₯‰24 Β· ⭐ 330 Β· πŸ“ˆ) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +- fastT5 (πŸ₯‰18 Β· ⭐ 560 Β· πŸ’€) - boost inference speed of T5 models by 5x & reduce the model size.. 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._ + +- nltk (πŸ₯‡43 Β· ⭐ 14K Β· πŸ“‰) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- DVC (πŸ₯‡41 Β· ⭐ 14K Β· πŸ“‰) - Data Versioning and ML Experiments. Apache-2 +- flair (πŸ₯‡37 Β· ⭐ 14K Β· πŸ“‰) - A very simple framework for state-of-the-art Natural Language.. MIT +- PyQtGraph (πŸ₯ˆ36 Β· ⭐ 3.9K Β· πŸ“‰) - Fast data visualization and GUI tools for scientific / engineering.. MIT +- AutoGluon (πŸ₯‡35 Β· ⭐ 8.1K Β· πŸ“‰) - Fast and Accurate ML in 3 Lines of Code. Apache-2 +- UMAP (πŸ₯ˆ34 Β· ⭐ 7.5K Β· πŸ“‰) - Uniform Manifold Approximation and Projection. BSD-3 +- tensorboardX (πŸ₯ˆ33 Β· ⭐ 7.9K Β· πŸ“‰) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +- Pythran (πŸ₯ˆ33 Β· ⭐ 2K Β· πŸ“‰) - Ahead of Time compiler for numeric kernels. BSD-3 +- River (πŸ₯ˆ32 Β· ⭐ 5.1K Β· πŸ“‰) - Online machine learning in Python. BSD-3 +- Apex (πŸ₯ˆ30 Β· ⭐ 8.4K Β· πŸ“‰) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3 + diff --git a/history/2024-11-21_projects.csv b/history/2024-11-21_projects.csv new file mode 100644 index 00000000..e215aeb1 --- /dev/null +++ b/history/2024-11-21_projects.csv @@ -0,0 +1,920 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,3.0,739.0,118.0,340.0,71.0,150.0,4977.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,170.0,58.0,205.0,,3.0,2333.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,94.0,199.0,7.0,6.0,3704.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,94.0,199.0,7.0,6.0,3704.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,94.0,199.0,7.0,6.0,3704.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,94.0,199.0,7.0,6.0,3704.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,2024-11-21 14:11:53.000000,2024-11-21 14:11:44,172436.0,3688.0,74310.0,7566.0,39725.0,5949.0,38718.0,189089.0,An Open Source Machine Learning Framework for Everyone.,4718.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],439445.0,431368.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,19255434.0,20080593.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5106141.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-11-21 13:48:46.366741,2616.0,78512195.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,2024-11-21 13:56:32.000000,2024-11-21 13:53:38,81251.0,3725.0,22646.0,1743.0,94091.0,15604.0,32293.0,84336.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5258.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],592804.0,572945.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,32533209.0,33181306.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24602037.0,,,,,1.0,66190.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,2024-11-21 12:53:05.000000,2024-11-21 12:53:04,31929.0,317.0,25408.0,2139.0,18027.0,2050.0,9715.0,60201.0,scikit-learn: machine learning in Python.,3225.0,53,True,2024-09-11 15:52:05.000,1.5.2,82.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],983109.0,957459.0,https://pypi.org/project/scikit-learn,2024-11-15 13:33:41.000,25650.0,78913012.0,79511132.0,https://anaconda.org/conda-forge/scikit-learn,2024-11-15 14:22:02.851,32298046.0,,,,,1.0,1028.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,2024-11-21 14:21:44.000000,2024-11-21 13:52:39,17414.0,747.0,27048.0,1123.0,18170.0,1469.0,15194.0,135276.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2929.0,52,True,2024-11-18 22:13:14.000,4.46.3,164.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",250793.0,244005.0,https://pypi.org/project/transformers,2024-11-18 22:12:57.000,6788.0,42080981.0,42124115.0,https://anaconda.org/conda-forge/transformers,2024-11-19 01:57:44.980,2242993.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,2024-11-21 12:45:29.000000,2024-11-21 12:45:29,33877.0,529.0,5190.0,348.0,11492.0,1748.0,8950.0,13110.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1714.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1195561.0,1149685.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,119213205.0,120356322.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,54685894.0,,,,,1.0,428780.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,2024-11-20 15:41:09.000000,2024-11-20 15:41:09,59223.0,456.0,4431.0,291.0,13516.0,5132.0,8919.0,13018.0,A computer algebra system written in pure Python.,1342.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,194302.0,190802.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,30066881.0,30203342.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7150101.0,,,,,1.0,551166.0,,,,,,,,,,,,,,,,,,, +12,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,2024-11-21 10:02:48.000000,2024-11-21 10:02:48,11153.0,262.0,19485.0,1916.0,7584.0,258.0,11975.0,62107.0,Deep Learning for humans.,1348.0,48,True,2024-10-03 19:44:54.000,3.6.0,103.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1582.0,,https://pypi.org/project/keras,2024-10-03 19:44:54.000,1582.0,14081894.0,14153696.0,https://anaconda.org/conda-forge/keras,2024-10-07 20:46:42.672,3805537.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-11-21 08:56:39.000000,2024-11-21 08:56:39,51358.0,380.0,7649.0,592.0,18565.0,1586.0,9368.0,20319.0,matplotlib: plotting with Python.,1748.0,48,True,2024-08-13 01:44:21.000,3.9.2,128.0,matplotlib,conda-forge/matplotlib,,,,1473972.0,1422949.0,https://pypi.org/project/matplotlib,2024-11-01 03:44:50.000,51023.0,66871626.0,67379793.0,https://anaconda.org/conda-forge/matplotlib,2024-11-08 00:49:06.836,26932872.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,2024-11-21 08:25:18.000000,2024-11-18 10:17:40,18835.0,484.0,2231.0,219.0,5176.0,139.0,3108.0,12316.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1930379.0,1921484.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,116747874.0,117642390.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,46514883.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-11-21 14:36:18.000000,2024-11-21 13:31:48,6835.0,267.0,3105.0,320.0,5122.0,993.0,3707.0,35808.0,Streamlit A faster way to build and share data apps.,247.0,46,True,2024-11-11 19:48:58.000,1.40.1,230.0,streamlit,,,,,595193.0,592313.0,https://pypi.org/project/streamlit,2024-11-11 19:48:52.000,2880.0,7397447.0,7397447.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-11-21 13:54:01.000000,2024-11-21 13:54:01,23094.0,619.0,5781.0,474.0,29626.0,4242.0,15280.0,34094.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1101.0,46,True,2024-11-13 19:50:19.000,ray-2.39.0,119.0,ray,conda-forge/ray-tune,,,,19867.0,19056.0,https://pypi.org/project/ray,2024-11-12 21:31:10.000,811.0,6218174.0,6228081.0,https://anaconda.org/conda-forge/ray-tune,2024-10-30 16:31:33.519,465565.0,,,,,1.0,242.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,2024-11-21 07:57:12.000000,2024-11-21 07:57:12,7194.0,141.0,8728.0,908.0,5679.0,455.0,4919.0,26325.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",652.0,46,True,2024-10-23 14:31:13.000,2.1.2,84.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,119292.0,117246.0,https://pypi.org/project/xgboost,2024-10-23 14:19:26.000,2046.0,26236927.0,26342135.0,https://anaconda.org/conda-forge/xgboost,2024-11-21 01:59:57.300,5466008.0,,,,,1.0,11953.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,2024-11-21 12:57:07.000000,2024-11-21 12:56:59,42822.0,856.0,28314.0,2023.0,48889.0,210.0,,39989.0,Apache Spark Python API.,3144.0,45,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,29998120.0,30064851.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3536759.0,,,,,1.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,2024-11-21 13:25:37.000000,2024-11-21 13:25:33,24269.0,1662.0,2801.0,337.0,16383.0,1439.0,4294.0,30550.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",791.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,34880.0,32973.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4336632.0,4372214.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1885853.0,,,,,1.0,,,,jax-ml/jax,,,,,,,,,,,,,,,, +20,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-11-19 09:43:56.000000,2024-11-19 09:43:40,16213.0,77.0,4404.0,563.0,4025.0,157.0,5521.0,30290.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,,108200.0,105511.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,13058471.0,13144096.0,https://anaconda.org/conda-forge/spacy,2024-09-22 12:43:59.353,4537740.0,,,,,1.0,690.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,2024-11-21 14:14:53.000000,2024-11-21 14:14:53,51752.0,1162.0,5606.0,716.0,50924.0,1796.0,17471.0,22272.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1305.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6551.0,6358.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,314966.0,315121.0,,,,,,,,1.0,15412.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,2024-11-21 10:07:53.000000,2024-11-19 20:10:53,20640.0,62.0,4191.0,438.0,6206.0,782.0,6997.0,19383.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-11-06 19:51:28.000,3.6.1,221.0,bokeh,conda-forge/bokeh,,,,96545.0,94766.0,https://pypi.org/project/bokeh,2024-11-06 19:51:28.000,1779.0,4254285.0,4544547.0,https://anaconda.org/conda-forge/bokeh,2024-11-07 07:28:52.498,15383906.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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,2024-11-21 00:46:53.000000,2024-11-20 21:47:56,7180.0,467.0,2554.0,275.0,1748.0,574.0,2469.0,16318.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,334043.0,327714.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,20101172.0,20249855.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7528040.0,,,,,1.0,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,9275.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,2024-11-14 16:42:05.000000,2024-11-14 16:42:05,15567.0,99.0,2883.0,283.0,3957.0,2836.0,2803.0,10163.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,147548.0,143079.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16293669.0,16592589.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15842796.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,2024-11-21 12:52:10.000000,2024-11-21 01:40:51,7218.0,226.0,2579.0,178.0,4605.0,439.0,4576.0,34087.0,"Wrap UIs around any model, share with anyone.",453.0,44,True,2024-11-16 00:34:05.000,5.6.0,606.0,gradio,,,,,47950.0,47084.0,https://pypi.org/project/gradio,2024-11-16 00:34:05.000,866.0,6849925.0,6849925.0,,,,,,,,1.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,2024-11-21 13:01:10.000000,2024-11-21 12:59:10,6822.0,430.0,4240.0,303.0,9590.0,1657.0,2620.0,18828.0,Open source platform for the machine learning lifecycle.,795.0,44,True,2024-11-18 15:11:13.000,2.18.0,119.0,mlflow,conda-forge/mlflow,,,,47259.0,46350.0,https://pypi.org/project/mlflow,2024-11-18 13:47:00.000,909.0,18418325.0,18465420.0,https://anaconda.org/conda-forge/mlflow,2024-11-19 20:43:56.930,2496073.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2024-11-19 16:01:50.000000,2024-11-19 14:42:40,7829.0,63.0,3253.0,277.0,3927.0,344.0,3038.0,14980.0,Network Analysis in Python.,755.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,326956.0,317326.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,63803213.0,64170349.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,18723972.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-11-21 13:47:47.000000,2024-11-21 01:55:39,18393.0,1533.0,1657.0,76.0,3071.0,837.0,2933.0,14056.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",359.0,44,True,2024-11-21 03:01:44.000,1.52.12,1005.0,litellm,,,,others,5201.0,4662.0,https://pypi.org/project/litellm,2024-11-21 02:49:38.000,539.0,3481512.0,3481719.0,,,,,,,,1.0,415.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,2024-11-21 12:43:21.000000,2024-11-21 12:43:21,8411.0,118.0,1708.0,213.0,6054.0,1090.0,4310.0,12608.0,Parallel computing with task scheduling.,613.0,44,True,2024-11-13 15:17:34.000,2024.11.2,212.0,dask,conda-forge/dask,,,,69436.0,66956.0,https://pypi.org/project/dask,2024-11-13 15:17:34.000,2480.0,13608732.0,13835675.0,https://anaconda.org/conda-forge/dask,2024-11-18 23:05:18.333,12254964.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +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,2024-11-20 23:47:46.000000,2024-11-20 23:47:44,10455.0,40.0,3383.0,251.0,10316.0,814.0,6327.0,28432.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",982.0,43,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],40237.0,38794.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,7042791.0,7068441.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1345990.0,,,,,2.0,10423.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +31,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-11-19 19:56:20.000000,2024-11-19 14:24:43,7746.0,126.0,2074.0,425.0,1157.0,491.0,1371.0,21521.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,73582.0,72235.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,3901395.0,3930936.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1565631.0,,,,,1.0,86.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,2024-11-21 06:13:01.000000,2024-11-21 05:52:40,2921.0,133.0,3670.0,438.0,3467.0,338.0,2549.0,17962.0,Open standard for machine learning interoperability.,326.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,37234.0,36181.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6168485.0,6193986.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1337717.0,,,,,1.0,22308.0,,,,,,,,,,,,,,,,,,, +33,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-11-17 20:49:20.000000,2024-11-15 12:30:23,3601.0,44.0,3834.0,434.0,3290.0,375.0,3077.0,16714.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",320.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,41290.0,40213.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,10118946.0,10178809.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2861323.0,,,,,2.0,239989.0,,,,,,,,,,,,,,,,,,, +34,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-11-11 06:24:40.000000,2024-11-11 06:24:40,14683.0,9.0,2887.0,464.0,1496.0,276.0,1562.0,13641.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,43,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,327513.0,322816.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,21221340.0,21286802.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2880345.0,,,,,1.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,2024-11-21 15:06:33.000000,2024-11-21 04:01:16,2975.0,381.0,1651.0,193.0,3550.0,660.0,850.0,13460.0,Development repository for the Triton language and compiler.,344.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,43842.0,43577.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15245956.0,15245956.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,2024-11-21 09:23:09.000000,2024-11-21 09:23:09,5017.0,52.0,2082.0,1670.0,4884.0,352.0,2732.0,12274.0,WebGL2 powered visualization framework.,276.0,43,True,2024-11-08 14:09:08.912,9.0.35,675.0,pydeck,conda-forge/pydeck,,,['jupyter'],8751.0,8327.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6377151.0,7023706.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,646235.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-11-08 14:09:08.912,304.0,635218.0,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-11-21 05:34:34.000000,2024-11-21 05:34:34,18458.0,290.0,1034.0,119.0,3714.0,65.0,1620.0,10952.0,A hyperparameter optimization framework.,277.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,20276.0,19241.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3955057.0,3990827.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,1895853.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,2024-11-21 05:04:07.000000,2024-11-21 05:04:07,2567.0,122.0,4758.0,312.0,541.0,47.0,883.0,32324.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",158.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],41717.0,40763.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,5915084.0,6029822.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,268149.0,,,,,1.0,7232419.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +39,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-11-20 10:49:42.000000,2024-11-20 10:49:35,2775.0,33.0,3289.0,244.0,981.0,722.0,1824.0,22914.0,A game theoretic approach to explain the output of any machine learning model.,253.0,42,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,22865.0,22117.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6417120.0,6509945.0,https://anaconda.org/conda-forge/shap,2024-11-20 09:50:28.114,4362786.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +40,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,2024-11-19 21:44:10.000000,2024-11-19 21:41:42,1371.0,82.0,2440.0,242.0,630.0,187.0,1207.0,14876.0,Download market data from Yahoo! Finances API.,127.0,42,True,2024-11-19 21:44:10.000,0.2.50,122.0,yfinance,ranaroussi/yfinance,,,,52414.0,51706.0,https://pypi.org/project/yfinance,2024-11-19 21:44:10.000,708.0,3570768.0,3573199.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97266.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,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,2024-11-21 12:43:23.000000,2024-11-15 16:08:35,3819.0,71.0,793.0,140.0,1520.0,193.0,1837.0,9389.0,Declarative statistical visualization library for Python.,173.0,42,True,2024-08-27 04:41:23.000,5.4.1,42.0,altair,conda-forge/altair,,,,178103.0,177229.0,https://pypi.org/project/altair,2024-08-27 04:31:06.000,874.0,23339351.0,23410873.0,https://anaconda.org/conda-forge/altair,2024-11-21 03:08:24.902,2503212.0,,,,,1.0,196.0,,,vega/altair,,,,,,,,,,,,,,,, +42,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-11-21 02:16:49.000000,2024-11-21 02:16:48,7353.0,521.0,671.0,61.0,5530.0,628.0,2764.0,9165.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",197.0,42,True,2024-11-14 00:05:52.000,0.18.7,293.0,wandb,conda-forge/wandb,,,,60194.0,58685.0,https://pypi.org/project/wandb,2024-11-13 23:25:57.000,1509.0,18886832.0,18901331.0,https://anaconda.org/conda-forge/wandb,2024-11-14 21:50:04.093,753549.0,,,,,1.0,365.0,,,wandb/wandb,,,,,,,,,,,,,,,, +43,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,2024-11-21 13:35:21.000000,2024-11-21 13:25:58,48790.0,295.0,1190.0,191.0,401.0,577.0,1786.0,8096.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1290.0,42,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3564146.0,3604930.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1776463.0,,,,,2.0,324712.0,,,,,,,,,,,,,,,,,,, +44,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,2024-11-19 21:01:53.000000,2024-11-19 21:01:53,5875.0,22.0,1657.0,189.0,5052.0,682.0,1241.0,6718.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],275877.0,273651.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,22958821.0,23056233.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5162848.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,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,2024-11-20 17:53:24.000000,2024-11-20 17:53:23,14213.0,134.0,2232.0,186.0,4536.0,812.0,2116.0,6098.0,Image processing in Python.,676.0,42,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,210114.0,203812.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,11186001.0,11321278.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7169702.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-11-20 23:41:53.000000,2024-11-20 01:04:47,2573.0,127.0,4109.0,346.0,3049.0,1092.0,1872.0,35533.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",352.0,41,True,2024-11-08 16:31:30.000,0.15.4,98.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9885.0,9664.0,https://pypi.org/project/deepspeed,2024-11-08 16:31:30.000,221.0,562788.0,563127.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19670.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-11-20 03:50:53.000000,2024-11-20 03:37:03,1312.0,111.0,3633.0,479.0,1268.0,254.0,2302.0,31540.0,A library for efficient similarity search and clustering of dense vectors.,197.0,41,True,2024-10-29 10:36:06.000,2.4.9,103.0,pymilvus,conda-forge/faiss,,,,4347.0,4167.0,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1203640.0,1238938.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1870813.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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,2024-11-21 14:44:09.158496,2024-11-21 14:20:34,21272.0,708.0,2934.0,284.0,23248.0,717.0,11544.0,30911.0,"A cloud-native vector database, storage for next generation AI applications.",295.0,41,True,2024-11-20 07:14:07.000,2.4.16,103.0,pymilvus,,milvusdb/milvus,,,180.0,,https://pypi.org/project/pymilvus,2024-10-29 10:36:06.000,180.0,1203640.0,2289515.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-11-21 14:44:09.158496,64.0,67037332.0,1.0,282319.0,,,,,,,,,,,,,,,,,,, +49,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-11-17 08:15:57.000000,2024-11-17 08:15:54,2800.0,16.0,7565.0,603.0,2235.0,226.0,1593.0,26305.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19849.0,19541.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,585173.0,585173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +50,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2024-11-21 11:35:01.000000,2024-11-14 01:59:45,3957.0,35.0,6961.0,436.0,5432.0,1036.0,2461.0,16285.0,"Datasets, Transforms and Models specific to Computer Vision.",613.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,15897481.0,15939211.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1817183.0,,,,,1.0,39266.0,,,,,,,,,,,,,,,,,,, +51,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,2024-11-20 14:02:39.000000,2024-11-20 14:02:38,1597.0,73.0,2485.0,141.0,590.0,1191.0,1047.0,15376.0,State-of-the-Art Text Embeddings.,195.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],57885.0,56048.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,6558492.0,6567696.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-18 19:12:20.997,460204.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,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,2024-11-21 13:36:58.000000,2024-11-21 13:36:55,1107.0,132.0,1649.0,127.0,1017.0,190.0,944.0,14286.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,152.0,41,True,2024-11-01 00:16:00.000,1.4.21,76.0,albumentations,conda-forge/albumentations,,,['pytorch'],29686.0,29091.0,https://pypi.org/project/albumentations,2024-11-01 00:16:00.000,595.0,4780275.0,4784267.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,207605.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +53,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,2024-11-19 19:36:23.000000,2024-11-19 19:36:20,9360.0,38.0,1187.0,135.0,5539.0,235.0,4484.0,13937.0,Data Versioning and ML Experiments.,307.0,41,True,2024-10-23 02:16:24.000,3.56.0,539.0,dvc,conda-forge/dvc,,,,19294.0,19161.0,https://pypi.org/project/dvc,2024-10-23 02:16:24.000,133.0,555829.0,600710.0,https://anaconda.org/conda-forge/dvc,2024-10-23 06:04:08.856,2378708.0,,,,,1.0,,-1.0,,,,,,,,dvc,dvc,dvc,,,,,,,, +54,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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1929.0,264.0,1126.0,185.0,2423.0,12583.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,518613.0,507770.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18797878.0,19001841.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10809908.0,,,,,1.0,450.0,,,,,,,,,,,,,,,,,,, +55,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2024-11-21 14:57:47.000000,2024-11-21 14:57:47,10277.0,324.0,1395.0,136.0,1293.0,139.0,1009.0,8953.0,A PyTorch-based Speech Toolkit.,248.0,41,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2573.0,2506.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3341240.0,3341240.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,2024-11-20 12:18:47.000000,2024-11-20 12:18:03,10118.0,100.0,2017.0,226.0,4098.0,314.0,3075.0,8725.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-11-18 08:02:10.000,5.18.2,93.0,pymc3,conda-forge/pymc3,,,,4896.0,4704.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,233573.0,245210.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,615928.0,,,,,1.0,1956.0,,,,,,,,,,,,,,,,,,, +57,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,2024-11-20 19:40:14.000000,2024-11-20 19:40:09,3895.0,79.0,1138.0,137.0,3228.0,329.0,1205.0,2104.0,A library for training and deploying machine learning models on Amazon SageMaker.,461.0,41,True,2024-11-20 19:40:14.000,2.235.1,612.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",4961.0,4804.0,https://pypi.org/project/sagemaker,2024-11-20 19:40:14.000,157.0,25065582.0,25088822.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1185251.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-11-21 13:09:17.000000,2024-11-21 13:07:20,6359.0,90.0,7767.0,442.0,3162.0,186.0,9214.0,44419.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,40,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],3810.0,3702.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,292650.0,306740.0,,,,,,,,1.0,704534.0,,,,,,,,,,,,,,,,,,, +59,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,,8606.0,1059.0,1458.0,117.0,1723.0,34831.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,60564.0,59016.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,2532720.0,2538789.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,333846.0,,,,,1.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,2024-11-20 22:47:43.000000,2024-11-20 17:36:53,7655.0,45.0,3677.0,253.0,3172.0,1059.0,2666.0,21425.0,Graph Neural Network Library for PyTorch.,528.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7339.0,6984.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,411746.0,413961.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,115209.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,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-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,,4379.0,430.0,1711.0,384.0,1465.0,15692.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,,,,68326.0,66949.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4212738.0,4245285.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1430075.0,,,,,1.0,5069.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +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,2024-11-18 11:53:59.000000,2024-11-18 11:53:59,8288.0,14.0,3366.0,479.0,727.0,53.0,2180.0,13578.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,31980.0,31767.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,167824.0,185635.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,932110.0,,,,,2.0,25528.0,,,,,,,,,,,,,,,,,,, +63,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-11-20 13:07:47.000000,2024-11-20 13:07:47,1209.0,24.0,1580.0,253.0,689.0,494.0,1061.0,12607.0,Video editing with Python.,163.0,40,True,2024-11-20 05:21:11.000,2.0.0,86.0,moviepy,conda-forge/moviepy,,,,49902.0,48904.0,https://pypi.org/project/moviepy,2024-11-20 05:21:11.000,998.0,1516603.0,1519720.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,274367.0,,,,,1.0,,3.0,,,,,,,,,,,,,,,,,, +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,2024-11-21 10:55:11.000000,2024-11-21 10:55:11,1843.0,30.0,803.0,121.0,668.0,54.0,957.0,9063.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-05 17:30:25.000,0.20.3,104.0,tokenizers,conda-forge/tokenizers,,,,117583.0,116517.0,https://pypi.org/project/tokenizers,2024-11-15 11:16:49.000,1066.0,31704045.0,31747335.0,https://anaconda.org/conda-forge/tokenizers,2024-11-06 05:02:40.946,2251059.0,,,,,1.0,68.0,,,,,,,,,,,,,,,,,,, +65,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,2024-11-21 00:24:53.000000,2024-11-21 00:24:51,1617.0,85.0,968.0,98.0,1599.0,131.0,1536.0,7965.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",301.0,40,True,2024-11-07 01:12:33.000,1.1.1,64.0,accelerate,conda-forge/accelerate,,,['pytorch'],60637.0,59041.0,https://pypi.org/project/accelerate,2024-11-07 01:12:33.000,1596.0,8381332.0,8387962.0,https://anaconda.org/conda-forge/accelerate,2024-11-07 15:47:30.581,245340.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,2024-11-16 20:03:58.000000,2024-11-16 20:03:58,2325.0,36.0,568.0,90.0,888.0,288.0,956.0,3912.0,Manipulation and analysis of geometric objects.,161.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,88458.0,85523.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32535228.0,32745220.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10704502.0,,,,,1.0,3708.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,2024-11-21 08:12:40.000000,2024-11-20 17:21:01,5939.0,67.0,718.0,57.0,5199.0,1574.0,2385.0,1579.0,A distributed task scheduler for Dask.,329.0,40,True,2024-11-13 15:17:14.000,2024.11.2,244.0,distributed,conda-forge/distributed,,,,38239.0,37368.0,https://pypi.org/project/distributed,2024-11-13 15:17:14.000,871.0,5028043.0,5315447.0,https://anaconda.org/conda-forge/distributed,2024-11-18 23:03:17.063,15519817.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,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,2024-11-20 07:29:53.000000,2024-11-20 07:29:53,36117.0,396.0,13346.0,943.0,25657.0,1240.0,,24145.0,Apache Flink Python API.,1943.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,1515197.0,1515197.0,,,,,,,,2.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,2024-11-13 14:05:01.000000,2024-11-13 14:04:58,1686.0,81.0,2199.0,151.0,249.0,6.0,1127.0,14754.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",71.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4598.0,4554.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,257856.0,257856.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-11-21 06:27:45.000000,2024-11-21 06:27:45,29313.0,292.0,853.0,128.0,6429.0,616.0,1786.0,9513.0,NumPy & SciPy for GPU.,394.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2615.0,2346.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,59833.0,156888.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5052386.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,70491.0,1.0,190405.0,,,,,,,,,,,,,,,,,,, +71,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,2024-11-20 21:29:28.000000,2024-11-20 21:29:28,5022.0,192.0,1374.0,108.0,4365.0,987.0,1609.0,7962.0,A unified framework for machine learning with time series.,414.0,39,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3654.0,3526.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,864869.0,890725.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1034222.0,,,,,1.0,104.0,,,sktime/sktime,,,,,,,,,,,,,,,, +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,2024-11-17 15:32:41.000000,2024-11-17 15:28:48,1912.0,38.0,2228.0,163.0,891.0,87.0,1044.0,6931.0,Python Data. Leaflet.js Maps.,171.0,39,True,2024-10-22 13:40:31.000,0.18.0,33.0,folium,conda-forge/folium,,,,47021.0,46254.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1613721.0,1684105.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3237697.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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,2024-11-19 08:23:22.000000,2024-11-19 08:23:21,2048.0,34.0,928.0,105.0,1715.0,449.0,1271.0,4526.0,Python tools for geographic data.,235.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],46731.0,43892.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7173010.0,7251239.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4144757.0,,,,,1.0,2781.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,2024-11-21 13:36:08.000000,2024-11-21 13:36:00,6594.0,166.0,1548.0,109.0,4556.0,698.0,749.0,4315.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",355.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20641.0,20312.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1868048.0,1868975.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,38968.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,2024-11-19 19:30:34.000000,2024-11-19 19:30:33,18189.0,98.0,1313.0,84.0,8079.0,532.0,4385.0,2729.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,380.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,5058.0,4670.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,169575.0,177818.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,445175.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,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,,6787.0,1070.0,11124.0,1805.0,7758.0,20783.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'],7730.0,7604.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,620672.0,621078.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11236.0,,,,,2.0,27708.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +77,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-10-28 05:47:59.000000,2024-03-21 15:05:22,32610.0,,4639.0,357.0,6380.0,126.0,6642.0,18976.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,38,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4654.0,4594.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,159482.0,159482.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2852.0,380.0,475.0,3.0,1910.0,14916.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4818.0,4603.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,199964.0,199967.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +79,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,55.0,3015.0,175.0,5051.0,537.0,2358.0,13552.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,463.0,315.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,337668.0,337668.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-11-18 21:38:55.000000,2024-11-05 09:26:35,2829.0,45.0,971.0,127.0,1967.0,288.0,663.0,9991.0,Geometric Computer Vision Library for Spatial AI.,274.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],12958.0,12671.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1998029.0,2001400.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,157474.0,,,,,2.0,1536.0,,,,,,,,,,,,,,,,,,, +81,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-11-14 13:23:36.000000,2024-11-14 13:02:09,22298.0,295.0,2185.0,181.0,3391.0,362.0,2088.0,8515.0,End-to-End Speech Processing Toolkit.,460.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,400.0,388.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,31064.0,31065.0,,,,,,,,1.0,82.0,,,,,,,,,,,,,,,,,,, +82,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,2024-11-21 08:14:24.000000,2024-11-20 21:47:42,4883.0,255.0,647.0,86.0,2680.0,306.0,747.0,6144.0,Flax is a neural network library for JAX that is designed for flexibility.,245.0,38,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],10779.0,10285.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,904283.0,906063.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,78354.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,, +83,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,2024-11-21 11:01:32.000000,2024-11-21 11:00:29,10883.0,56.0,403.0,58.0,3112.0,1109.0,2242.0,2707.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13300.0,12893.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,499297.0,534841.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1869089.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,279.0,,,,,,,,,,, +84,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,2024-11-18 22:15:30.692000,2024-11-15 16:34:46,3915.0,40.0,534.0,147.0,1227.0,143.0,1692.0,2276.0,Rasterio reads and writes geospatial raster datasets.,160.0,38,True,2024-10-30 17:28:37.000,1.4.2,165.0,rasterio,conda-forge/rasterio,,,,15357.0,13881.0,https://pypi.org/project/rasterio,2024-10-30 17:07:08.000,1476.0,3580643.0,3663376.0,https://anaconda.org/conda-forge/rasterio,2024-11-18 22:15:30.692,3805381.0,,,,,2.0,975.0,,,,,,,,,,,,,,,,,,, +85,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,2024-11-21 14:05:13.000000,2024-11-21 14:05:11,1617.0,92.0,551.0,59.0,1565.0,152.0,844.0,2122.0,The official Python client for the Huggingface Hub.,208.0,38,True,2024-10-28 14:49:11.000,0.26.2,132.0,huggingface_hub,conda-forge/huggingface_hub,,,,1957.0,,https://pypi.org/project/huggingface_hub,2024-10-28 14:41:54.000,1957.0,45781739.0,45834070.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-29 14:27:12.142,2354929.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-10-31 00:55:20.245000,2024-10-18 16:40:02,2327.0,3.0,6406.0,425.0,1348.0,1290.0,3052.0,30571.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3836.0,3719.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,130541.0,132517.0,https://anaconda.org/conda-forge/fairseq,2024-10-31 00:55:20.245,102586.0,,,,,1.0,363.0,1.0,,,,,,,,,,,,,,,,,, +87,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-11-21 06:02:47.000000,2024-11-21 06:02:40,8642.0,275.0,2793.0,303.0,237.0,23.0,1137.0,28206.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-11-16 18:48:56.000,8.0.2,678.0,netron,,,,"['pytorch', 'tensorflow']",677.0,594.0,https://pypi.org/project/netron,2024-11-16 18:48:56.000,83.0,27276.0,150804.0,,,,,,,,1.0,123528.0,,,,,,,,,,,,,,,,,,, +88,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-11-20 13:39:48.000000,2024-11-20 13:39:48,2343.0,17.0,5381.0,514.0,181.0,1133.0,1384.0,23503.0,State-of-the-art 2D and 3D Face Analysis Project.,61.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3005.0,2975.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,250942.0,538107.0,,,,,,,,2.0,5456151.0,,,,,,,,,,,,,,,,,,, +89,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,2024-11-12 23:03:58.000000,2024-11-12 23:03:56,8624.0,64.0,2216.0,213.0,4218.0,4.0,1939.0,21139.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,130466.0,163282.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,79666.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1751053.0,2.0,,,,jina-ai/serve,,,,,,,,,,,,,,,, +90,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-11-15 11:08:13.000000,2024-11-08 11:38:49,6148.0,7.0,2104.0,204.0,1237.0,118.0,2222.0,13948.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,270.0,37,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3772.0,3627.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,96233.0,96887.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,34040.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +91,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,2024-11-13 02:29:49.000000,2024-11-13 02:28:45,1507.0,30.0,1682.0,152.0,827.0,235.0,577.0,12547.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,37,True,2024-10-29 15:15:14.000,4.12.0,65.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4848.0,4665.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,409907.0,414698.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,474240.0,,,,,2.0,206.0,,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +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,2024-11-21 14:12:25.000000,2024-11-21 12:43:34,7540.0,569.0,2522.0,207.0,8330.0,145.0,2257.0,12173.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",366.0,37,True,2024-11-14 18:57:24.000,2.0.0,75.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-11-14 18:42:35.000,13.0,183806.0,187855.0,,,,,,,,1.0,251085.0,1.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,2024-11-05 11:17:37.657000,2024-08-18 00:47:35,986.0,,1176.0,127.0,313.0,41.0,718.0,10302.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,,,,85717.0,83985.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21317560.0,21339635.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-05 11:17:37.657,1116237.0,,,,,1.0,45703.0,,,,,,,,,,,,,,,,,,, +94,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,,2486.0,539.0,4121.0,697.0,2087.0,9906.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15823.0,15651.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,83084.0,107732.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2464817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,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,2024-11-18 10:57:01.000000,2024-11-03 12:40:00,33357.0,1280.0,1993.0,198.0,5862.0,42.0,3392.0,9526.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,18552.0,18742.0,,,,,,,,1.0,2288.0,,,,,,,,,,,,,,,,,,, +96,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,2024-11-21 08:24:51.000000,2024-11-20 02:54:31,21897.0,875.0,558.0,62.0,3628.0,492.0,1071.0,8898.0,"Visualize, create, and debug image and video datasets and model predictions.",137.0,37,True,2024-11-08 16:29:11.000,1.0.2,150.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",761.0,739.0,https://pypi.org/project/fiftyone,2024-11-08 11:38:51.000,22.0,85903.0,85903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-11-18 22:57:32.000000,2024-11-18 22:57:28,1449.0,18.0,910.0,212.0,249.0,179.0,243.0,7014.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10597.0,10314.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4796205.0,4813128.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,490777.0,,,,,1.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,2024-11-20 20:14:57.000000,2024-11-20 20:14:55,12193.0,25.0,1105.0,158.0,468.0,694.0,826.0,4269.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1365358.0,1368762.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,153195.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-11-21 02:01:57.000000,2024-11-20 21:53:28,4809.0,150.0,500.0,38.0,3780.0,632.0,1142.0,2730.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,167.0,37,True,2024-07-22 04:26:19.000,0.44.1,98.0,pyvista,conda-forge/pyvista,,,['jupyter'],4222.0,3695.0,https://pypi.org/project/pyvista,2024-07-20 05:33:22.000,527.0,365002.0,375984.0,https://anaconda.org/conda-forge/pyvista,2024-07-20 12:44:44.232,581580.0,,,,,2.0,837.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,2024-11-21 14:55:57.000000,2024-11-21 14:28:41,4759.0,312.0,604.0,47.0,5259.0,344.0,1103.0,2364.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",188.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1265.0,1148.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,81572.0,86168.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,165449.0,,,,,1.0,97.0,,,,,,,,,,,,,,,,,,, +101,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,2024-11-19 10:41:16.000000,2024-11-19 10:41:16,4962.0,405.0,1102.0,149.0,1381.0,73.0,708.0,1902.0,Documentation and samples for ArcGIS API for Python.,94.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,895.0,855.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,89372.0,89503.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,12924.0,,,,,,,,,,,,,,,,,,, +102,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-10-23 08:30:07.000000,2024-10-14 02:48:52,1545.0,4.0,295.0,31.0,499.0,102.0,509.0,1504.0,Python library for reading and writing image data.,118.0,37,True,2024-10-14 02:49:03.000,2.36.0,95.0,imageio,conda-forge/imageio,,,,150495.0,148053.0,https://pypi.org/project/imageio,2024-10-14 02:48:59.000,2442.0,18565681.0,18703753.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7178779.0,,,,,2.0,1380.0,,,,,,,,,,,,,,,,,,, +103,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,2024-11-21 12:58:24.000000,2024-11-21 12:58:23,10506.0,167.0,595.0,69.0,2644.0,298.0,1870.0,1189.0,Machine learning for NeuroImaging in Python.,250.0,37,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3865.0,3569.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,66371.0,72665.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,301912.0,,,,,1.0,245.0,,,,,,,,,,,,,,,,,,, +104,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,2024-11-19 01:03:45.456000,2024-11-18 15:17:40,1568.0,18.0,202.0,47.0,618.0,32.0,775.0,1163.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23692.0,23389.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4838312.0,4957141.0,https://anaconda.org/conda-forge/fiona,2024-11-19 01:03:45.456,6179117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,227.0,33385.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,,,,33304.0,32466.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1666496.0,1668307.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,164803.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +106,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,,9464.0,373.0,3161.0,1818.0,6723.0,29645.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3262.0,3180.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,199972.0,199972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,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,344.0,310.0,225.0,14422.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,,,,23073.0,22808.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,528722.0,531585.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,186125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-11-05 02:31:16.000000,2024-11-03 19:33:44,18777.0,250.0,5743.0,71.0,11746.0,938.0,15952.0,14019.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,26594.0,26594.0,,,,,,,,2.0,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +109,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,,2252.0,280.0,3096.0,91.0,2477.0,11761.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'],4399.0,4274.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,123572.0,125811.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,159014.0,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,, +110,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,2024-11-21 13:57:23.000000,2024-11-21 13:57:23,6271.0,17.0,3703.0,247.0,1750.0,1079.0,4553.0,11422.0,Open-source simulator for autonomous driving research.,192.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,859.0,848.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14670.0,14670.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-11-18 22:41:28.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9158.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,45451.0,45061.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1278307.0,1281032.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,269830.0,,,,,2.0,123.0,,,,,,,,,,,,,,,,,,, +112,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-11-19 07:53:40.000000,2024-11-19 07:52:37,700.0,18.0,352.0,69.0,128.0,29.0,151.0,8527.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",31.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,53506.0,51466.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5391104.0,5397103.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,293958.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,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,2024-11-21 07:37:57.000000,2024-11-13 12:59:59,1099.0,86.0,773.0,292.0,1474.0,338.0,422.0,8268.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",96.0,36,True,2024-11-13 13:50:41.000,2.12.30,154.0,metaflow,conda-forge/metaflow,,,,806.0,759.0,https://pypi.org/project/metaflow,2024-11-13 13:50:41.000,47.0,1171592.0,1175992.0,https://anaconda.org/conda-forge/metaflow,2024-11-19 19:43:12.728,228813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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,2024-11-21 09:48:05.000000,2024-11-21 09:48:03,3166.0,54.0,1089.0,88.0,3521.0,382.0,2778.0,5893.0,AI Toolkit for Healthcare Imaging.,210.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3247.0,3126.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,184964.0,185921.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,33505.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,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,2024-11-21 07:11:30.000000,2024-11-21 07:11:30,1200.0,29.0,643.0,127.0,956.0,360.0,1111.0,4445.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4371.0,4284.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,1194523.0,1196190.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,74929.0,,,,,2.0,11894.0,,,,,,,,,,,,,,,,,,, +116,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-11-06 01:12:46.000000,2024-11-06 01:12:46,4201.0,37.0,1107.0,154.0,1741.0,435.0,900.0,3911.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11729.0,10703.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,403788.0,415396.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,615231.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +117,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,2024-11-21 13:03:34.000000,2024-11-13 18:47:29,8618.0,52.0,713.0,100.0,13366.0,43.0,859.0,3874.0,State of the Art Natural Language Processing.,113.0,36,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],560.0,523.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,3933331.0,3933331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-10-01 10:35:24.000000,2024-09-30 12:55:05,5344.0,19.0,275.0,79.0,797.0,21.0,128.0,2821.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",64.0,36,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,56395.0,56254.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,11551254.0,11610006.0,https://anaconda.org/conda-forge/thinc,2024-07-14 15:52:37.957,3172429.0,,,,,2.0,400.0,,,,,,,,,,,,,,,,,,, +119,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,2024-11-21 14:03:16.000000,2024-11-21 14:03:14,1130.0,51.0,463.0,58.0,1326.0,425.0,432.0,2578.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,127.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4082.0,3907.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1294206.0,1295080.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,27113.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-11-21 14:40:29.000000,2024-11-21 14:36:05,3551.0,346.0,311.0,69.0,2325.0,73.0,722.0,2380.0,Adaptive Experimentation Platform.,179.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],891.0,837.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,100392.0,101109.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,29398.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,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,2024-11-19 08:24:16.000000,2024-11-19 08:24:16,1995.0,107.0,401.0,33.0,1723.0,66.0,817.0,2140.0,"Machine learning metrics for distributed, scalable PyTorch applications.",257.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],32802.0,32800.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4500.0,42746.0,https://anaconda.org/conda-forge/torchmetrics,2024-11-08 20:17:45.782,1677060.0,,,,,2.0,5792.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +122,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,2024-11-19 15:00:21.000000,2024-11-19 15:00:21,1569.0,12.0,407.0,49.0,1519.0,182.0,689.0,1613.0,Exploratory analysis of Bayesian models with Python.,163.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8544.0,8231.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1223001.0,1264649.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2248887.0,,,,,1.0,164.0,,,,,,,,,,,,,,,,,,, +123,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,2024-11-13 17:36:08.000000,2024-11-13 17:36:08,3117.0,51.0,365.0,54.0,1217.0,313.0,985.0,1434.0,Cartopy - a cartographic python library with matplotlib support.,128.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6750.0,6032.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,364949.0,443327.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4232422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-11-18 21:17:31.000000,2024-11-18 21:16:02,1591.0,31.0,214.0,34.0,718.0,32.0,589.0,1066.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,68.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,37703.0,35963.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9165975.0,9339137.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9004466.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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,2024-11-20 03:29:14.581000,2024-11-19 14:09:44,15058.0,175.0,506.0,50.0,2327.0,401.0,969.0,750.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-11-19 14:21:28.000,1.9.1,66.0,nipype,conda-forge/nipype,,,,5398.0,5248.0,https://pypi.org/project/nipype,2024-11-19 14:21:28.000,150.0,215879.0,229891.0,https://anaconda.org/conda-forge/nipype,2024-11-20 03:29:14.581,714633.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-10-25 15:47:41.000000,2024-10-23 13:35:18,6042.0,134.0,259.0,37.0,854.0,130.0,413.0,654.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,24152.0,22971.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1801791.0,1816855.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,798425.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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,,4717.0,845.0,268.0,555.0,611.0,25947.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,,,,7106.0,6859.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1775070.0,1777259.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,109491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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,1.0,3151.0,315.0,260.0,436.0,597.0,24583.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,,,,,9726.0,9513.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,591369.0,894107.0,,,,,,,,1.0,16045164.0,,,,,,,,,,,,,,,,,,, +129,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,16.0,4535.0,452.0,466.0,424.0,1733.0,18529.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,202667.0,232735.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1291635.0,,,,,1.0,2848.0,,,,,,,,,,,,,,,,,,, +130,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,2024-11-21 14:54:02.000000,2024-11-21 09:25:35,3740.0,132.0,1909.0,144.0,4082.0,106.0,3484.0,17805.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",268.0,35,True,2024-11-11 15:15:42.000,1.26.4,100.0,haystack,,,,,643.0,638.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6291.0,6291.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-11-18 11:31:05.000000,2024-11-17 21:43:47,3909.0,51.0,1016.0,134.0,182.0,108.0,1091.0,14184.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",101.0,35,True,2024-11-17 04:46:13.000,16.6.2,247.0,ocrmypdf,conda-forge/ocrmypdf,,,,1099.0,1063.0,https://pypi.org/project/ocrmypdf,2024-11-17 04:45:39.000,36.0,157343.0,159564.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,82888.0,,,,,1.0,5700.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +132,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,,1159.0,317.0,268.0,56.0,343.0,13266.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,,,,4658.0,4457.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,1008807.0,1020164.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,567896.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-08-15 14:02:46.000000,2024-04-12 16:27:53,4816.0,,5212.0,382.0,722.0,660.0,1370.0,13108.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,35,False,2024-02-24 10:01:09.000,2.7.0,58.0,glfw,conda-forge/glfw,,,,1657.0,1464.0,https://pypi.org/project/glfw,2024-02-24 10:01:09.000,193.0,525954.0,567090.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,283744.0,,,,,2.0,4040404.0,,,,,,,,,,,,,,,,,,, +134,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,7.0,1369.0,145.0,250.0,223.0,146.0,8597.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4539.0,4426.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,669283.0,671663.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,128529.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,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-10-17 16:32:55.000000,2024-08-01 18:55:53,10421.0,,1924.0,352.0,3431.0,131.0,1140.0,8488.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,134883.0,139877.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-09-05 15:50:55.744,244706.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,2024-11-21 14:47:13.000000,2024-11-21 14:43:47,39842.0,495.0,908.0,154.0,10838.0,1052.0,5582.0,8461.0,cuDF - GPU DataFrame Library.,297.0,35,True,2024-10-29 18:24:22.000,24.10.01,57.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3520.0,3520.0,,,,,,,,2.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,2024-11-09 03:56:18.000000,2024-11-09 03:56:18,579.0,35.0,2399.0,277.0,180.0,337.0,326.0,8449.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,35,True,2024-10-20 09:28:59.000,3.11.0,60.0,SpeechRecognition,conda-forge/speechrecognition,,,,602.0,21.0,https://pypi.org/project/SpeechRecognition,2024-10-20 09:22:41.000,581.0,1369861.0,1373986.0,https://anaconda.org/conda-forge/speechrecognition,2024-11-07 20:15:34.486,210411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2024-11-21 11:08:19.000000,2024-11-21 11:08:19,2405.0,115.0,930.0,97.0,2712.0,359.0,1118.0,8085.0,Fast and Accurate ML in 3 Lines of Code.,127.0,35,True,2024-06-14 20:30:21.000,1.1.1,1673.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",906.0,879.0,https://pypi.org/project/autogluon,2024-11-21 09:05:03.000,27.0,366042.0,367243.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,22484.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,11496.0,1.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,2024-11-21 08:55:56.000000,2024-11-21 08:45:10,3366.0,151.0,792.0,77.0,3743.0,166.0,923.0,7170.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",213.0,35,True,2024-11-21 08:55:56.000,1.3.14,169.0,bentoml,,,,,2234.0,2203.0,https://pypi.org/project/bentoml,2024-11-21 08:55:56.000,31.0,129465.0,129483.0,,,,,,,,2.0,904.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,2024-11-21 13:35:28.000000,2024-11-13 15:11:46,32553.0,50.0,1997.0,387.0,6897.0,2840.0,6681.0,6931.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,253073.0,253073.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,2024-11-20 21:05:11.000000,2024-11-20 18:07:54,10557.0,30.0,1688.0,144.0,2473.0,648.0,1241.0,5530.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",250.0,35,True,2024-04-03 16:21:23.000,2.8.0,945.0,deepchem,conda-forge/deepchem,,,['tensorflow'],473.0,460.0,https://pypi.org/project/deepchem,2024-11-20 21:05:11.000,13.0,94166.0,96264.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,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,2024-11-15 22:14:30.000000,2024-11-15 22:14:30,30532.0,285.0,1593.0,184.0,2207.0,19.0,1612.0,5121.0,"mlpack: a fast, header-only C++ machine learning library.",324.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,11883.0,16967.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,269452.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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4910.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16301.0,16113.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,765820.0,772171.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,330261.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,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,2024-11-20 07:11:13.000000,2024-11-18 12:14:35,12410.0,49.0,1159.0,98.0,1400.0,141.0,759.0,4889.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,35,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,633.0,613.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,88569.0,89603.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,53800.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,2024-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,850.0,90.0,219.0,136.0,687.0,4558.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,479044.0,468688.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14792402.0,14792402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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,2024-11-21 00:19:48.000000,2024-11-07 14:03:40,1736.0,20.0,616.0,59.0,1886.0,159.0,1266.0,4530.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,697.0,35,True,2024-08-13 12:47:02.000,0.5.1,1806.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3468.0,3368.0,https://pypi.org/project/pytorch-ignite,2024-11-21 00:19:48.000,100.0,193962.0,196627.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,205240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-11-21 14:47:27.000000,2024-11-21 14:09:52,2429.0,41.0,217.0,64.0,145.0,81.0,606.0,4049.0,A Grammar of Graphics for Python.,111.0,35,True,2024-11-21 14:59:04.000,0.14.2,30.0,plotnine,conda-forge/plotnine,,,,9775.0,9451.0,https://pypi.org/project/plotnine,2024-11-21 14:19:55.000,324.0,3040015.0,3047912.0,https://anaconda.org/conda-forge/plotnine,2024-11-05 14:35:56.408,418588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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,2024-11-09 15:17:22.000000,2024-11-09 15:17:22,7402.0,7.0,618.0,115.0,1190.0,365.0,1115.0,3329.0,High-performance interactive 2D/3D data visualization library.,199.0,35,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1924.0,1748.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,535782.0,548655.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,643237.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.0,,,,,,,,,,, +149,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2024-11-21 11:34:50.000000,2024-11-15 14:15:49,2320.0,8.0,652.0,72.0,2912.0,262.0,726.0,2543.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,6116872.0,6116872.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +150,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,169.0,1647.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,,,,79271.0,76652.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,16385667.0,16386218.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/intel/scikit-learn-intelex,https://github.com/intel/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2024-11-21 14:16:56.000000,2024-11-21 14:16:56,1930.0,140.0,175.0,29.0,1893.0,81.0,195.0,1227.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-11-04 13:36:49.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12559.0,12504.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,186439.0,195176.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,375702.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +152,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,,13479.0,1567.0,234.0,793.0,589.0,53497.0,The worlds simplest facial recognition api for Python and the command line.,54.0,34,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3661.0,3545.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,142017.0,142639.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,30380.0,,,,,2.0,1392.0,,,,,,,,,,,,,,,,,,, +153,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,,4277.0,295.0,750.0,92.0,1039.0,35569.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1968.0,1915.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,134109.0,218379.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,19158.0,,,,,2.0,3685143.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,2024-11-17 07:05:53.000000,2024-11-17 07:03:02,1536.0,7.0,7468.0,390.0,690.0,531.0,3076.0,30578.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2126.0,2113.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9180.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,477410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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,,3975.0,671.0,1678.0,151.0,1988.0,25382.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,34,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],490.0,466.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,41709.0,58098.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3299.0,,,,,2.0,1206788.0,,,,,,,,,,,,,,,,,,, +156,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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2241.0,334.0,1603.0,408.0,1865.0,14268.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1297.0,1264.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,98132.0,98132.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +157,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4439.0,545.0,717.0,412.0,1283.0,14104.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6013.0,5995.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,46671.0,46671.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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-11-11 11:56:21.895000,2024-11-10 14:19:33,580.0,4.0,2317.0,217.0,255.0,128.0,418.0,10179.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,1655068.0,1665953.0,https://anaconda.org/conda-forge/wordcloud,2024-11-11 11:56:21.895,566055.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-11-18 13:13:53.000000,2024-11-15 21:34:45,2661.0,13.0,688.0,102.0,496.0,609.0,1264.0,9573.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1765.0,1352.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,139062.0,140177.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,47925.0,,,,,2.0,68.0,,,,,,,,,datasette,,,,,,,,,, +160,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1045.0,133.0,234.0,369.0,274.0,8963.0,Manipulate audio with a simple and easy high level interface.,95.0,34,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,75194.0,73825.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6652643.0,6654430.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,126906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-11-20 01:19:59.000000,2024-08-30 03:34:11,5357.0,1.0,1775.0,136.0,1027.0,388.0,1948.0,8960.0,"An open-source, low-code machine learning library in Python.",141.0,34,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6688.0,6657.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,373243.0,374399.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,58332.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +162,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-20 17:19:09.000000,2024-11-20 17:15:51,1191.0,20.0,1278.0,149.0,181.0,265.0,1355.0,8821.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,151.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1044.0,1030.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5900.0,10343.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,266621.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-11-21 13:08:05.000000,2024-11-21 13:08:05,2945.0,19.0,1681.0,92.0,1697.0,236.0,2124.0,8704.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1326.0,1319.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1504.0,1504.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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,2024-11-02 21:06:21.000000,2024-11-02 21:06:21,2496.0,11.0,987.0,200.0,2328.0,261.0,847.0,8580.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,282045.0,286704.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,205004.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,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,2024-11-04 16:22:46.000000,2024-11-04 16:22:45,1857.0,42.0,808.0,127.0,289.0,480.0,338.0,7469.0,Uniform Manifold Approximation and Projection.,137.0,34,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,2224432.0,2275488.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2706001.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +166,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-11-21 10:54:21.000000,2024-11-21 10:37:15,3684.0,329.0,1267.0,251.0,9795.0,1007.0,1615.0,6726.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",111.0,34,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,87204.0,87211.0,,,,,,,,2.0,644.0,,,intel-analytics/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,,, +167,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-11-02 22:14:09.000000,2024-11-02 22:06:30,1251.0,20.0,658.0,62.0,143.0,71.0,448.0,6016.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,34,True,2024-11-02 22:08:19.000,2.7.0,213.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2119.0,2065.0,https://pypi.org/project/pytorch-metric-learning,2024-11-02 21:59:14.000,54.0,996271.0,996480.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12178.0,,,,,1.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,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,282.0,6588.0,12.0,2032.0,5894.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3395.0,3337.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,230574.0,230930.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20304.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +169,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-11-21 02:32:31.000000,2024-11-21 02:25:36,1210.0,93.0,499.0,271.0,897.0,249.0,339.0,4941.0,Model interpretability and understanding for PyTorch.,124.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2676.0,2550.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,265750.0,268365.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,91533.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,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,2024-10-23 20:13:30.000000,2024-10-23 19:37:04,3880.0,26.0,863.0,57.0,1713.0,422.0,1270.0,4245.0,"Serve, optimize and scale PyTorch models in production.",216.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],779.0,757.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,59873.0,88831.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,356892.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,29.0,1362898.0,2.0,7055.0,,,,,,,,,,,,,,,,,,, +171,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,2024-11-20 17:39:15.000000,2024-11-20 17:36:43,1340.0,37.0,284.0,41.0,489.0,102.0,241.0,3997.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-09-19 21:41:21.000,1.7.8,37.0,statsforecast,conda-forge/statsforecast,,,,1295.0,1238.0,https://pypi.org/project/statsforecast,2024-09-19 21:39:13.000,57.0,1028172.0,1031514.0,https://anaconda.org/conda-forge/statsforecast,2024-09-23 21:39:04.210,106948.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-11-21 15:06:50.000000,2024-11-21 14:34:26,3550.0,234.0,374.0,31.0,3366.0,108.0,2057.0,3993.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,104.0,34,True,2024-11-11 11:37:46.000,2.4.1,100.0,rubrix,conda-forge/rubrix,,,,2801.0,2801.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2655.0,3751.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,38393.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +173,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,2024-11-21 08:41:25.000000,2024-11-21 08:41:24,1532.0,13.0,365.0,91.0,777.0,140.0,450.0,3323.0,Quickly and accurately render even the largest data.,56.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5264.0,5068.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,154708.0,177472.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1229276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-11-19 10:56:48.000000,2024-11-19 01:36:16,2056.0,100.0,402.0,52.0,1810.0,78.0,480.0,3110.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1311.0,1227.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,170511.0,173069.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,130484.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +175,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,19.0,505.0,56.0,148.0,359.0,171.0,2809.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'],4660.0,4308.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,726814.0,772215.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2224697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-11-21 11:43:44.000000,2024-11-21 11:43:44,3030.0,51.0,716.0,75.0,928.0,304.0,642.0,2752.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",132.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1307.0,1254.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,132518.0,132528.0,,,,,,,,1.0,550.0,,,,,,,,,,,,,,,,,,, +177,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,11.0,559.0,70.0,487.0,267.0,713.0,2376.0,Survival analysis in Python.,120.0,34,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3249.0,3088.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2371495.0,2378559.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,381478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-11-21 10:38:00.000000,2024-11-21 10:37:48,5351.0,103.0,554.0,19.0,1458.0,1142.0,706.0,2291.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-11 13:33:32.000,8.25.3,371.0,snakemake,bioconda/snakemake,,,,2395.0,2155.0,https://pypi.org/project/snakemake,2024-11-11 13:33:32.000,240.0,118232.0,129489.0,https://anaconda.org/bioconda/snakemake,2024-11-11 15:59:18.831,1227015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,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,2024-11-21 09:11:29.000000,2024-11-21 09:06:32,5953.0,246.0,711.0,88.0,6036.0,267.0,863.0,2114.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1620.0,1603.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,39104.0,39104.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1415.0,The ctypes-based simple ImageMagick binding for Python.,106.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20199.0,19942.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,977743.0,979820.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,85943.0,,,,,2.0,51352.0,,,,,,,,,,,,,,,,,,, +181,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,2024-11-19 17:05:42.667000,2024-11-17 16:53:22,2929.0,42.0,249.0,35.0,232.0,48.0,514.0,1319.0,Python interface for igraph.,76.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4624.0,4218.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,736913.0,755379.0,https://anaconda.org/conda-forge/igraph,2024-11-19 17:05:42.667,638447.0,,,,,1.0,565129.0,,,,,,,,,,,,,,,,,,, +182,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,2024-11-20 22:33:31.000000,2024-11-20 22:33:26,893.0,6.0,344.0,42.0,1065.0,192.0,172.0,1233.0,Making text a first-class citizen in TensorFlow.,144.0,34,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7815.0,7597.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,7002136.0,7002136.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,133.0,4.0,644.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4116.0,4067.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,12101814.0,12107812.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,251943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-11-18 17:41:27.000000,2024-11-18 17:41:27,571.0,13.0,104.0,34.0,68.0,72.0,84.0,954.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,,,,110015.0,109482.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14924793.0,15263991.0,https://anaconda.org/conda-forge/patsy,2024-11-12 17:27:03.146,12889544.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +185,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,2024-11-21 08:05:19.000000,2024-11-21 08:05:19,3767.0,107.0,4346.0,385.0,4239.0,446.0,1267.0,38825.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,440.0,440.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-11-21 14:19:59.000000,2024-11-21 14:13:36,6894.0,1177.0,2947.0,272.0,6933.0,136.0,665.0,26929.0,You like pytorch? You like micrograd? You love tinygrad!.,355.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],134.0,134.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +187,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,2024-11-21 14:20:58.000000,2024-11-21 13:50:39,18857.0,277.0,4890.0,397.0,5622.0,159.0,3976.0,26825.0,Platform for building AI that can learn and answer questions over federated data.,861.0,33,False,2024-11-19 11:22:00.000,24.11.3.0,500.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-11-19 11:24:03.000,,14571.0,14571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +188,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-11-21 15:07:31.000000,2024-11-18 13:54:03,3544.0,386.0,1397.0,126.0,3918.0,307.0,1019.0,20663.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",126.0,33,True,2024-11-18 15:58:56.000,1.12.4,88.0,,,,,,115.0,115.0,,,,,5968.0,,,,,,,,2.0,256632.0,,,,,,,,,,,,,,,,,,, +189,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,2024-11-18 09:48:38.000000,2024-11-15 09:23:37,9021.0,33.0,3078.0,275.0,1299.0,161.0,708.0,19309.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,134.0,130.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,25085.0,25093.0,,,,,,,,1.0,609.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +190,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,,3497.0,469.0,671.0,590.0,672.0,15570.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'],1533.0,1519.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9068.0,9068.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1807.0,261.0,117.0,120.0,535.0,11622.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,,,,6931.0,6728.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,511126.0,513615.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,236483.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,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,2024-11-18 22:59:43.000000,2024-10-17 22:52:09,3861.0,4.0,1192.0,194.0,2869.0,44.0,1037.0,11192.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],288.0,282.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2527.0,2527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +193,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,2024-11-19 01:52:49.834000,2024-11-18 15:20:16,6185.0,136.0,1185.0,123.0,1758.0,117.0,717.0,8546.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-11-18 21:59:30.000,3.1.6,137.0,perspective-python,conda-forge/perspective,,,['jupyter'],183.0,151.0,https://pypi.org/project/perspective-python,2024-11-18 21:56:49.000,26.0,17097.0,46611.0,https://anaconda.org/conda-forge/perspective,2024-11-19 01:52:49.834,1322828.0,,,,,2.0,6286.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-11-18 21:58:18.849,6.0,4163.0,,,,,,,,,,, +194,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,2024-10-21 14:28:23.000000,2024-10-21 14:24:34,386.0,13.0,1540.0,131.0,165.0,9.0,356.0,7932.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-10-21 14:26:57.000,2.0.0,17.0,bayesian-optimization,,,,,3234.0,3084.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,433552.0,433553.0,,,,,,,,1.0,163.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +195,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-11-16 04:31:27.000000,2024-11-16 04:31:19,529.0,1.0,862.0,84.0,276.0,81.0,376.0,7872.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,,,,51166.0,50541.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,4023176.0,4046885.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1232612.0,,,,,2.0,447.0,-1.0,,,,,,,,,,,,,,,,,, +196,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-11-20 07:17:30.000000,2024-09-12 23:27:08,4682.0,32.0,893.0,141.0,500.0,98.0,805.0,7301.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3409.0,3234.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,252795.0,252940.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,533.0,7260.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18343.0,17890.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2350604.0,2361423.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,800662.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,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,2024-11-18 17:02:45.000000,2024-10-06 21:08:11,869.0,4.0,1283.0,141.0,506.0,48.0,567.0,6849.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,16805569.0,16817552.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,635102.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-11-20 13:32:54.000000,2024-11-20 07:59:29,3497.0,183.0,731.0,145.0,129.0,108.0,346.0,6300.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-11-20 13:32:54.000,0.6.6,54.0,interpret,,,,['jupyter'],838.0,788.0,https://pypi.org/project/interpret,2024-11-20 13:32:54.000,50.0,115550.0,115550.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,191.0,239.0,279.0,285.0,5861.0,Distributed Evolutionary Algorithms in Python.,89.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5714.0,5462.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,359058.0,368427.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,459119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-11-21 09:25:04.000000,2024-11-21 09:24:37,2444.0,32.0,653.0,97.0,275.0,498.0,569.0,5693.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-10-27 20:17:04.000,1.16.5,173.0,clearml,,allegroai/trains,,,1428.0,1384.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,317561.0,318072.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30297.0,2.0,2927.0,,,,,,,,,,,,,,,,,,, +202,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,2024-11-21 07:02:21.000000,2024-11-21 07:02:19,2220.0,13.0,321.0,46.0,2197.0,383.0,664.0,5229.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-11-06 12:12:10.000,3.25.1,1161.0,aim,conda-forge/aim,,,,778.0,739.0,https://pypi.org/project/aim,2024-11-20 20:11:28.000,39.0,614218.0,616363.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,85817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,37.0,122.0,75.0,75.0,8.0,136.0,3818.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,25003.0,24432.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5515264.0,5521936.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,306914.0,,,,,2.0,23.0,,,,,,,,,,,,,,,,,,, +204,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-11-21 11:34:56.000000,2024-08-14 20:32:21,1311.0,,811.0,310.0,1470.0,331.0,519.0,3518.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,1184196.0,1184196.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,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,,544.0,63.0,546.0,318.0,393.0,2744.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,,,,7263.0,6895.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,947532.0,962284.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,752379.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +206,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-10-29 06:31:50.000000,2024-10-29 04:37:58,567.0,5.0,160.0,42.0,81.0,9.0,131.0,2070.0,a python library for doing approximate and phonetic matching of strings.,33.0,33,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,11662.0,11393.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,5835535.0,5856176.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1093977.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,2024-11-16 11:48:31.000000,2024-11-16 11:48:31,3764.0,41.0,193.0,50.0,1395.0,134.0,736.0,2005.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,,,,2839.0,2818.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,375304.0,390604.0,https://anaconda.org/conda-forge/pythran,2024-10-31 22:27:04.770,765017.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,pythran,python-pythran, +208,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-11-12 14:54:17.000000,2024-11-12 14:26:01,1981.0,21.0,289.0,45.0,287.0,60.0,214.0,1567.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,907.0,808.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,202961.0,210506.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,369714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,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,2024-11-20 17:01:28.000000,2024-11-09 01:21:35,11605.0,54.0,246.0,55.0,12329.0,252.0,2219.0,984.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'],182.0,148.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,111686.0,111686.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-20 02:36:29.417000,2024-11-18 18:37:40,17304.0,43.0,111.0,28.0,3625.0,534.0,3415.0,544.0,"Keep code, data, containers under control with git and git-annex.",57.0,33,True,2024-11-18 18:37:49.000,1.1.4,120.0,datalad,conda-forge/datalad,,,,530.0,432.0,https://pypi.org/project/datalad,2024-11-18 18:37:49.000,98.0,59343.0,71917.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,666434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,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,2024-11-20 19:00:02.000000,2024-11-20 18:59:22,334.0,14.0,3056.0,154.0,56.0,136.0,142.0,20706.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-11-20 19:00:02.000,1.8.8,211.0,vit-pytorch,,,,['pytorch'],569.0,552.0,https://pypi.org/project/vit-pytorch,2024-11-20 19:00:02.000,17.0,32964.0,32964.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19185.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'],546.0,541.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7042.0,7042.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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,1016.0,1869.0,363.0,658.0,17731.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,,,,1025.0,1015.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3084.0,3265.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9077.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +214,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,,1138.0,339.0,1683.0,523.0,1294.0,11202.0,Turi Create simplifies the development of custom machine learning models.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,385.0,380.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17470.0,17599.0,,,,,,,,3.0,10780.0,,,,,,,,,,,,,,,,,,, +215,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,282.0,3401.0,51.0,1494.0,10496.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],265.0,260.0,https://pypi.org/project/parlai,2022-09-20 02:56:01.305,5.0,3700.0,3700.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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,171.0,438.0,68.0,474.0,8448.0,Automatic extraction of relevant features from time series:.,98.0,32,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,220272.0,246247.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1402696.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-10-08 01:00:43.000000,2024-10-08 01:00:39,3284.0,3.0,959.0,136.0,667.0,54.0,1162.0,7186.0,Python library for audio and music analysis.,123.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2895941.0,2911952.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,832613.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,179.0,1152.0,27.0,1429.0,6772.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],323.0,300.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,14444.0,14444.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-14 15:05:13.000000,2024-08-12 17:08:04,2710.0,,1151.0,211.0,1051.0,25.0,615.0,6731.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,32,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],422.0,418.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,13326.0,13326.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +220,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1662.0,1644.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,15003.0,15322.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11747.0,,,,,3.0,185.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,2024-11-12 20:53:07.000000,2024-11-12 20:53:05,209.0,16.0,1094.0,200.0,152.0,147.0,341.0,6282.0,Official Kaggle API.,48.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,235909.0,239759.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,192541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-10-28 21:11:50.000000,2024-10-15 22:29:26,624.0,5.0,720.0,110.0,196.0,16.0,350.0,5870.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,2436001.0,2448196.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,634144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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,2024-11-21 00:04:51.000000,2024-11-19 06:22:18,3917.0,18.0,550.0,83.0,622.0,126.0,497.0,5093.0,Online machine learning in Python.,123.0,32,True,2024-07-09 19:24:30.000,0.21.2,22.0,river,conda-forge/river,,,,645.0,589.0,https://pypi.org/project/river,2024-07-09 19:24:30.000,56.0,143898.0,145923.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,87117.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +224,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,645.0,89.0,272.0,42.0,253.0,4496.0,Geocoding library for Python.,133.0,32,True,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,5811212.0,5839683.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1508975.0,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +225,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,,647.0,65.0,228.0,240.0,164.0,4396.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,,,,7338.0,7204.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,875673.0,881153.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,257578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-10-22 09:21:38.000000,2024-10-22 09:21:38,1351.0,7.0,380.0,70.0,375.0,102.0,460.0,4255.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-08-26 09:23:15.000,0.8.6,30.0,sacred,conda-forge/sacred,,,,3332.0,3272.0,https://pypi.org/project/sacred,2024-08-26 09:23:15.000,60.0,198894.0,199091.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7099.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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-11-04 17:20:56.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1942.0,537.0,390.0,1078.0,4102.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-08-05 21:53:53.000,1.57.0,105.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-10-16 17:44:34.000,31.0,356167.0,356175.0,,,,,,,,2.0,656.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,2024-11-19 17:01:21.000000,2024-11-19 16:38:49,1919.0,77.0,633.0,43.0,917.0,478.0,312.0,4007.0,Time series forecasting with PyTorch.,56.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,469.0,447.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,53321.0,54664.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,67163.0,,,,,2.0,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,, +229,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-11-20 08:08:42.000000,2024-11-20 07:55:50,1119.0,19.0,354.0,58.0,1387.0,119.0,184.0,3963.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-09-25 16:43:58.000,1.0.5,50.0,nevergrad,conda-forge/nevergrad,,,,835.0,777.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,162979.0,164011.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,55767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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,2024-11-17 17:28:39.000000,2024-11-17 17:28:27,1360.0,7.0,319.0,60.0,246.0,70.0,450.0,3668.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,,,,965.0,935.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,237690.0,257275.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1038029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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,2024-11-20 17:36:51.000000,2024-11-20 17:36:51,3902.0,13.0,562.0,58.0,918.0,380.0,982.0,3582.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2634.0,2465.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,228137.0,231543.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,183927.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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1664.0,154.0,210.0,13.0,693.0,3484.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,1882728.0,1884854.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,108437.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,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,21.0,450.0,93.0,127.0,92.0,348.0,3419.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1304.0,1241.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,401326.0,404571.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,159009.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,2024-02-07 10:05:31.000000,2022-08-22 18:21:12,586.0,,621.0,78.0,79.0,73.0,162.0,3373.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,,,,7632.0,7512.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,5016344.0,5019287.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,261937.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,2024-11-21 09:35:36.000000,2024-11-21 09:35:36,1299.0,54.0,282.0,29.0,1162.0,72.0,514.0,3173.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-07 08:33:15.000,1.5.14,128.0,lightly,,,,['pytorch'],363.0,346.0,https://pypi.org/project/lightly,2024-11-07 08:36:11.000,17.0,52874.0,52874.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,5.0,739.0,122.0,130.0,71.0,375.0,3074.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,32,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2987.0,2895.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,685141.0,691144.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,300158.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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,2024-11-08 15:05:04.000000,2024-10-29 18:04:24,993.0,10.0,233.0,37.0,553.0,73.0,176.0,2908.0,JAX-based neural network library.,83.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2334.0,2159.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,283829.0,284376.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,24622.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,151.0,46.0,248.0,2410.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2599.0,2315.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1497827.0,1505669.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,290173.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-11-13 14:08:49.000000,2024-11-08 21:00:45,1817.0,252.0,205.0,49.0,288.0,174.0,163.0,2169.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,32,True,2024-10-20 17:58:26.000,0.34.17,194.0,graphistry,,,,['jupyter'],129.0,123.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,13293.0,13293.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,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,9.0,258.0,48.0,350.0,218.0,141.0,2037.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,14923.0,14520.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2515490.0,2515490.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,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,194.0,1854.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3393.0,3236.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,93661.0,108123.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,636341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,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,57.0,1884.0,92.0,899.0,1694.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,1135457.0,1135457.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,48.0,187.0,27.0,732.0,114.0,461.0,1689.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,32,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,271.0,252.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14270.0,14274.0,,,,,,,,2.0,218.0,,,,,,,,,,,,,,,,,,, +244,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,219.0,1627.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12367.0,12155.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1001500.0,1003154.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,153873.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +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,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,3.0,234.0,36.0,256.0,65.0,274.0,1596.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,,,,9984.0,9831.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2519276.0,2543938.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1208457.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,2024-11-21 14:06:49.000000,2024-11-20 23:05:50,4446.0,169.0,51.0,172.0,592.0,157.0,481.0,1574.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,152.0,139.0,https://pypi.org/project/lets-plot,2024-10-25 15:59:51.000,13.0,61711.0,61732.0,,,,,,,,2.0,1304.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,2024-10-21 08:31:36.000000,2024-10-21 08:31:36,1194.0,1.0,363.0,67.0,616.0,300.0,360.0,1491.0,A Jupyter - Leaflet.js bridge.,90.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],12771.0,12487.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,223138.0,253841.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1304810.0,,,,,2.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6540.0,,,,,,,,,,, +248,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-11-06 08:59:15.000000,2024-11-05 17:47:01,1157.0,24.0,248.0,50.0,547.0,33.0,186.0,1341.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2239.0,2126.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,647671.0,655847.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,433359.0,,,,,1.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,2024-11-07 14:47:16.000000,2024-11-07 14:47:13,730.0,27.0,109.0,26.0,589.0,365.0,458.0,1138.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",50.0,32,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6311.0,6107.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,210916.0,223646.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,674741.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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,2024-11-20 15:48:36.000000,2024-11-20 15:48:36,14245.0,284.0,295.0,34.0,1904.0,499.0,678.0,1075.0,Python package for earth-observing satellite data processing.,171.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,181.0,150.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,15056.0,19460.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,233459.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,11.0,234.0,18.0,301.0,53.0,285.0,886.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,32,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1448.0,1321.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,602165.0,606062.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,190982.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,2024-11-19 14:07:06.000000,2024-11-19 14:07:04,14701.0,295.0,434.0,57.0,2253.0,191.0,813.0,716.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1408.0,1285.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,42141.0,52698.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,527897.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2836.0,385.0,125.0,239.0,561.0,25954.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],842.0,830.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24423.0,84223.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,96964.0,,,,,2.0,3549252.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,14057.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,17268.0,17268.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,,2074.0,183.0,1006.0,574.0,728.0,12740.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'],1785.0,1778.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5040.0,5051.0,,,,,,,,2.0,807.0,,,,,,,,,,,,,,,,,,, +256,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,2024-11-04 14:40:19.000000,2024-11-04 14:40:19,2967.0,10.0,2396.0,205.0,477.0,246.0,479.0,10121.0,FinRL: Financial Reinforcement Learning.,118.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,53.0,53.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1876.0,1876.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +257,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9782.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1377.0,1358.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18954.0,19553.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,35947.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +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,2024-10-23 14:54:18.000000,2024-10-23 14:54:18,1743.0,14.0,751.0,90.0,803.0,111.0,272.0,9774.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",52.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,423.0,405.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,26704.0,27458.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,32445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,288.0,434.0,295.0,639.0,9741.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3118.0,3080.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,44252.0,49469.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,276530.0,,,,,2.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,,2409.0,456.0,261.0,579.0,364.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'],5059.0,5045.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3973.0,3973.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +261,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,259.0,148.0,107.0,104.0,9230.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,7514195.0,7519880.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,568589.0,,,,,2.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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,144.0,759.0,9157.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],781.0,768.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,28481.0,28706.0,,,,,,,,2.0,18980.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,2024-11-15 14:43:21.000000,2023-04-18 11:08:13,2759.0,,1280.0,215.0,723.0,198.0,829.0,7640.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'],658.0,624.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,19493.0,20117.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,26843.0,,,,,2.0,66.0,,,,,,,,,,,,,,,,,,, +264,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-11-18 19:04:01.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,158.0,1733.0,154.0,865.0,7274.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1895.0,1821.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,58848.0,62927.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,216189.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,303.0,296.0,161.0,267.0,5710.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,,,,1109.0,1095.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,8564.0,8739.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14185.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,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,2024-10-25 14:41:09.574000,2024-10-25 12:37:32,819.0,14.0,405.0,75.0,299.0,61.0,529.0,4776.0,Visualizer for pandas data structures.,30.0,31,True,2024-10-25 13:12:13.000,3.15.1,188.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1312.0,1264.0,https://pypi.org/project/dtale,2024-10-25 13:08:15.000,48.0,113220.0,119755.0,https://anaconda.org/conda-forge/dtale,2024-10-25 14:41:09.574,352891.0,,,,,3.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,2024-11-21 02:11:04.000000,2024-11-15 22:48:51,15569.0,53.0,531.0,77.0,3653.0,914.0,1626.0,4247.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3502.0,3502.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,184.0,737.0,277.0,669.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,283.0,265.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,296186.0,296366.0,,,,,,,,3.0,17501.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,2024-11-13 21:14:54.000000,2024-05-03 16:54:19,704.0,,281.0,48.0,828.0,103.0,285.0,3196.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],6932.0,6779.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,399859.0,409176.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,335419.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,328.0,65.0,77.0,20.0,123.0,3179.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15139.0,14897.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1377634.0,1381869.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,406610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,2024-11-20 22:10:58.000000,2024-11-19 16:35:28,1206.0,31.0,357.0,36.0,546.0,115.0,451.0,3113.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-09-20 17:38:31.000,1.7.5,26.0,neuralforecast,conda-forge/neuralforecast,,,,269.0,252.0,https://pypi.org/project/neuralforecast,2024-09-20 17:38:31.000,17.0,51343.0,52131.0,https://anaconda.org/conda-forge/neuralforecast,2024-09-20 23:37:40.226,25236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,2024-11-21 07:53:20.000000,2024-11-20 21:04:43,8375.0,245.0,357.0,85.0,9826.0,97.0,349.0,3042.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,True,2024-11-09 01:24:29.000,0.35.1,599.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-11-21 03:59:13.000,4.0,42656.0,42911.0,,,,,,,,3.0,11502.0,,,,,,,,,,,,,,,,,,, +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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,397.0,63.0,497.0,221.0,273.0,2862.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'],4767.0,4652.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,494650.0,495753.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,43035.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,2024-10-28 15:50:38.000000,2024-10-28 15:50:38,1692.0,61.0,332.0,38.0,365.0,38.0,184.0,2739.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-10-25 10:11:38.000,2.7.4,47.0,shapash,,,,['jupyter'],184.0,180.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,42617.0,42617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-11-19 01:58:36.000000,2024-11-12 19:15:38,2990.0,74.0,1005.0,123.0,540.0,60.0,304.0,2592.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,634494.0,657909.0,https://anaconda.org/conda-forge/ipyparallel,2024-11-07 07:55:26.494,1147348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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,2024-10-31 17:22:20.000000,2024-10-31 17:22:20,956.0,32.0,141.0,25.0,439.0,156.0,304.0,2123.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-10-18 17:19:32.000,0.11.8,52.0,equinox,,,,['jax'],1014.0,848.0,https://pypi.org/project/equinox,2024-10-18 17:19:32.000,166.0,252473.0,252473.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +277,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,2024-11-21 11:35:05.000000,2024-11-20 18:17:14,2228.0,184.0,437.0,33.0,2396.0,322.0,121.0,1950.0,Pytorch domain library for recommendation systems.,293.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,155.0,155.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,24470.0,24470.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +278,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-11-13 09:56:22.000000,2024-11-13 09:56:20,1268.0,60.0,188.0,21.0,179.0,47.0,139.0,1875.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,31,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,626.0,608.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,52009.0,52009.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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,2024-11-04 17:50:59.000000,2024-11-04 17:45:33,733.0,6.0,343.0,46.0,388.0,70.0,238.0,1717.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],943.0,907.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,235635.0,236183.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18595.0,,,,,2.0,131.0,,,,,,,,,,,,,,,,,,, +280,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-11-03 22:03:25.000000,2024-11-03 22:03:19,952.0,4.0,431.0,85.0,236.0,57.0,242.0,1472.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3110.0,2672.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1006787.0,1015805.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,369753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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,2024-11-19 07:06:24.000000,2024-11-15 09:51:43,1618.0,25.0,170.0,18.0,851.0,111.0,456.0,1367.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-28 19:45:17.000,0.29.2,65.0,pyjanitor,conda-forge/pyjanitor,,,,785.0,753.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,91074.0,95137.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,219428.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,2024-11-18 14:47:40.000000,2024-11-18 14:47:37,4368.0,10.0,303.0,79.0,672.0,18.0,634.0,1336.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1739.0,1690.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,33097.0,44387.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,587105.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +283,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,2024-11-21 11:24:10.000000,2024-11-11 13:06:45,3996.0,463.0,135.0,10.0,660.0,21.0,156.0,1164.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],378.0,363.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,75146.0,75146.0,,,,,,,,2.0,,,,skforecast/skforecast,,,,,,,,,,,,,,,, +284,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,2024-11-18 00:48:53.000000,2024-11-15 21:19:56,1161.0,23.0,216.0,23.0,156.0,30.0,203.0,1138.0,Survival analysis built on top of scikit-learn.,21.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],676.0,639.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,153731.0,158269.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,163390.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,2024-11-14 16:40:40.000000,2024-11-14 16:40:39,3389.0,19.0,242.0,50.0,413.0,76.0,280.0,1068.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2250.0,2076.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,88956.0,114681.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1363472.0,,,,,2.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,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,12.0,174.0,35.0,118.0,26.0,65.0,759.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,25193940.0,25283789.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8895141.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,2024-11-21 10:49:38.000000,2024-11-19 00:55:24,176085.0,2766.0,95.0,50.0,2387.0,90.0,289.0,688.0,TensorFlow ROCm port.,4737.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,6348.0,6348.0,,,,,,,,3.0,25.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +288,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,1250.0,557.0,840.0,2543.0,17527.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,1658.0,1797.0,,,,,,,,3.0,14734.0,,,,,,,,,,,,,,,,,,, +289,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-11-21 13:11:56.000000,2024-11-21 13:11:56,2299.0,22.0,2885.0,198.0,3760.0,1260.0,4222.0,12827.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,564.0,564.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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,290.0,98.0,311.0,446.0,8640.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,,,,1717.0,1698.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,14647.0,26791.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8243.0,,,,,2.0,946912.0,,,,,,,,,,,,,,,,,,, +291,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,2024-11-21 01:19:20.000000,2024-11-21 01:19:20,1190.0,9.0,1387.0,100.0,662.0,729.0,527.0,8416.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,129.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2829.0,2829.0,,,,,7287.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,357071.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +292,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,2024-11-21 14:27:06.000000,2024-11-21 14:27:02,1265.0,32.0,881.0,61.0,1040.0,239.0,1342.0,8100.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,30,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,51376.0,52947.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,62421.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,848.0,2.0,,,,,,,,,,,,,,,,,,,, +293,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,2024-11-05 16:17:39.000000,2024-11-05 16:17:36,1095.0,4.0,390.0,81.0,540.0,61.0,460.0,5884.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1533.0,1448.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,143513.0,159288.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,788776.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +294,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2024-05-29 15:01:39.000000,2023-10-19 19:24:51,248.0,,926.0,126.0,39.0,75.0,147.0,5603.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,30,False,2024-05-29 15:01:39.000,0.2.4,8.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4205.0,4105.0,https://pypi.org/project/torchdiffeq,2024-05-29 15:01:39.000,100.0,883454.0,883795.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18455.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +295,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1057.0,112.0,255.0,112.0,487.0,5463.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4475.0,4355.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,204206.0,204812.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22441.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +296,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,2024-11-13 08:00:37.000000,2024-11-13 08:00:37,923.0,5.0,634.0,149.0,796.0,141.0,356.0,4788.0,Deep Learning Visualization Toolkit.,36.0,30,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,172361.0,172369.0,,,,,,,,2.0,465.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,2024-11-11 08:51:05.000000,2024-11-05 15:19:52,1478.0,5.0,753.0,77.0,1823.0,325.0,637.0,4632.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,725870.0,725898.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,1042.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4542.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,47893.0,47458.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,419404.0,423261.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,200566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,928.0,150.0,132.0,139.0,104.0,4366.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4638.0,4531.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,163987.0,164669.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30734.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-18 02:21:51.000000,2024-11-01 16:12:42,3332.0,1.0,548.0,120.0,384.0,72.0,743.0,4151.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,,,,360.0,341.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,115041.0,117392.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,82305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-11-19 17:34:09.000000,2024-11-19 17:32:41,1254.0,32.0,498.0,65.0,770.0,5.0,554.0,3774.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11552.0,11552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,6.0,250.0,64.0,56.0,9.0,,3396.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,30,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7486.0,7387.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,849061.0,863067.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,671744.0,,,,,2.0,1040.0,,,,,,,,,,,,,,,,,,, +303,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,2024-11-12 15:10:26.203000,2024-11-12 09:10:10,1222.0,34.0,408.0,50.0,95.0,140.0,522.0,3057.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,141.0,135.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,9741.0,10356.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,25235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,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,65.0,344.0,29.0,338.0,95.0,39.0,3026.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1148.0,1142.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,16419.0,16515.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,,339.0,60.0,194.0,138.0,196.0,2913.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'],1579.0,1500.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,384835.0,412179.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1449261.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,360.0,82.0,169.0,218.0,148.0,2360.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,,,,6852.0,6697.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,334745.0,339611.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,214030.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,828.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,2024-11-01 14:54:51.000000,2024-11-01 14:54:44,559.0,8.0,428.0,92.0,118.0,76.0,265.0,2292.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1642.0,1632.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,10868.0,12069.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,51646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,2024-11-21 10:00:25.000000,2024-11-21 08:56:49,1959.0,125.0,143.0,29.0,371.0,62.0,112.0,2272.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",57.0,30,True,2024-11-21 10:00:25.000,2.16.6,132.0,usearch,,unum/usearch,,,173.0,136.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,297986.0,309742.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,154.0,3.0,33498.0,,,,usearch,https://www.npmjs.com/package/usearch,2024-11-21 09:05:02.079,14.0,9779.0,,,,,,,,,,, +309,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-09-13 13:36:57.070000,2024-08-26 17:26:56,210.0,1.0,254.0,56.0,78.0,52.0,232.0,2018.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1162.0,1126.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,87974.0,91758.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,196481.0,,,,,2.0,640.0,,,,,,,,,,,,,,,,,,, +310,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-11-21 13:57:53.000000,2024-11-21 13:57:53,901.0,28.0,419.0,39.0,928.0,158.0,325.0,1950.0,A Python package to assess and improve fairness of machine learning models.,86.0,30,True,2024-10-31 16:18:10.000,0.11.0,21.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],62.0,3.0,https://pypi.org/project/fairlearn,2024-10-31 16:12:13.000,59.0,237725.0,238513.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,37861.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-11-18 11:29:50.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1849.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'],733.0,698.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,59381.0,60485.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,36447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +312,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,19.0,384.0,50.0,136.0,29.0,435.0,1743.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,30,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,292.0,277.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4412.0,4528.0,,,,,,,,1.0,12105.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +313,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-20 03:11:45.000000,2024-10-28 05:50:16,1065.0,6.0,228.0,52.0,213.0,32.0,292.0,1712.0,A full spaCy pipeline and models for scientific/biomedical documents.,36.0,30,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1032.0,998.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,21475.0,21475.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,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,5.0,138.0,31.0,122.0,35.0,268.0,1639.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,,,,2688.0,2532.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,170765.0,173427.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,141115.0,,,,,3.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,2024-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,200.0,34.0,73.0,29.0,52.0,1586.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,30,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4063.0,4026.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1909804.0,1910463.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,30319.0,,,,,1.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,2024-11-21 13:07:18.000000,2024-11-21 13:07:16,2286.0,242.0,153.0,11.0,967.0,99.0,936.0,1573.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",46.0,30,True,2024-11-20 16:02:18.000,0.18.26,244.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-11-20 12:47:24.000,,13878.0,13878.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-11-12 18:16:41.000000,2024-11-12 18:16:41,10796.0,33.0,245.0,39.0,1507.0,208.0,358.0,1269.0,Computations and statistics on manifolds with geometric structures.,93.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,139.0,127.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3645.0,3788.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,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,2024-11-20 13:14:39.000000,2024-11-20 13:14:38,1526.0,52.0,280.0,68.0,109.0,38.0,55.0,1257.0,Model analysis tools for TensorFlow.,59.0,30,True,2024-11-05 22:32:06.000,0.47.0,58.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-11-05 23:01:11.000,19.0,127218.0,127218.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,25.0,76.0,923.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19414.0,18713.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,3022025.0,3063813.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,877564.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,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,2024-11-18 12:28:30.000000,2024-11-18 12:28:27,3211.0,31.0,120.0,16.0,320.0,8.0,184.0,815.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,437345.0,501327.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3108618.0,,,,,2.0,28141.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,2024-11-20 19:57:12.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1439.0,293.0,371.0,707.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",109.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,1330977.0,1330977.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,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,25.0,54.0,37.0,57.0,491.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,25981.0,25846.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2040749.0,2059118.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,900121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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,2024-10-23 06:29:06.515000,2024-09-12 22:24:23,593.0,5.0,37.0,10.0,75.0,11.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,,52023.0,51922.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,11238221.0,11284892.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2333422.0,,,,,2.0,212.0,,,,,,,,,,,,,,,,,,, +324,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,375.0,504.0,436.0,15828.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,597.0,594.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1680.0,1680.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-11-13 03:41:07.000000,2024-11-13 03:41:06,1996.0,3.0,2638.0,301.0,941.0,250.0,693.0,15572.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,5084.0,5098.0,,,,,,,,2.0,732.0,,,,,,,,,,,,,,,,,,, +326,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,46.0,101.0,94.0,9041.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,174310.0,175153.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,44696.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,2024-11-20 22:28:23.000000,2024-11-20 16:01:42,1059.0,21.0,928.0,139.0,756.0,135.0,347.0,7137.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,98.0,29,True,2023-12-25 07:11:09.000,0.11.1,15.0,dowhy,conda-forge/dowhy,,,,457.0,450.0,https://pypi.org/project/dowhy,2023-12-25 07:11:09.000,7.0,50396.0,51123.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,34900.0,,,,,2.0,41.0,,,,,,,,,,,,,,,,,,, +328,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,6204.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'],773.0,766.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2487.0,2663.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9368.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-04-19 02:47:07.000000,2023-01-19 00:37:33,900.0,,1216.0,152.0,953.0,60.0,788.0,5835.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,104873.0,104873.0,,,,,,,,2.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,2024-11-08 17:24:55.000000,2024-11-08 17:24:55,627.0,9.0,776.0,86.0,355.0,54.0,346.0,5103.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,,,,,233.0,231.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,51092.0,51092.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-11-19 03:16:17.000000,2024-11-18 23:20:23,1647.0,18.0,831.0,146.0,1581.0,382.0,403.0,5069.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,281292.0,281292.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4457.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,,,,1515.0,1450.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,354023.0,354700.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,27772.0,,,,,2.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,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4070.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,,,,6442.0,6292.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,624390.0,630539.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,295180.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,,517.0,76.0,39.0,14.0,121.0,3963.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,,,,19068.0,18946.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,341584.0,387947.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,370911.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-11-20 11:14:51.000000,2024-11-20 11:06:35,910.0,32.0,435.0,44.0,1003.0,27.0,343.0,3898.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",54.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,46316.0,140122.0,,,,,,,,2.0,4221280.0,,,,,,,,,,,,,,,,,,, +336,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,2024-11-18 21:36:47.000000,2024-09-13 01:42:25,1464.0,14.0,480.0,57.0,826.0,60.0,498.0,3886.0,NeuralProphet: A simple forecasting package.,56.0,29,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,98367.0,98367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-11-15 16:14:08.000000,2024-11-05 10:29:23,704.0,35.0,672.0,39.0,1002.0,147.0,797.0,3831.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,118.0,113.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,56167.0,56617.0,,,,,,,,2.0,15761.0,,,,,,,,,,,,,,,,,,, +338,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,2024-11-19 00:24:20.000000,2024-10-22 15:05:01,3667.0,6.0,464.0,102.0,1063.0,267.0,368.0,3627.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,221438.0,250118.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1417495.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2431.0,,,,,,,,,,, +339,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,,611.0,77.0,231.0,95.0,406.0,3565.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1584.0,1555.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,192765.0,211606.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,939901.0,,,,,2.0,1489.0,,,,,,,,,,,,,,,,,,, +340,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-11-06 19:11:12.000000,2024-10-22 19:55:17,1581.0,71.0,357.0,67.0,1454.0,116.0,86.0,3492.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,44.0,41.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,6560.0,8478.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,95947.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,82.0,245.0,69.0,155.0,3072.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,29,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,207.0,204.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,106000.0,106001.0,,,,,,,,2.0,89.0,,,,,,,,,,,,,,,,,,, +342,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,3033.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12417.0,12308.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,78174.0,78174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,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,2024-10-09 07:57:26.000000,2024-10-09 07:56:44,2306.0,3.0,722.0,79.0,206.0,200.0,469.0,2804.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.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,69175.0,69175.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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,13.0,334.0,154.0,1184.0,35.0,60.0,2728.0,Neural Network Libraries.,76.0,29,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,12362.0,12373.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +345,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,2557.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'],1660.0,1638.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,98967.0,98967.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,328.0,23.0,50.0,35.0,203.0,2312.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,573.0,563.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,71722.0,72910.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,55860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,6.0,526.0,43.0,29.0,49.0,81.0,2239.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'],6567.0,6494.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,135460.0,135707.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13548.0,,,,,2.0,10.0,,,,,,,,,,,,,,,,,,, +348,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-21 08:19:53.000000,2024-11-16 15:29:06,2316.0,132.0,135.0,27.0,271.0,5.0,43.0,2059.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,29,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,198.0,184.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,9113.0,9113.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1806.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6728.0,6625.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,136234.0,137378.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,88104.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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,17.0,291.0,30.0,579.0,102.0,722.0,1788.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,114.0,111.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2509.0,2509.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +351,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-20 22:56:14.000000,2024-11-06 22:38:38,1019.0,37.0,600.0,105.0,295.0,22.0,300.0,1572.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-11-06 22:51:34.000,2.12.1,35.0,tabpy,anaconda/tabpy-client,,,,190.0,188.0,https://pypi.org/project/tabpy,2024-11-06 22:51:34.000,2.0,28285.0,28336.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,3.0,124.0,24.0,111.0,49.0,78.0,1303.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,,,,3569.0,3520.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,512504.0,513350.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,43155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-11-17 22:14:09.000000,2024-11-17 22:14:08,415.0,17.0,184.0,25.0,40.0,1.0,132.0,1276.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],649.0,631.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,153380.0,153737.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-11-20 21:30:12.000000,2024-11-04 13:01:50,16654.0,39.0,376.0,45.0,1652.0,311.0,2983.0,924.0,An open-source application for biological image analysis.,144.0,29,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,27.0,25.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,2224.0,2285.0,,,,,,,,2.0,8048.0,,,,,,,,,,,,,,,,,,, +355,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,2024-11-07 19:07:05.000000,2024-11-07 19:07:05,568.0,2.0,111.0,17.0,198.0,125.0,139.0,717.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",35.0,29,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,46741.0,45961.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3393158.0,3393319.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20835.0,,,,,,,,,,,,,,,,,,, +356,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-11-03 15:41:21.000000,2024-11-03 15:40:37,634.0,67.0,102.0,24.0,115.0,4.0,112.0,706.0,Python library for reading audio file metadata.,27.0,29,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1215.0,1102.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,40407.0,40407.0,,,,,,,,3.0,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +357,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,2024-11-21 12:44:06.000000,2024-11-11 07:37:34,851.0,17.0,77.0,26.0,412.0,113.0,241.0,598.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-09-18 10:30:55.000,1.13.0,66.0,geoviews,conda-forge/geoviews,,,,1216.0,1157.0,https://pypi.org/project/geoviews,2024-09-16 16:00:44.000,59.0,25614.0,30795.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,259091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,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,2024-11-11 14:14:20.000000,2024-11-04 14:58:06,2103.0,9.0,63.0,16.0,1638.0,23.0,217.0,586.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,,,,746.0,669.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,519929.0,525354.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,292982.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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,,1154.0,238.0,458.0,75.0,264.0,18274.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,,110250.0,110668.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26765.0,2.0,,,,,,,,,,,,,,,,,,,, +360,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,614.0,233.0,53.0,,14829.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2496.0,2422.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,41704.0,41704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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,6.0,1377.0,424.0,51.0,105.0,88.0,10570.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,33211.0,33211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,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,348.0,81.0,51.0,231.0,8032.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,878.0,852.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2821.0,3189.0,,,,,,,,3.0,32072.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +363,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,28,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],284.0,276.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,85632.0,85632.0,,,,,,,,3.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,210.0,92.0,201.0,123.0,5888.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,,,,,539.0,527.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,21324.0,21324.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,272.0,438.0,221.0,329.0,4831.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'],333.0,331.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1951.0,1951.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +366,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,4777.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,,,,1625.0,1593.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,298728.0,301582.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,234046.0,,,,,2.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,2024-11-06 20:27:19.000000,2024-11-06 20:27:19,6178.0,24.0,528.0,147.0,1948.0,338.0,1386.0,4568.0,ArrayFire: a general purpose GPU library.,94.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,4337.0,4401.0,,,,,,,,2.0,7307.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,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4294.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,556769.0,558451.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,85796.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,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,742.0,176.0,90.0,1.0,288.0,4289.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,67903.0,68072.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7788.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-08-27 11:49:25.000000,2024-08-27 11:02:25,515.0,3.0,578.0,45.0,544.0,14.0,,4120.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,28,True,2024-08-27 11:49:25.000,0.11.19,103.0,sahi,conda-forge/sahi,,,,1497.0,1471.0,https://pypi.org/project/sahi,2024-07-10 10:19:56.000,26.0,142459.0,145222.0,https://anaconda.org/conda-forge/sahi,2024-07-24 03:28:58.170,78814.0,,,,,3.0,28508.0,,,,,,,,,,,,,,,,,,, +371,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,217.0,408.0,139.0,402.0,3847.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,,,,,1079.0,1067.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2162.0,2162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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-11-21 14:34:48.000000,2024-11-19 14:05:13,1490.0,3.0,253.0,22.0,1754.0,295.0,726.0,3628.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,472.0,460.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,56285.0,56318.0,,,,,,,,2.0,1245.0,,,,,,,,,,,,,,,,,,, +373,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3528.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3291.0,3260.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,380029.0,380271.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9936.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,3.0,422.0,84.0,55.0,62.0,204.0,3517.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'],225.0,222.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1373.0,1588.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10357.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +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,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,254.0,61.0,121.0,7.0,293.0,3382.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,,,,,658.0,643.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20329.0,20356.0,,,,,,,,3.0,1868.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,46.0,1086.0,4.0,353.0,3295.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1245.0,1215.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,31399.0,31399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,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,2950.0,StellarGraph - Machine Learning on Graphs.,40.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],295.0,284.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,10471.0,10471.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,15.0,522.0,109.0,364.0,388.0,690.0,2862.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,,,,,832.0,812.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13101.0,13101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,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,65.0,61.0,31.0,39.0,2427.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'],5704.0,5619.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,479875.0,482023.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,189099.0,,,,,2.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,45.0,57.0,70.0,210.0,2371.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],356.0,349.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9812.0,9812.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,2323.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11942.0,11787.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,393252.0,393252.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,2024-11-19 07:48:41.000000,2024-11-18 13:15:08,732.0,5.0,225.0,41.0,553.0,140.0,235.0,2249.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,,,,,496.0,489.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,74783.0,74783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +383,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,2024-11-21 14:08:07.000000,2023-06-01 12:18:23,739.0,,320.0,44.0,44.0,99.0,56.0,2229.0,A modular active learning framework for Python.,20.0,28,False,2024-11-21 14:08:07.000,0.66.29,1452.0,modAL,,,,['sklearn'],71.0,,https://pypi.org/project/modAL,2024-11-21 14:08:07.000,71.0,726188.0,726188.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +384,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-11-03 02:53:44.505000,2024-11-02 19:57:32,493.0,8.0,300.0,66.0,126.0,22.0,106.0,2036.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,520.0,502.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,17702.0,18010.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13268.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,30.0,273.0,1945.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,,,,2089.0,2067.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,46071.0,46901.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,41500.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,,279.0,40.0,495.0,172.0,151.0,1800.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,195.0,187.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,151748.0,151754.0,,,,,,,,3.0,522.0,,,,,,,,,,,,,,,,,,, +387,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,2024-11-18 16:39:24.000000,2024-11-04 09:55:10,833.0,2.0,323.0,119.0,787.0,228.0,168.0,1494.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,719300.0,719300.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-11-16 06:34:46.000000,2024-10-15 17:52:15,3072.0,10.0,124.0,36.0,373.0,9.0,191.0,1454.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,374.0,350.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,39179.0,39179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,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-10-31 14:10:26.000000,2024-10-31 14:10:22,612.0,13.0,424.0,31.0,51.0,18.0,129.0,1452.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,28,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,722.0,691.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,34058.0,34058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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,5.0,270.0,81.0,492.0,53.0,207.0,1418.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1243.0,1232.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,24941.0,25022.0,,,,,,,,2.0,7363.0,,,,,,,,,,,,,,,,,,, +391,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,36.0,57.0,1400.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,118765.0,118765.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1375.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,196.0,189.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,26097.0,26483.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,17784.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,165.0,32.0,252.0,,,1352.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2036.0,1949.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,258345.0,260369.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,72891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,,417.0,52.0,41.0,17.0,139.0,1243.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2925.0,2887.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,243998.0,244932.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,51421.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1235.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'],562.0,558.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,11295.0,11295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,41.0,39.0,76.0,591.0,1173.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,794.0,762.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,26879.0,28723.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,95588.0,,,,,3.0,609.0,,,,,,,,,,,,,,,,,,, +397,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,444.0,43.0,176.0,93.0,102.0,1023.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,4021371.0,4051670.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2333040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,2024-10-28 22:32:45.000000,2024-10-28 22:00:37,943.0,7.0,215.0,58.0,99.0,45.0,172.0,986.0,Input pipeline framework.,29.0,28,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,540127.0,540127.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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,952.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,91468.0,99339.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,612735.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1864.0,,,,,,,,,,, +400,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,2024-07-21 18:27:09.000000,2024-07-20 22:10:37,819.0,,256.0,40.0,513.0,281.0,257.0,903.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1240.0,1147.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,107158.0,124085.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,914110.0,,,,,3.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,2024-11-10 14:49:37.000000,2024-11-10 14:49:37,681.0,2.0,105.0,14.0,100.0,73.0,67.0,896.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,,,,8606.0,8450.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2147608.0,2187988.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2099769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,3.0,141.0,26.0,487.0,19.0,141.0,886.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,28,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,266.0,248.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,53332.0,64861.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,611043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,50.0,59.0,21.0,70.0,844.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,,,,1447.0,1384.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,22133.0,31967.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,521223.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,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,40.0,148.0,29.0,97.0,47.0,76.0,626.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,617.0,586.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,90503.0,90543.0,,,,,,,,3.0,2729.0,,,,,,,,,,,,,,,,,,, +405,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,,59.0,14.0,207.0,12.0,187.0,342.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,,,,10273.0,10112.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,694302.0,726128.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2928043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1823.0,208.0,74.0,113.0,37.0,10700.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.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,96591.0,96591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,7926.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,209398.0,286325.0,,,,,,,,2.0,4307929.0,,,,,,,,,,,,,,,,,,, +408,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,458.0,699.0,36.0,441.0,7335.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,3141.0,3166.0,,,,,,,,2.0,2489.0,,,,,,,,,,,,,,,,,,, +409,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,350.0,14.0,42.0,66.0,6438.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1463.0,1455.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,27873.0,27873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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,145.0,100.0,87.0,310.0,6418.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,124945.0,133183.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,428390.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,AGPL-3.0,2013-04-05 23:14:27.000,2023-09-01 15:42:16.000000,2023-08-31 21:49:25,6626.0,,1586.0,627.0,2111.0,453.0,1338.0,6336.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,27,False,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,,3271.0,3271.0,,,,,,,,3.0,13.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +412,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,200.0,158.0,49.0,227.0,5527.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,921.0,921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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,,470.0,74.0,63.0,112.0,57.0,4916.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,,,,,3252.0,3230.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,429225.0,429225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,54.0,57.0,76.0,108.0,4561.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'],2477.0,2426.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,109071.0,132622.0,,,,,,,,3.0,1413096.0,,,,,,,,,,,,,,,,,,, +415,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,31.0,52.0,77.0,4476.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,,,,9700.0,9603.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,334867.0,335211.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15170.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,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,37.0,56.0,138.0,44.0,4020.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,27,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],17021.0,16886.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,213852.0,213852.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,282.0,226.0,12.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,556411.0,556839.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25305.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-21 06:36:01.000000,2024-11-19 15:16:50,1676.0,18.0,678.0,44.0,30.0,7.0,569.0,3573.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.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,,4161.0,4161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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,26.0,324.0,89.0,102.0,51.0,32.0,3535.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,3494.0,3965.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,33949.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,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,3389.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,,,,721.0,716.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,2187.0,2464.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22494.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,22.0,761.0,3376.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,20154.0,23516.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,181570.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,,374.0,84.0,66.0,156.0,189.0,3320.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,,,,508.0,491.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,7224.0,15240.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,737514.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,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,3297.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,27,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,1234.0,1234.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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,,383.0,38.0,522.0,61.0,217.0,2974.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,,,,328.0,317.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4977.0,5154.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8870.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +425,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,2.0,334.0,46.0,121.0,72.0,137.0,2969.0,A python library for decision tree visualization and model interpretation.,27.0,27,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1398.0,1345.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,113363.0,115213.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,88804.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,765.0,182.0,75.0,21.0,565.0,2848.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,46448.0,47217.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,49273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,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,366.0,27.0,350.0,2779.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,,,,656.0,642.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5887.0,6185.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2663.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,226928.0,230277.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,73685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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,77.0,224.0,2637.0,Database system for AI-powered apps.,73.0,27,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],149.0,149.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,2474.0,17345.0,,,,,,,,3.0,416397.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +430,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,2492.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,27,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1254.0,1254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-11-19 00:56:42.000000,2024-05-21 08:57:13,663.0,,252.0,57.0,667.0,151.0,225.0,2415.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,700.0,675.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,21231.0,21231.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,,,,1955.0,1889.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,25404.0,27288.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,169639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,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,63.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'],388.0,382.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13148.0,13148.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,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,2024-11-21 14:33:26.000000,2024-11-20 18:34:52,6646.0,89.0,302.0,45.0,2987.0,180.0,1584.0,1756.0,cuGraph - RAPIDS Graph Analytics Library.,117.0,27,True,2024-10-09 20:36:36.000,24.10.00,40.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,333.0,916.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,25080.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,36.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],308.0,303.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2828.0,3433.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23625.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +436,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,1741.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'],232.0,229.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,38410.0,38505.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,51.0,88.0,24.0,191.0,1621.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'],688.0,669.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,96649.0,96802.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8145.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,1481.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,,,,,413.0,411.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2273.0,2273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,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,2.0,163.0,22.0,128.0,6.0,131.0,1474.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,,,,962.0,915.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,43028.0,49641.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,337271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,1311.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,,,,1541.0,1485.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24242.0,24620.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,30642.0,,,,,3.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,,330.0,39.0,302.0,31.0,200.0,1287.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,,,,,479.0,457.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,30706.0,30706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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,2024-11-20 14:12:34.000000,2024-11-13 10:10:08,542.0,8.0,117.0,23.0,395.0,38.0,289.0,1280.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2024-11-13 11:05:03.000,0.9.3,54.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],178.0,165.0,https://pypi.org/project/scikit-lego,2024-11-13 11:05:03.000,13.0,27722.0,28804.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,58458.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,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,1251.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'],1723.0,1702.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,90047.0,90047.0,,,,,,,,2.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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,987.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,,,,633.0,599.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,28422.0,29108.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33471.0,,,,,3.0,320.0,,,,,,,,,,,,,,,,,,, +445,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,33.0,86.0,88.0,123.0,921.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'],1848.0,1823.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,61589.0,61589.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,329.0,65.0,690.0,36.0,533.0,841.0,The Classical Language Toolkit.,121.0,27,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,292.0,277.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,10739.0,10739.0,,,,,,,,3.0,102.0,,,,,,,,,,,,,,,,,,, +447,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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,11.0,173.0,49.0,89.0,38.0,144.0,765.0,Library for exploring and validating machine learning data.,27.0,27,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,160564.0,160576.0,,,,,,,,3.0,893.0,,,,,,,,,,,,,,,,,,, +448,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,10.0,50.0,9.0,66.0,192.0,257.0,649.0,python binding for libvips using cffi.,16.0,27,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,915.0,838.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,61847.0,64754.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,142486.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,2024-11-19 07:00:04.000000,2024-11-19 07:00:04,634.0,12.0,164.0,31.0,228.0,5.0,104.0,641.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,35.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],434.0,406.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,34777.0,35078.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8756.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8127.0,7988.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,259589.0,260334.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,40979.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,77.0,145.0,35.0,412.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,261.0,237.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,5446.0,37938.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,129971.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,,1214.0,186.0,213.0,31.0,534.0,9414.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,,,,,305.0,,,,,,,,3.0,14062.0,,,,,,,,,,,,,,,,,,, +453,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-09-10 20:43:39.000000,2024-09-10 20:43:30,1626.0,3.0,814.0,140.0,1571.0,122.0,125.0,8103.0,Trax Deep Learning with Clear Code and Speed.,80.0,26,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,187.0,186.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,6994.0,6994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,1.0,1350.0,173.0,46.0,80.0,242.0,7099.0,2D and 3D Face alignment library build using pytorch.,26.0,26,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,59534.0,59534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,11.0,1547.0,136.0,3623.0,75.0,1981.0,5728.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.0,,2.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,,599.0,142.0,31.0,69.0,55.0,5598.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1884.0,1828.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1579464.0,1579850.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20087.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,5075.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,,,,,853.0,841.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,10381.0,10381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,243.0,218.0,52.0,203.0,4567.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,,,,67.0,66.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1555.0,1652.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4195.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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-07-15 00:15:22.000000,2024-04-23 02:12:59,1138.0,,747.0,58.0,1015.0,187.0,742.0,4361.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'],181.0,177.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4720.0,4720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,4.0,279.0,51.0,477.0,69.0,261.0,3356.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7899.0,9067.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,50856.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +461,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,10.0,251.0,29.0,2020.0,3.0,663.0,3232.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,15294.0,15371.0,,,,,,,,3.0,2714.0,,,,,,,,,,,,,,,,,,, +462,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,476.0,54.0,30.0,3044.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,170055.0,170334.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12007.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,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,3035.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1717.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,150311.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1516.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +464,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2953.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2682.0,2652.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,77675.0,78475.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,36020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,69.0,167.0,164.0,113.0,2758.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,193267.0,195137.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,168302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,97.0,44.0,91.0,240.0,2743.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,104020.0,104020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,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,,487.0,38.0,250.0,52.0,290.0,2647.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,43712.0,43960.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,2024-11-02 18:36:22.000000,2024-11-02 18:34:20,146.0,6.0,346.0,30.0,335.0,45.0,344.0,2582.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,13.0,26,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],136.0,124.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,34117.0,34117.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,,842.0,91.0,287.0,200.0,103.0,2463.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,,,,554.0,522.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,31693.0,32019.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,16320.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,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,,245.0,35.0,147.0,24.0,146.0,2411.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,,,,,248.0,239.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,21833.0,21839.0,,,,,,,,3.0,343.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,77.0,55.0,170.0,68.0,2316.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1439.0,1390.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,39734.0,39734.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,1.0,291.0,55.0,14.0,22.0,80.0,2250.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,,,,643.0,638.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,15243.0,16411.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,101663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,2024-11-21 14:44:07.000000,2024-11-21 12:47:32,499.0,499.0,132.0,29.0,612.0,29.0,44.0,2169.0,Open-source end-to-end LLM Development Platform.,26.0,26,True,2024-11-21 09:33:15.000,1.1.9,66.0,opik,,,,,,,https://pypi.org/project/opik,2024-11-21 09:33:37.000,,9656.0,9656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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-04-25 09:54:03.000000,2024-02-28 15:45:58,1631.0,,250.0,67.0,63.0,32.0,198.0,2156.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'],59.0,57.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,2752.0,2752.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,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,2152.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,,,,,767.0,748.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,110431.0,110431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,2066.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'],2366.0,2352.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,111378.0,115344.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,531.0,,,,,3.0,261030.0,,,,,,,,,,,,,,,,,,, +477,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,12.0,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,26,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,253423.0,254604.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,60271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,,160.0,60.0,68.0,67.0,130.0,1828.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,490.0,488.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1433.0,1433.0,,,,,,,,3.0,55.0,,,,,,,,,,,,,,,,,,, +479,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,35.0,1773.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,757.0,712.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,117151.0,117910.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28118.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,33.0,20.0,4.0,91.0,1732.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,,,,794.0,783.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,30402.0,32158.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,68522.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,2024-11-15 08:22:09.000000,2024-11-15 08:16:12,1033.0,58.0,274.0,43.0,878.0,82.0,66.0,1665.0,A lightweight library for PyTorch training tools and utilities.,139.0,26,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,5464.0,5464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,1572.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'],63.0,62.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,4306.0,4306.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +483,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,2024-08-09 14:16:22.000000,2024-08-07 01:34:48,1970.0,,363.0,31.0,2282.0,86.0,234.0,1391.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,12139.0,12139.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +484,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,1.0,204.0,44.0,258.0,68.0,213.0,1350.0,Python audio and music signal processing library.,24.0,26,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,475.0,448.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2370.0,2370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,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,2024-11-21 10:47:58.000000,2024-11-19 23:46:59,2291.0,117.0,388.0,58.0,576.0,176.0,265.0,1287.0,Machine learning on FPGAs using HLS.,63.0,26,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1360.0,1541.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9096.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,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-06-18 04:54:15.000000,2022-12-22 14:52:10,805.0,,148.0,35.0,215.0,120.0,152.0,1244.0,Real-time stream processing for python.,48.0,26,False,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,561.0,504.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,29995.0,43776.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1185208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-11-21 06:03:02.000000,2024-11-14 19:24:43,2598.0,111.0,95.0,20.0,1202.0,83.0,241.0,1149.0,"MetricFlow allows you to define, build, and maintain metrics in code.",45.0,26,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,31.0,27.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,26151.0,26151.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +488,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-11-21 12:57:10.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,610.0,102.0,456.0,1089.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,21222.0,21809.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,25863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +489,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-11-10 17:49:20.000000,2024-11-10 17:47:36,825.0,9.0,124.0,31.0,428.0,84.0,336.0,1083.0,BAyesian Model-Building Interface (Bambi) in Python.,40.0,26,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,168.0,158.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,30805.0,31648.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,39663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,2024-10-28 10:06:42.000000,2024-10-28 10:06:42,783.0,3.0,68.0,16.0,131.0,56.0,117.0,1044.0,Visualize large time series data with plotly.py.,13.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1537.0,1513.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,463416.0,465674.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,76772.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,929.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,578.0,541.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,47811.0,47811.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +492,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,809.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,,,,4650.0,4573.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1093875.0,1094072.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7315.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,2024-10-12 15:09:33.000000,2024-10-12 15:08:21,367.0,15.0,98.0,20.0,151.0,36.0,99.0,643.0,pyspark methods to enhance developer productivity.,32.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],94.0,87.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,653922.0,653922.0,,,,,,,,3.0,44.0,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +494,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,,154.0,18.0,717.0,27.0,208.0,510.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,,,,398.0,381.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10230.0,11490.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,84454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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-10-26 10:11:23.000000,2024-10-26 10:11:17,540.0,5.0,40.0,5.0,16.0,2.0,56.0,351.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-10-20 09:53:20.000,0.10.0,27.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],949.0,895.0,https://pypi.org/project/scikit-posthocs,2024-10-20 09:53:20.000,54.0,85322.0,105372.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-10-24 09:13:26.312,982478.0,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,, +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,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,,451.0,456.0,,,,,,,,3.0,420.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,181.0,328.0,337.0,294.0,5797.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,,,,,138.0,138.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,710.0,755.0,,,,,,,,3.0,3840.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,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5506.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,1259.0,1259.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,46.0,34.0,67.0,113.0,5286.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'],249.0,234.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4687.0,4687.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,2024-11-21 12:43:20.000000,2024-11-21 12:43:20,3731.0,72.0,622.0,93.0,4096.0,243.0,1412.0,5161.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-10-30 17:22:30.000,1.43.0,84.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,6.0,299.0,79.0,180.0,24.0,54.0,4961.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,,,,,154.0,150.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3190.0,3190.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,,658.0,158.0,130.0,83.0,101.0,4675.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'],793.0,787.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,815.0,815.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,,450.0,44.0,56.0,95.0,175.0,4372.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,,,,,155.0,152.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,4333.0,4333.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,134.0,649.0,65.0,198.0,3899.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,2512.0,2512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,25,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],62.0,60.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,2956.0,2956.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +506,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,7.0,615.0,42.0,1013.0,289.0,713.0,3459.0,"A unified, comprehensive and efficient recommendation library.",74.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,45353.0,45487.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6465.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-08-13 17:52:35.000000,2024-08-13 17:16:53,181.0,,412.0,157.0,85.0,105.0,101.0,3333.0,A deep learning library for video understanding research.,56.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,31980.0,31980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,815.0,62.0,642.0,133.0,404.0,3273.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1382.0,1382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,71.0,25.0,117.0,101.0,2984.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'],2987.0,2986.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1128.0,1128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,97.0,49.0,65.0,254.0,2858.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,,,,754.0,733.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2609.0,2961.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19420.0,,,,,3.0,1112.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,50.0,482.0,57.0,70.0,2817.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,,,,,280.0,277.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,27197.0,27198.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,, +512,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,225.0,64.0,42.0,18.0,24.0,2794.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1200.0,1195.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,44386.0,44657.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16583.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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,2024-11-09 05:50:34.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,557.0,144.0,95.0,2754.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,36178.0,36178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,38.0,94.0,41.0,158.0,2676.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,2927.0,2927.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,,440.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,25,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],73.0,71.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,496.0,496.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,1.0,86.0,41.0,59.0,13.0,78.0,2183.0,The friendly PIL fork.,435.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,36153.0,36153.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,70.0,21.0,93.0,66.0,2111.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,,,,,279.0,275.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,90846.0,90846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,2024-11-17 09:13:18.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,474.0,81.0,104.0,2056.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,2326.0,2326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,2024-11-20 22:01:54.000000,2024-10-25 16:28:40,889.0,5.0,444.0,60.0,360.0,117.0,92.0,1944.0,Library for training machine learning models with privacy for training data.,59.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,18857.0,18859.0,,,,,,,,3.0,177.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,56.0,1313.0,235.0,810.0,1883.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'],119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1074.0,1074.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-11-09 00:59:27.000000,2024-11-09 00:59:21,371.0,4.0,276.0,50.0,325.0,268.0,184.0,1850.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,370036.0,370036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1983.0,1983.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,1567.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'],269.0,265.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,180507.0,180507.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,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,2024-11-11 18:45:01.000000,2024-11-11 18:44:59,1037.0,1.0,180.0,17.0,75.0,30.0,364.0,1562.0,PyTorch Extension Library of Optimized Scatter Operations.,30.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,47365.0,57751.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,550482.0,,,,,2.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,,332.0,49.0,44.0,101.0,114.0,1401.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],595.0,587.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22801.0,58113.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,341.0,,,,,3.0,1765250.0,,,,,,,,,,,,,,,,,,, +526,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1399.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],422.0,415.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4530.0,4793.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13679.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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,,406.0,90.0,165.0,103.0,224.0,1367.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,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1305.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1133.0,1122.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,8853.0,8853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1294.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1736.0,1720.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,12756.0,12756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,34.0,68.0,57.0,206.0,1267.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'],143.0,141.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1083.0,1088.0,,,,,,,,3.0,158.0,,,,,,,,,,,,,,,,,,, +531,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,87.0,34.0,111.0,8.0,18.0,1262.0,A library of reinforcement learning building blocks in JAX.,21.0,25,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],290.0,279.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22459.0,22459.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +532,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,1.0,214.0,53.0,461.0,145.0,296.0,1210.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,1746.0,1746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,,119.0,11.0,23.0,28.0,15.0,1139.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,,,,,6985.0,6513.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,568716.0,568716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,741.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,,,,,182.0,178.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3097.0,3097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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,2024-11-19 21:53:49.000000,2024-11-15 17:35:24,903.0,14.0,88.0,11.0,770.0,60.0,493.0,647.0,Automated modeling and machine learning framework FEDOT.,36.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2270.0,2270.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +536,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,,138.0,21.0,49.0,1.0,87.0,580.0,Medical image processing in Python.,20.0,25,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2397.0,2344.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,23977.0,25620.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,67369.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,10.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],48.0,46.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1569.0,2062.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17783.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +538,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-11-13 16:44:12.000000,2024-11-13 16:44:08,2383.0,50.0,42.0,12.0,18.0,14.0,63.0,513.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,25,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,3847.0,3850.0,,,,,,,,2.0,263.0,,,,,,,,,,,,,,,,,,, +539,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-11-08 14:32:54.000000,2024-11-02 14:17:04,570.0,10.0,57.0,42.0,325.0,25.0,63.0,318.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-10-28 07:33:05.000,1.7.0,85.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-10-28 07:33:05.000,8.0,5752.0,5752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-11-21 14:33:21.000000,2024-11-21 14:33:21,3936.0,359.0,60.0,7.0,356.0,53.0,107.0,270.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,123.0,117.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2904.0,3651.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,35867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11157.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,58.0,58.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1109.0,1219.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3750.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,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,,751.0,108.0,590.0,107.0,345.0,6179.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,33662.0,33662.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,2024-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,451.0,64.0,94.0,37.0,88.0,5169.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],156.0,151.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,26003.0,26003.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,136.0,43.0,141.0,98.0,4945.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'],1153.0,1137.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,696.0,708.0,,,,,,,,3.0,966.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,92.0,64.0,271.0,270.0,4764.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,30322.0,30322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,,4442.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,194.0,194.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,799.0,799.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,824.0,4164.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,5441.0,5441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,3841.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,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,719.0,156.0,63.0,6.0,838.0,3240.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,24,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,921.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,70882.0,,,,,3.0,4793.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,118.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1034.0,1093.0,,,,,,,,3.0,4742.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,1.0,328.0,65.0,319.0,50.0,124.0,2906.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'],62.0,61.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5196.0,5555.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19070.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2867.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1003.0,1003.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,,143.0,28.0,200.0,20.0,73.0,2759.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,,,,488.0,462.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,40708.0,44456.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,213667.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,2704.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,True,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,38571.0,38571.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,34.0,695.0,43.0,151.0,2699.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,,,,,116.0,112.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,,618.0,87.0,29.0,25.0,52.0,2377.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,813.0,759.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23471.0,23471.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,62.0,32.0,60.0,96.0,2279.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,118.0,117.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2676.0,2685.0,,,,,,,,3.0,510.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,51.0,98.0,25.0,116.0,2244.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']",137.0,133.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,4348.0,4348.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +559,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,,253.0,56.0,56.0,19.0,50.0,2213.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'],757.0,738.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7340.0,7340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,685.0,85.0,48.0,24.0,64.0,2133.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,562.0,550.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,22234.0,22234.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,29.0,65.0,11.0,83.0,2010.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'],374.0,366.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1268.0,1448.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8289.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,12342.0,12342.0,,,,,,,,3.0,68.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,56.0,118.0,54.0,31.0,1633.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,,,,,105.0,104.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,2027.0,2027.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,,238.0,50.0,50.0,23.0,91.0,1626.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,,,,428.0,415.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2893.0,5017.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,50187.0,,,,,3.0,68738.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,,122.0,28.0,31.0,63.0,50.0,1594.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],556.0,549.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,219614.0,219614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-08-04 13:39:34.000000,2022-08-31 01:52:51,509.0,,308.0,102.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,40556.0,40804.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-10-19 03:44:21.000000,2024-10-19 03:22:50,358.0,1.0,273.0,43.0,257.0,77.0,198.0,1540.0,A framework for Privacy Preserving Machine Learning.,38.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],47.0,46.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,460.0,460.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,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,164.0,105.0,189.0,40.0,25.0,1512.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2828.0,2828.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,1239.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,,,,755.0,724.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,19467.0,19874.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +570,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,1173.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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,28.0,211.0,53.0,94.0,59.0,219.0,1051.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,6507.0,6507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,,184.0,33.0,74.0,3.0,86.0,1046.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],238.0,229.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,8266.0,8266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,,174.0,49.0,114.0,53.0,170.0,987.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,,,,,332.0,309.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,814.0,814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,984.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],493.0,490.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6344.0,6344.0,,,,,,,,3.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,2024-11-21 14:30:34.000000,2024-11-20 22:03:04,1891.0,222.0,35.0,9.0,1400.0,9.0,42.0,978.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-11-13 15:04:20.000,0.0.36,44.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-11-13 15:02:20.000,1.0,18914.0,18916.0,,,,,,,,3.0,56.0,,,,,,,,,,,,,,,,,,, +576,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,28.0,143.0,20.0,87.0,8.0,71.0,938.0,An intuitive library to extract features from time series.,20.0,24,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,167.0,160.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,17853.0,17853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,735.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,227.0,195.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16678.0,17572.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,92147.0,,,,,3.0,34.0,,,,,,,,,,,,,,,,,,, +578,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,9.0,114.0,43.0,118.0,51.0,48.0,694.0,Bias Auditing & Fair ML Toolkit.,22.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,181.0,173.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,29824.0,29824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,136.0,91.0,42.0,67.0,669.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],236.0,224.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,17047.0,17047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,2024-11-21 08:26:51.000000,2024-11-21 08:26:51,1009.0,26.0,196.0,23.0,880.0,134.0,399.0,616.0,MONAI Label is an intelligent open source image labeling and learning tool.,64.0,24,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,,2547.0,5125.0,,,,,,,,3.0,103155.0,,,,,,,,,,,,,,,,,,, +581,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,,71.0,15.0,13.0,35.0,7.0,583.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,361682.0,369987.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,348833.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,511.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5011.0,4908.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2184279.0,2193483.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,929662.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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,2024-11-01 02:29:31.000000,2024-11-01 02:29:29,682.0,18.0,65.0,29.0,492.0,15.0,91.0,374.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,10692.0,23068.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,668329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,453.0,43.0,13.0,64.0,3.0,57.0,331.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,24,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,1965.0,1965.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +585,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,8021.0,Production infrastructure for machine learning at scale.,25.0,23,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,1380.0,1380.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,136.0,6440.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,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-11-19 03:16:17.000000,2024-11-18 23:20:23,1647.0,18.0,831.0,146.0,1581.0,382.0,403.0,5069.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,,321.0,75.0,37.0,95.0,76.0,4374.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,,3385.0,3385.0,,,,,,,,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,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,,159.0,180.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1814.0,,,,,3.0,420.0,,,,,,,,,,,,,,,,,,, +590,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,21.0,489.0,215.0,22.0,25.0,4.0,3464.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,881.0,881.0,,,,,,,,3.0,57.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,,450.0,89.0,78.0,67.0,137.0,3387.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,421121.0,421124.0,,,,,,,,2.0,211.0,,,,,,,,,,,,,,,,,,, +592,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,2024-11-19 09:31:11.000000,2024-08-17 14:22:50,2847.0,,1239.0,134.0,1127.0,50.0,83.0,3374.0,a distributed deep learning platform.,91.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,81.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8314.0,3.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,,328.0,54.0,414.0,82.0,106.0,3261.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'],56.0,55.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,214.0,214.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,,233.0,54.0,36.0,75.0,126.0,3196.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'],449.0,435.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4903.0,5532.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,28971.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,131.0,136.0,60.0,128.0,2405.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1224.0,1375.0,,,,,,,,3.0,12883.0,,,,,,,,,,,,,,,,,,, +596,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-10-07 11:45:57.000000,2024-10-07 11:45:57,547.0,1.0,225.0,41.0,134.0,63.0,127.0,2339.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,30.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,,29371.0,29371.0,,,,,,,,3.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,114.0,2166.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,,,,286.0,273.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5967.0,6501.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +598,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,,298.0,64.0,78.0,65.0,68.0,2105.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2444.0,2444.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,2024-11-16 07:21:27.000000,2024-11-16 07:21:26,1290.0,10.0,146.0,33.0,181.0,71.0,150.0,2005.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",30.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,,358.0,369.0,,,,,,,,3.0,597.0,,,,,,,,,,,,,,,,,,, +600,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,,247.0,44.0,33.0,51.0,90.0,1990.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],185.0,185.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5336.0,5336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,1890.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'],498.0,476.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1577.0,2857.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,55041.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,36.0,446.0,50.0,354.0,1884.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14501.0,14501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,44.0,801.0,72.0,485.0,1647.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,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,2024-10-14 20:21:00.000000,2024-10-14 20:04:47,1217.0,12.0,120.0,29.0,69.0,4.0,29.0,1520.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,23,True,2023-08-19 14:26:10.000,0.7.0,29.0,pytorch_toolbelt,,,,['pytorch'],7.0,,https://pypi.org/project/pytorch_toolbelt,2022-06-27 19:59:57.000,7.0,7105.0,7105.0,,,,,,,,3.0,47.0,,,,,,,,,,,,,,,,,,, +605,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,2024-11-19 00:06:46.000000,2024-10-28 12:52:19,565.0,15.0,138.0,21.0,311.0,21.0,144.0,1389.0,A standard framework for modelling Deep Learning Models for tabular data.,24.0,23,True,2024-01-15 12:17:19.000,1.1.0,12.0,pytorch_tabular,,,,['pytorch'],3.0,,https://pypi.org/project/pytorch_tabular,2024-01-15 02:46:25.000,3.0,4654.0,4655.0,,,,,,,,1.0,50.0,,,,,,,,,,,,,,,,,,, +606,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,1310.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'],182.0,177.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,2046.0,2046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,24.0,42.0,34.0,1293.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'],68.0,68.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1078.0,1078.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,2024-11-12 04:55:08.000000,2024-11-12 04:52:24,205.0,10.0,114.0,38.0,32.0,20.0,120.0,1259.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-11-08 02:44:21.000,2.3.4,89.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4513.0,4513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,147.0,15.0,108.0,29.0,255.0,1011.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,36386.0,46091.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,514397.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,1.0,114.0,15.0,48.0,37.0,29.0,965.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,751.0,721.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,47050.0,62479.0,,,,,,,,3.0,740609.0,,,,,,,,,,,,,,,,,,, +611,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,797.0,774.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,116715.0,118624.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,72574.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,,170.0,29.0,113.0,91.0,56.0,919.0,Source code/webpage/demos for the What-If Tool.,20.0,23,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,9979.0,54140.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2313336.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,514.0,,,,,,,,,,, +613,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,,111.0,26.0,36.0,35.0,69.0,878.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'],694.0,682.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,14773.0,14773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,6499.0,6499.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +615,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,3.0,75.0,6.0,5.0,2.0,25.0,852.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],524.0,509.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,31071.0,31071.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,4.0,148.0,15.0,66.0,34.0,141.0,826.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,18654.0,22844.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,226268.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +617,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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,715.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'],334.0,296.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,26373.0,29647.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,166979.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +618,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,80.0,34.0,691.0,22.0,118.0,703.0,Scikit-learn style model finetuning for NLP.,23.0,23,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1202.0,1202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,396.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,500.0,456.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,217090.0,218797.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,85388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,203.0,286.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,118.0,110.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1661.0,1661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,2024-11-20 19:05:17.000000,2024-11-20 19:04:31,1083.0,35.0,1299.0,111.0,523.0,64.0,672.0,13545.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-11-20 19:05:17.000,2.4.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,, +622,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,124.0,109.0,180.0,356.0,5550.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,17129.0,17129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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,307.0,210.0,66.0,220.0,4935.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1671.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143713.0,3.0,,,,,,,,,,,,,,,,,,,, +624,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,567.0,170.0,47.0,35.0,28.0,4561.0,High-performance TensorFlow library for quantitative finance.,47.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,1279.0,1279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,,476.0,84.0,180.0,108.0,161.0,3631.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,,293.0,313.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.0,3.0,,,,,,,,,,,,,,,,,,,, +626,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,2024-11-20 23:30:35.000000,2024-11-20 23:26:38,1606.0,4.0,514.0,147.0,610.0,86.0,75.0,3575.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",170.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,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,,675.0,74.0,53.0,179.0,101.0,3398.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,1925.0,1934.0,,,,,,,,3.0,634.0,,,,,,,,,,,,,,,,,,, +628,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,205.0,9.0,4.0,16.0,3134.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],163.0,161.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2364.0,2364.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +629,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,2024-10-23 02:35:25.000000,2021-05-06 12:10:38,127.0,,157.0,49.0,71.0,2.0,31.0,3103.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,591.0,646.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1872.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,164.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,,571.0,571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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,2891.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,3679.0,3681.0,,,,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,, +632,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,2.0,727.0,7.0,34.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,7430.0,7430.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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,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'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,1985.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'],32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1098.0,1263.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5708.0,,,,,3.0,119.0,,,,,,,,,,,,,,,,,,, +635,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,42.0,68.0,163.0,95.0,1868.0,Super easy library for BERT based NLP models.,37.0,22,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,,5305.0,5305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,44.0,14.0,57.0,35.0,1800.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']",322.0,311.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2670.0,2670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,1730.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'],170.0,164.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2739.0,5167.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,241256.0,,,,,3.0,689.0,,,,,,,,,,,,,,,,,,, +638,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,,197.0,30.0,424.0,11.0,163.0,1672.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,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,38.0,7.0,15.0,33.0,1659.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'],73.0,67.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8283.0,8283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,1592.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,1865.0,2322.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,26521.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,1591.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,True,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,37463.0,37463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,52.0,82.0,149.0,1573.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,,1824.0,1854.0,,,,,,,,3.0,2887.0,,,,,,,,,,,,,,,,,,, +643,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,22,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,,8268.0,8268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,61.0,47.0,37.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,22,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,1854.0,1854.0,,,,,,,,3.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,,191.0,33.0,86.0,16.0,33.0,1439.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,1015.0,1015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1376.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'],254.0,232.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,54191.0,54373.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6759.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +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,1.0,323.0,50.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,,2298.0,2298.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,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,,149.0,92.0,122.0,33.0,46.0,1197.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,519.0,519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,65.0,29.0,31.0,12.0,1189.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,82.0,80.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,13168.0,13168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,,250.0,48.0,46.0,26.0,127.0,1078.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,2400.0,2400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,1076.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,128.0,125.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1362.0,1368.0,,,,,,,,3.0,780.0,,,,,,,,,,,,,,,,,,, +652,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-05-25 09:25:40.000000,2024-01-04 20:41:21,582.0,,295.0,96.0,123.0,62.0,98.0,1055.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,True,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,2759.0,3320.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,48842.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,,89.0,18.0,73.0,18.0,45.0,1032.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,,,,,238.0,234.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,16217.0,16217.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,51.0,99.0,44.0,51.0,1018.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'],264.0,253.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3239.0,3239.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,24.0,58.0,12.0,27.0,955.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'],119.0,111.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,42758.0,42758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,922.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2458.0,2449.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1597.0,1597.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +657,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,,86.0,18.0,160.0,20.0,94.0,870.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,3275.0,3504.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10553.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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-19 17:48:41.000000,2024-10-31 11:39:03,1235.0,1.0,134.0,24.0,594.0,63.0,511.0,849.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,4013.0,4013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,498.0,497.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2258.0,2258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,22.0,126.0,30.0,1059.0,37.0,54.0,767.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,22,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,,1362.0,1362.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,6906.0,11240.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,346721.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,482.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,692.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'],483.0,473.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,26504.0,26533.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3070.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,686.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,,,,526.0,521.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11172.0,11228.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2363.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,642.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,22,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",687.0,670.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,69337.0,69337.0,,,,,,,,3.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,25.0,433.0,10.0,237.0,636.0,torchbearer: A model fitting library for PyTorch.,14.0,22,True,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,1290.0,1290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,611.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,507.0,482.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8794.0,9212.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19690.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,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,2.0,131.0,22.0,20.0,8.0,31.0,601.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13609.0,13609.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,587.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,,,,435.0,429.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,8240.0,8435.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13871.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,2024-11-16 21:22:35.000000,2024-08-18 15:52:42,512.0,,61.0,25.0,10.0,15.0,44.0,562.0,Active Learning for Text Classification in Python.,7.0,22,True,2024-08-18 16:02:51.000,1.4.1,22.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-08-18 16:00:34.000,,989.0,1360.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10401.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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,17.0,76.0,10.0,219.0,49.0,83.0,559.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,,,,,38.0,37.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1547.0,1554.0,,,,,,,,3.0,254.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,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,66.0,7.0,211.0,20.0,109.0,519.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'],297.0,292.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3805.0,3805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,5.0,101.0,18.0,11.0,,50.0,460.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,62.0,62.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,5744.0,5744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-11-13 14:13:25.000000,2024-11-13 14:13:25,5663.0,5.0,94.0,19.0,767.0,16.0,446.0,449.0,Lightwood is Legos for Machine Learning.,47.0,22,False,2024-05-15 13:29:47.000,24.5.2.0,204.0,lightwood,,,,['pytorch'],78.0,76.0,https://pypi.org/project/lightwood,2024-05-15 13:37:20.000,2.0,6655.0,6655.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,23.0,232.0,57.0,195.0,379.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,,3937.0,3937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,4.0,60.0,28.0,110.0,33.0,184.0,372.0,scalable audio processing framework and server written in Python.,23.0,22,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,19.0,19.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,586.0,586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,7.0,78.0,353.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,181.0,172.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,49839.0,50239.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +677,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,2024-11-20 17:07:41.000000,2024-11-19 09:38:40,1433.0,150.0,20.0,9.0,83.0,11.0,27.0,305.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,1409.0,1409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,2024-11-17 00:12:24.000000,2024-11-07 18:17:34,501.0,12.0,109.0,20.0,564.0,58.0,130.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,57853.0,57972.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5353.0,,,,,3.0,120.0,,,,,,,,,,,,,,,,,,, +679,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,239.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,,,,1312.0,1255.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,90062.0,91811.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,85722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,,,,,2437.0,2393.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,111361.0,111361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,,1513.0,151.0,50.0,46.0,12.0,10524.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,21,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],73.0,70.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,986.0,986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,,636.0,93.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,926.0,926.0,,,,,,,,3.0,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +683,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-08-13 19:13:05.000000,2024-08-13 19:09:33,193.0,,1210.0,97.0,51.0,409.0,288.0,6632.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,33.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,5362.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,984.0,984.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +685,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,4936.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1536.0,,,,,,,,,,,,,,,,,,, +686,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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4664.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5593.0,5596.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,246.0,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,172.0,65.0,54.0,6.0,44.0,3091.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.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,,1434.0,1434.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +688,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,2942.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,1211.0,1211.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +689,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,2907.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'],215.0,212.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,3762.0,3762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,126.0,225.0,90.0,183.0,2332.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,,,,,,,,,,,,,,,,,,,, +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,,369.0,84.0,4.0,5.0,18.0,2220.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,491.0,491.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,,252.0,54.0,35.0,16.0,105.0,2123.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,,14077.0,14077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,161.0,18.0,74.0,24.0,42.0,1824.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'],34.0,34.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1277.0,1277.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,65.0,51.0,23.0,75.0,1500.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,,980.0,980.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,64.0,48.0,40.0,90.0,1277.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,,680.0,680.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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,204.0,64.0,7.0,13.0,29.0,1161.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,4620.0,4620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,147.0,25.0,77.0,50.0,37.0,1101.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,232212.0,232375.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9133.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,184.0,52.0,12.0,16.0,42.0,1004.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,261.0,261.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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,249.0,46.0,18.0,11.0,92.0,861.0,Data compression in TensorFlow.,21.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,3648.0,3648.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,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,845.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,14011.0,14355.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22059.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,,161.0,37.0,46.0,43.0,49.0,828.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,110.0,101.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,1018.0,1018.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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,775.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,10045.0,10045.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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],64.0,60.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1062.0,1062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],673.0,665.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,45213.0,45389.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8668.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,40043.0,40043.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,, +706,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,,,,,235.0,227.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,32397.0,32397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],412.0,404.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,24531.0,24531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,315.0,608.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,627.0,627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,,41.0,15.0,18.0,,22.0,606.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,21,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,,1208.0,1208.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,89.0,7.0,20.0,8.0,94.0,591.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,78.0,76.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,45798.0,45798.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,572.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,2206.0,2206.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,64.0,17.0,114.0,8.0,48.0,569.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,,['pytorch'],149.0,144.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,3886.0,3886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,562.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,465.0,456.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12257.0,12677.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28570.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,168.0,56.0,20.0,39.0,60.0,550.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,34.0,33.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,525.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,23532.0,23532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,160.0,152.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8500.0,8500.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +717,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,225.0,15.0,40.0,497.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11113.0,11117.0,,,,,,,,3.0,248.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-08-18 17:30:50.000000,2023-03-05 00:16:57,419.0,,105.0,36.0,276.0,76.0,174.0,491.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,,,,,89.0,87.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2246.0,2250.0,,,,,,,,3.0,388.0,,,,,,,,,,,,,,,,,,, +719,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,3.0,98.0,28.0,34.0,41.0,15.0,478.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,31380.0,31380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,2024-10-03 08:28:42.000000,2024-07-16 08:32:27,987.0,,87.0,32.0,99.0,18.0,27.0,471.0,A Python implementation of active inference for Markov Decision Processes.,18.0,21,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,16123.0,16123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-11-10 11:11:07.000000,2024-09-24 15:52:47,3054.0,18.0,64.0,12.0,268.0,11.0,112.0,443.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,427.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'],2120.0,2076.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,415491.0,415491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,416.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,140.0,137.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4844.0,4844.0,,,,,,,,3.0,105.0,,,,,,,,,,,,,,,,,,, +724,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,5.0,38.0,9.0,32.0,17.0,20.0,412.0,A python package for animating plots build on matplotlib.,7.0,21,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,1824.0,2130.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,3.0,26.0,8.0,78.0,33.0,23.0,402.0,Flexible time series feature extraction & processing.,6.0,21,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2074.0,2757.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,27325.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,380.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,,,,,544.0,536.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,54869.0,54869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,37033.0,37033.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,11.0,37.0,29.0,37.0,355.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,,,,,259.0,243.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4502.0,4502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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-16 18:50:24.000000,2024-11-16 18:50:22,701.0,38.0,18.0,23.0,392.0,50.0,87.0,331.0,Serverside scaling for Vega and Altair visualizations.,5.0,21,True,2024-05-09 19:19:11.000,1.6.9,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,2578.0,11469.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,274620.0,,,,,3.0,7758.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,82.0,,,,,,,,,,, +730,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-11-15 17:32:49.000000,2024-11-15 17:32:08,801.0,27.0,25.0,5.0,301.0,4.0,,319.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-11-15 17:32:49.000,1.2.19,846.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-15 17:32:49.000,,26190.0,26190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,26.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']",20.0,18.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,493755.0,493755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,268.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,2491.0,5157.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,129821.0,,,,,3.0,2067.0,,,,,,,,,,,,,,,,,,, +733,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-11-05 05:30:55.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,218.0,22.0,64.0,248.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,576.0,576.0,,,,,,,,3.0,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,, +734,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,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,,3454.0,3475.0,,,,,,,,3.0,1225.0,,,,,,,,,,,,,,,,,,, +735,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,4.0,23.0,8.0,13.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,21,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,17044.0,17044.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,148.0,89.0,255.0,286.0,13640.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,,,,,,,,,,,,,,,,,,,, +737,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,,1725.0,20.0,19.0,72.0,24.0,5122.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,,4412.0,4412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,3421.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,,,,,164.0,157.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,922.0,922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,322.0,58.0,242.0,176.0,111.0,3209.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,3963.0,3974.0,,,,,,,,3.0,696.0,,,,,,,,,,,,,,,,,,, +740,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,,,,,,,,,,,,,,,,,,,, +741,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,2687.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,74.0,74.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,593.0,593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,,182.0,55.0,895.0,129.0,586.0,1934.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,17.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1057.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,31.0,41.0,34.0,176.0,1885.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,,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,,105.0,39.0,31.0,30.0,79.0,1814.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,,,,,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7321.0,7322.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +745,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,1627.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,2913.0,2913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,67.0,202.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,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,,118.0,316.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13131.0,3.0,,,,,,,,,,,,,,,,,,,, +747,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,,156.0,46.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,20,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,,1954.0,1954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,1429.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,,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,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,56.0,65.0,8.0,31.0,1387.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-04-17 19:59:55.000000,2024-04-17 19:59:46,779.0,,187.0,19.0,262.0,88.0,94.0,1365.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,39541.0,39541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,,,,,173.0,171.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2917.0,2917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,141.0,17.0,11.0,43.0,43.0,1099.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'],170.0,165.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5169.0,5169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,21.0,1051.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,20,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1894.0,1916.0,,,,,,,,3.0,465.0,,,,,,,,,,,,,,,,,,, +754,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,,169.0,57.0,14.0,30.0,19.0,1027.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,,,,186.0,184.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,632.0,860.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9591.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3645.0,3640.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,536.0,536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,,87.0,23.0,50.0,20.0,17.0,846.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,2221.0,3174.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,31464.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,,126.0,30.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'],47.0,47.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,832.0,832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,766.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,,,,,116.0,116.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,938.0,938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,6660.0,6660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,,149.0,34.0,84.0,16.0,55.0,632.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,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,45.0,61.0,613.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,5096.0,5220.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5110.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,569.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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,550.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,118.0,116.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,599.0,599.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,, +764,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,,109.0,19.0,57.0,27.0,21.0,497.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,,,,,89.0,81.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,3836.0,3836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,470.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']",55.0,55.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1469.0,1469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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'],262.0,262.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3350.0,3350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,,26.0,22.0,239.0,24.0,25.0,299.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,653.0,653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,8.0,76.0,21.0,447.0,27.0,51.0,275.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,609.0,609.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,,33.0,11.0,202.0,21.0,76.0,204.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,2328.0,2328.0,,,,,,,,3.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,338.0,58.0,2.0,,6783.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,,338.0,345.0,,,,,,,,3.0,386.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-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3235.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2300.0,2300.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,24.0,20.0,19.0,30.0,1727.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,,,,,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,247.0,248.0,,,,,,,,3.0,46.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,43.0,5.0,4.0,7.0,1125.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,,179.0,19.0,42.0,23.0,60.0,917.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,704.0,903.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10151.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,858.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,544.0,544.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,,232.0,30.0,38.0,43.0,21.0,857.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,,2716.0,2716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,780.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,,206.0,206.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,,101.0,26.0,49.0,15.0,54.0,734.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,,,,,30.0,28.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,19,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,,2256.0,2256.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,685.0,47353.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2333422.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,,97.0,15.0,53.0,13.0,16.0,570.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,,4257.0,4257.0,,,,,,,,3.0,8.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,,139.0,55.0,72.0,18.0,71.0,527.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,,,,,22.0,22.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,1086.0,1086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,527.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1123.0,1123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,486.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],14.0,14.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,2246.0,2246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,19,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,5003.0,5003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,409.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,5205.0,5636.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35360.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,19,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,,1689.0,1689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2024-11-14 12:43:13.000000,2024-04-26 20:31:49,327.0,,79.0,25.0,347.0,26.0,10.0,342.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2717.0,2717.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,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,5094.0,5094.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,,53.0,11.0,60.0,17.0,41.0,333.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,273.0,273.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,,37.0,18.0,6.0,19.0,21.0,314.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,1578.0,1578.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +792,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,285.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,19,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],11.0,11.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,2437.0,7210.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,233910.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,1.0,58.0,14.0,90.0,26.0,39.0,281.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,19,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,24.0,21.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,18742.0,18742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,,20.0,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6736.0,6736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,,,,448.0,446.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,969.0,973.0,,,,,,,,3.0,424.0,,,,,,,,,,,,,,,,,,, +796,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,6298.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,2024-10-19 22:04:44.000000,2024-10-19 22:04:38,711.0,12.0,436.0,40.0,863.0,149.0,119.0,3337.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,416.0,106.0,83.0,67.0,48.0,2994.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8818.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,60.0,106.0,27.0,56.0,2140.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,,1658.0,1658.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,,458.0,80.0,36.0,83.0,68.0,1700.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,,268.0,268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,28.0,1005.0,127.0,65.0,1650.0,Version control for machine learning.,17.0,18,False,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,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,1547.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,,897.0,916.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1694.0,3.0,,,,,,,,,,,,,,,,,,,, +803,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,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,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,6919.0,6919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,85.0,13.0,35.0,3.0,25.0,817.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,38.0,34.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3250.0,3250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,798.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,,2499.0,2599.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,775.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,14941.0,14941.0,,,,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +808,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,,115.0,19.0,26.0,2.0,87.0,736.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,,15091.0,15091.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,675.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,,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3982.0,3982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,,71.0,13.0,10.0,24.0,41.0,565.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,,935.0,935.0,,,,,,,,3.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,13.0,130.0,18.0,138.0,481.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,3791.0,3791.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,,106.0,71.0,7.0,15.0,19.0,432.0,semantic similarity framework for knowledge graph.,10.0,18,True,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,,302.0,302.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,,83.0,20.0,248.0,10.0,23.0,426.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,1558.0,1558.0,,,,,,,,3.0,27.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,12.0,1.0,2.0,80.0,406.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,,4275.0,4275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,402.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,139.0,135.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5261.0,5262.0,,,,,,,,3.0,116.0,,,,,,,,,,,,,,,,,,, +817,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,2024-11-17 03:28:00.000000,2024-11-17 03:16:53,401.0,2.0,137.0,34.0,328.0,92.0,137.0,339.0,Brain Imaging Analysis Kit.,35.0,18,True,2019-08-27 23:52:29.000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000,,625.0,642.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1879.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,28.0,59.0,30.0,32.0,292.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,,500.0,503.0,,,,,,,,3.0,205.0,,,,,,,,,,,,,,,,,,, +819,solt,Oulu-IMEDS/solt,image,,https://github.com/Oulu-IMEDS/solt,https://github.com/Oulu-IMEDS/solt,MIT,2018-08-02 15:09:05.000,2024-07-25 10:53:20.000000,2024-06-22 08:32:56,378.0,,19.0,6.0,33.0,20.0,44.0,263.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,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,18,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,,8439.0,8439.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,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,,,,,32.0,30.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,133.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,,,,10020.0,9891.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,369347.0,369378.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,,1350.0,466.0,21.0,59.0,167.0,7134.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,,,,,,,,,,,,,,,, +824,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,61.0,10.0,26.0,6.0,1854.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,17,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,,176.0,176.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,,,,,, +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,,144.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,934.0,934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,20.0,295.0,3.0,70.0,1079.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,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,,25.0,25.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,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,,,,,82.0,81.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,236.0,236.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,779.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,,,,,60.0,60.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,725.0,725.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,,787.0,794.0,,,,,,,,3.0,523.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,18.0,19.0,4.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,,,,,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,228.0,228.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,,98.0,39.0,106.0,12.0,51.0,550.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,True,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,,301.0,304.0,,,,,,,,3.0,248.0,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +832,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,494.0,"Research workflows made easy, locally and in the Cloud.",10.0,17,True,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,,1246.0,1246.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,36.0,47.0,5.0,12.0,412.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,193.0,193.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,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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,158.0,158.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,43.0,11.0,61.0,31.0,47.0,243.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,147.0,147.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,4115.0,4226.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3798.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +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,,46.0,1.0,,,,220.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,,1282.0,1282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,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,,13.0,9.0,2.0,,5.0,207.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,17,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,1220.0,1220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,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,,8976.0,8976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,16.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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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'],50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,4350.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,3948.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,2900.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,,,,,,,,,,,,,,,,,,,, +846,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,49.0,22.0,15.0,9.0,851.0,A medical imaging framework for Pytorch.,8.0,16,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,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,827.0,Translate - a PyTorch Language Library.,88.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],92.0,91.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3101.0,3101.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,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,1730.0,1730.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,16.0,15.0,10.0,22.0,735.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,,535.0,535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,9251.0,9251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,717.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,683.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,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,57.0,16.0,83.0,18.0,49.0,608.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,,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,16,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,2128.0,2128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,2.0,43.0,21.0,171.0,6.0,65.0,506.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,1.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,,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,,52.0,10.0,17.0,10.0,29.0,418.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,,1627.0,1627.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,,,,,, +859,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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,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,1978.0,1978.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +861,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,16,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,1881.0,1881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,229.0,Easy training and deployment of seq2seq models.,2.0,16,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,1242.0,1242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,16,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,1178.0,1178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,5.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,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,,3346.0,3346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,142.0,72.0,12.0,53.0,2205.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,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,1172.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,,119.0,30.0,111.0,14.0,25.0,1089.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,,,,,,,,,,,,,,,,,,,, +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,,67.0,19.0,177.0,87.0,16.0,416.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,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,,55.0,18.0,6.0,6.0,,397.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,652.0,792.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7297.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,,40.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,,694.0,694.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,11.0,6.0,9.0,6.0,312.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,,214.0,214.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,,19.0,13.0,271.0,64.0,181.0,296.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,,890.0,890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,3.0,11.0,9.0,15.0,2.0,7.0,276.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,213.0,213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,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,,223.0,223.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,,32.0,8.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,,381.0,381.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,,698.0,698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,,36.0,14.0,18.0,27.0,18.0,125.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,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-18 10:53:45.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-11-18 10:53:45.000,3.47.3,301.0,comet_ml,comet_ml,,,,81.0,,https://pypi.org/project/comet_ml,2024-11-18 10:53:45.000,81.0,374964.0,374964.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,,996.0,63.0,13.0,44.0,26.0,3722.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,3429.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,67.0,26.0,10.0,97.0,1688.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,1306.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,,,,,,,,,,,,,,,,,,,, +884,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,,152.0,32.0,,53.0,60.0,1232.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,594.0,2168.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,81885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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,346.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,2157.0,2157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,291.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,,238.0,238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,14,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,,1457.0,1457.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,,333.0,333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,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,,,44.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,14,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,1446.0,1446.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,103.0,28.0,28.0,357.0,3846.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,,486.0,108.0,12.0,39.0,8.0,2707.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,,85.0,48.0,4.0,3.0,,2563.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,1947.0,1949.0,,,,,,,,3.0,76.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,,174.0,37.0,10.0,13.0,3.0,1368.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,11.0,11.0,2.0,16.0,774.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,160.0,160.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,,53.0,17.0,3.0,2.0,1.0,537.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,,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,2024-11-13 15:13:21.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,265.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,,445.0,450.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,256.0,3.0,11.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,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,13,False,,,2.0,autodist,,,,['tensorflow'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,328.0,328.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,5.0,1238.0,4.0,10.0,126.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,,526.0,535.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.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,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,602.0,602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,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,5.0,7.0,7.0,127.0,9.0,9.0,121.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.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,12.0,5.0,3.0,2.0,111.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,,329.0,329.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +904,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,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,,,,,,,,,,,,,,,, +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,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,32.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,,571.0,571.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,,409.0,63.0,6.0,66.0,17.0,1952.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,,323.0,88.0,11.0,12.0,6.0,1775.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,105.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,,512.0,512.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,,459.0,93.0,22.0,52.0,15.0,3268.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,951.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,916.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,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,11,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,,166.0,166.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,617.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,528.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,148.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,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,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,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,68.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,77.0,77.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-11-28_changes.md b/history/2024-11-28_changes.md new file mode 100644 index 00000000..72c8375b --- /dev/null +++ b/history/2024-11-28_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._ + +- pytorch-lightning (πŸ₯ˆ44 Β· ⭐ 29K Β· πŸ“ˆ) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +- Altair (πŸ₯‡43 Β· ⭐ 9.4K Β· πŸ“ˆ) - Declarative visualization library for Python. BSD-3 +- Catboost (πŸ₯ˆ43 Β· ⭐ 8.1K Β· πŸ“ˆ) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- Tensorboard (πŸ₯‡43 Β· ⭐ 6.7K Β· πŸ“ˆ) - TensorFlows Visualization Toolkit. Apache-2 +- plotnine (πŸ₯ˆ37 Β· ⭐ 4.1K Β· πŸ“ˆ) - A Grammar of Graphics for Python. MIT +- Darts (πŸ₯ˆ32 Β· ⭐ 8.1K Β· πŸ“ˆ) - A python library for user-friendly forecasting and anomaly.. Apache-2 +- Pytorch Toolbelt (πŸ₯ˆ25 Β· ⭐ 1.5K Β· πŸ“ˆ) - PyTorch extensions for fast R&D prototyping and.. MIT +- lightwood (πŸ₯‰24 Β· ⭐ 450 Β· πŸ“ˆ) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 +- vegafusion (πŸ₯‰23 Β· ⭐ 340 Β· πŸ“ˆ) - Serverside scaling for Vega and Altair visualizations. BSD-3 +- Brainiak (πŸ₯‰20 Β· ⭐ 340 Β· πŸ“ˆ) - Brain Imaging Analysis Kit. 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._ + +- LightGBM (πŸ₯ˆ42 Β· ⭐ 17K Β· πŸ“‰) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT +- sktime (πŸ₯‡38 Β· ⭐ 8K Β· πŸ“‰) - A unified framework for machine learning with time series. BSD-3 +- TensorFlow Datasets (πŸ₯‡38 Β· ⭐ 4.3K Β· πŸ“‰) - TFDS is a collection of datasets ready to use with.. Apache-2 +- Rasa (πŸ₯‡37 Β· ⭐ 19K Β· πŸ“‰) - Open source machine learning framework to automate text- and.. Apache-2 +- Kornia (πŸ₯ˆ37 Β· ⭐ 10K Β· πŸ“‰) - Geometric Computer Vision Library for Spatial AI. Apache-2 +- ART (πŸ₯‡34 Β· ⭐ 4.9K Β· πŸ“‰) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +- datalad (πŸ₯ˆ32 Β· ⭐ 550 Β· πŸ“‰) - Keep code, data, containers under control with git and git-annex. MIT +- DeepPavlov (πŸ₯ˆ31 Β· ⭐ 6.7K Β· πŸ“‰) - An open source library for deep learning end-to-end.. Apache-2 +- minisom (πŸ₯‰26 Β· ⭐ 1.5K Β· πŸ“‰) - MiniSom is a minimalistic implementation of the Self.. ❗️CC-BY-3.0 +- Feature Engine (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ“‰) - Feature engineering package with sklearn like functionality. BSD-3 + diff --git a/history/2024-11-28_projects.csv b/history/2024-11-28_projects.csv new file mode 100644 index 00000000..da2a8678 --- /dev/null +++ b/history/2024-11-28_projects.csv @@ -0,0 +1,920 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,3.0,739.0,118.0,341.0,71.0,150.0,4986.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,171.0,58.0,205.0,,3.0,2342.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,94.0,199.0,7.0,6.0,3710.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,94.0,199.0,7.0,6.0,3710.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,94.0,199.0,7.0,6.0,3710.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,94.0,199.0,7.0,6.0,3710.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,2024-11-28 14:10:22.000000,2024-11-28 14:10:13,172742.0,3701.0,74325.0,7566.0,40138.0,5945.0,39007.0,189198.0,An Open Source Machine Learning Framework for Everyone.,4725.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],442398.0,434321.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,20036973.0,20862841.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5123527.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-11-28 13:48:21.882297,2625.0,78552650.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,2024-11-28 14:02:12.000000,2024-11-28 13:40:39,81541.0,3642.0,22762.0,1747.0,94465.0,15619.0,32504.0,84537.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5278.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],598635.0,578776.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,34066014.0,34717019.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24712269.0,,,,,1.0,66986.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,2024-11-28 08:03:02.000000,2024-11-28 08:03:02,31949.0,319.0,25425.0,2140.0,18055.0,2059.0,9727.0,60266.0,scikit-learn: machine learning in Python.,3226.0,53,True,2024-09-11 15:52:05.000,1.5.2,82.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],991910.0,966260.0,https://pypi.org/project/scikit-learn,2024-11-15 13:33:41.000,25650.0,81579713.0,82180494.0,https://anaconda.org/conda-forge/scikit-learn,2024-11-15 14:22:02.851,32441702.0,,,,,1.0,1028.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,2024-11-28 14:24:44.000000,2024-11-28 14:05:56,17476.0,759.0,27136.0,1127.0,18266.0,1472.0,15243.0,135605.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2943.0,52,True,2024-11-18 22:13:14.000,4.46.3,164.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",254095.0,247307.0,https://pypi.org/project/transformers,2024-11-18 22:12:57.000,6788.0,44179775.0,44223377.0,https://anaconda.org/conda-forge/transformers,2024-11-19 01:57:44.980,2267322.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,2024-11-28 03:32:23.000000,2024-11-28 03:32:22,33953.0,541.0,5190.0,348.0,11518.0,1748.0,8958.0,13137.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1714.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1202499.0,1156623.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,125760971.0,126909538.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,54946429.0,,,,,1.0,431214.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,2024-11-27 06:40:39.000000,2024-11-27 06:40:39,59238.0,411.0,4458.0,292.0,13529.0,5148.0,8928.0,13045.0,A computer algebra system written in pure Python.,1342.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,196841.0,193341.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,31637479.0,31775033.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7209000.0,,,,,1.0,551467.0,,,,,,,,,,,,,,,,,,, +12,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,2024-11-27 13:44:07.000000,2024-11-27 13:44:06,11173.0,262.0,19485.0,1914.0,7604.0,265.0,11982.0,62142.0,Deep Learning for humans.,1350.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,14663396.0,14735416.0,https://anaconda.org/conda-forge/keras,2024-11-27 10:22:41.816,3817101.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-11-27 21:30:15.000000,2024-11-27 21:09:03,51386.0,396.0,7662.0,593.0,18588.0,1599.0,9362.0,20362.0,matplotlib: plotting with Python.,1749.0,48,True,2024-08-13 01:44:21.000,3.9.2,128.0,matplotlib,conda-forge/matplotlib,,,,1485084.0,1434061.0,https://pypi.org/project/matplotlib,2024-11-01 03:44:50.000,51023.0,71125148.0,71635397.0,https://anaconda.org/conda-forge/matplotlib,2024-11-08 00:49:06.836,27043227.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,2024-11-26 22:11:00.000000,2024-11-26 22:11:00,18849.0,473.0,2235.0,219.0,5183.0,137.0,3111.0,12339.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1941704.0,1932809.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,123257856.0,124157640.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,46788807.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-11-28 10:56:14.000000,2024-11-28 10:35:26,6856.0,263.0,3108.0,320.0,5155.0,985.0,3742.0,35923.0,Streamlit A faster way to build and share data apps.,248.0,46,True,2024-11-25 21:30:36.000,1.40.2,231.0,streamlit,,,,,605430.0,602507.0,https://pypi.org/project/streamlit,2024-11-25 21:30:28.000,2923.0,8268242.0,8268242.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-11-28 04:12:28.000000,2024-11-28 04:12:27,23151.0,625.0,5781.0,476.0,29715.0,4242.0,15336.0,34200.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1102.0,46,True,2024-11-13 19:50:19.000,ray-2.39.0,119.0,ray,conda-forge/ray-tune,,,,20047.0,19236.0,https://pypi.org/project/ray,2024-11-12 21:31:10.000,811.0,6527351.0,6537428.0,https://anaconda.org/conda-forge/ray-tune,2024-11-24 02:24:06.889,473526.0,,,,,1.0,245.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,2024-11-27 07:17:44.000000,2024-11-27 07:17:44,7200.0,128.0,8731.0,908.0,5688.0,459.0,4921.0,26354.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",653.0,46,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,120511.0,118400.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,26936651.0,27042303.0,https://anaconda.org/conda-forge/xgboost,2024-11-27 01:46:07.779,5488996.0,,,,,1.0,12223.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,2024-11-28 12:47:26.000000,2024-11-28 12:47:12,42888.0,856.0,28347.0,2022.0,48969.0,229.0,,40061.0,Apache Spark Python API.,3145.0,45,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,31050641.0,31117615.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3549641.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,2024-11-28 14:02:14.000000,2024-11-28 14:02:08,24364.0,1646.0,2801.0,337.0,16493.0,1447.0,4301.0,30602.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",793.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,35247.0,33340.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4559746.0,4595732.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1907259.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,, +20,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-11-24 12:28:01.906000,2024-11-19 09:43:40,16213.0,77.0,4404.0,562.0,4026.0,157.0,5521.0,30334.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,,109001.0,106312.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,14507512.0,14594164.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4592124.0,,,,,1.0,742.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,2024-11-28 13:17:47.000000,2024-11-28 10:49:12,51882.0,1157.0,5606.0,716.0,51115.0,1796.0,17481.0,22298.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1323.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6600.0,6407.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,329526.0,329681.0,,,,,,,,1.0,15415.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,2024-11-27 12:21:10.000000,2024-11-25 20:02:13,20641.0,61.0,4191.0,438.0,6212.0,782.0,6999.0,19395.0,"Interactive Data Visualization in the browser, from Python.",702.0,45,True,2024-11-06 19:51:28.000,3.6.1,221.0,bokeh,conda-forge/bokeh,,,,96763.0,94984.0,https://pypi.org/project/bokeh,2024-11-06 19:51:28.000,1779.0,4531967.0,4822982.0,https://anaconda.org/conda-forge/bokeh,2024-11-07 07:28:52.498,15423836.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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,2024-11-27 20:23:10.000000,2024-11-27 20:22:58,7352.0,574.0,2555.0,275.0,1754.0,574.0,2477.0,16354.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,337138.0,330809.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,21560276.0,21710581.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7601141.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,9544.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,2024-11-14 16:42:05.000000,2024-11-14 16:42:05,15567.0,96.0,2968.0,283.0,3961.0,2843.0,2805.0,10191.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,148404.0,143935.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16750209.0,17051457.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,15966149.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,2024-11-28 03:11:37.000000,2024-11-27 23:10:49,7239.0,241.0,2600.0,178.0,4627.0,452.0,4605.0,34232.0,"Wrap UIs around any model, share with anyone.",459.0,44,True,2024-11-27 23:27:16.000,5.7.0,607.0,gradio,,,,,48687.0,47782.0,https://pypi.org/project/gradio,2024-11-27 23:27:16.000,905.0,6811721.0,6811721.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,2024-11-26 16:19:25.000000,2024-11-26 16:19:22,10465.0,50.0,3388.0,250.0,10326.0,821.0,6330.0,28505.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",985.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],40510.0,39067.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,7310644.0,7336415.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1352351.0,,,,,2.0,10476.0,,Lightning-AI/pytorch-lightning,,,,,,1.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,2024-11-28 10:04:55.000000,2024-11-28 10:03:06,6840.0,436.0,4249.0,303.0,9636.0,1667.0,2624.0,18890.0,Open source platform for the machine learning lifecycle.,795.0,44,True,2024-11-18 15:11:13.000,2.18.0,119.0,mlflow,conda-forge/mlflow,,,,47674.0,46765.0,https://pypi.org/project/mlflow,2024-11-18 13:47:00.000,909.0,18542521.0,18589907.0,https://anaconda.org/conda-forge/mlflow,2024-11-19 20:43:56.930,2511467.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,2024-11-27 20:45:26.000000,2024-11-27 20:45:26,7835.0,63.0,3253.0,277.0,3936.0,344.0,3042.0,15009.0,Network Analysis in Python.,755.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,329875.0,320245.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,68566271.0,68935792.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,18845617.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-11-28 06:08:13.000000,2024-11-28 03:34:51,18471.0,1273.0,1688.0,77.0,3127.0,869.0,2956.0,14335.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",360.0,44,True,2024-11-28 06:08:13.000,1.52.15-stable,1009.0,litellm,,,,others,5375.0,4811.0,https://pypi.org/project/litellm,2024-11-28 05:36:31.000,564.0,3632578.0,3632797.0,,,,,,,,1.0,439.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,2024-11-28 08:17:09.000000,2024-11-27 09:54:12,8413.0,112.0,1708.0,213.0,6065.0,1090.0,4310.0,12637.0,Parallel computing with task scheduling.,614.0,44,True,2024-11-13 15:17:34.000,2024.11.2,212.0,dask,conda-forge/dask,,,,69702.0,67222.0,https://pypi.org/project/dask,2024-11-13 15:17:34.000,2480.0,16808364.0,17035926.0,https://anaconda.org/conda-forge/dask,2024-11-18 23:05:18.333,12288386.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,, +31,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-11-28 14:01:29.000000,2024-11-22 19:31:52,7757.0,129.0,2077.0,426.0,1162.0,495.0,1373.0,21559.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,74092.0,72745.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4212637.0,4242325.0,https://anaconda.org/conda-forge/dash,2024-09-14 04:47:51.793,1573433.0,,,,,1.0,86.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,2024-11-26 01:30:25.000000,2024-11-26 01:09:09,2925.0,132.0,3670.0,437.0,3471.0,338.0,2553.0,18002.0,Open standard for machine learning interoperability.,327.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,37553.0,36500.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6501167.0,6526883.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1349046.0,,,,,1.0,22360.0,,,,,,,,,,,,,,,,,,, +33,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-11-11 06:24:40.000000,2024-11-11 06:24:40,14683.0,7.0,2887.0,462.0,1496.0,276.0,1566.0,13663.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,43,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,329506.0,324809.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,23130328.0,23196087.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2893403.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,2024-11-28 14:57:15.000000,2024-11-28 14:57:15,3028.0,409.0,1651.0,196.0,3607.0,662.0,858.0,13524.0,Development repository for the Triton language and compiler.,346.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,44662.0,44397.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15711881.0,15711881.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +35,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,2024-11-27 16:00:04.000000,2024-11-27 15:59:56,5019.0,48.0,2087.0,1669.0,4886.0,362.0,2735.0,12292.0,WebGL2 powered visualization framework.,276.0,43,True,2024-11-24 22:09:40.230,9.0.36,677.0,pydeck,conda-forge/pydeck,,,['jupyter'],8774.0,8350.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,7251194.0,7900579.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,650534.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-11-24 22:09:40.230,304.0,637973.0,,,,,,,,,,,, +36,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-11-28 10:21:38.000000,2024-11-28 10:21:38,18538.0,320.0,1042.0,120.0,3736.0,60.0,1622.0,10985.0,A hyperparameter optimization framework.,280.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,20477.0,19442.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,4226585.0,4262982.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,1929092.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +37,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,2024-11-24 17:28:02.000000,2024-11-24 13:32:14,3830.0,74.0,795.0,140.0,1531.0,191.0,1843.0,9405.0,Declarative visualization library for Python.,173.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,180006.0,179090.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25116650.0,25188435.0,https://anaconda.org/conda-forge/altair,2024-11-24 00:36:17.006,2512426.0,,,,,1.0,205.0,,vega/altair,,,,,,1.0,,,,,,,,,,, +38,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,2024-11-28 10:13:11.000000,2024-11-28 10:03:44,48809.0,296.0,1189.0,191.0,402.0,575.0,1786.0,8112.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1290.0,43,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3877255.0,3918226.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1784181.0,,,,,2.0,326948.0,,,,,,,,1.0,,,,,,,,,,, +39,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,2024-11-19 21:01:53.000000,2024-11-19 21:01:53,5875.0,21.0,1657.0,189.0,5053.0,682.0,1241.0,6728.0,TensorFlows Visualization Toolkit.,322.0,43,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],277597.0,275371.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,24091340.0,24189092.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5180894.0,,,,,1.0,,,,,,,,,1.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,2024-11-26 23:10:15.000000,2024-11-26 23:10:15,2582.0,135.0,4766.0,313.0,544.0,47.0,884.0,32404.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",159.0,42,True,2024-10-16 21:19:16.000,1.0.11,62.0,timm,conda-forge/timm,,,['pytorch'],42297.0,41343.0,https://pypi.org/project/timm,2024-10-16 21:17:47.000,954.0,6259499.0,6374667.0,https://anaconda.org/conda-forge/timm,2024-10-17 16:34:27.541,272158.0,,,,,1.0,7255728.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,2024-11-22 22:26:23.000000,2024-11-20 10:49:35,2775.0,27.0,3289.0,245.0,983.0,718.0,1829.0,22964.0,A game theoretic approach to explain the output of any machine learning model.,253.0,42,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,23117.0,22369.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6914980.0,7009011.0,https://anaconda.org/conda-forge/shap,2024-11-20 09:50:28.114,4419491.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +42,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-11-28 06:33:21.000000,2024-11-15 12:30:23,3601.0,41.0,3834.0,434.0,3291.0,375.0,3079.0,16729.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",320.0,42,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,41619.0,40542.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,11135937.0,11196168.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2879567.0,,,,,2.0,240290.0,,,,,,,,-1.0,,,,,,,,,,, +43,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,2024-11-23 19:57:22.000000,2024-11-19 21:41:42,1371.0,77.0,2449.0,241.0,632.0,190.0,1210.0,14946.0,Download market data from Yahoo! Finances API.,127.0,42,True,2024-11-19 21:44:10.000,0.2.50,122.0,yfinance,ranaroussi/yfinance,,,,53022.0,52314.0,https://pypi.org/project/yfinance,2024-11-19 21:44:10.000,708.0,4227355.0,4229787.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97313.0,,,,,1.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,2024-11-28 02:46:04.000000,2024-11-28 02:46:03,7369.0,489.0,671.0,61.0,5552.0,600.0,2808.0,9189.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",199.0,42,True,2024-11-14 00:05:52.000,0.18.7,293.0,wandb,conda-forge/wandb,,,,60779.0,59270.0,https://pypi.org/project/wandb,2024-11-13 23:25:57.000,1509.0,19176933.0,19191657.0,https://anaconda.org/conda-forge/wandb,2024-11-14 21:50:04.093,765268.0,,,,,1.0,370.0,,wandb/wandb,,,,,,,,,,,,,,,,, +45,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,2024-11-20 17:53:24.000000,2024-11-20 17:53:23,14213.0,120.0,2236.0,186.0,4536.0,813.0,2117.0,6107.0,Image processing in Python.,676.0,42,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,211053.0,204751.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,12542992.0,12678900.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7203145.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-11-27 13:43:19.000000,2024-11-27 13:41:22,6360.0,85.0,7849.0,444.0,3163.0,169.0,9235.0,44605.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'],3855.0,3747.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,341746.0,356829.0,,,,,,,,1.0,754152.0,,,,,,,,,,,,,,,,,,, +47,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-11-27 04:19:45.000000,2024-11-25 20:12:44,2584.0,123.0,4139.0,345.0,3065.0,1090.0,1875.0,35644.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",356.0,41,True,2024-11-25 20:11:51.000,0.16.0,99.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9991.0,9765.0,https://pypi.org/project/deepspeed,2024-11-25 20:11:51.000,226.0,592648.0,592991.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,19932.0,1.0,,,,,,,,,,,,,,,,,,,, +48,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-11-26 23:35:19.000000,2024-11-26 15:47:40,1316.0,106.0,3649.0,479.0,1272.0,254.0,2302.0,31671.0,A library for efficient similarity search and clustering of dense vectors.,198.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,conda-forge/faiss,,,,4376.0,4188.0,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1301237.0,1337034.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1897271.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,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,2024-11-28 13:20:39.785074,2024-11-28 12:30:36,21323.0,699.0,2950.0,284.0,23352.0,766.0,11571.0,31077.0,"A cloud-native vector database, storage for next generation AI applications.",296.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,,milvusdb/milvus,,,188.0,,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1301237.0,2387864.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-11-28 13:20:39.785074,64.0,67081945.0,1.0,284353.0,,,,,,,,,,,,,,,,,,, +50,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-11-17 08:15:57.000000,2024-11-17 08:15:54,2800.0,12.0,7565.0,603.0,2236.0,226.0,1593.0,26336.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],19955.0,19647.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,663580.0,663580.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +51,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2024-11-28 11:34:53.000000,2024-11-28 09:44:24,3964.0,34.0,6966.0,440.0,5442.0,1048.0,2470.0,16313.0,"Datasets, Transforms and Models specific to Computer Vision.",615.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,16618711.0,16661031.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1843107.0,,,,,1.0,39337.0,,,,,,,,,,,,,,,,,,, +52,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,2024-11-28 14:17:05.000000,2024-11-28 14:17:05,1605.0,72.0,2496.0,142.0,601.0,1193.0,1055.0,15436.0,State-of-the-Art Text Embeddings.,197.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],58928.0,57091.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7032958.0,7042344.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-18 19:12:20.997,469346.0,,,,,1.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,2024-11-21 20:54:54.000000,2024-11-21 20:54:51,1108.0,132.0,1649.0,128.0,1019.0,190.0,945.0,14323.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,152.0,41,True,2024-11-01 00:16:00.000,1.4.21,76.0,albumentations,conda-forge/albumentations,,,['pytorch'],29989.0,29394.0,https://pypi.org/project/albumentations,2024-11-01 00:16:00.000,595.0,5107050.0,5111084.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,209794.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,2024-11-26 09:46:53.612000,2024-11-26 05:14:28,9363.0,35.0,1191.0,135.0,5545.0,237.0,4484.0,13958.0,Data Versioning and ML Experiments.,307.0,41,True,2024-11-26 05:34:55.000,3.57.0,540.0,dvc,conda-forge/dvc,,,,19450.0,19317.0,https://pypi.org/project/dvc,2024-11-26 05:34:55.000,133.0,543274.0,588463.0,https://anaconda.org/conda-forge/dvc,2024-11-26 09:46:53.612,2395024.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +55,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-11-27 17:20:02.000000,2024-11-27 16:31:31,1251.0,66.0,1583.0,254.0,697.0,498.0,1068.0,12641.0,Video editing with Python.,165.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,50356.0,49351.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,1734951.0,1738082.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,275566.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1929.0,264.0,1126.0,185.0,2423.0,12615.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,523408.0,512565.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19702187.0,19907561.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10884711.0,,,,,1.0,454.0,,,,,,,,,,,,,,,,,,, +57,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2024-11-28 10:35:22.000000,2024-11-28 10:35:22,10281.0,291.0,1404.0,134.0,1299.0,146.0,1010.0,8978.0,A PyTorch-based Speech Toolkit.,248.0,41,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2605.0,2538.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3364331.0,3364331.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,2024-11-25 19:29:37.000000,2024-11-25 19:29:37,10122.0,92.0,2017.0,226.0,4105.0,314.0,3075.0,8737.0,Bayesian Modeling and Probabilistic Programming in Python.,505.0,41,True,2024-11-18 08:02:10.000,5.18.2,93.0,pymc3,conda-forge/pymc3,,,,4970.0,4778.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,249324.0,260992.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,617608.0,,,,,1.0,1958.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,2024-11-25 19:52:02.000000,2024-11-22 16:08:38,3898.0,71.0,1138.0,137.0,3231.0,332.0,1205.0,2105.0,A library for training and deploying machine learning models on Amazon SageMaker.,461.0,41,True,2024-11-22 16:08:44.000,2.235.2,613.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5004.0,4847.0,https://pypi.org/project/sagemaker,2024-11-22 16:08:44.000,157.0,24925602.0,24949102.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1198550.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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,1061.0,1458.0,121.0,1723.0,34877.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,60806.0,59258.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,3045549.0,3051653.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,335770.0,,,,,1.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,2024-11-26 22:40:25.000000,2024-11-26 14:32:55,7660.0,48.0,3682.0,252.0,3179.0,1060.0,2670.0,21474.0,Graph Neural Network Library for PyTorch.,529.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7408.0,7053.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,431391.0,433661.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,118060.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,2024-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,,4379.0,430.0,1711.0,384.0,1465.0,15704.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,,,,68666.0,67289.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4443290.0,4475970.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1435882.0,,,,,1.0,5113.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +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,2024-11-18 11:53:59.000000,2024-11-18 11:53:59,8288.0,13.0,3366.0,479.0,727.0,53.0,2182.0,13587.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,32183.0,31970.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,173844.0,191798.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,939674.0,,,,,2.0,25532.0,,,,,,,,,,,,,,,,,,, +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,2024-11-27 19:20:00.476000,2024-11-27 15:01:48,1846.0,33.0,807.0,122.0,671.0,58.0,959.0,9084.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,119306.0,118210.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,33937114.0,33980929.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2278348.0,,,,,1.0,68.0,,,,,,,,,,,,,,,,,,, +65,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,2024-11-25 17:04:56.000000,2024-11-25 17:04:56,1620.0,82.0,977.0,98.0,1608.0,134.0,1546.0,7996.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",301.0,40,True,2024-11-07 01:12:33.000,1.1.1,64.0,accelerate,conda-forge/accelerate,,,['pytorch'],61646.0,60050.0,https://pypi.org/project/accelerate,2024-11-07 01:12:33.000,1596.0,8857944.0,8864703.0,https://anaconda.org/conda-forge/accelerate,2024-11-07 15:47:30.581,250105.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,2024-11-26 07:21:36.000000,2024-11-16 20:03:58,2325.0,30.0,568.0,89.0,889.0,288.0,956.0,3921.0,Manipulation and analysis of geometric objects.,161.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,89229.0,86294.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,34143382.0,34143482.0,https://anaconda.org/conda-forge/shapely,,,,,,,1.0,3717.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,2024-11-28 08:13:02.000000,2024-11-27 15:34:55,5943.0,65.0,719.0,57.0,5202.0,1574.0,2386.0,1581.0,A distributed task scheduler for Dask.,329.0,40,True,2024-11-13 15:17:14.000,2024.11.2,244.0,distributed,conda-forge/distributed,,,,38324.0,37453.0,https://pypi.org/project/distributed,2024-11-13 15:17:14.000,871.0,6230953.0,6519678.0,https://anaconda.org/conda-forge/distributed,2024-11-18 23:03:17.063,15591155.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,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,2024-11-28 09:57:48.000000,2024-11-27 19:11:51,36137.0,390.0,13369.0,941.0,25694.0,1242.0,,24173.0,Apache Flink Python API.,1945.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,3255341.0,3255341.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-11-13 14:05:01.000000,2024-11-13 14:04:58,1686.0,73.0,2209.0,152.0,249.0,8.0,1127.0,14855.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",71.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4681.0,4637.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,280591.0,280591.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-11-27 02:51:11.000000,2024-11-26 07:00:37,29319.0,265.0,856.0,127.0,6436.0,617.0,1788.0,9533.0,NumPy & SciPy for GPU.,394.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2627.0,2358.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,83485.0,181369.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5096828.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,70753.0,1.0,190644.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,2024-11-27 18:02:47.000000,2024-11-27 17:58:29,1915.0,41.0,2228.0,163.0,893.0,87.0,1046.0,6942.0,Python Data. Leaflet.js Maps.,172.0,39,True,2024-10-22 13:40:31.000,0.18.0,33.0,folium,conda-forge/folium,,,,47526.0,46759.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1718963.0,1789742.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3255842.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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,2024-11-19 08:23:22.000000,2024-11-19 08:23:21,2048.0,30.0,928.0,105.0,1716.0,449.0,1272.0,4545.0,Python tools for geographic data.,235.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],47233.0,44394.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7386451.0,7465006.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4161990.0,,,,,1.0,2785.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,2024-11-26 20:08:04.000000,2024-11-26 20:08:04,18195.0,99.0,1313.0,84.0,8089.0,532.0,4392.0,2737.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,5095.0,4707.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,185433.0,193721.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,447558.0,,,,,1.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,1070.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'],7744.0,7618.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,628342.0,628749.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11304.0,,,,,2.0,27725.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +75,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2852.0,380.0,475.0,4.0,1911.0,14938.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4843.0,4628.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,207109.0,207112.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +76,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-11-28 10:29:12.000000,2024-11-22 17:05:53,6162.0,20.0,2104.0,204.0,1241.0,119.0,2226.0,13966.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,271.0,38,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3784.0,3639.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,95484.0,96144.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,34330.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,38.0,3018.0,176.0,5052.0,539.0,2358.0,13571.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,465.0,317.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,1058402.0,1058402.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,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,2024-11-13 02:29:49.000000,2024-11-13 02:28:45,1507.0,30.0,1688.0,152.0,827.0,235.0,577.0,12568.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,38,True,2024-10-29 15:15:14.000,4.12.0,65.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4911.0,4728.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,446725.0,451530.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,475639.0,,,,,2.0,208.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +79,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-11-27 14:39:19.000000,2024-11-27 14:15:03,22324.0,244.0,2185.0,181.0,3395.0,362.0,2089.0,8540.0,End-to-End Speech Processing Toolkit.,468.0,38,True,2024-10-01 06:28:01.000,.202409,53.0,espnet,,,,,402.0,390.0,https://pypi.org/project/espnet,2024-02-06 03:28:41.000,12.0,21886.0,21887.0,,,,,,,,1.0,83.0,,,,,,,,,,,,,,,,,,, +80,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,2024-11-27 19:42:21.000000,2024-11-27 19:42:19,5046.0,185.0,1374.0,108.0,4396.0,991.0,1613.0,7987.0,A unified framework for machine learning with time series.,419.0,38,True,2024-10-19 19:36:24.000,0.34.0,83.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3690.0,3562.0,https://pypi.org/project/sktime,2024-10-19 19:36:24.000,128.0,904276.0,930199.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1036916.0,,,,,1.0,104.0,,sktime/sktime,,,,,,-1.0,,,,,,,,,,, +81,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,2024-11-27 22:08:49.000000,2024-11-27 16:55:56,4892.0,253.0,647.0,86.0,2690.0,306.0,747.0,6159.0,Flax is a neural network library for JAX that is designed for flexibility.,247.0,38,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],10900.0,10406.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,907069.0,908869.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,79218.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,, +82,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,2024-11-28 15:02:56.000000,2024-11-28 15:02:47,6609.0,171.0,1551.0,110.0,4568.0,1700.0,800.0,4324.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",362.0,38,True,2024-11-28 00:45:32.000,4.9.7.de202411280044,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20766.0,20437.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1942312.0,1943251.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,39465.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +83,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,2024-11-28 09:02:46.000000,2024-11-27 15:42:38,10884.0,55.0,403.0,58.0,3114.0,1108.0,2242.0,2707.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13406.0,12999.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,496041.0,531713.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1875898.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,278.0,,,,,,,,,,,, +84,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,2024-11-28 09:43:57.000000,2024-11-15 16:34:46,3915.0,34.0,534.0,146.0,1232.0,143.0,1694.0,2282.0,Rasterio reads and writes geospatial raster datasets.,160.0,38,True,2024-10-30 17:28:37.000,1.4.2,165.0,rasterio,conda-forge/rasterio,,,,15471.0,13995.0,https://pypi.org/project/rasterio,2024-10-30 17:07:08.000,1476.0,3554007.0,3637388.0,https://anaconda.org/conda-forge/rasterio,2024-11-18 22:15:30.692,3835201.0,,,,,2.0,976.0,,,,,,,,,,,,,,,,,,, +85,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,2024-11-28 14:35:15.000000,2024-11-28 14:35:12,1624.0,90.0,559.0,59.0,1571.0,152.0,850.0,2136.0,The official Python client for the Huggingface Hub.,209.0,38,True,2024-11-28 10:16:21.000,0.26.3,133.0,huggingface_hub,conda-forge/huggingface_hub,,,,2110.0,,https://pypi.org/project/huggingface_hub,2024-11-28 10:14:43.000,2110.0,48133303.0,48186225.0,https://anaconda.org/conda-forge/huggingface_hub,2024-10-29 14:27:12.142,2381511.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,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,2024-11-28 14:36:55.000000,2024-11-28 14:36:55,10535.0,195.0,595.0,68.0,2671.0,298.0,1885.0,1192.0,Machine learning for NeuroImaging in Python.,250.0,38,True,2024-04-09 09:15:50.000,0.10.4,47.0,nilearn,conda-forge/nilearn,,,['sklearn'],3883.0,3587.0,https://pypi.org/project/nilearn,2024-04-09 09:09:58.000,296.0,71325.0,77642.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,302946.0,,,,,1.0,254.0,,,,,,,,,,,,,,,,,,, +87,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,3.0,6414.0,425.0,1348.0,1291.0,3052.0,30600.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3859.0,3742.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,133408.0,135408.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,103810.0,,,,,1.0,365.0,,,,,,,,,,,,,,,,,,, +88,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-11-28 05:55:01.000000,2024-11-28 05:54:12,8652.0,267.0,2795.0,303.0,237.0,22.0,1142.0,28350.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-11-23 02:54:08.000,8.0.3,679.0,netron,,,,"['pytorch', 'tensorflow']",681.0,598.0,https://pypi.org/project/netron,2024-11-23 02:54:08.000,83.0,29267.0,109698.0,,,,,,,,1.0,80431.0,,,,,,,,,,,,,,,,,,, +89,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-11-22 03:36:34.000000,2024-11-22 03:36:34,2345.0,13.0,5431.0,514.0,182.0,1154.0,1385.0,23575.0,State-of-the-art 2D and 3D Face Analysis Project.,62.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3034.0,3004.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,258050.0,550139.0,,,,,,,,2.0,5549705.0,,,,,,,,,,,,,,,,,,, +90,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,2024-11-12 23:03:58.000000,2024-11-12 23:03:56,8624.0,64.0,2215.0,213.0,4218.0,4.0,1939.0,21147.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,106136.0,138990.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,80218.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1752357.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +91,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-11-25 16:33:12.000000,2024-11-25 16:28:03,32612.0,2.0,4645.0,357.0,6382.0,127.0,6642.0,19005.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4671.0,4611.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,161093.0,161093.0,,,,,,,,1.0,,,,,,,,,-1.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,2024-11-28 13:31:28.000000,2024-11-28 09:27:01,7585.0,571.0,2522.0,208.0,8392.0,145.0,2264.0,12293.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",368.0,37,True,2024-11-14 18:57:24.000,2.0.0,75.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-11-14 18:42:35.000,13.0,196473.0,200627.0,,,,,,,,1.0,257583.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,2024-11-25 20:20:10.872000,2024-08-18 00:47:35,986.0,,1176.0,127.0,313.0,41.0,718.0,10316.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,,,,86583.0,84851.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22188943.0,22211237.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-25 20:20:10.872,1127364.0,,,,,1.0,46077.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,2024-11-27 07:41:22.000000,2024-11-27 07:41:22,2830.0,38.0,971.0,127.0,1969.0,288.0,663.0,10009.0,Geometric Computer Vision Library for Spatial AI.,275.0,37,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13069.0,12782.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,2014841.0,2018235.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,158561.0,,,,,2.0,1545.0,,,,,,,,-1.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,539.0,4121.0,697.0,2087.0,9907.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15843.0,15671.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,92168.0,116836.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2466818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,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,2024-11-18 10:57:01.000000,2024-11-03 12:40:00,33357.0,955.0,1994.0,198.0,5863.0,46.0,3392.0,9538.0,Perform data science on data that remains in someone elses server.,515.0,37,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,18416.0,18607.0,,,,,,,,1.0,2292.0,,,,,,,,,,,,,,,,,,, +97,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,2024-11-27 21:49:26.000000,2024-11-25 16:42:19,21992.0,924.0,561.0,62.0,3655.0,492.0,1072.0,8917.0,"Visualize, create, and debug image and video datasets and model predictions.",137.0,37,True,2024-11-08 16:29:11.000,1.0.2,150.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",769.0,747.0,https://pypi.org/project/fiftyone,2024-11-08 11:38:51.000,22.0,73419.0,73419.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-11-25 18:58:42.000000,2024-11-25 18:58:42,1450.0,15.0,910.0,212.0,250.0,179.0,243.0,7027.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10678.0,10395.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,5622717.0,5639706.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,492683.0,,,,,1.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,2024-11-20 20:14:57.000000,2024-11-20 20:14:55,12193.0,25.0,1106.0,158.0,468.0,694.0,756.0,4270.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1384338.0,1387766.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,154299.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-11-28 09:50:02.000000,2024-11-28 09:20:31,2436.0,48.0,216.0,64.0,145.0,77.0,612.0,4057.0,A Grammar of Graphics for Python.,112.0,37,True,2024-11-26 15:00:07.000,0.14.3,31.0,plotnine,conda-forge/plotnine,,,,9864.0,9540.0,https://pypi.org/project/plotnine,2024-11-26 12:23:32.000,324.0,3276654.0,3284585.0,https://anaconda.org/conda-forge/plotnine,2024-11-26 15:03:48.310,420381.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +101,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-11-06 01:12:46.000000,2024-11-06 01:12:46,4201.0,36.0,1107.0,153.0,1741.0,435.0,900.0,3913.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11780.0,10754.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,581810.0,593460.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,617482.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-11-28 13:38:27.000000,2024-11-28 13:18:17,4848.0,162.0,508.0,38.0,3829.0,661.0,1146.0,2746.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,168.0,37,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4300.0,3722.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,383642.0,394683.0,https://anaconda.org/conda-forge/pyvista,2024-11-27 05:06:37.478,584729.0,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +103,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-11-28 14:32:41.000000,2024-11-28 10:33:46,4787.0,320.0,606.0,47.0,5280.0,346.0,1106.0,2378.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",188.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1277.0,1160.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,85289.0,89959.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,168107.0,,,,,1.0,98.0,,,,,,,,,,,,,,,,,,, +104,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,2024-11-27 00:42:54.000000,2024-11-27 00:42:54,4969.0,367.0,1102.0,149.0,1382.0,75.0,708.0,1908.0,Documentation and samples for ArcGIS API for Python.,94.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,901.0,861.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,92148.0,92280.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13011.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,2024-11-28 08:11:55.000000,2024-11-28 08:11:48,1549.0,8.0,296.0,31.0,500.0,99.0,511.0,1510.0,Python library for reading and writing image data.,119.0,37,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,151542.0,149010.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,21113827.0,21252444.0,https://anaconda.org/conda-forge/imageio,2024-10-17 18:50:42.350,7207118.0,,,,,2.0,1386.0,,,,,,,,,,,,,,,,,,, +106,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,2024-11-25 07:03:34.000000,2024-11-18 15:17:40,1568.0,17.0,202.0,47.0,619.0,32.0,775.0,1165.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23792.0,23489.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4913013.0,5032288.0,https://anaconda.org/conda-forge/fiona,2024-11-19 01:03:45.456,6202308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,227.0,33413.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,,,,33490.0,32652.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1638806.0,1640622.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,165305.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +108,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,,9464.0,373.0,3161.0,1818.0,6725.0,29704.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3291.0,3209.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,205862.0,205862.0,,,,,,,,2.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,344.0,310.0,225.0,14430.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,,,,23208.0,22943.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,565930.0,568809.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,187169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-11-25 15:11:02.000000,2024-11-25 15:11:02,18780.0,241.0,5743.0,71.0,11746.0,939.0,15952.0,14018.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,24280.0,24280.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,2024-11-27 15:39:25.000000,2024-11-27 15:26:00,4819.0,2.0,5277.0,382.0,724.0,670.0,1371.0,13141.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1670.0,1471.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,531349.0,572665.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,287938.0,,,,,2.0,4050597.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,11764.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'],4405.0,4280.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,110825.0,113079.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,160049.0,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,, +113,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,2024-11-28 12:16:53.000000,2024-11-27 10:11:32,6273.0,19.0,3703.0,247.0,1757.0,1079.0,4566.0,11511.0,Open-source simulator for autonomous driving research.,192.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,864.0,853.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14776.0,14776.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-11-25 22:36:49.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9168.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,45791.0,45401.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1284024.0,1286756.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,270493.0,,,,,2.0,123.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,2024-11-19 07:53:40.000000,2024-11-19 07:52:37,700.0,18.0,352.0,69.0,128.0,31.0,152.0,8547.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",31.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,54256.0,52216.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5567153.0,5573212.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,296926.0,,,,,2.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,2024-11-28 11:47:21.000000,2024-11-27 22:55:03,1107.0,84.0,774.0,292.0,1481.0,337.0,423.0,8287.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",97.0,36,True,2024-11-27 23:43:55.000,2.12.33,157.0,metaflow,conda-forge/metaflow,,,,810.0,763.0,https://pypi.org/project/metaflow,2024-11-27 23:43:55.000,47.0,1392622.0,1397058.0,https://anaconda.org/conda-forge/metaflow,2024-11-27 14:07:47.069,230720.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,2024-11-28 09:05:24.000000,2024-11-26 22:56:45,2426.0,130.0,930.0,97.0,2733.0,345.0,1133.0,8117.0,Fast and Accurate ML in 3 Lines of Code.,129.0,36,True,2024-11-27 17:04:12.000,1.2.0,1681.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",911.0,884.0,https://pypi.org/project/autogluon,2024-11-28 09:05:24.000,27.0,304161.0,305384.0,https://anaconda.org/conda-forge/autogluon,2024-10-18 16:39:52.687,22902.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,11692.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,2024-11-28 07:35:29.000000,2024-11-28 07:35:29,3172.0,54.0,1088.0,88.0,3526.0,386.0,2780.0,5919.0,AI Toolkit for Healthcare Imaging.,210.0,36,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3294.0,3173.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,200886.0,201859.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,34080.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,2024-11-27 02:56:55.000000,2024-11-25 18:05:18,1201.0,28.0,643.0,127.0,959.0,360.0,1111.0,4457.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4388.0,4301.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,1341287.0,1342966.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,75491.0,,,,,2.0,12036.0,,,,,,,,,,,,,,,,,,, +120,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,2024-11-27 21:40:54.000000,2024-11-13 18:47:29,8618.0,51.0,713.0,101.0,13371.0,43.0,861.0,3876.0,State of the Art Natural Language Processing.,113.0,36,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],562.0,525.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,4030502.0,4030502.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-11-24 10:19:40.047000,2024-09-30 12:55:05,5344.0,19.0,275.0,79.0,797.0,21.0,128.0,2824.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",64.0,36,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,56765.0,56624.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,12728532.0,12787518.0,https://anaconda.org/conda-forge/thinc,2024-11-24 10:19:40.047,3185080.0,,,,,2.0,401.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,2024-11-28 14:13:14.000000,2024-11-28 14:13:11,1133.0,52.0,472.0,58.0,1332.0,427.0,434.0,2591.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,128.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4134.0,3959.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1566438.0,1567326.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,27551.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,2024-11-28 07:24:31.000000,2024-11-28 00:37:00,3581.0,347.0,311.0,70.0,2354.0,73.0,722.0,2384.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],899.0,845.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,104234.0,104957.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,29681.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,2024-11-26 08:55:44.000000,2024-11-26 08:55:42,1998.0,103.0,402.0,32.0,1729.0,68.0,818.0,2146.0,"Machine learning metrics for distributed, scalable PyTorch applications.",257.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],33152.0,33150.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4629.0,43132.0,https://anaconda.org/conda-forge/torchmetrics,2024-11-08 20:17:45.782,1688341.0,,,,,2.0,5812.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,2024-11-19 15:00:21.000000,2024-11-19 15:00:21,1569.0,10.0,407.0,49.0,1520.0,182.0,689.0,1615.0,Exploratory analysis of Bayesian models with Python.,163.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8625.0,8312.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1294648.0,1336376.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2253250.0,,,,,1.0,165.0,,,,,,,,,,,,,,,,,,, +126,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,2024-11-25 22:19:19.000000,2024-11-25 22:19:17,3121.0,55.0,365.0,55.0,1219.0,313.0,990.0,1438.0,Cartopy - a cartographic python library with matplotlib support.,128.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6799.0,6081.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,402066.0,480810.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4252224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-11-26 02:25:46.000000,2024-11-26 02:24:21,1592.0,24.0,214.0,34.0,719.0,32.0,593.0,1069.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,68.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,38000.0,36260.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9415743.0,9589813.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9051657.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,2024-11-25 12:39:19.000000,2024-11-25 12:39:17,15062.0,179.0,530.0,50.0,2329.0,420.0,969.0,751.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-11-19 14:21:28.000,1.9.1,66.0,nipype,conda-forge/nipype,,,,5450.0,5300.0,https://pypi.org/project/nipype,2024-11-19 14:21:28.000,150.0,228878.0,242961.0,https://anaconda.org/conda-forge/nipype,2024-11-20 03:29:14.581,718245.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,2024-11-26 22:44:55.000000,2024-11-26 22:44:55,6044.0,136.0,259.0,37.0,856.0,130.0,414.0,655.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,24343.0,23162.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,2610312.0,2625436.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,801597.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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,25959.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,,,,7131.0,6884.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1790791.0,1793002.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,110576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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,1.0,3151.0,318.0,261.0,436.0,597.0,24667.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,,,,,9858.0,9645.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,668878.0,975016.0,,,,,,,,1.0,16225332.0,,,,,,,,,,,,,,,,,,, +132,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,16.0,4535.0,452.0,467.0,424.0,1733.0,18554.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,212687.0,242868.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1296488.0,,,,,1.0,2855.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,2024-11-28 12:28:53.000000,2024-11-28 12:28:52,3759.0,142.0,1927.0,144.0,4101.0,101.0,3495.0,17906.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",268.0,35,True,2024-11-11 15:15:42.000,1.26.4,100.0,haystack,,,,,662.0,657.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6349.0,6349.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-11-27 23:44:16.000000,2024-11-27 23:44:12,3914.0,55.0,1016.0,135.0,183.0,109.0,1092.0,14234.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",101.0,35,True,2024-11-17 04:46:13.000,16.6.2,247.0,ocrmypdf,conda-forge/ocrmypdf,,,,1107.0,1071.0,https://pypi.org/project/ocrmypdf,2024-11-17 04:45:39.000,36.0,174528.0,176768.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,83494.0,,,,,1.0,5788.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +135,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14114.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,35,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6026.0,6008.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,64886.0,64886.0,,,,,,,,2.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,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1162.0,318.0,268.0,56.0,343.0,13287.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,,,,4680.0,4479.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,974777.0,986232.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,572795.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,2024-11-20 01:19:59.000000,2024-08-30 03:34:11,5357.0,,1775.0,137.0,1027.0,388.0,1948.0,8971.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6734.0,6703.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,406754.0,407918.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,58721.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +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,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,7.0,1369.0,146.0,250.0,223.0,146.0,8611.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4572.0,4459.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,713392.0,715785.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,129267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,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,352.0,3431.0,134.0,1140.0,8490.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,194124.0,199195.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,248519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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,2024-11-28 14:45:04.000000,2024-11-28 14:45:01,39899.0,511.0,908.0,154.0,10892.0,1052.0,5587.0,8475.0,cuDF - GPU DataFrame Library.,297.0,35,True,2024-10-29 18:24:22.000,24.10.01,58.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3739.0,3739.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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,2024-11-09 03:56:18.000000,2024-11-09 03:56:18,579.0,35.0,2399.0,277.0,181.0,337.0,326.0,8456.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,35,True,2024-10-20 09:28:59.000,3.11.0,60.0,SpeechRecognition,conda-forge/speechrecognition,,,,602.0,21.0,https://pypi.org/project/SpeechRecognition,2024-10-20 09:22:41.000,581.0,1389574.0,1393717.0,https://anaconda.org/conda-forge/speechrecognition,2024-11-07 20:15:34.486,211337.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,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,2024-11-22 19:11:28.000000,2024-11-22 19:11:28,1860.0,45.0,808.0,127.0,291.0,480.0,338.0,7486.0,Uniform Manifold Approximation and Projection.,137.0,35,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,2328840.0,2380085.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2716013.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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,2024-11-28 05:44:40.000000,2024-11-28 05:44:40,3373.0,146.0,793.0,77.0,3750.0,166.0,924.0,7185.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",213.0,35,True,2024-11-21 08:55:56.000,1.3.14,169.0,bentoml,,,,,2248.0,2217.0,https://pypi.org/project/bentoml,2024-11-21 08:55:56.000,31.0,131724.0,131742.0,,,,,,,,2.0,917.0,,,,,,,,,,,,,,,,,,, +144,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,2024-11-28 00:36:33.000000,2024-11-13 15:11:46,32553.0,43.0,1997.0,386.0,6897.0,2840.0,6681.0,6936.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",268.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,244342.0,244342.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-11-25 19:07:39.000000,2024-11-25 18:19:00,10559.0,32.0,1693.0,143.0,2475.0,648.0,1241.0,5546.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",250.0,35,True,2024-04-03 16:21:23.000,2.8.0,947.0,deepchem,conda-forge/deepchem,,,['tensorflow'],475.0,462.0,https://pypi.org/project/deepchem,2024-11-25 19:07:39.000,13.0,88146.0,90247.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111396.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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,2024-11-25 22:16:10.000000,2024-11-25 22:16:07,30543.0,263.0,1593.0,185.0,2213.0,19.0,1612.0,5128.0,"mlpack: a fast, header-only C++ machine learning library.",324.0,35,True,2024-09-20 14:12:49.000,4.5.0,48.0,mlpack,conda-forge/mlpack,,,,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,9408.0,14541.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,272101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4917.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16417.0,16229.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,871717.0,878088.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,331317.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,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,2024-08-11 15:17:42.000000,2024-07-24 14:28:18,965.0,,852.0,90.0,220.0,139.0,687.0,4567.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,482478.0,472122.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,15293234.0,15293234.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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,2024-11-28 00:19:46.000000,2024-11-24 21:40:41,1738.0,22.0,619.0,59.0,1889.0,161.0,1266.0,4540.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,702.0,35,True,2024-08-13 12:47:02.000,0.5.1,1812.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3476.0,3376.0,https://pypi.org/project/pytorch-ignite,2024-11-28 00:19:46.000,100.0,186500.0,189172.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,205805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,6.0,618.0,115.0,1191.0,365.0,1115.0,3332.0,High-performance interactive 2D/3D data visualization library.,199.0,35,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1933.0,1757.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,1061219.0,1074206.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,648428.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,19.0,,,,,,,,,,,, +151,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2024-11-28 11:34:42.000000,2024-11-15 14:15:49,2320.0,7.0,655.0,73.0,2912.0,263.0,726.0,2547.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,6203209.0,6203209.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +152,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,169.0,1650.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,,,,79692.0,77073.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,19240227.0,19240780.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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,2024-11-25 15:42:45.000000,2024-11-25 15:42:06,894.0,6.0,344.0,42.0,1067.0,190.0,172.0,1233.0,Making text a first-class citizen in TensorFlow.,149.0,35,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7842.0,7624.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,6772158.0,6772158.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/intel/scikit-learn-intelex,https://github.com/intel/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2024-11-28 14:14:53.000000,2024-11-28 14:14:53,1939.0,142.0,175.0,29.0,1907.0,81.0,195.0,1229.0,Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-11-04 13:36:49.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12607.0,12552.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,237022.0,245868.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,380392.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +155,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,234.0,795.0,589.0,53568.0,The worlds simplest facial recognition api for Python and the command line.,54.0,34,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3712.0,3596.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,149607.0,150233.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,30560.0,,,,,2.0,1392.0,,,,,,,,,,,,,,,,,,, +156,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,,4374.0,297.0,750.0,88.0,1040.0,35739.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",1988.0,1935.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,141023.0,225696.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,19432.0,,,,,2.0,3702551.0,,,,,,,,,,,,,,,,,,, +157,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-11-21 19:12:36.000000,2024-11-21 19:08:51,1537.0,8.0,7501.0,388.0,691.0,541.0,3076.0,30637.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2144.0,2131.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9305.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,483871.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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,,3975.0,671.0,1678.0,151.0,1988.0,25417.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,34,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],495.0,471.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,32651.0,49070.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3323.0,,,,,2.0,1208915.0,,,,,,,,,,,,,,,,,,, +159,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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,1.0,2241.0,334.0,1603.0,408.0,1865.0,14273.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,34,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1304.0,1271.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,104563.0,104563.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,, +160,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-11-11 11:56:21.895000,2024-11-10 14:19:33,580.0,4.0,2316.0,217.0,255.0,130.0,418.0,10192.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,1753780.0,1764734.0,https://anaconda.org/conda-forge/wordcloud,2024-11-11 11:56:21.895,569615.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-11-18 13:13:53.000000,2024-11-15 21:34:45,2661.0,13.0,691.0,103.0,496.0,610.0,1264.0,9591.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-10-07 17:38:03.000,0.65,153.0,datasette,conda-forge/datasette,,,,1770.0,1357.0,https://pypi.org/project/datasette,2024-10-07 17:41:27.000,413.0,169137.0,170262.0,https://anaconda.org/conda-forge/datasette,2024-10-08 05:31:37.168,48357.0,,,,,2.0,68.0,,,,,,,,,datasette,,,,,,,,,, +162,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1046.0,133.0,234.0,371.0,274.0,8979.0,Manipulate audio with a simple and easy high level interface.,95.0,34,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,75859.0,74490.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6863308.0,6865116.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,128420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-26 10:41:20.000000,2024-11-26 10:38:20,1193.0,22.0,1318.0,149.0,181.0,277.0,1357.0,8848.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1048.0,1034.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5706.0,10184.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,268697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-11-21 13:08:05.000000,2024-11-21 13:08:05,2945.0,19.0,1681.0,92.0,1697.0,236.0,2124.0,8725.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1327.0,1320.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1581.0,1581.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,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,2024-11-02 21:06:21.000000,2024-11-02 21:06:21,2496.0,11.0,987.0,200.0,2328.0,261.0,847.0,8588.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,279657.0,284340.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,206064.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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,2024-10-21 14:28:23.000000,2024-10-21 14:24:34,386.0,13.0,1540.0,131.0,166.0,10.0,356.0,7952.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-10-21 14:26:57.000,2.0.0,17.0,bayesian-optimization,,,,,3257.0,3107.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,447846.0,447847.0,,,,,,,,1.0,163.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +167,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-11-28 09:14:30.000000,2024-11-28 09:14:30,3714.0,310.0,1268.0,252.0,9825.0,1011.0,1619.0,6755.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",112.0,34,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,62818.0,62825.0,,,,,,,,2.0,644.0,,intel-analytics/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,,, +168,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-11-02 22:14:09.000000,2024-11-02 22:06:30,1251.0,20.0,658.0,62.0,143.0,72.0,450.0,6026.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,34,True,2024-11-02 22:08:19.000,2.7.0,213.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2141.0,2087.0,https://pypi.org/project/pytorch-metric-learning,2024-11-02 21:59:14.000,54.0,1120716.0,1120927.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12256.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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,5895.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3399.0,3341.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,436308.0,436666.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20413.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +170,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,191.0,239.0,279.0,285.0,5870.0,Distributed Evolutionary Algorithms in Python.,89.0,34,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5738.0,5486.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,536798.0,546220.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,461713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-11-21 19:16:18.000000,2024-11-21 19:08:51,1211.0,94.0,499.0,274.0,898.0,249.0,339.0,4950.0,Model interpretability and understanding for PyTorch.,124.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2708.0,2582.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,285736.0,288419.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,93910.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-11-27 07:42:42.000000,2024-11-18 12:14:35,12410.0,24.0,1159.0,99.0,1402.0,141.0,759.0,4909.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,636.0,616.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,88562.0,89610.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,54546.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +173,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,2024-11-25 18:16:37.000000,2024-11-25 17:41:34,3882.0,26.0,863.0,57.0,1716.0,422.0,1270.0,4251.0,"Serve, optimize and scale PyTorch models in production.",217.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],783.0,761.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,63460.0,92635.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,366229.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1365761.0,2.0,7080.0,,,,,,,,,,,,,,,,,,, +174,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,2024-11-28 15:06:53.000000,2024-11-27 13:54:01,3558.0,236.0,379.0,32.0,3375.0,105.0,2067.0,4058.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,104.0,34,True,2024-11-11 11:37:46.000,2.4.1,100.0,rubrix,conda-forge/rubrix,,,,2812.0,2812.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2534.0,3639.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,38700.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +175,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,2024-11-27 05:59:57.954000,2024-11-26 23:02:36,1345.0,40.0,287.0,41.0,492.0,103.0,244.0,4008.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1323.0,1264.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,1215375.0,1218766.0,https://anaconda.org/conda-forge/statsforecast,2024-11-27 05:59:57.954,108525.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,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,2024-11-28 08:31:55.000000,2024-11-28 08:31:53,1534.0,15.0,366.0,92.0,779.0,138.0,450.0,3328.0,Quickly and accurately render even the largest data.,57.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5300.0,5104.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,163317.0,186196.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1235495.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-11-27 10:57:16.000000,2024-11-26 18:45:50,2059.0,92.0,405.0,52.0,1811.0,79.0,480.0,3115.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1326.0,1242.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,171982.0,174554.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,131190.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,19.0,505.0,56.0,149.0,359.0,171.0,2814.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'],4692.0,4340.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,781223.0,826807.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2233654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-11-27 01:53:51.000000,2024-11-27 01:53:51,3041.0,62.0,717.0,76.0,936.0,297.0,649.0,2763.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1320.0,1267.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,140265.0,140275.0,,,,,,,,1.0,555.0,,,,,,,,,,,,,,,,,,, +180,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,11.0,559.0,70.0,487.0,267.0,713.0,2379.0,Survival analysis in Python.,120.0,34,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3268.0,3107.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2486036.0,2493131.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,383142.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-11-27 16:23:38.057000,2024-11-27 15:43:05,5355.0,97.0,557.0,19.0,1461.0,1148.0,707.0,2299.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-27 15:44:17.000,8.25.4,372.0,snakemake,bioconda/snakemake,,,,2415.0,2169.0,https://pypi.org/project/snakemake,2024-11-27 15:44:17.000,246.0,120432.0,131750.0,https://anaconda.org/bioconda/snakemake,2024-11-27 16:23:38.057,1233719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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,2024-11-28 00:40:21.000000,2024-11-28 00:38:52,5958.0,239.0,711.0,88.0,6039.0,257.0,865.0,2116.0,TFX is an end-to-end platform for deploying production ML pipelines.,191.0,34,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1622.0,1605.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,39990.0,39990.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1416.0,The ctypes-based simple ImageMagick binding for Python.,106.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20228.0,19971.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1049260.0,1051367.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,87709.0,,,,,2.0,51534.0,,,,,,,,,,,,,,,,,,, +184,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,2024-11-25 13:05:19.000000,2024-11-17 16:53:22,2929.0,42.0,249.0,35.0,233.0,49.0,514.0,1322.0,Python interface for igraph.,76.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4639.0,4233.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,1318909.0,1337487.0,https://anaconda.org/conda-forge/igraph,2024-11-19 17:05:42.667,644075.0,,,,,1.0,565315.0,,,,,,,,,,,,,,,,,,, +185,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,133.0,4.0,644.0,1174.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4149.0,4100.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,12845808.0,12851848.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,253714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-11-25 18:24:55.000000,2024-11-25 18:24:54,573.0,15.0,104.0,35.0,69.0,72.0,84.0,957.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,,,,110576.0,110043.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15491353.0,15833585.0,https://anaconda.org/conda-forge/patsy,2024-11-12 17:27:03.146,13004822.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,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,2024-11-25 17:45:47.000000,2024-11-25 06:46:31,3768.0,99.0,4345.0,386.0,4241.0,446.0,1267.0,38842.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,441.0,441.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-11-28 14:52:38.000000,2024-11-28 13:30:55,6975.0,1202.0,2957.0,271.0,7044.0,138.0,669.0,27032.0,You like pytorch? You like micrograd? You love tinygrad!.,356.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],139.0,139.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +189,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,2024-11-28 13:39:45.000000,2024-11-28 12:54:10,18879.0,275.0,4893.0,398.0,5645.0,155.0,3983.0,26862.0,Platform for building AI that can learn and answer questions over federated data.,861.0,33,False,2024-11-26 15:15:15.000,24.11.4.0,501.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-11-26 15:16:37.000,,15700.0,15700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +190,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-11-28 15:04:06.000000,2024-11-25 18:28:41,3545.0,317.0,1410.0,126.0,3949.0,343.0,1022.0,20759.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",126.0,33,True,2024-11-18 15:58:56.000,1.12.4,88.0,,,,,,115.0,115.0,,,,,6025.0,,,,,,,,2.0,259112.0,,,,,,,,,,,,,,,,,,, +191,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,2024-11-18 09:48:38.000000,2024-11-15 09:23:37,9021.0,15.0,3078.0,276.0,1299.0,161.0,708.0,19341.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,138.0,134.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,24285.0,24293.0,,,,,,,,1.0,619.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +192,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,469.0,671.0,590.0,672.0,15591.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'],1533.0,1519.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9057.0,9057.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1811.0,261.0,117.0,120.0,535.0,11637.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,,,,6989.0,6786.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,518065.0,520564.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,237465.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +194,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,2024-11-18 22:59:43.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2869.0,45.0,1037.0,11212.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],288.0,282.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2221.0,2221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,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,2024-11-22 20:03:18.771000,2024-11-18 15:20:16,6185.0,125.0,1190.0,123.0,1759.0,119.0,720.0,8577.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-11-18 21:59:30.000,3.1.6,137.0,perspective-python,conda-forge/perspective,,,['jupyter'],184.0,152.0,https://pypi.org/project/perspective-python,2024-11-18 21:56:49.000,26.0,17474.0,47211.0,https://anaconda.org/conda-forge/perspective,2024-11-22 20:03:18.771,1338218.0,,,,,2.0,6514.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-11-18 21:58:18.849,6.0,4081.0,,,,,,,,,,,, +196,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-11-16 04:31:27.000000,2024-11-16 04:31:19,529.0,1.0,862.0,84.0,276.0,81.0,376.0,7876.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,,,,51454.0,50829.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,4529154.0,4552911.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1235131.0,,,,,2.0,450.0,,,,,,,,,,,,,,,,,,, +197,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-11-28 04:01:54.000000,2024-09-12 23:27:08,4682.0,19.0,896.0,141.0,500.0,100.0,806.0,7308.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3437.0,3262.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,266145.0,266292.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8238.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,539.0,7271.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18456.0,18003.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2596799.0,2607634.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,801830.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +199,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,2024-11-25 18:58:15.000000,2024-11-25 18:58:06,870.0,5.0,1283.0,141.0,507.0,48.0,567.0,6854.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,17100000.0,17112029.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,637586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,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,2024-11-12 20:53:07.000000,2024-11-12 20:53:05,209.0,16.0,1100.0,201.0,152.0,147.0,341.0,6302.0,Official Kaggle API.,48.0,33,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,268530.0,272406.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,193836.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-11-28 10:37:04.000000,2024-11-28 10:28:45,3503.0,174.0,734.0,145.0,130.0,106.0,348.0,6301.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-11-28 00:04:29.000,0.6.7,55.0,interpret,,,,['jupyter'],845.0,795.0,https://pypi.org/project/interpret,2024-11-28 00:04:29.000,50.0,123971.0,123971.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +202,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-11-22 18:31:49.000000,2024-11-22 18:31:49,630.0,10.0,722.0,109.0,196.0,9.0,356.0,5888.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,33,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,2631971.0,2644185.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,635142.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-11-27 17:03:23.000000,2024-11-27 17:03:02,2446.0,28.0,656.0,97.0,275.0,500.0,570.0,5709.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-10-27 20:17:04.000,1.16.5,173.0,clearml,,allegroai/trains,,,1440.0,1396.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,328466.0,328977.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30299.0,2.0,2937.0,,,,,,,,,,,,,,,,,,, +204,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,2024-11-27 20:02:27.000000,2024-11-26 12:27:45,2221.0,12.0,321.0,45.0,2200.0,383.0,664.0,5234.0,Aim An easy-to-use & supercharged open-source experiment tracker.,76.0,33,True,2024-11-06 12:12:10.000,3.25.1,1163.0,aim,conda-forge/aim,,,,781.0,742.0,https://pypi.org/project/aim,2024-11-22 20:12:44.000,39.0,470995.0,473166.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,86879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,37.0,122.0,75.0,75.0,8.0,136.0,3822.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,25222.0,24651.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5430073.0,5436760.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,307602.0,,,,,2.0,23.0,,,,,,,,,,,,,,,,,,, +206,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-11-28 11:34:48.000000,2024-08-14 20:32:21,1311.0,,812.0,313.0,1470.0,332.0,519.0,3520.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,1106296.0,1106296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,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,2743.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,,,,7302.0,6934.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,1010715.0,1025490.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,753545.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +208,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-10-29 06:31:50.000000,2024-10-29 04:37:58,567.0,5.0,158.0,42.0,81.0,9.0,131.0,2071.0,a python library for doing approximate and phonetic matching of strings.,33.0,33,True,2024-07-28 08:19:05.000,1.1.0,44.0,jellyfish,conda-forge/jellyfish,,,,11778.0,11509.0,https://pypi.org/project/jellyfish,2024-07-28 08:19:05.000,269.0,6439715.0,6460538.0,https://anaconda.org/conda-forge/jellyfish,2024-09-06 22:00:00.405,1103666.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,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,2024-11-28 13:10:32.000000,2024-11-28 13:10:32,3768.0,27.0,193.0,49.0,1400.0,134.0,738.0,2007.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,,,,2877.0,2856.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,394851.0,410288.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,771850.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +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,2024-11-12 14:54:17.000000,2024-11-12 14:26:01,1981.0,21.0,289.0,45.0,287.0,59.0,214.0,1573.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,922.0,823.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,284349.0,291898.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,369912.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,2024-11-20 17:01:28.000000,2024-11-09 01:21:35,11605.0,50.0,246.0,55.0,12331.0,251.0,2220.0,985.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'],186.0,152.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,138257.0,138257.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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,2024-11-24 16:22:12.000000,2024-11-24 16:21:28,335.0,14.0,3071.0,155.0,56.0,137.0,142.0,20838.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-11-24 16:22:12.000,1.8.9,212.0,vit-pytorch,,,,['pytorch'],573.0,556.0,https://pypi.org/project/vit-pytorch,2024-11-24 16:22:12.000,17.0,33310.0,33310.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19200.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'],549.0,544.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7400.0,7400.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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,1016.0,1869.0,363.0,658.0,17747.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,,,,1028.0,1018.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3003.0,3185.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9122.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +215,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,11202.0,Turi Create simplifies the development of custom machine learning models.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,387.0,382.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16974.0,17105.0,,,,,,,,3.0,10889.0,,,,,,,,,,,,,,,,,,, +216,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,282.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.,219.0,32,True,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],269.0,260.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3505.0,3505.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,171.0,438.0,68.0,474.0,8465.0,Automatic extraction of relevant features from time series:.,98.0,32,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,231868.0,257875.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1404409.0,,,,,2.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,2024-11-26 08:34:48.000000,2024-11-26 08:34:45,1268.0,33.0,881.0,61.0,1042.0,239.0,1345.0,8115.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,32,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,62323.0,63906.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,62914.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,873.0,2.0,,,,,,,,,2.0,,,,,,,,,,, +219,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-11-26 20:42:35.000000,2024-11-26 20:42:35,3285.0,4.0,959.0,136.0,667.0,54.0,1162.0,7197.0,Python library for audio and music analysis.,124.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2978180.0,2994232.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,834711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,179.0,1152.0,27.0,1429.0,6783.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],325.0,302.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16120.0,16120.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1666.0,1648.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,15118.0,15438.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11784.0,,,,,3.0,185.0,,,,,,,,,,,,,,,,,,, +222,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,2024-11-28 05:13:52.000000,2024-11-26 00:19:17,3942.0,41.0,552.0,84.0,627.0,122.0,499.0,5100.0,Online machine learning in Python.,123.0,32,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,658.0,594.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,110150.0,112195.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,87968.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,648.0,89.0,272.0,42.0,253.0,4501.0,Geocoding library for Python.,133.0,32,True,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,6151655.0,6180239.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1514996.0,,,,,2.0,99.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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,647.0,65.0,228.0,240.0,164.0,4408.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,,,,7368.0,7234.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,878907.0,884477.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,261798.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,4.0,383.0,70.0,376.0,103.0,460.0,4256.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3343.0,3283.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,406454.0,406653.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-11-04 17:20:56.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1942.0,537.0,390.0,1078.0,4107.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-08-05 21:53:53.000,1.57.0,105.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-10-16 17:44:34.000,31.0,357397.0,357405.0,,,,,,,,2.0,656.0,,,,,,,,,,,,,,,,,,, +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,2024-11-19 17:01:21.000000,2024-11-19 16:38:49,1919.0,42.0,633.0,43.0,917.0,480.0,312.0,4016.0,Time series forecasting with PyTorch.,56.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,470.0,448.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,58536.0,59886.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,67549.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +228,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-11-28 14:39:34.000000,2024-11-28 14:25:22,1121.0,20.0,354.0,58.0,1392.0,119.0,184.0,3967.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-09-25 16:43:58.000,1.0.5,50.0,nevergrad,conda-forge/nevergrad,,,,840.0,782.0,https://pypi.org/project/nevergrad,2024-09-25 16:43:58.000,58.0,169502.0,170539.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,56000.0,,,,,2.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,2024-11-17 17:28:39.000000,2024-11-17 17:28:27,1360.0,7.0,320.0,59.0,246.0,70.0,450.0,3674.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,,,,971.0,941.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,255954.0,275575.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1039928.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,2024-11-20 17:36:51.000000,2024-11-20 17:36:51,3902.0,13.0,562.0,58.0,918.0,380.0,982.0,3589.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2653.0,2484.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,230711.0,234129.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,184585.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1665.0,156.0,210.0,13.0,693.0,3489.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,2005889.0,2008022.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,108809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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,21.0,450.0,93.0,127.0,92.0,348.0,3424.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1307.0,1244.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,420931.0,424205.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,160439.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,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,78.0,79.0,74.0,162.0,3382.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,,,,7705.0,7585.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,5174391.0,5177339.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,262398.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,2024-11-28 14:00:54.000000,2024-11-28 14:00:52,1304.0,59.0,282.0,29.0,1166.0,72.0,514.0,3184.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-07 08:33:15.000,1.5.14,128.0,lightly,,,,['pytorch'],366.0,349.0,https://pypi.org/project/lightly,2024-11-07 08:36:11.000,17.0,57930.0,57930.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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,5.0,739.0,122.0,130.0,71.0,375.0,3076.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,32,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3006.0,2914.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,1432866.0,1438918.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,302643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,151.0,46.0,248.0,2412.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2624.0,2340.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1557503.0,1565373.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,291213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-11-25 15:04:33.000000,2024-11-08 21:00:45,1817.0,252.0,205.0,48.0,288.0,174.0,163.0,2171.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-10-20 17:58:26.000,0.34.17,194.0,graphistry,,,,['jupyter'],132.0,126.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,13032.0,13032.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,9.0,260.0,48.0,351.0,220.0,141.0,2039.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,15193.0,14790.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2738742.0,2738742.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,194.0,1858.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3413.0,3256.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,97520.0,112149.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,643711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,47.0,187.0,27.0,732.0,114.0,461.0,1694.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,32,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,274.0,255.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14844.0,14848.0,,,,,,,,2.0,220.0,,,,,,,,,,,,,,,,,,, +241,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,57.0,1884.0,92.0,899.0,1694.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,1171516.0,1171516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,219.0,1628.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12473.0,12261.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1190397.0,1192055.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,154262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +243,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,3.0,234.0,37.0,256.0,65.0,274.0,1597.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,,,,10066.0,9913.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2633924.0,2658663.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1212235.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,2024-10-21 08:31:36.000000,2024-10-21 08:31:36,1194.0,1.0,363.0,67.0,616.0,300.0,360.0,1492.0,A Jupyter - Leaflet.js bridge.,90.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],12958.0,12674.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,248499.0,279221.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1309899.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6465.0,,,,,,,,,,,, +245,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-11-25 02:49:39.000000,2024-11-05 17:47:01,1157.0,24.0,248.0,50.0,548.0,33.0,186.0,1339.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2268.0,2155.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,791255.0,799507.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,437366.0,,,,,1.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,2024-11-07 14:47:16.000000,2024-11-07 14:47:13,730.0,26.0,109.0,26.0,590.0,365.0,458.0,1143.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",50.0,32,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6351.0,6147.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,212374.0,225167.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,678040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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,2024-11-26 07:54:11.000000,2024-11-26 07:54:11,14255.0,272.0,295.0,34.0,1910.0,499.0,680.0,1076.0,Python package for earth-observing satellite data processing.,171.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,182.0,151.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,15502.0,19935.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,234951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,11.0,234.0,18.0,301.0,53.0,285.0,888.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,32,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1460.0,1333.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,1283059.0,1286979.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,192113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-11-19 14:07:06.000000,2024-11-19 14:07:04,14701.0,263.0,434.0,57.0,2254.0,191.0,813.0,718.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1416.0,1293.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,39729.0,50334.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,530286.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-23 12:41:59.000000,2024-11-23 12:41:59,17309.0,40.0,111.0,28.0,3625.0,534.0,3415.0,546.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-11-18 18:37:49.000,1.1.4,120.0,datalad,conda-forge/datalad,,,,532.0,434.0,https://pypi.org/project/datalad,2024-11-18 18:37:49.000,98.0,83361.0,96043.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,672170.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +251,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2844.0,386.0,125.0,239.0,561.0,25975.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],848.0,836.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25617.0,85765.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,97498.0,,,,,2.0,3569997.0,,,,,,,,,,,,,,,,,,, +252,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,14063.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,16960.0,16960.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,183.0,1006.0,574.0,728.0,12744.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'],1787.0,1780.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5304.0,5316.0,,,,,,,,2.0,816.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,2024-11-24 01:32:42.000000,2024-11-24 01:32:39,2968.0,11.0,2400.0,207.0,479.0,246.0,479.0,10161.0,FinRL: Financial Reinforcement Learning.,118.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,53.0,53.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1745.0,1745.0,,,,,,,,1.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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9787.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1378.0,1359.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18907.0,19510.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,36214.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +256,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2024-10-23 14:54:18.000000,2024-10-23 14:54:18,1743.0,11.0,751.0,90.0,803.0,111.0,272.0,9787.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",52.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,423.0,405.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,27786.0,28548.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,32780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,288.0,434.0,295.0,639.0,9748.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3132.0,3094.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,44154.0,49386.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,277341.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,456.0,261.0,579.0,364.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'],5065.0,5051.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4403.0,4403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,259.0,148.0,107.0,104.0,9231.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,7790921.0,7796618.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,569728.0,,,,,2.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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,144.0,759.0,9162.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],783.0,770.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,28327.0,28553.0,,,,,,,,2.0,19006.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,2024-11-15 14:43:21.000000,2023-04-18 11:08:13,2759.0,,1282.0,215.0,724.0,201.0,829.0,7649.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'],660.0,626.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,21576.0,22204.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27015.0,,,,,2.0,66.0,,,,,,,,,,,,,,,,,,, +262,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-11-24 21:03:50.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,158.0,1733.0,154.0,865.0,7282.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1901.0,1827.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,60622.0,64722.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,217310.0,,,,,2.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,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,211.0,1051.0,25.0,615.0,6736.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],423.0,419.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12609.0,12609.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,-1.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,296.0,161.0,267.0,5724.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,,,,1116.0,1102.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9149.0,9324.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14227.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,127.0,39.0,75.0,147.0,5615.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4259.0,4143.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,894252.0,894596.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18586.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,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,2024-10-25 14:41:09.574000,2024-10-25 12:37:32,819.0,14.0,405.0,75.0,299.0,62.0,529.0,4778.0,Visualizer for pandas data structures.,30.0,31,True,2024-10-25 13:12:13.000,3.15.1,188.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1319.0,1271.0,https://pypi.org/project/dtale,2024-10-25 13:08:15.000,48.0,99171.0,105747.0,https://anaconda.org/conda-forge/dtale,2024-10-25 14:41:09.574,355133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4542.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,,,,48083.0,47648.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,438542.0,442419.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,201626.0,,,,,2.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,2024-11-27 21:00:50.000000,2024-11-22 19:46:59,15571.0,52.0,532.0,77.0,3662.0,914.0,1625.0,4262.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3727.0,3727.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,184.0,737.0,277.0,669.0,3425.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,True,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,284.0,266.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,281862.0,282043.0,,,,,,,,3.0,17600.0,,,,,,,,,,,,,,,,,,, +270,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,331.0,65.0,77.0,20.0,123.0,3248.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15231.0,14989.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1520212.0,1524461.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,407913.0,,,,,2.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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3202.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],6991.0,6838.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,419081.0,428516.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,339680.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,2024-11-27 20:14:49.000000,2024-11-22 15:34:26,1208.0,30.0,359.0,36.0,548.0,111.0,455.0,3128.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-11-22 15:43:51.000,1.7.6,27.0,neuralforecast,conda-forge/neuralforecast,,,,277.0,256.0,https://pypi.org/project/neuralforecast,2024-11-22 15:43:51.000,21.0,53614.0,54416.0,https://anaconda.org/conda-forge/neuralforecast,2024-11-22 21:25:57.787,25666.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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,2024-11-28 08:06:12.000000,2024-11-22 03:36:15,8378.0,235.0,357.0,85.0,9832.0,97.0,349.0,3050.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,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,26486.0,26746.0,,,,,,,,3.0,11450.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,2024-11-08 15:05:04.000000,2024-10-29 18:04:24,993.0,9.0,231.0,37.0,553.0,73.0,176.0,2911.0,JAX-based neural network library.,83.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2349.0,2174.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,295605.0,296158.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,24910.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +275,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-08-01 18:13:21.000000,2024-06-24 17:09:39,1087.0,,397.0,63.0,497.0,221.0,273.0,2862.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'],4810.0,4695.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,460266.0,461379.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,43409.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,2024-10-28 15:50:38.000000,2024-10-28 15:50:38,1692.0,61.0,332.0,38.0,365.0,38.0,184.0,2744.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-10-25 10:11:38.000,2.7.4,47.0,shapash,,,,['jupyter'],184.0,180.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,46472.0,46472.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-11-26 11:49:09.000000,2024-11-26 11:49:07,2992.0,76.0,1007.0,123.0,540.0,61.0,304.0,2593.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,638788.0,662278.0,https://anaconda.org/conda-forge/ipyparallel,2024-11-07 07:55:26.494,1151030.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,2024-11-25 08:39:19.000000,2024-11-25 08:39:17,960.0,33.0,142.0,26.0,440.0,162.0,308.0,2132.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-11-25 08:31:03.000,0.11.9,53.0,equinox,,,,['jax'],1051.0,861.0,https://pypi.org/project/equinox,2024-11-25 08:31:03.000,190.0,263869.0,263869.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,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,2024-11-28 11:34:57.000000,2024-11-27 03:38:36,2246.0,190.0,437.0,33.0,2414.0,322.0,121.0,1956.0,Pytorch domain library for recommendation systems.,297.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,156.0,156.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,29818.0,29818.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +280,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-11-13 09:56:22.000000,2024-11-13 09:56:20,1268.0,60.0,188.0,21.0,179.0,47.0,139.0,1883.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,29.0,31,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,632.0,614.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,53594.0,53594.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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,2024-11-04 17:50:59.000000,2024-11-04 17:45:33,733.0,5.0,345.0,46.0,389.0,71.0,242.0,1720.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],950.0,914.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,202587.0,203141.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18771.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +282,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,2024-11-27 17:24:25.000000,2024-11-27 10:30:25,4458.0,177.0,52.0,173.0,593.0,157.0,484.0,1587.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,157.0,143.0,https://pypi.org/project/lets-plot,2024-11-27 11:35:32.000,14.0,52636.0,52657.0,,,,,,,,2.0,1319.0,,,,,,,,,,,,,,,,,,, +283,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-11-03 22:03:25.000000,2024-11-03 22:03:19,952.0,4.0,431.0,85.0,236.0,57.0,242.0,1474.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3119.0,2681.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1548359.0,1557412.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,371195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,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,2024-11-25 20:05:34.000000,2024-11-22 14:22:34,1619.0,26.0,170.0,18.0,852.0,112.0,456.0,1369.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-09-28 19:45:17.000,0.29.2,65.0,pyjanitor,conda-forge/pyjanitor,,,,791.0,759.0,https://pypi.org/project/pyjanitor,2024-09-28 19:45:12.000,32.0,97047.0,101139.0,https://anaconda.org/conda-forge/pyjanitor,2024-09-28 23:43:58.175,220978.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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,2024-11-18 14:47:40.000000,2024-11-18 14:47:37,4368.0,10.0,302.0,79.0,672.0,18.0,634.0,1340.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1744.0,1695.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,33246.0,44564.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,588561.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,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,2024-11-28 12:58:28.000000,2024-11-28 09:24:18,4025.0,487.0,137.0,10.0,663.0,22.0,157.0,1173.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],386.0,371.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,84906.0,84906.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +287,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,2024-11-27 19:10:03.000000,2024-11-27 19:10:03,1176.0,38.0,216.0,23.0,157.0,30.0,205.0,1140.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],687.0,650.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,169760.0,174360.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,165604.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-11-22 20:17:36.000000,2024-11-22 20:17:36,3390.0,16.0,242.0,50.0,414.0,76.0,280.0,1069.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2255.0,2081.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,87152.0,113066.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1373469.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,25.0,76.0,924.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19474.0,18773.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,3449133.0,3491065.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,880585.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +290,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,12.0,174.0,35.0,118.0,25.0,65.0,761.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,34831126.0,34921273.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8924585.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,2024-11-28 11:17:15.000000,2024-11-19 00:55:24,176085.0,2469.0,95.0,51.0,2391.0,85.0,294.0,688.0,TensorFlow ROCm port.,4737.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,5226.0,5226.0,,,,,,,,3.0,25.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +292,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,1249.0,557.0,840.0,2543.0,17532.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,1353.0,1492.0,,,,,,,,3.0,14739.0,,,,,,,,,,,,,,,,,,, +293,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-11-25 10:50:44.000000,2024-11-21 13:11:56,2299.0,20.0,2885.0,198.0,3761.0,1260.0,4230.0,12855.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,623.0,623.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,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,290.0,98.0,311.0,446.0,8651.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,,,,1721.0,1702.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,16063.0,28219.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8279.0,,,,,2.0,947800.0,,,,,,,,,,,,,,,,,,, +295,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,2024-11-28 11:02:49.000000,2024-11-28 11:02:49,1193.0,8.0,1401.0,100.0,665.0,735.0,527.0,8428.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2843.0,2843.0,,,,,7388.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,362027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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,2024-11-05 16:17:39.000000,2024-11-05 16:17:36,1095.0,4.0,390.0,81.0,540.0,61.0,460.0,5892.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1544.0,1459.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,146826.0,162607.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,789093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,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,788.0,5840.0,Gluon CV Toolkit.,119.0,30,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,87375.0,87375.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1057.0,112.0,256.0,112.0,487.0,5485.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4501.0,4381.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,313610.0,314218.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22521.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,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,2024-11-13 08:00:37.000000,2024-11-13 08:00:37,923.0,5.0,634.0,149.0,796.0,141.0,356.0,4789.0,Deep Learning Visualization Toolkit.,36.0,30,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,214351.0,214359.0,,,,,,,,2.0,466.0,,,,,,,,,,,,,,,,,,, +300,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-11-11 08:51:05.000000,2024-11-05 15:19:52,1478.0,5.0,755.0,77.0,1823.0,325.0,637.0,4643.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,885908.0,885936.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,1065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4462.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,,,,1523.0,1458.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,494138.0,494822.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,28061.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,928.0,150.0,132.0,139.0,104.0,4382.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,True,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4700.0,4593.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,182372.0,183058.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,30897.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,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,1.0,548.0,120.0,385.0,72.0,743.0,4154.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,,,,362.0,343.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,106150.0,108531.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,83335.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,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,76.0,39.0,15.0,121.0,3969.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,,,,19225.0,19103.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,458379.0,504892.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,372109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-11-25 19:03:58.000000,2024-11-25 19:03:51,1256.0,29.0,498.0,65.0,770.0,5.0,555.0,3785.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11422.0,11422.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,6.0,250.0,64.0,56.0,9.0,,3399.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,30,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7528.0,7429.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,845146.0,859256.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,676727.0,,,,,2.0,1043.0,,,,,,,,,,,,,,,,,,, +307,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,22.0,409.0,50.0,95.0,140.0,522.0,3064.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,141.0,135.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,10085.0,10712.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,25712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,65.0,344.0,29.0,338.0,95.0,39.0,3030.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1154.0,1148.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,16917.0,17013.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,60.0,194.0,139.0,196.0,2917.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'],1585.0,1506.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,392815.0,420242.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1453672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,361.0,82.0,169.0,218.0,148.0,2362.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,,,,6883.0,6728.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,343095.0,347986.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,214625.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,842.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,2024-11-01 14:54:51.000000,2024-11-01 14:54:44,559.0,8.0,428.0,92.0,118.0,77.0,265.0,2298.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1645.0,1635.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,10289.0,11510.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,52513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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,2024-11-21 10:00:25.000000,2024-11-21 08:56:49,1959.0,103.0,143.0,29.0,371.0,62.0,112.0,2280.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",57.0,30,True,2024-11-21 10:00:25.000,2.16.6,132.0,usearch,,unum/usearch,,,175.0,138.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,330717.0,341264.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,154.0,3.0,34983.0,,,usearch,https://www.npmjs.com/package/usearch,2024-11-21 09:05:02.079,14.0,8483.0,,,,,,,,,,,, +313,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,78.0,52.0,232.0,2021.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1168.0,1132.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,87828.0,91652.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,198574.0,,,,,2.0,654.0,,,,,,,,,,,,,,,,,,, +314,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-11-28 09:19:14.000000,2024-11-28 09:19:14,904.0,31.0,419.0,40.0,931.0,158.0,327.0,1958.0,A Python package to assess and improve fairness of machine learning models.,87.0,30,True,2024-10-31 16:18:10.000,0.11.0,21.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],62.0,3.0,https://pypi.org/project/fairlearn,2024-10-31 16:12:13.000,59.0,199931.0,200723.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,38060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-11-25 11:31:57.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1849.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'],738.0,703.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,60791.0,61904.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,36754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,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,19.0,385.0,50.0,136.0,29.0,435.0,1747.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,30,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,294.0,279.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4556.0,4672.0,,,,,,,,1.0,12108.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +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,7.0,228.0,52.0,213.0,32.0,292.0,1719.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,,,,,1039.0,1005.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,22059.0,22059.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,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,5.0,140.0,31.0,122.0,42.0,268.0,1644.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,,,,2703.0,2547.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,185071.0,187750.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,142009.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2024-11-28 14:21:00.000000,2024-11-28 14:06:13,2299.0,240.0,156.0,11.0,976.0,101.0,944.0,1598.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",47.0,30,True,2024-11-26 11:32:29.000,0.18.28,246.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-11-26 09:32:54.000,,12167.0,12167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,201.0,34.0,73.0,29.0,52.0,1586.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,30,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4109.0,4072.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1991474.0,1992142.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,30757.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,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,59.0,601.0,103.0,296.0,22.0,300.0,1576.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,30,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,191.0,189.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7919.0,7970.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4689.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-11-12 18:16:41.000000,2024-11-12 18:16:41,10796.0,32.0,245.0,39.0,1507.0,208.0,358.0,1263.0,Computations and statistics on manifolds with geometric structures.,93.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,140.0,128.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3322.0,3467.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +323,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,2024-11-27 19:31:49.000000,2024-11-27 18:24:47,1528.0,46.0,280.0,68.0,110.0,38.0,55.0,1256.0,Model analysis tools for TensorFlow.,59.0,30,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-11-05 23:01:11.000,19.0,224201.0,224201.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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,2024-11-27 18:55:58.000000,2024-11-26 21:58:54,3215.0,34.0,120.0,16.0,321.0,8.0,184.0,818.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,479267.0,543672.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3129267.0,,,,,2.0,28284.0,,,,,,,,,,,,,,,,,,, +325,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,2024-11-26 20:06:54.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1440.0,293.0,371.0,709.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",109.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,1320586.0,1320586.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,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,54.0,37.0,57.0,492.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,26188.0,26053.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2134176.0,2152612.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,903393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,2024-11-23 10:34:46.000000,2024-09-12 22:24:23,593.0,5.0,37.0,10.0,75.0,11.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,,52375.0,52274.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,12509444.0,12556243.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2339842.0,,,,,2.0,218.0,,,,,,,,,,,,,,,,,,, +328,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,375.0,504.0,436.0,15838.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,598.0,595.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1684.0,1684.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,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,46.0,101.0,94.0,9044.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,196282.0,197131.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,45049.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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,2024-11-25 05:19:58.903000,2024-11-24 16:18:39,1063.0,25.0,935.0,140.0,758.0,135.0,347.0,7148.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,99.0,29,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,475.0,457.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,57626.0,58361.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,35285.0,,,,,2.0,41.0,,,,,,,,,,,,,,,,,,, +331,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,6207.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'],776.0,769.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2593.0,2770.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9411.0,,,,,2.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,2024-11-08 17:24:55.000000,2024-11-08 17:24:55,627.0,9.0,776.0,86.0,355.0,54.0,347.0,5111.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,,,,,234.0,232.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,46704.0,46704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-11-22 18:44:18.000000,2024-11-22 18:44:17,1648.0,17.0,831.0,146.0,1586.0,382.0,403.0,5069.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,280285.0,280285.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-11-27 17:22:07.000000,2024-11-27 17:22:07,519.0,4.0,594.0,44.0,547.0,10.0,,4134.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-11-22 07:20:28.000,0.11.19,104.0,sahi,conda-forge/sahi,,,,1515.0,1485.0,https://pypi.org/project/sahi,2024-11-22 07:20:28.000,30.0,150104.0,152900.0,https://anaconda.org/conda-forge/sahi,2024-11-25 03:07:18.688,79732.0,,,,,3.0,28908.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,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4078.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,,,,6482.0,6332.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,638134.0,644291.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,295546.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-11-25 10:04:51.000000,2024-11-25 09:58:13,913.0,33.0,437.0,44.0,1005.0,27.0,343.0,3934.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,45141.0,140174.0,,,,,,,,3.0,4276496.0,,,,,,,,,,,,,,,,,,, +337,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-11-27 16:49:09.000000,2024-11-05 10:29:23,704.0,34.0,677.0,39.0,1009.0,147.0,798.0,3854.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,122.0,117.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,45666.0,46121.0,,,,,,,,2.0,15947.0,,,,,,,,,,,,,,,,,,, +338,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,2024-11-26 10:36:04.000000,2024-10-22 15:05:01,3667.0,6.0,464.0,102.0,1064.0,270.0,368.0,3627.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,235292.0,264025.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1421004.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2419.0,,,,,,,,,,,, +339,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,231.0,95.0,406.0,3571.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,29,True,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1607.0,1578.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,201630.0,220660.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,949302.0,,,,,2.0,1526.0,,,,,,,,,,,,,,,,,,, +340,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-11-22 12:08:36.000000,2024-10-22 19:55:17,1581.0,71.0,357.0,67.0,1455.0,116.0,87.0,3497.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,44.0,41.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,7944.0,9877.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,96678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,82.0,245.0,69.0,155.0,3073.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,29,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,209.0,206.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,87277.0,87278.0,,,,,,,,2.0,91.0,,,,,,,,,,,,,,,,,,, +342,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,3034.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12484.0,12375.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,71159.0,71159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,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,12.0,334.0,154.0,1184.0,35.0,60.0,2730.0,Neural Network Libraries.,76.0,29,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,11270.0,11281.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +344,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,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'],1667.0,1645.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,108432.0,108432.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,328.0,23.0,50.0,35.0,203.0,2313.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,576.0,566.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,71728.0,72924.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,56240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,6.0,526.0,43.0,29.0,49.0,81.0,2240.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'],6634.0,6561.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,145514.0,145764.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13619.0,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +347,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1806.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6755.0,6652.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,142847.0,143994.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,88329.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,17.0,291.0,30.0,579.0,102.0,722.0,1792.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,115.0,112.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2310.0,2310.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +349,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,3.0,125.0,24.0,111.0,50.0,78.0,1310.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,,,,3613.0,3564.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,491879.0,492731.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,43488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-11-22 22:26:50.000000,2024-11-17 22:14:08,415.0,17.0,184.0,25.0,41.0,1.0,132.0,1283.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],653.0,635.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,146882.0,147240.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-11-27 21:33:47.000000,2024-11-04 13:01:50,16654.0,34.0,376.0,45.0,1653.0,311.0,2983.0,924.0,An open-source application for biological image analysis.,144.0,29,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1835.0,1897.0,,,,,,,,3.0,8103.0,,,,,,,,,,,,,,,,,,, +352,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,2024-11-07 19:07:05.000000,2024-11-07 19:07:05,568.0,2.0,111.0,17.0,198.0,125.0,139.0,719.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",35.0,29,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,47199.0,46419.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3721449.0,3721611.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,20992.0,,,,,,,,,,,,,,,,,,, +353,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-11-03 15:41:21.000000,2024-11-03 15:40:37,634.0,61.0,102.0,24.0,115.0,4.0,113.0,712.0,Python library for reading audio file metadata.,27.0,29,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1221.0,1108.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,48134.0,48134.0,,,,,,,,3.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +354,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,2024-11-28 13:22:10.000000,2024-11-28 13:15:08,859.0,25.0,77.0,26.0,416.0,112.0,242.0,599.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-11-28 13:21:28.000,1.13.1,69.0,geoviews,conda-forge/geoviews,,,,1224.0,1161.0,https://pypi.org/project/geoviews,2024-11-28 13:21:28.000,63.0,23102.0,28317.0,https://anaconda.org/conda-forge/geoviews,2024-09-17 10:57:22.057,260787.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,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,2024-11-27 19:58:05.000000,2024-11-04 14:58:06,2103.0,9.0,63.0,16.0,1639.0,23.0,217.0,587.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,,,,758.0,681.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,541124.0,546584.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,294884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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,,1154.0,238.0,458.0,75.0,264.0,18300.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,,90188.0,90607.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26850.0,2.0,,,,,,,,,,,,,,,,,,,, +357,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-11-13 03:41:07.000000,2024-11-13 03:41:06,1996.0,2.0,2648.0,301.0,941.0,250.0,693.0,15619.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,28,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,4962.0,4976.0,,,,,,,,2.0,733.0,,,,,,,,,,,,,,,,,,, +358,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,617.0,233.0,53.0,,14913.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2518.0,2444.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,44435.0,44435.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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,6.0,1377.0,424.0,51.0,105.0,88.0,10577.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,31604.0,31604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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,348.0,81.0,51.0,231.0,8037.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,880.0,854.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3134.0,3502.0,,,,,,,,3.0,32095.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +361,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,28,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],285.0,277.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,78222.0,78222.0,,,,,,,,3.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,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,210.0,92.0,201.0,123.0,5897.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,,,,,542.0,530.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,22301.0,22301.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,,474.0,74.0,63.0,112.0,57.0,4924.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,,,,,3293.0,3271.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,451984.0,451984.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,272.0,438.0,221.0,329.0,4831.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'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1502.0,1502.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +365,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,4779.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,,,,1639.0,1607.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,304305.0,307173.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,235217.0,,,,,2.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,2024-11-06 20:27:19.000000,2024-11-06 20:27:19,6178.0,15.0,528.0,147.0,1948.0,338.0,1386.0,4577.0,ArrayFire: a general purpose GPU library.,94.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,3861.0,3926.0,,,,,,,,2.0,7363.0,,,,,,,,,,,,,,,,,,, +367,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4296.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,689193.0,690879.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,86028.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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,,741.0,176.0,90.0,1.0,288.0,4288.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,66489.0,66659.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7826.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,37.0,56.0,138.0,44.0,4020.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'],17187.0,17052.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,223059.0,223059.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,6.0,480.0,57.0,828.0,60.0,498.0,3891.0,NeuralProphet: A simple forecasting package.,56.0,28,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,93743.0,93743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,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,217.0,408.0,139.0,402.0,3848.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,,,,,1080.0,1068.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2206.0,2206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,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-11-28 14:32:04.000000,2024-11-28 13:09:01,1493.0,6.0,252.0,22.0,1758.0,295.0,726.0,3631.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-01-31 13:08:55.000,0.18.1,60.0,deepchecks,,,,,475.0,463.0,https://pypi.org/project/deepchecks,2024-01-31 13:08:49.000,12.0,52812.0,52845.0,,,,,,,,2.0,1248.0,,,,,,,,,,,,,,,,,,, +373,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3530.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3322.0,3291.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,352332.0,352575.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,9992.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,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,254.0,61.0,121.0,7.0,293.0,3391.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,,,,,662.0,647.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20712.0,20740.0,,,,,,,,3.0,1920.0,,,,,,,,,,,,,,,,,,, +375,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,3298.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1247.0,1217.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,33765.0,33765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,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,,334.0,46.0,121.0,72.0,137.0,2970.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,,,,1407.0,1354.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,118458.0,120320.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,89392.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,2954.0,StellarGraph - Machine Learning on Graphs.,40.0,28,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],296.0,285.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,8712.0,8712.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,13.0,523.0,110.0,364.0,388.0,690.0,2864.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,,,,,835.0,815.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,11999.0,11999.0,,,,,,,,3.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,2024-10-09 07:57:26.000000,2024-10-09 07:56:44,2306.0,3.0,722.0,80.0,206.0,200.0,469.0,2806.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",151.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,59241.0,59241.0,,,,,,,,2.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,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,65.0,61.0,31.0,39.0,2428.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'],5738.0,5653.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,501249.0,503403.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,189629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,45.0,57.0,70.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],361.0,354.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9951.0,9951.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,2324.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,11968.0,11813.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,401719.0,401719.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,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,2024-11-19 07:48:41.000000,2024-11-18 13:15:08,732.0,5.0,225.0,41.0,553.0,140.0,235.0,2256.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,,,,,497.0,490.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,75918.0,75918.0,,,,,,,,3.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,2024-11-28 13:59:12.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2234.0,A modular active learning framework for Python.,20.0,28,False,2024-11-28 13:59:12.000,0.67.2,1477.0,modAL,,,,['sklearn'],71.0,,https://pypi.org/project/modAL,2024-11-28 13:59:12.000,71.0,695884.0,695884.0,,,,,,,,3.0,43.0,,,,,,,,,,,,,,,,,,, +385,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-27 03:21:54.000000,2024-11-16 15:29:06,2316.0,130.0,135.0,28.0,271.0,5.0,43.0,2066.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,200.0,186.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,7873.0,7873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-11-03 02:53:44.505000,2024-11-02 19:57:32,493.0,8.0,300.0,68.0,126.0,22.0,106.0,2045.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,524.0,506.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,18717.0,19028.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13399.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,30.0,273.0,1952.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,,,,2106.0,2084.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,47164.0,48004.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,42001.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,,279.0,40.0,495.0,172.0,151.0,1801.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,198.0,190.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,158394.0,158400.0,,,,,,,,3.0,527.0,,,,,,,,,,,,,,,,,,, +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,2024-11-21 18:42:46.000000,2024-11-04 09:55:10,833.0,2.0,323.0,119.0,787.0,229.0,168.0,1496.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,722303.0,722303.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-11-16 06:34:46.000000,2024-10-15 17:52:15,3072.0,10.0,124.0,36.0,373.0,9.0,191.0,1454.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,374.0,350.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,41905.0,41905.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,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,5.0,270.0,81.0,492.0,53.0,207.0,1427.0,Underthesea - Vietnamese NLP Toolkit.,19.0,28,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1252.0,1241.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,25382.0,25464.0,,,,,,,,2.0,7395.0,,,,,,,,,,,,,,,,,,, +392,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,36.0,57.0,1401.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,195325.0,195325.0,,,,,,,,2.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,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1379.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,197.0,190.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,25789.0,26179.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,17959.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,2024-06-05 08:48:15.000000,2024-06-05 08:42:47,1478.0,,166.0,32.0,252.0,,,1353.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,28,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2052.0,1965.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,276429.0,278487.0,https://anaconda.org/conda-forge/spacy-transformers,2023-12-19 11:34:09.090,74120.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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,,418.0,52.0,41.0,17.0,139.0,1246.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2929.0,2891.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,242173.0,243113.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,51700.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1235.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'],562.0,558.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,10528.0,10528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,41.0,39.0,76.0,591.0,1174.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,799.0,767.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29244.0,31105.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,96467.0,,,,,3.0,634.0,,,,,,,,,,,,,,,,,,, +398,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1023.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,4173786.0,4204132.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2336656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,8.0,215.0,58.0,99.0,39.0,172.0,987.0,Input pipeline framework.,29.0,28,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,535856.0,535856.0,,,,,,,,2.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,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,952.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,93294.0,101098.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,614638.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1779.0,,,,,,,,,,,, +401,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,281.0,257.0,905.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1247.0,1154.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,111482.0,128454.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,916539.0,,,,,3.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,2024-11-10 14:49:37.000000,2024-11-10 14:49:37,681.0,2.0,105.0,14.0,100.0,73.0,67.0,899.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,,,,8677.0,8521.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2237216.0,2277767.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2108663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,3.0,144.0,26.0,487.0,24.0,141.0,889.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,28,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,268.0,250.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,49734.0,61352.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,615773.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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,50.0,59.0,21.0,70.0,846.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,,,,1455.0,1392.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,22616.0,32500.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,523857.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,39.0,148.0,29.0,97.0,47.0,76.0,627.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,619.0,588.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,92390.0,92430.0,,,,,,,,3.0,2743.0,,,,,,,,,,,,,,,,,,, +406,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,,59.0,14.0,207.0,12.0,187.0,343.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,,,,10286.0,10125.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,729957.0,761818.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2931249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1823.0,209.0,74.0,113.0,37.0,10722.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.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,86824.0,86824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-09-10 20:43:39.000000,2024-09-10 20:43:30,1626.0,3.0,814.0,140.0,1571.0,122.0,125.0,8106.0,Trax Deep Learning with Clear Code and Speed.,80.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,189.0,188.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,6872.0,6872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,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,7937.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,233408.0,310637.0,,,,,,,,2.0,4324877.0,,,,,,,,,,,,,,,,,,, +410,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,458.0,699.0,36.0,441.0,7334.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,2609.0,2634.0,,,,,,,,2.0,2497.0,,,,,,,,,,,,,,,,,,, +411,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,174.0,46.0,80.0,242.0,7113.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,57978.0,57978.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,350.0,14.0,42.0,66.0,6446.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1475.0,1467.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,30231.0,30231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,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,145.0,100.0,87.0,310.0,6421.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,119461.0,127738.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,430436.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,AGPL-3.0,2013-04-05 23:14:27.000,2023-09-01 15:42:16.000000,2023-08-31 21:49:25,6626.0,,1586.0,627.0,2111.0,453.0,1338.0,6338.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",123.0,27,False,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,,3085.0,3085.0,,,,,,,,3.0,13.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +415,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,200.0,158.0,49.0,227.0,5527.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,953.0,953.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,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,5079.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,,,,,858.0,846.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9456.0,9456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,54.0,57.0,76.0,108.0,4572.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'],2507.0,2456.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,112425.0,136244.0,,,,,,,,3.0,1429190.0,,,,,,,,,,,,,,,,,,, +418,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,31.0,52.0,77.0,4488.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,,,,9758.0,9661.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,358060.0,358406.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15251.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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,282.0,226.0,12.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,562149.0,562580.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-21 06:36:01.000000,2024-11-19 15:16:50,1676.0,16.0,679.0,44.0,30.0,7.0,571.0,3592.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.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,,3293.0,3293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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,26.0,324.0,89.0,102.0,51.0,32.0,3540.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,3357.0,3830.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34077.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,2.0,421.0,84.0,55.0,62.0,204.0,3520.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'],225.0,222.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1435.0,1652.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10426.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +423,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,3394.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,,,,723.0,718.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1984.0,2262.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22553.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,22.0,761.0,3381.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,19306.0,22686.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,182544.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,,375.0,84.0,66.0,156.0,189.0,3322.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,,,,510.0,493.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,7154.0,15202.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,740453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,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,3297.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,27,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,1173.0,1173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,,384.0,38.0,522.0,61.0,217.0,2987.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,,,,329.0,318.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6230.0,6408.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,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,,769.0,182.0,75.0,21.0,565.0,2854.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,44821.0,45595.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,49575.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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,366.0,27.0,350.0,2784.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,,,,657.0,643.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5856.0,6155.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15592.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2668.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,237982.0,241355.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,74215.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,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,2640.0,Database system for AI-powered apps.,73.0,27,True,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],149.0,149.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1895.0,16771.0,,,,,,,,3.0,416554.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +432,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-11-28 11:48:51.000000,2024-05-21 08:57:13,663.0,,252.0,57.0,667.0,151.0,225.0,2417.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,700.0,675.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,20288.0,20288.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,,,,1957.0,1891.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,25504.0,27399.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,170631.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,63.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'],391.0,385.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,13431.0,13431.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,67.0,63.0,32.0,198.0,2157.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],59.0,57.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,2408.0,2408.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,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,2024-11-28 05:12:55.000000,2024-11-26 18:00:37,6659.0,93.0,302.0,45.0,3000.0,180.0,1587.0,1767.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-10-09 20:36:36.000,24.10.00,40.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,372.0,959.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,25273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,36.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],309.0,304.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2687.0,3297.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23801.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +438,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,1741.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'],233.0,230.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,40016.0,40111.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4125.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,51.0,88.0,24.0,191.0,1625.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'],691.0,672.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,132568.0,132722.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,1481.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,,,,,413.0,411.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,2137.0,2137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,2.0,164.0,22.0,128.0,7.0,131.0,1476.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,,,,969.0,922.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,47116.0,53793.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,340567.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,363.0,31.0,2283.0,86.0,234.0,1397.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,27,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,11843.0,11843.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,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,,204.0,44.0,258.0,68.0,213.0,1354.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,,,,,477.0,450.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2403.0,2403.0,,,,,,,,3.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,72.0,89.0,36.0,26.0,1316.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,,,,1548.0,1492.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24963.0,25344.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,30863.0,,,,,3.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,,331.0,39.0,302.0,31.0,200.0,1289.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,,,,,486.0,464.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,30503.0,30503.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,2024-11-26 14:09:23.000000,2024-11-13 10:10:08,542.0,8.0,117.0,23.0,395.0,38.0,289.0,1286.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2024-11-26 14:09:23.000,0.9.3,54.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],178.0,165.0,https://pypi.org/project/scikit-lego,2024-11-13 11:05:03.000,13.0,27325.0,28413.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,58773.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,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,1251.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'],1732.0,1711.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,105355.0,105355.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,989.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,,,,635.0,601.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29446.0,30135.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33622.0,,,,,3.0,324.0,,,,,,,,,,,,,,,,,,, +449,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,929.0,Gaussian Process Optimization using GPy.,50.0,27,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,580.0,543.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,66881.0,66881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +450,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,33.0,86.0,88.0,123.0,921.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'],1858.0,1833.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,65823.0,65823.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-08-18 16:23:07.000000,2024-05-12 22:59:32,3715.0,,329.0,65.0,690.0,36.0,533.0,842.0,The Classical Language Toolkit.,121.0,27,True,2024-05-13 16:48:36.000,1.2.6,217.0,cltk,,,,,294.0,279.0,https://pypi.org/project/cltk,2024-05-12 23:09:13.000,15.0,8738.0,8738.0,,,,,,,,3.0,102.0,,,,,,,,,,,,,,,,,,, +452,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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,11.0,174.0,49.0,89.0,39.0,144.0,765.0,Library for exploring and validating machine learning data.,27.0,27,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,160639.0,160651.0,,,,,,,,3.0,894.0,,,,,,,,,,,,,,,,,,, +453,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,2024-11-19 07:00:04.000000,2024-11-19 07:00:04,634.0,11.0,164.0,31.0,228.0,5.0,104.0,642.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,35.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],437.0,409.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,34003.0,34308.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8144.0,8005.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,270517.0,271262.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41004.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,77.0,145.0,35.0,413.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,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,4676.0,37338.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,130651.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,1217.0,186.0,213.0,31.0,534.0,9433.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,,,,,308.0,,,,,,,,3.0,14186.0,,,,,,,,,,,,,,,,,,, +457,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,11.0,1547.0,137.0,3623.0,76.0,1981.0,5734.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.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,,599.0,142.0,31.0,69.0,55.0,5597.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1890.0,1834.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1675633.0,1676020.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20128.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,243.0,219.0,52.0,203.0,4573.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,,,,67.0,66.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1278.0,1376.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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,58.0,1015.0,187.0,742.0,4367.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'],182.0,178.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4687.0,4687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,4.0,279.0,51.0,477.0,69.0,261.0,3362.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7693.0,8870.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,51220.0,,,,,2.0,734.0,,,,,,,,,,,,,,,,,,, +462,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,10.0,251.0,29.0,2020.0,3.0,664.0,3235.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,13470.0,13547.0,,,,,,,,3.0,2718.0,,,,,,,,,,,,,,,,,,, +463,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,476.0,54.0,30.0,3044.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,169009.0,169289.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12051.0,,,,,2.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,215.0,3649.0,429.0,1111.0,3035.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1725.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,151008.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1517.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +465,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2956.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,True,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2698.0,2668.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,75812.0,76617.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,36231.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,167.0,164.0,113.0,2759.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,196431.0,198308.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,168974.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,97.0,44.0,91.0,240.0,2744.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,102025.0,102025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,,487.0,38.0,250.0,52.0,290.0,2652.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,47642.0,47892.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8751.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,2024-11-25 21:01:09.000000,2024-11-25 20:58:33,148.0,8.0,346.0,30.0,336.0,45.0,344.0,2587.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,14.0,26,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],140.0,128.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,25589.0,25589.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +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,2493.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1048.0,1048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,,842.0,91.0,287.0,200.0,103.0,2466.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,,,,559.0,527.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,32004.0,32334.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,16544.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,,246.0,35.0,147.0,24.0,146.0,2414.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,,,,,249.0,240.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,22096.0,22102.0,,,,,,,,3.0,343.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,77.0,55.0,170.0,68.0,2318.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1444.0,1395.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,41580.0,41580.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,1.0,291.0,55.0,14.0,22.0,80.0,2252.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,,,,644.0,639.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,13203.0,14376.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,102106.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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,2024-11-28 13:22:02.000000,2024-11-28 12:36:42,554.0,554.0,141.0,31.0,665.0,29.0,63.0,2251.0,Open-source end-to-end LLM Development Platform.,26.0,26,True,2024-11-27 14:39:14.000,1.1.12,69.0,opik,,,,,,,https://pypi.org/project/opik,2024-11-27 14:39:35.000,,9796.0,9796.0,,,,,,,,3.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,2152.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,,,,,768.0,749.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,119607.0,119607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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,2065.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'],2381.0,2367.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,104313.0,108280.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,531.0,,,,,3.0,261143.0,,,,,,,,,,,,,,,,,,, +478,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,,160.0,60.0,68.0,67.0,130.0,1828.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,492.0,490.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1843.0,1843.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +479,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,35.0,1776.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,763.0,718.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,125369.0,126132.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,196.0,33.0,20.0,4.0,91.0,1734.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,,,,800.0,789.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,26588.0,28360.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,69131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,2024-11-21 23:09:37.000000,2024-11-21 23:02:49,1034.0,51.0,276.0,43.0,878.0,85.0,66.0,1666.0,A lightweight library for PyTorch training tools and utilities.,140.0,26,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,5888.0,5888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,1573.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'],63.0,62.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,4177.0,4177.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +483,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-10-31 14:10:26.000000,2024-10-31 14:10:22,612.0,2.0,424.0,31.0,51.0,18.0,130.0,1455.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,26,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,729.0,698.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,35202.0,35202.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +484,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,2024-11-26 17:31:17.000000,2024-11-23 10:52:35,2295.0,113.0,388.0,58.0,577.0,176.0,266.0,1295.0,Machine learning on FPGAs using HLS.,63.0,26,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1183.0,1366.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,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-11-22 14:04:30.000000,2024-11-22 14:04:30,811.0,1.0,148.0,35.0,215.0,120.0,152.0,1244.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,561.0,504.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,24179.0,38277.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1212469.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-11-25 23:12:26.000000,2024-11-25 17:57:13,2599.0,109.0,96.0,20.0,1209.0,84.0,241.0,1149.0,"MetricFlow allows you to define, build, and maintain metrics in code.",45.0,26,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,26202.0,26202.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +487,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-11-27 08:48:19.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,612.0,109.0,458.0,1092.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,37255.0,37847.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,26081.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-11-10 17:49:20.000000,2024-11-10 17:47:36,825.0,7.0,125.0,31.0,428.0,84.0,338.0,1086.0,BAyesian Model-Building Interface (Bambi) in Python.,40.0,26,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,170.0,160.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,30812.0,31662.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,39963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,812.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,,,,4743.0,4666.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1153072.0,1153270.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7356.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,9.0,50.0,9.0,66.0,192.0,258.0,650.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,,,,921.0,844.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,64776.0,67714.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,143969.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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-10-12 15:09:33.000000,2024-10-12 15:08:21,367.0,13.0,98.0,20.0,151.0,36.0,99.0,646.0,pyspark methods to enhance developer productivity.,32.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],95.0,88.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,677379.0,677379.0,,,,,,,,3.0,45.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +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,,154.0,18.0,717.0,27.0,208.0,511.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,,,,402.0,385.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10833.0,12098.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,84796.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,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-11-27 22:21:23.000000,2024-11-27 22:15:05,541.0,6.0,40.0,5.0,16.0,2.0,57.0,351.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-11-27 22:21:23.000,0.11.0,28.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],963.0,902.0,https://pypi.org/project/scikit-posthocs,2024-11-27 22:21:23.000,61.0,94889.0,94889.0,https://anaconda.org/conda-forge/scikit-posthocs,,,,,,,3.0,65.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,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,,302.0,307.0,,,,,,,,3.0,424.0,,,,,,,,,,,,,,,,,,, +495,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,5798.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,,,,,139.0,139.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,701.0,746.0,,,,,,,,3.0,3843.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,46.0,34.0,67.0,113.0,5294.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'],250.0,235.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4775.0,4775.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,2024-11-28 12:36:16.000000,2024-11-28 12:36:16,3737.0,77.0,622.0,93.0,4102.0,242.0,1413.0,5173.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-10-30 17:22:30.000,1.43.0,84.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,6.0,299.0,79.0,180.0,24.0,54.0,4969.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,,,,,156.0,152.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3105.0,3105.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,4674.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'],795.0,789.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,781.0,781.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,,450.0,44.0,56.0,95.0,175.0,4380.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,,,,,156.0,153.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5480.0,5480.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,3898.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,3234.0,3234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,25,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,2323.0,2323.0,,,,,,,,2.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,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,85.0,105.0,101.0,3339.0,A deep learning library for video understanding research.,57.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,35327.0,35327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,813.0,62.0,642.0,133.0,404.0,3278.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1262.0,1262.0,,,,,,,,3.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,71.0,25.0,117.0,101.0,2984.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'],2988.0,2987.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1176.0,1176.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,97.0,49.0,65.0,254.0,2858.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,,,,754.0,733.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2562.0,2916.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19543.0,,,,,3.0,1116.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,50.0,482.0,57.0,70.0,2820.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,,,,,280.0,277.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28433.0,28434.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,, +508,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,225.0,64.0,42.0,18.0,24.0,2796.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1206.0,1201.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,42974.0,43247.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16653.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,2024-11-09 05:50:34.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,557.0,144.0,95.0,2756.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,23253.0,23253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,373.0,38.0,94.0,41.0,158.0,2684.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,2978.0,2978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +511,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,,440.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,25,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],73.0,71.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,367.0,367.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,1.0,86.0,41.0,59.0,13.0,78.0,2185.0,The friendly PIL fork.,435.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,34584.0,34584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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,86.0,48.0,24.0,64.0,2136.0,Common financial technical indicators implemented in Pandas.,28.0,25,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,563.0,551.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,164236.0,164236.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,,240.0,70.0,21.0,93.0,66.0,2112.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94143.0,94143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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,2024-11-17 09:13:18.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,474.0,81.0,104.0,2063.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1747.0,1747.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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,6.0,444.0,60.0,362.0,117.0,92.0,1948.0,Library for training machine learning models with privacy for training data.,59.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,20124.0,20126.0,,,,,,,,3.0,179.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,56.0,1313.0,235.0,810.0,1886.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'],119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1028.0,1028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,2024-11-09 00:59:27.000000,2024-11-09 00:59:21,371.0,4.0,278.0,50.0,325.0,269.0,184.0,1856.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,375128.0,375128.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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1778.0,1778.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,1567.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'],271.0,267.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,176138.0,176138.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-11-11 18:45:01.000000,2024-11-11 18:44:59,1037.0,1.0,180.0,17.0,75.0,30.0,364.0,1566.0,PyTorch Extension Library of Optimized Scatter Operations.,30.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,46654.0,57184.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,558099.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,21.0,122.0,29.0,73.0,4.0,29.0,1523.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,7871.0,7872.0,,,,,,,,2.0,119.0,,,,,,,,2.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,,333.0,49.0,44.0,101.0,114.0,1405.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,True,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],602.0,594.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22431.0,57899.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,343.0,,,,,3.0,1773059.0,,,,,,,,,,,,,,,,,,, +524,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1399.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],428.0,421.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4898.0,5162.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13755.0,,,,,3.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,,406.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,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1308.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1138.0,1127.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,9758.0,9758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1294.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1736.0,1720.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,15534.0,15534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,34.0,68.0,57.0,206.0,1269.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'],144.0,142.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,997.0,1002.0,,,,,,,,3.0,158.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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,87.0,34.0,111.0,8.0,18.0,1267.0,A library of reinforcement learning building blocks in JAX.,21.0,25,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],291.0,280.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22546.0,22546.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +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,1.0,214.0,53.0,461.0,145.0,296.0,1213.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,1454.0,1454.0,,,,,,,,3.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,,120.0,11.0,23.0,29.0,15.0,1144.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,,,,,7048.0,6576.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,585134.0,585134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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,2024-10-28 10:06:42.000000,2024-10-28 10:06:42,783.0,2.0,68.0,16.0,131.0,56.0,117.0,1045.0,Visualize large time series data with plotly.py.,13.0,25,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1559.0,1535.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,480419.0,482705.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,77754.0,,,,,3.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,33.0,25.0,35.0,236.0,741.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,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3012.0,3012.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,2024-11-27 19:57:08.000000,2024-11-15 17:35:24,903.0,11.0,88.0,11.0,770.0,60.0,493.0,649.0,Automated modeling and machine learning framework FEDOT.,36.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1955.0,1955.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +535,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,,138.0,21.0,49.0,1.0,87.0,580.0,Medical image processing in Python.,20.0,25,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2417.0,2364.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24542.0,26211.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,68439.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,10.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1314.0,1811.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,17902.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +537,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-11-28 07:29:56.000000,2024-11-25 13:51:28,574.0,14.0,57.0,42.0,330.0,25.0,63.0,318.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-10-28 07:33:05.000,1.7.0,85.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-10-28 07:33:05.000,8.0,4872.0,4872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-11-28 02:19:49.000000,2024-11-28 02:19:41,3985.0,399.0,60.0,7.0,358.0,53.0,107.0,270.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,125.0,119.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2776.0,3529.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,36185.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11185.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,60.0,60.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1044.0,1155.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3792.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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,,751.0,108.0,590.0,107.0,345.0,6194.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,31612.0,31612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5506.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,1071.0,1071.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,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-07-03 14:09:40.000000,2023-04-28 16:55:30,521.0,,452.0,64.0,94.0,37.0,88.0,5178.0,Finding duplicate images made easy!.,15.0,24,False,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],157.0,152.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,27351.0,27351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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,4944.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'],1154.0,1138.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,633.0,645.0,,,,,,,,3.0,969.0,,,,,,,,,,,,,,,,,,, +544,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,92.0,64.0,271.0,270.0,4770.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,32222.0,32222.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,356.0,59.0,51.0,,4442.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,195.0,195.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,706.0,706.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,824.0,4169.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,5198.0,5198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,3845.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,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,2.0,612.0,42.0,1013.0,289.0,714.0,3467.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,53028.0,53167.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6707.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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-10-23 13:32:58.000000,2024-03-18 19:51:35,2374.0,,718.0,156.0,63.0,6.0,838.0,3247.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,30.0,24,True,2024-03-19 19:20:10.000,1.6.1,21.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,924.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,71108.0,,,,,3.0,4798.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,118.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,963.0,1022.0,,,,,,,,3.0,4745.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,1.0,330.0,65.0,319.0,50.0,124.0,2914.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'],62.0,61.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4737.0,5098.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19181.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2868.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,902.0,902.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,,143.0,28.0,200.0,20.0,73.0,2761.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,,,,488.0,462.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,36681.0,40444.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,214491.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,2706.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,,,,,116.0,112.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,93.0,2158.0,215.0,982.0,2704.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,True,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,35382.0,35382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,2378.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,820.0,766.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24383.0,24383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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-11-27 23:37:07.000000,2024-11-26 21:33:57,549.0,3.0,226.0,40.0,136.0,63.0,127.0,2347.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,,24947.0,24947.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,62.0,32.0,60.0,96.0,2281.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,119.0,118.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2598.0,2607.0,,,,,,,,3.0,518.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,51.0,98.0,25.0,116.0,2248.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']",137.0,133.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3823.0,3823.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +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,,253.0,56.0,56.0,19.0,50.0,2214.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'],758.0,739.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7406.0,7406.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,29.0,65.0,11.0,83.0,2012.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'],376.0,368.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1336.0,1517.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8331.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,2.0,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,24,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,278928.0,280117.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,60646.0,,,,,3.0,,,,,,,,,-2.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,1642.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,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,8801.0,8801.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +564,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,56.0,118.0,54.0,31.0,1632.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,,,,,106.0,105.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1861.0,1861.0,,,,,,,,3.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,,238.0,50.0,50.0,23.0,91.0,1627.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,,,,433.0,420.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,3088.0,5224.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,50573.0,,,,,3.0,68891.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,,122.0,28.0,31.0,63.0,50.0,1596.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],560.0,553.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,183504.0,183504.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-08-04 13:39:34.000000,2022-08-31 01:52:51,509.0,,308.0,102.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-08-04 13:39:34.000,6.1.0,44.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-08-04 13:39:34.000,,41656.0,41905.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15742.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,2.0,273.0,43.0,257.0,77.0,198.0,1548.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,432.0,432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,,164.0,104.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,2024-11-28 05:14:21.000000,2024-11-28 04:39:03,575.0,25.0,140.0,21.0,316.0,10.0,147.0,1396.0,A standard framework for modelling Deep Learning Models for tabular data.,24.0,24,True,2024-11-28 05:14:21.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,5455.0,5456.0,,,,,,,,1.0,50.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,1245.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,,,,759.0,728.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,20952.0,21361.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,31914.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +572,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,1176.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,488.0,488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,28.0,211.0,53.0,94.0,59.0,219.0,1052.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,5615.0,5615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,,174.0,49.0,114.0,53.0,170.0,987.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,,,,,334.0,311.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,817.0,817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,984.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],494.0,491.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6599.0,6599.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,2024-11-28 14:31:59.000000,2024-11-27 21:19:10,1920.0,215.0,35.0,9.0,1437.0,9.0,42.0,980.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-11-13 15:04:20.000,0.0.36,44.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-11-13 15:02:20.000,1.0,25526.0,25528.0,,,,,,,,3.0,58.0,,,,,,,,,,,,,,,,,,, +577,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,21.0,143.0,20.0,87.0,8.0,71.0,944.0,An intuitive library to extract features from time series.,20.0,24,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,168.0,161.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,17144.0,17144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,735.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,229.0,197.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16451.0,17349.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,92542.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +579,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,136.0,91.0,42.0,67.0,669.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],240.0,228.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,17007.0,17007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,2024-11-25 23:09:32.000000,2024-11-23 02:48:39,1010.0,26.0,195.0,23.0,881.0,129.0,400.0,626.0,MONAI Label is an intelligent open source image labeling and learning tool.,64.0,24,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,,2126.0,4728.0,,,,,,,,3.0,104109.0,,,,,,,,,,,,,,,,,,, +581,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,,71.0,15.0,13.0,35.0,7.0,585.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,372941.0,381318.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,351874.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-11-13 16:44:12.000000,2024-11-13 16:44:08,2383.0,33.0,42.0,12.0,18.0,14.0,63.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,3493.0,3497.0,,,,,,,,3.0,270.0,,,,,,,,,,,,,,,,,,, +583,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,512.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5035.0,4932.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2287386.0,2296599.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,930540.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,2024-11-28 13:09:56.000000,2024-11-27 15:58:08,5670.0,12.0,94.0,18.0,771.0,9.0,446.0,450.0,Lightwood is Legos for Machine Learning.,48.0,24,False,2024-11-28 13:00:21.000,24.11.4.0,206.0,lightwood,,,,['pytorch'],78.0,76.0,https://pypi.org/project/lightwood,2024-11-28 13:09:56.000,2.0,6809.0,6809.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +585,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,2024-11-01 02:29:31.000000,2024-11-01 02:29:29,682.0,17.0,65.0,29.0,492.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,10227.0,22661.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,671439.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,453.0,43.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,24,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,1777.0,1777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,8022.0,Production infrastructure for machine learning at scale.,25.0,23,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,1154.0,1154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,136.0,6450.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,,234.0,234.0,,,,,,,,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,2024-11-22 18:44:18.000000,2024-11-22 18:44:17,1648.0,17.0,831.0,146.0,1586.0,382.0,403.0,5069.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,321.0,75.0,37.0,95.0,73.0,4374.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,,2608.0,2608.0,,,,,,,,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,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,,130.0,151.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1815.0,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,, +592,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,21.0,489.0,216.0,22.0,25.0,4.0,3470.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,762.0,762.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +593,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,3389.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,392379.0,392382.0,,,,,,,,2.0,212.0,,,,,,,,,,,,,,,,,,, +594,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,2024-11-28 08:30:06.000000,2024-08-17 14:22:50,2847.0,,1239.0,134.0,1127.0,50.0,83.0,3374.0,a distributed deep learning platform.,91.0,23,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,81.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8372.0,3.0,,,,,,,,,,,,,,,,,,,, +595,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,,328.0,54.0,414.0,82.0,106.0,3259.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'],56.0,55.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,54.0,36.0,75.0,126.0,3197.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'],451.0,437.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5175.0,5809.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,29204.0,,,,,3.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,40.0,39.0,7.0,114.0,2173.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,,,,287.0,274.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5211.0,5749.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,27978.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +598,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,,298.0,64.0,78.0,65.0,68.0,2105.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,,247.0,44.0,33.0,51.0,90.0,1994.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],186.0,186.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5032.0,5032.0,,,,,,,,3.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,42.0,36.0,45.0,24.0,1891.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'],498.0,476.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1627.0,1627.0,https://anaconda.org/conda-forge/multicore-tsne,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,36.0,446.0,50.0,354.0,1890.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14407.0,14407.0,,,,,,,,3.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,,295.0,44.0,801.0,72.0,485.0,1648.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,,257.0,257.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,1311.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'],182.0,177.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1641.0,1641.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,,164.0,32.0,24.0,42.0,34.0,1293.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1049.0,1049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,2024-11-12 04:55:08.000000,2024-11-12 04:52:24,205.0,10.0,114.0,38.0,32.0,21.0,120.0,1262.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-11-08 02:44:21.000,2.3.4,89.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4102.0,4102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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-11-27 18:53:38.157000,2024-01-04 20:41:21,582.0,,295.0,95.0,123.0,62.0,98.0,1057.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,2570.0,4012.0,https://anaconda.org/conda-forge/astroml,2024-11-27 18:53:38.157,49036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,184.0,33.0,74.0,3.0,86.0,1047.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'],238.0,229.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7804.0,7804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,147.0,15.0,108.0,29.0,255.0,1015.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,35769.0,45599.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,521020.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,798.0,775.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,119719.0,121652.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,73480.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,,170.0,29.0,113.0,91.0,56.0,921.0,Source code/webpage/demos for the What-If Tool.,20.0,23,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,9788.0,54034.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2317619.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,518.0,,,,,,,,,,,, +611,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,,111.0,26.0,36.0,35.0,69.0,878.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'],697.0,685.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,16618.0,16618.0,,,,,,,,3.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,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,86.0,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5045.0,5045.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +613,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,3.0,75.0,6.0,5.0,2.0,25.0,853.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],529.0,514.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,37226.0,37226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,4.0,148.0,15.0,66.0,34.0,141.0,829.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,18944.0,23193.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,229471.0,,,,,2.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,2024-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,716.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'],343.0,305.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,26489.0,29772.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,167468.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +616,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,2.0,115.0,42.0,118.0,51.0,48.0,694.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,182.0,174.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,29330.0,29330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,396.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,501.0,457.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,218743.0,220460.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,85880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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,50.0,89.0,337.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2051.0,11254.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,279904.0,,,,,3.0,7995.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,221.0,2.0,,,,,,,,,,, +619,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,119.0,111.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1479.0,1479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2024-11-22 21:59:36.000000,2024-11-20 19:04:31,1083.0,35.0,1302.0,112.0,524.0,65.0,676.0,13599.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-11-20 19:05:17.000,2.4.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +621,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,124.0,109.0,180.0,356.0,5579.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,18217.0,18217.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,211.0,66.0,220.0,4951.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1671.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143734.0,3.0,,,,,,,,,,,,,,,,,,,, +623,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4569.0,High-performance TensorFlow library for quantitative finance.,47.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,1113.0,1113.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,84.0,180.0,113.0,161.0,3633.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,,255.0,275.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1349.0,3.0,,,,,,,,,,,,,,,,,,,, +625,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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3575.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,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,3398.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,1759.0,1768.0,,,,,,,,3.0,638.0,,,,,,,,,,,,,,,,,,, +627,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,205.0,9.0,4.0,16.0,3134.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],163.0,161.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2476.0,2476.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +628,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,2024-11-22 21:00:41.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,72.0,2.0,31.0,3105.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,522.0,577.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,164.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,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,2893.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,3716.0,3718.0,,,,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,, +631,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,2.0,727.0,7.0,34.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,5583.0,5583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,2406.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,912.0,1063.0,,,,,,,,3.0,12883.0,,,,,,,,,,,,,,,,,,, +633,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,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'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,2024-11-16 07:21:27.000000,2024-11-16 07:21:26,1290.0,6.0,146.0,33.0,181.0,71.0,150.0,2016.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",30.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,,300.0,311.0,,,,,,,,3.0,600.0,,,,,,,,,,,,,,,,,,, +635,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,,164.0,24.0,34.0,33.0,31.0,1984.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'],32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,980.0,1146.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5747.0,,,,,3.0,123.0,,,,,,,,,,,,,,,,,,, +636,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,42.0,68.0,163.0,95.0,1871.0,Super easy library for BERT based NLP models.,37.0,22,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,,4608.0,4608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,44.0,14.0,57.0,35.0,1801.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']",325.0,314.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2858.0,2858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,2666.0,5105.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,242284.0,,,,,3.0,709.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,,197.0,30.0,424.0,11.0,163.0,1672.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,,496.0,496.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,38.0,7.0,15.0,33.0,1657.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'],73.0,67.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,10395.0,10395.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,1594.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,True,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,35858.0,35858.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,1593.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,1572.0,2033.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,26755.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,52.0,82.0,149.0,1572.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,,2209.0,2239.0,,,,,,,,3.0,2889.0,,,,,,,,,,,,,,,,,,, +644,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,61.0,47.0,37.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,22,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,1444.0,1444.0,,,,,,,,3.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,,191.0,33.0,86.0,16.0,33.0,1443.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,825.0,825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1377.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'],256.0,234.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,58886.0,59070.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6827.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +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,1.0,323.0,50.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,,2115.0,2115.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,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,,149.0,92.0,122.0,33.0,46.0,1199.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,65.0,29.0,31.0,12.0,1191.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,16249.0,16249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,,250.0,48.0,46.0,26.0,127.0,1078.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,22,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,1818.0,1818.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,1077.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,129.0,126.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1708.0,1714.0,,,,,,,,3.0,781.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,,89.0,18.0,73.0,18.0,45.0,1034.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,,,,,241.0,237.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,17679.0,17679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,51.0,99.0,44.0,51.0,1018.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'],265.0,254.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3388.0,3388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,1.0,114.0,15.0,48.0,37.0,29.0,968.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,22,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,759.0,729.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,41764.0,57317.0,,,,,,,,3.0,746590.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,24.0,58.0,12.0,27.0,956.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'],121.0,113.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,36969.0,36969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,923.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2459.0,2450.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1594.0,1594.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +657,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,,86.0,18.0,160.0,20.0,94.0,873.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,2674.0,2905.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10635.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,1.0,134.0,24.0,594.0,63.0,511.0,850.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,3261.0,3261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,500.0,499.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2248.0,2248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,6353.0,10780.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,347708.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,564.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,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,34.0,691.0,22.0,118.0,703.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']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1033.0,1033.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,692.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'],484.0,474.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,28740.0,28769.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3084.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,686.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,,,,529.0,524.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11698.0,11754.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2374.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,642.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,22,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",690.0,673.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,98299.0,98299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,611.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,510.0,485.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,9204.0,9625.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19797.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,2.0,131.0,22.0,20.0,8.0,31.0,602.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13344.0,13344.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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,41.0,65.0,25.0,10.0,15.0,45.0,592.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,,978.0,1355.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10556.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,588.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,,,,440.0,434.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,8165.0,8361.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,13934.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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,17.0,76.0,10.0,220.0,49.0,83.0,561.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1451.0,1458.0,,,,,,,,3.0,263.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,,66.0,7.0,211.0,20.0,109.0,520.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'],297.0,292.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3550.0,3550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,,109.0,36.0,277.0,85.0,174.0,491.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,89.0,87.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,2049.0,2053.0,,,,,,,,3.0,394.0,,,,,,,,,,,,,,,,,,, +672,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,5.0,101.0,18.0,11.0,,50.0,460.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,62.0,62.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,5727.0,5727.0,,,,,,,,3.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,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,380.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,545.0,537.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,82819.0,82819.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,23.0,232.0,57.0,195.0,379.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,,3481.0,3481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,4.0,60.0,28.0,110.0,33.0,184.0,372.0,scalable audio processing framework and server written in Python.,23.0,22,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,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,7.0,78.0,353.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,181.0,172.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,52497.0,52900.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +677,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,2024-11-27 10:56:48.000000,2024-11-19 09:38:40,1433.0,148.0,20.0,9.0,83.0,11.0,27.0,308.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,1193.0,1193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,2024-11-17 00:12:24.000000,2024-11-07 18:17:34,501.0,12.0,109.0,20.0,564.0,58.0,130.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,55183.0,55303.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5390.0,,,,,3.0,120.0,,,,,,,,,,,,,,,,,,, +679,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,239.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,,,,1317.0,1260.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,92820.0,94583.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,86421.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,,,,,2447.0,2403.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,115486.0,115486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,,1519.0,150.0,50.0,46.0,12.0,10585.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,21,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],73.0,70.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1001.0,1001.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,,636.0,93.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,808.0,808.0,,,,,,,,3.0,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +683,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,97.0,51.0,409.0,288.0,6645.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,5365.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,919.0,919.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +685,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,4940.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1538.0,,,,,,,,,,,,,,,,,,, +686,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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,742.0,102.0,35.0,107.0,113.0,4667.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5553.0,5556.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,246.0,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,172.0,65.0,54.0,6.0,44.0,3091.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.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,,1362.0,1362.0,,,,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,, +688,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,2945.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,1278.0,1278.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +689,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'],215.0,212.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,3453.0,3453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,126.0,225.0,90.0,183.0,2331.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,194.0,194.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,,369.0,84.0,4.0,5.0,18.0,2222.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,499.0,499.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,,252.0,54.0,35.0,16.0,105.0,2129.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,,13849.0,13849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,161.0,18.0,74.0,24.0,42.0,1830.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'],34.0,34.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1184.0,1184.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,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,,,,,24.0,24.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,6541.0,6541.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,1500.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,,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,187.0,19.0,264.0,88.0,94.0,1367.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,40797.0,40797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,64.0,48.0,40.0,90.0,1277.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,,528.0,528.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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,204.0,64.0,7.0,13.0,29.0,1164.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,3559.0,3559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,,147.0,25.0,77.0,50.0,37.0,1102.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,245848.0,246011.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9173.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,184.0,52.0,12.0,16.0,42.0,1004.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,236.0,236.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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,249.0,46.0,18.0,11.0,92.0,862.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,2904.0,2904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,845.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,14296.0,14641.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22111.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,,161.0,37.0,46.0,43.0,49.0,830.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,907.0,907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,781.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,10140.0,10140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,772.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],66.0,62.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1096.0,1096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,17.0,126.0,30.0,1059.0,37.0,54.0,768.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,21,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,,829.0,829.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],677.0,669.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,46720.0,46897.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8686.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,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,38924.0,38924.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,, +709,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,635.0,torchbearer: A model fitting library for PyTorch.,14.0,21,True,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,994.0,994.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,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,,,,,235.0,227.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,35374.0,35374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],415.0,407.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,25630.0,25630.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,19.0,216.0,49.0,315.0,608.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,556.0,556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,89.0,7.0,20.0,8.0,94.0,591.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,80.0,78.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,52612.0,52612.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,26.0,31.0,5.0,24.0,572.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,2214.0,2214.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-07-08 19:15:42.000000,2024-07-08 19:11:02,771.0,,64.0,17.0,114.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-07-08 19:12:54.000,1.17.2,38.0,poutyne,,,,['pytorch'],149.0,144.0,https://pypi.org/project/poutyne,2024-07-08 19:15:42.000,5.0,3543.0,3543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,564.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,471.0,462.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11958.0,12379.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28662.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,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,550.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,526.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,16872.0,16872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,161.0,153.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,8535.0,8535.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +720,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,225.0,15.0,40.0,497.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,21,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10534.0,10538.0,,,,,,,,3.0,248.0,,,,,,,,,,,,,,,,,,, +721,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-11-25 23:58:58.000000,2024-09-24 15:52:47,3054.0,16.0,64.0,12.0,268.0,11.0,112.0,444.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,427.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'],2142.0,2098.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,396208.0,396208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,416.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,141.0,138.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,5034.0,5034.0,,,,,,,,3.0,105.0,,,,,,,,,,,,,,,,,,, +724,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.,7.0,21,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,1531.0,1839.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15105.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,38699.0,38699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,355.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,3007.0,3007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-11-28 15:06:43.000000,2024-11-28 10:37:24,808.0,32.0,25.0,5.0,302.0,4.0,,320.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-11-28 15:06:43.000,1.2.25,856.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-28 15:06:43.000,,22053.0,22053.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,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,504938.0,504938.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,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,268.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,2414.0,5108.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,131174.0,,,,,3.0,2073.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,2024-11-05 05:30:55.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,218.0,22.0,64.0,249.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,601.0,601.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +731,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,21,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,,2898.0,2919.0,,,,,,,,3.0,1228.0,,,,,,,,,,,,,,,,,,, +732,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,4.0,23.0,8.0,13.0,4.0,11.0,226.0,A Python module to convert natural language numerics into ints and floats.,4.0,21,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,16830.0,16830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,148.0,89.0,255.0,286.0,13673.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,,,,,,,,,,,,,,,,,,,, +734,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,20.0,19.0,72.0,24.0,5125.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,,4201.0,4201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,3421.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,,,,,164.0,157.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,881.0,881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,,322.0,58.0,242.0,176.0,111.0,3215.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,3512.0,3523.0,,,,,,,,3.0,697.0,,,,,,,,,,,,,,,,,,, +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,101.0,1000.0,94.0,263.0,2863.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,2688.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,75.0,75.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,182.0,55.0,895.0,129.0,586.0,1935.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,17.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,31.0,41.0,34.0,176.0,1890.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,,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,39.0,31.0,30.0,79.0,1814.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,,,,,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7535.0,7536.0,,,,,,,,3.0,36.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,38.0,11.0,39.0,51.0,1627.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,2621.0,2621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,67.0,202.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,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,,81.0,279.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13133.0,3.0,,,,,,,,,,,,,,,,,,,, +744,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,,156.0,46.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,20,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,,1741.0,1741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,1430.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,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,56.0,65.0,8.0,31.0,1388.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,525.0,525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,,,,,174.0,172.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2950.0,2950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,,141.0,17.0,11.0,43.0,43.0,1099.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'],171.0,166.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5328.0,5328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,21.0,1052.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,20,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1590.0,1612.0,,,,,,,,3.0,469.0,,,,,,,,,,,,,,,,,,, +750,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,,169.0,57.0,14.0,30.0,19.0,1028.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,,,,187.0,185.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,701.0,929.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9608.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3646.0,3641.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,87.0,23.0,50.0,20.0,17.0,847.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,1861.0,2822.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,31730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,,125.0,30.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1090.0,1090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,766.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,6540.0,6540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,,149.0,34.0,84.0,16.0,55.0,632.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,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,46.0,61.0,613.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,5403.0,5528.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5160.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,,41.0,15.0,18.0,,22.0,606.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,1011.0,1011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,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,569.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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,300.0,300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,553.0,Python library assists deep learning on graphs.,18.0,20,True,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,118.0,116.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,524.0,524.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,, +761,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,,109.0,19.0,57.0,27.0,21.0,498.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,3547.0,3547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,1.0,98.0,28.0,34.0,41.0,15.0,478.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,37502.0,37502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,2024-11-26 14:53:48.000000,2024-11-26 14:53:35,988.0,1.0,90.0,32.0,99.0,18.0,27.0,478.0,A Python implementation of active inference for Markov Decision Processes.,18.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,18452.0,18452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,470.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,,1238.0,1238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,1.0,26.0,8.0,78.0,33.0,23.0,404.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1746.0,2434.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,27532.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,2024-11-27 03:09:24.000000,2024-11-26 18:51:15,404.0,5.0,137.0,34.0,331.0,89.0,138.0,339.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,19.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-11-27 03:09:24.000,,2046.0,2063.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1881.0,3.0,,,,,,,,,2.0,,,,,,,,,,, +767,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'],263.0,263.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,3069.0,3069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,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,,26.0,22.0,239.0,24.0,25.0,299.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,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,,58.0,14.0,90.0,26.0,39.0,282.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,24.0,21.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,20640.0,20640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,8.0,77.0,21.0,447.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,,33.0,11.0,202.0,21.0,76.0,204.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1950.0,1950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,338.0,58.0,2.0,,6788.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,,289.0,296.0,,,,,,,,3.0,387.0,,,,,,,,,,,,,,,,,,, +773,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3239.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2329.0,2329.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,24.0,20.0,19.0,30.0,1730.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,,,,,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,219.0,220.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +775,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,1126.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,345.0,345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,918.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,683.0,882.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10197.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,30.0,38.0,43.0,21.0,858.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,,2689.0,2689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,858.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,498.0,498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,780.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,,,,,,,,,,,,,,,,,,,, +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,,101.0,26.0,49.0,15.0,54.0,734.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,,,,,30.0,28.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,475.0,475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,19,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,,2827.0,2827.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,589.0,47385.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2339842.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,,97.0,15.0,53.0,13.0,16.0,571.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,,4197.0,4197.0,,,,,,,,3.0,8.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,,138.0,55.0,72.0,18.0,71.0,527.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,,,,,23.0,23.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,870.0,870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,527.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1104.0,1104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,486.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,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,,1669.0,1669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,19,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,5016.0,5016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,409.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,4851.0,5283.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35437.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,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,19,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,,1254.0,1254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,2024-11-21 16:43:52.000000,2024-04-26 20:31:49,327.0,,79.0,25.0,347.0,26.0,10.0,343.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2290.0,2290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,3924.0,3924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,53.0,11.0,60.0,17.0,41.0,333.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,243.0,243.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,,37.0,18.0,6.0,19.0,21.0,314.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,1634.0,1634.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +794,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,286.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,19,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,,1960.0,6765.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,235466.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,20.0,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6634.0,6634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,,,,449.0,447.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1023.0,1027.0,,,,,,,,3.0,426.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,112.0,51.0,46.0,160.0,6305.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,419.0,106.0,83.0,67.0,48.0,2994.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8818.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,60.0,106.0,27.0,56.0,2141.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,,1556.0,1556.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,,458.0,80.0,36.0,83.0,68.0,1700.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,,268.0,268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,2024-08-12 14:02:24.000000,2022-05-24 23:48:09,791.0,,71.0,28.0,1005.0,127.0,65.0,1650.0,Version control for machine learning.,17.0,18,False,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,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,1548.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,,697.0,716.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1696.0,3.0,,,,,,,,,,,,,,,,,,,, +803,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,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,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,1106.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,7015.0,7015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,85.0,13.0,35.0,3.0,25.0,816.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3116.0,3116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,796.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,,1867.0,1967.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3736.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,776.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,12382.0,12382.0,,,,,,,,3.0,44.0,,,,,,,,,,,,,,,,,,, +808,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,,115.0,19.0,26.0,2.0,87.0,737.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,,13519.0,13519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,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,675.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,,582.0,582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,,71.0,13.0,10.0,26.0,41.0,567.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,,869.0,869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,4104.0,4104.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,13.0,130.0,18.0,138.0,481.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,3990.0,3990.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,,107.0,71.0,7.0,15.0,19.0,432.0,semantic similarity framework for knowledge graph.,10.0,18,True,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,,303.0,303.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,,83.0,20.0,248.0,10.0,23.0,427.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,1608.0,1608.0,,,,,,,,3.0,27.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,12.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,,3199.0,3199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,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,405.0,TextAugment: Text Augmentation Library.,8.0,18,True,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,139.0,135.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5514.0,5515.0,,,,,,,,3.0,121.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,28.0,59.0,30.0,32.0,292.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,,406.0,409.0,,,,,,,,3.0,205.0,,,,,,,,,,,,,,,,,,, +818,solt,Oulu-IMEDS/solt,image,,https://github.com/Oulu-IMEDS/solt,https://github.com/Oulu-IMEDS/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,19.0,6.0,33.0,20.0,44.0,264.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,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,18,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,,12778.0,12778.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,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,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,134.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,,,,10046.0,9917.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,394475.0,394506.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1277.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,,1351.0,466.0,21.0,59.0,167.0,7136.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,,,,,,,,,,,,,,,,, +823,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,2024-11-27 22:28:30.000000,2024-10-19 22:04:38,711.0,8.0,437.0,40.0,866.0,149.0,119.0,3341.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,88.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,,144.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,760.0,760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,20.0,295.0,3.0,70.0,1080.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,17,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,,27.0,27.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,,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,,,,,83.0,82.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,261.0,261.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,780.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,,,,,61.0,61.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,668.0,668.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,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,,709.0,716.0,,,,,,,,3.0,531.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,4.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,,,,,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,172.0,172.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,,98.0,39.0,106.0,12.0,51.0,550.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,True,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,249.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,412.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,168.0,168.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,,,,,,,,,,,,,,,,,,, +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,,43.0,11.0,61.0,31.0,47.0,243.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,146.0,146.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,4681.0,4793.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3822.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +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,,46.0,1.0,,,,220.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,,1330.0,1330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,9175.0,9175.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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,209.0,209.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,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'],50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,444.0,444.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,4351.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,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,138.0,28.0,217.0,102.0,2900.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,,49.0,49.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,,139.0,139.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,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,828.0,Translate - a PyTorch Language Library.,88.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,,,,,,,,,,,,,,,,,,,, +844,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],93.0,92.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2844.0,2844.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,1494.0,1494.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,735.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,,459.0,459.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,10519.0,10519.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,717.0,GPU accelerated signal processing.,46.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,683.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,469.0,469.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,,57.0,16.0,83.0,18.0,49.0,609.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,,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,16,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,1570.0,1570.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,2.0,43.0,21.0,171.0,6.0,65.0,509.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,194.0,194.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,19.0,101.0,19.0,15.0,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,950.0,950.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,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,1.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,,246.0,246.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,,52.0,10.0,17.0,10.0,29.0,418.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,,1230.0,1230.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +856,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,129.0,129.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,38.0,38.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,18.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,2118.0,2118.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +859,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,16,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,1437.0,1437.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,,13.0,9.0,2.0,,5.0,207.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,913.0,913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,5.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,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,,2589.0,2589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-28 13:08:26.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-11-28 13:08:26.000,3.47.4,302.0,comet_ml,comet_ml,,,,81.0,,https://pypi.org/project/comet_ml,2024-11-28 13:08:26.000,81.0,557564.0,557564.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,142.0,72.0,12.0,53.0,2206.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,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,39.0,40.0,73.0,34.0,1172.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,,119.0,30.0,111.0,14.0,25.0,1089.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,,,,,,,,,,,,,,,,,,,, +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,48.0,22.0,15.0,9.0,852.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,,138.0,138.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,,67.0,19.0,177.0,87.0,16.0,417.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,,235.0,235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,55.0,18.0,6.0,6.0,,397.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,527.0,668.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7333.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,,40.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,,433.0,433.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,11.0,6.0,9.0,6.0,312.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,,203.0,203.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,13.0,271.0,64.0,181.0,297.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,,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,9.0,15.0,2.0,7.0,278.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,206.0,206.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,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,,208.0,208.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,,32.0,8.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,,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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,229.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,859.0,859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,1044.0,1044.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,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,,677.0,677.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,,36.0,14.0,18.0,27.0,18.0,125.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,,193.0,193.0,,,,,,,,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,,996.0,63.0,13.0,44.0,26.0,3739.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,77.0,35.0,120.0,59.0,3433.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,67.0,26.0,10.0,97.0,1688.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['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,1308.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,1233.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,78.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4956.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,528.0,2112.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,82382.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,346.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,1912.0,1912.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,292.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,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,14,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,,1108.0,1108.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,,274.0,274.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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,148.0,148.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,3860.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,,484.0,108.0,12.0,39.0,8.0,2707.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,,86.0,48.0,4.0,3.0,,2566.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,1899.0,1901.0,,,,,,,,3.0,76.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,,174.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,11.0,11.0,3.0,16.0,778.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,162.0,162.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,,53.0,17.0,3.0,2.0,1.0,538.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,2024-11-13 15:13:21.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,265.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,,362.0,367.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,258.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,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,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,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,13,False,,,2.0,autodist,,,,['tensorflow'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,248.0,248.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,5.0,1238.0,4.0,10.0,126.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,,531.0,540.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,667.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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,460.0,460.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,5.0,7.0,7.0,127.0,9.0,9.0,122.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,13,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.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,12.0,5.0,3.0,2.0,111.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,,275.0,275.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +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,,,44.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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,1083.0,1083.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,32.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,,418.0,418.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,,409.0,63.0,6.0,66.0,17.0,1954.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,,324.0,89.0,11.0,12.0,6.0,1777.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,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,106.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,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,13.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,,133.0,133.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +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,,459.0,93.0,22.0,52.0,15.0,3269.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,951.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,917.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,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,621.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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,527.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,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,,130.0,130.0,,,,,,,,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,148.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,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,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,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,68.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/2024-12-05_changes.md b/history/2024-12-05_changes.md new file mode 100644 index 00000000..aa703ac6 --- /dev/null +++ b/history/2024-12-05_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._ + +- Nilearn (πŸ₯‡39 Β· ⭐ 1.2K Β· πŸ“ˆ) - Machine learning for NeuroImaging in Python. BSD-3 +- horovod (πŸ₯ˆ35 Β· ⭐ 14K Β· πŸ“ˆ) - Distributed training framework for TensorFlow, Keras, PyTorch,.. Apache-2 +- spleeter (πŸ₯ˆ32 Β· ⭐ 26K Β· πŸ“ˆ) - Deezer source separation library including pretrained models. MIT +- DoWhy (πŸ₯ˆ30 Β· ⭐ 7.2K Β· πŸ“ˆ) - DoWhy is a Python library for causal inference that supports explicit.. MIT +- Qlib (πŸ₯ˆ29 Β· ⭐ 16K Β· πŸ“ˆ) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT +- ffn (πŸ₯ˆ29 Β· ⭐ 2K Β· πŸ“ˆ) - ffn - a financial function library for Python. MIT +- spacy-transformers (πŸ₯ˆ29 Β· ⭐ 1.4K Β· πŸ“ˆ) - Use pretrained transformers like BERT, XLNet and.. MIT spacy +- NuPIC (πŸ₯‰28 Β· ⭐ 6.3K Β· πŸ“ˆ) - Numenta Platform for Intelligent Computing is an implementation of.. MIT +- DeepVariant (πŸ₯‰27 Β· ⭐ 3.2K Β· πŸ“ˆ) - DeepVariant is an analysis pipeline that uses a deep.. BSD-3 +- Elephas (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - Distributed Deep learning with Keras & Spark. MIT keras + +## πŸ“‰ 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._ + +- pyecharts (πŸ₯ˆ33 Β· ⭐ 15K Β· πŸ“‰) - Python Echarts Plotting Library. MIT +- espnet (πŸ₯‡33 Β· ⭐ 8.6K Β· πŸ“‰) - End-to-End Speech Processing Toolkit. Apache-2 +- torchaudio (πŸ₯ˆ28 Β· ⭐ 2.6K Β· πŸ“‰) - Data manipulation and transformation for audio signal.. BSD-2 +- CuPy (πŸ₯ˆ27 Β· ⭐ 9.5K Β· πŸ“‰) - NumPy & SciPy for GPU. MIT +- torchtext (πŸ₯ˆ27 Β· ⭐ 3.5K Β· πŸ“‰) - Models, data loaders and abstractions for language.. BSD-3 +- TensorFlow I/O (πŸ₯‰24 Β· ⭐ 710 Β· πŸ“‰) - Dataset, streaming, and file system extensions.. Apache-2 +- fastNLP (πŸ₯‰23 Β· ⭐ 3.1K Β· πŸ’€) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 +- layout-parser (πŸ₯‰22 Β· ⭐ 4.9K Β· πŸ’€) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 +- data-validation (πŸ₯‰21 Β· ⭐ 770 Β· πŸ“‰) - Library for exploring and validating machine learning.. Apache-2 +- quinn (πŸ₯‰19 Β· ⭐ 650 Β· πŸ“‰) - pyspark methods to enhance developer productivity. Apache-2 + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- ridgeplot (πŸ₯‰24 Β· ⭐ 150 Β· βž•) - Beautiful ridgeline plots in Python. MIT + diff --git a/history/2024-12-05_projects.csv b/history/2024-12-05_projects.csv new file mode 100644 index 00000000..03ece6a0 --- /dev/null +++ b/history/2024-12-05_projects.csv @@ -0,0 +1,921 @@ +,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,helm_id,brew_id,apt_id,yum_id,trending,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,1.0,739.0,118.0,341.0,71.0,151.0,4998.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2351.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,95.0,199.0,7.0,6.0,3727.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,95.0,199.0,7.0,6.0,3727.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,95.0,199.0,7.0,6.0,3727.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,95.0,199.0,7.0,6.0,3727.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,2024-12-05 14:14:46.000000,2024-12-05 14:14:35,173056.0,3762.0,74351.0,7558.0,40597.0,5970.0,39146.0,189334.0,An Open Source Machine Learning Framework for Everyone.,4731.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],445407.0,437330.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,22124274.0,22942312.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5140906.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-12-05 13:48:33.371252,2633.0,78593424.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,2024-12-05 13:46:55.000000,2024-12-05 12:05:51,81777.0,3603.0,22762.0,1743.0,94723.0,15619.0,32646.0,84751.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5286.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],604510.0,584651.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,34243939.0,34881497.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24838139.0,,,,,1.0,67651.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,2024-12-05 13:28:36.000000,2024-12-05 13:28:36,31973.0,311.0,25425.0,2140.0,18081.0,2059.0,9732.0,60342.0,scikit-learn: machine learning in Python.,3227.0,53,True,2024-09-11 15:52:05.000,1.5.2,82.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1000551.0,974901.0,https://pypi.org/project/scikit-learn,2024-11-15 13:33:41.000,25650.0,81476611.0,82068882.0,https://anaconda.org/conda-forge/scikit-learn,2024-11-15 14:22:02.851,32574434.0,,,,,1.0,1032.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,2024-12-05 14:21:36.000000,2024-12-05 12:46:29,17512.0,735.0,27181.0,1125.0,18331.0,1473.0,15287.0,135900.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2949.0,52,True,2024-11-18 22:13:14.000,4.46.3,164.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",257770.0,250856.0,https://pypi.org/project/transformers,2024-11-18 22:12:57.000,6914.0,46484781.0,46527955.0,https://anaconda.org/conda-forge/transformers,2024-11-19 01:57:44.980,2288266.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +10,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,2024-12-05 13:32:40.000000,2024-12-05 13:32:40,11199.0,270.0,19486.0,1913.0,7620.0,260.0,11999.0,62165.0,Deep Learning for humans.,1353.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,14707371.0,14778257.0,https://anaconda.org/conda-forge/keras,2024-11-27 10:22:41.816,3827890.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +11,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2024-12-05 14:22:29.000000,2024-12-05 14:22:29,34011.0,568.0,5190.0,350.0,11541.0,1748.0,8995.0,13167.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1716.0,48,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1209167.0,1163291.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,,1130416.0,https://anaconda.org/conda-forge/scipy,2024-10-21 07:19:53.878,55202308.0,,,,,1.0,433816.0,,,,,,,,,,,,,,,,,,,, +12,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,2024-12-03 11:11:43.000000,2024-12-03 11:11:43,18876.0,445.0,2235.0,219.0,5188.0,137.0,3117.0,12364.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1953288.0,1944393.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,125142142.0,126029975.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,47055185.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +13,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-12-05 15:06:13.000000,2024-12-05 14:22:53,6871.0,260.0,3111.0,319.0,5172.0,977.0,3753.0,36027.0,Streamlit A faster way to build and share data apps.,248.0,46,True,2024-11-25 21:30:36.000,1.40.2,231.0,streamlit,,,,,615287.0,612364.0,https://pypi.org/project/streamlit,2024-11-25 21:30:28.000,2923.0,8274612.0,8274612.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +14,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,2024-12-05 13:36:04.000000,2024-12-05 13:36:03,23222.0,651.0,5816.0,478.0,29791.0,4258.0,15361.0,34302.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1108.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20189.0,19369.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,6464162.0,6474197.0,https://anaconda.org/conda-forge/ray-tune,2024-11-24 02:24:06.889,481588.0,,,,,1.0,247.0,,,,,,,,,,,,,,,,,,,, +15,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-12-05 05:41:43.000000,2024-12-04 21:31:45,51410.0,406.0,7674.0,592.0,18608.0,1602.0,9370.0,20405.0,matplotlib: plotting with Python.,1753.0,46,True,2024-11-30 10:15:10.000,3.9.3,129.0,matplotlib,conda-forge/matplotlib,,,,1497111.0,1444789.0,https://pypi.org/project/matplotlib,2024-11-30 10:14:04.000,52322.0,,502671.0,https://anaconda.org/conda-forge/matplotlib,2024-12-02 22:25:03.866,27144285.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +16,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2024-12-05 04:21:34.000000,2024-12-05 04:21:34,59248.0,401.0,4458.0,293.0,13541.0,5148.0,8936.0,13066.0,A computer algebra system written in pure Python.,1343.0,46,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,199314.0,195814.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,,136115.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7264893.0,,,,,1.0,551817.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,2024-12-05 13:36:27.000000,2024-12-05 13:36:23,24470.0,1627.0,2801.0,336.0,16579.0,1451.0,4317.0,30675.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",797.0,45,True,2024-10-22 21:01:49.000,jax-v0.4.35,169.0,jax,conda-forge/jaxlib,,,,35578.0,33671.0,https://pypi.org/project/jax,2024-10-22 20:56:34.000,1907.0,4539196.0,4574953.0,https://anaconda.org/conda-forge/jaxlib,2024-10-24 10:52:07.546,1930922.0,,,,,1.0,,jax-ml/jax,,,,,,,,,,,,,,,,,,, +18,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,2024-12-05 11:52:38.000000,2024-12-05 11:52:38,52027.0,1186.0,5606.0,716.0,51289.0,1796.0,17496.0,22319.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1332.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6658.0,6465.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,316046.0,316200.0,,,,,,,,1.0,15416.0,,,,,,,,,,,,,,,,,,,, +19,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,2024-12-05 11:17:55.000000,2024-12-03 23:34:20,20647.0,64.0,4188.0,438.0,6214.0,785.0,7002.0,19421.0,"Interactive Data Visualization in the browser, from Python.",703.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,96987.0,95192.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,4317153.0,4603543.0,https://anaconda.org/conda-forge/bokeh,2024-12-03 20:01:08.384,15465067.0,,,,,1.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,2024-12-04 21:49:25.000000,2024-12-03 20:47:13,7359.0,578.0,2558.0,276.0,1759.0,580.0,2482.0,16398.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,340228.0,333899.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,21589404.0,21738365.0,https://anaconda.org/conda-forge/plotly,2024-09-12 22:24:43.567,7658764.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,9711.0,,,,,,,,,,,,,, +21,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,2024-11-29 16:39:20.000000,2024-11-14 16:42:05,15567.0,78.0,2968.0,284.0,3961.0,2843.0,2806.0,10213.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,149323.0,144854.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16453185.0,16750699.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16065806.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,,, +22,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,2024-12-05 03:03:39.000000,2024-12-05 03:03:32,42940.0,839.0,28347.0,2022.0,49040.0,229.0,,40116.0,Apache Spark Python API.,3149.0,44,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,31196538.0,31262493.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3561616.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,,, +23,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,2024-12-05 15:30:15.000000,2024-12-05 04:48:49,7268.0,265.0,2611.0,177.0,4666.0,453.0,4639.0,34386.0,"Wrap UIs around any model, share with anyone.",467.0,44,True,2024-12-05 00:47:02.000,5.8.0,609.0,gradio,,,,,49400.0,48490.0,https://pypi.org/project/gradio,2024-12-05 00:47:02.000,910.0,6730324.0,6730324.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +24,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,2024-12-05 10:20:06.000000,2024-12-05 10:18:31,6878.0,444.0,4264.0,303.0,9706.0,1664.0,2636.0,18952.0,Open source platform for the machine learning lifecycle.,798.0,44,True,2024-11-18 15:11:13.000,2.18.0,120.0,mlflow,conda-forge/mlflow,,,,48149.0,47227.0,https://pypi.org/project/mlflow,2024-12-04 09:57:20.000,922.0,17322168.0,17368988.0,https://anaconda.org/conda-forge/mlflow,2024-11-19 20:43:56.930,2528296.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +25,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-12-05 08:44:17.000000,2024-12-05 08:08:17,18538.0,1059.0,1711.0,78.0,3168.0,884.0,2989.0,14629.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",362.0,44,True,2024-12-05 08:44:17.000,1.53.7,1016.0,litellm,,,,others,5541.0,4952.0,https://pypi.org/project/litellm,2024-12-05 08:32:02.000,589.0,3577305.0,3577463.0,,,,,,,,1.0,474.0,,,,,,,,,,,,,,,,,,,, +26,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-11-24 12:28:01.906000,2024-11-19 09:43:40,16213.0,77.0,4404.0,561.0,4027.0,157.0,5521.0,30396.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,43,True,2024-10-01 18:20:24.000,3.8.2,237.0,spacy,conda-forge/spacy,,,,109762.0,107073.0,https://pypi.org/project/spacy,2024-10-01 18:20:24.000,2689.0,,86117.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4649833.0,,,,,1.0,775.0,,,,,,,,,,,,,,,,,,,, +27,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,2024-12-05 10:24:00.000000,2024-12-05 10:24:00,7222.0,145.0,8731.0,908.0,5720.0,459.0,4931.0,26373.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",654.0,43,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,121602.0,119491.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,,104133.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5514005.0,,,,,2.0,12457.0,,,,,,,,,,,,,,,,,,,, +28,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-12-05 15:18:32.000000,2024-12-04 15:13:25,7759.0,104.0,2077.0,427.0,1163.0,495.0,1373.0,21607.0,Data Apps & Dashboards for Python. No JavaScript Required.,167.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,74595.0,73248.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4350345.0,4379641.0,https://anaconda.org/conda-forge/dash,2024-12-04 07:17:49.795,1581932.0,,,,,1.0,86.0,,,,,,,,,,,,,,,,,,,, +29,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,2024-12-01 15:49:11.000000,2024-11-29 13:53:50,2926.0,119.0,3683.0,437.0,3479.0,346.0,2558.0,18041.0,Open standard for machine learning interoperability.,327.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,37870.0,36817.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6533223.0,6558667.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1359971.0,,,,,1.0,22417.0,,,,,,,,,,,,,,,,,,,, +30,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,2024-12-05 02:31:43.000000,2024-12-04 22:40:37,3054.0,399.0,1651.0,197.0,3659.0,664.0,865.0,13599.0,Development repository for the Triton language and compiler.,347.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,45426.0,45161.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15697714.0,15697714.0,,,,,,,,1.0,,triton-lang/triton,,,,,,,,,,,,,,,,,,, +31,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,2024-12-02 18:58:23.000000,2024-12-02 16:01:53,3831.0,65.0,795.0,140.0,1532.0,194.0,1843.0,9421.0,Declarative visualization library for Python.,173.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,181825.0,180909.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25303958.0,25373979.0,https://anaconda.org/conda-forge/altair,2024-11-24 00:36:17.006,2520703.0,,,,,1.0,209.0,vega/altair,,,,,,,,,,,,,,,,,,, +32,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,2024-12-05 14:19:15.000000,2024-12-05 14:19:10,48847.0,303.0,1189.0,191.0,402.0,575.0,1788.0,8127.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1293.0,43,True,2024-09-07 20:11:05.000,1.2.7,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3811033.0,3851390.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1792328.0,,,,,2.0,328798.0,,,,,,,,,,,,,,,,,,,, +33,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-12-04 02:05:33.000000,2024-12-04 02:05:31,3605.0,39.0,3834.0,434.0,3295.0,375.0,3079.0,16749.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",320.0,42,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,41978.0,40901.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,11236800.0,11296256.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2898866.0,,,,,2.0,240725.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,2024-11-23 19:57:22.000000,2024-11-19 21:41:42,1371.0,76.0,2449.0,241.0,634.0,190.0,1214.0,15017.0,Download market data from Yahoo! Finances API.,127.0,42,True,2024-11-19 21:44:10.000,0.2.50,122.0,yfinance,ranaroussi/yfinance,,,,53743.0,53035.0,https://pypi.org/project/yfinance,2024-11-19 21:44:10.000,708.0,3897412.0,3899785.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97328.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +35,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,2024-12-05 10:24:55.000000,2024-12-05 10:24:55,8423.0,110.0,1718.0,213.0,6073.0,1101.0,4313.0,12658.0,Parallel computing with task scheduling.,613.0,42,True,2024-12-03 22:42:53.000,2024.12.0,213.0,dask,conda-forge/dask,,,,69995.0,67472.0,https://pypi.org/project/dask,2024-12-03 22:42:53.000,2523.0,,224025.0,https://anaconda.org/conda-forge/dask,2024-12-04 03:07:03.414,12321379.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,,, +36,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-12-05 14:39:06.000000,2024-12-05 10:00:52,7399.0,484.0,675.0,61.0,5593.0,601.0,2817.0,9217.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",199.0,42,True,2024-12-05 03:02:58.000,0.19.0,295.0,wandb,conda-forge/wandb,,,,61431.0,59890.0,https://pypi.org/project/wandb,2024-12-05 02:38:17.000,1541.0,18733797.0,18748442.0,https://anaconda.org/conda-forge/wandb,2024-11-14 21:50:04.093,775807.0,,,,,1.0,378.0,wandb/wandb,,,,,,,,,,,,,,,,,,, +37,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-12-04 06:26:57.000000,2024-12-04 06:26:57,6368.0,90.0,7849.0,443.0,3174.0,169.0,9250.0,44805.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'],3897.0,3789.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,371583.0,387349.0,,,,,,,,1.0,804102.0,,,,,,,,,,,,,,,,,,,, +38,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-12-05 14:17:32.000000,2024-12-04 23:29:45,2588.0,114.0,4139.0,345.0,3071.0,1090.0,1877.0,35764.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",356.0,41,True,2024-11-25 20:11:51.000,0.16.0,99.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10114.0,9888.0,https://pypi.org/project/deepspeed,2024-11-25 20:11:51.000,226.0,579883.0,580233.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,20677.0,1.0,,,,,,,,,,,,,,,,,,,,, +39,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-12-05 08:17:12.000000,2024-12-05 07:55:58,1322.0,97.0,3649.0,480.0,1287.0,254.0,2309.0,31795.0,A library for efficient similarity search and clustering of dense vectors.,198.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,conda-forge/faiss,,,,4399.0,4211.0,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1419968.0,1455541.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1920985.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,2024-12-05 12:56:41.000000,2024-12-05 11:26:40,21378.0,701.0,2950.0,284.0,23459.0,766.0,11632.0,31217.0,"A cloud-native vector database, storage for next generation AI applications.",297.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,,milvusdb/milvus,,,188.0,,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1419968.0,2489989.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-12-05 12:38:36.977662,65.0,67120219.0,1.0,286561.0,,,,,,,,,,,,,,,,,,,, +41,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,2024-11-26 16:19:25.000000,2024-11-26 16:19:22,10465.0,50.0,3390.0,251.0,10328.0,827.0,6332.0,28565.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",985.0,41,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],40766.0,39323.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,,25413.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1358809.0,,,,,2.0,10512.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,,, +42,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-11-17 08:15:57.000000,2024-11-17 08:15:54,2800.0,12.0,7565.0,603.0,2236.0,226.0,1594.0,26363.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20044.0,19736.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,642037.0,642037.0,,,,,,,,2.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,2024-12-05 11:34:43.000000,2024-12-02 17:11:38,3973.0,40.0,6966.0,440.0,5449.0,1048.0,2476.0,16340.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,16535538.0,16577793.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1882241.0,,,,,1.0,39400.0,,,,,,,,,,,,,,,,,,,, +44,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,2024-12-04 12:41:49.000000,2024-12-04 12:41:49,1612.0,79.0,2496.0,143.0,608.0,1193.0,1062.0,15493.0,State-of-the-Art Text Embeddings.,199.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],60089.0,58252.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7391324.0,7400692.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-18 19:12:20.997,477768.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +45,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2024-12-05 04:43:18.000000,2024-12-05 04:43:18,7838.0,61.0,3253.0,277.0,3940.0,344.0,3042.0,15032.0,Network Analysis in Python.,754.0,41,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,332784.0,323154.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,,364779.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,18968558.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,,, +46,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-11-11 06:24:40.000000,2024-11-11 06:24:40,14683.0,5.0,2887.0,461.0,1496.0,276.0,1567.0,13673.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,41,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,331558.0,326861.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,,64553.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2904914.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +47,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,2024-08-14 20:01:50.000000,2024-07-22 11:32:48,3237.0,,1929.0,263.0,1127.0,185.0,2426.0,12641.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,528120.0,517277.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,20031777.0,20234493.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,10946511.0,,,,,1.0,457.0,,,,,,,,,,,,,,,,,,,, +48,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,2024-12-05 05:35:35.000000,2024-12-04 16:58:19,5020.0,42.0,2087.0,1667.0,4887.0,362.0,2736.0,12306.0,WebGL2 powered visualization framework.,276.0,41,True,2024-11-24 22:09:40.230,9.0.36,677.0,pydeck,conda-forge/pydeck,,,['jupyter'],8806.0,8382.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,,626831.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,654456.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-11-24 22:09:40.230,304.0,615548.0,,,,,,,,,,,,,, +49,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,2024-12-05 11:54:47.000000,2024-12-05 11:54:44,10140.0,108.0,2024.0,226.0,4114.0,325.0,3077.0,8754.0,Bayesian Modeling and Probabilistic Programming in Python.,506.0,41,True,2024-12-03 15:06:59.000,5.19.0,94.0,pymc3,conda-forge/pymc3,,,,5034.0,4842.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,261027.0,272520.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,619810.0,,,,,1.0,1961.0,,,,,,,,,,,,,,,,,,,, +50,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,2024-12-05 03:00:39.000000,2024-12-05 03:00:34,3993.0,163.0,1134.0,137.0,3235.0,337.0,1205.0,2107.0,A library for training and deploying machine learning models on Amazon SageMaker.,464.0,41,True,2024-12-05 03:00:39.000,2.237.0,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5043.0,4886.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24264837.0,24288206.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1215203.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +51,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,1061.0,1458.0,121.0,1724.0,34920.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,61051.0,59503.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,2882396.0,2888426.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,337706.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +52,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,2024-12-05 06:03:16.000000,2024-12-03 18:34:52,2591.0,136.0,4773.0,313.0,549.0,46.0,888.0,32489.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",159.0,40,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],42877.0,41870.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,,113861.0,https://anaconda.org/conda-forge/timm,2024-12-04 15:48:02.472,275765.0,,,,,1.0,7280134.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,,, +53,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,2024-11-18 11:53:59.000000,2024-11-18 11:53:59,8288.0,12.0,3366.0,479.0,727.0,53.0,2183.0,13595.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,32399.0,32186.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,180272.0,198049.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,947911.0,,,,,2.0,25536.0,,,,,,,,,,,,,,,,,,,, +54,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-12-05 02:11:12.000000,2024-12-05 02:11:12,18573.0,341.0,1042.0,118.0,3757.0,66.0,1624.0,11029.0,A hyperparameter optimization framework.,281.0,40,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,20701.0,19666.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,,36179.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,1953668.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +55,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2024-11-27 19:20:00.476000,2024-11-27 15:01:48,1846.0,33.0,807.0,122.0,671.0,58.0,959.0,9102.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,120959.0,119863.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,34627822.0,34671277.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2303088.0,,,,,1.0,69.0,,,,,,,,,,,,,,,,,,,, +56,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2024-12-05 13:35:19.000000,2024-12-05 13:35:18,10282.0,277.0,1404.0,134.0,1301.0,146.0,1010.0,9015.0,A PyTorch-based Speech Toolkit.,248.0,40,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2632.0,2565.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3253754.0,3253754.0,,,,,,,,1.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,2024-12-03 12:44:59.000000,2024-12-03 12:44:59,1628.0,78.0,977.0,98.0,1611.0,134.0,1553.0,8025.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",306.0,40,True,2024-11-07 01:12:33.000,1.1.1,64.0,accelerate,conda-forge/accelerate,,,['pytorch'],62654.0,61058.0,https://pypi.org/project/accelerate,2024-11-07 01:12:33.000,1596.0,8769631.0,8776324.0,https://anaconda.org/conda-forge/accelerate,2024-11-07 15:47:30.581,254363.0,,,,,1.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,2024-12-02 17:48:38.000000,2024-12-02 17:48:38,5876.0,21.0,1657.0,189.0,5053.0,684.0,1241.0,6735.0,TensorFlows Visualization Toolkit.,322.0,40,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],279318.0,277092.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,,96279.0,https://anaconda.org/conda-forge/tensorboard,2024-09-27 11:17:28.293,5199113.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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,28.0,568.0,89.0,890.0,288.0,956.0,3933.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,89975.0,87040.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,34237899.0,34445712.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10801274.0,,,,,1.0,3722.0,,,,,,,,,,,,,,,,,,,, +60,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,2024-12-05 08:15:20.000000,2024-12-03 22:39:30,5945.0,60.0,720.0,57.0,5205.0,1576.0,2388.0,1581.0,A distributed task scheduler for Dask.,329.0,40,True,2024-12-03 22:42:56.000,2024.12.0,245.0,distributed,conda-forge/distributed,,,,38423.0,37539.0,https://pypi.org/project/distributed,2024-12-03 22:42:56.000,884.0,6160747.0,6445616.0,https://anaconda.org/conda-forge/distributed,2024-12-04 00:49:17.270,15667839.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,2024-12-05 14:19:39.000000,2024-12-05 05:58:56,36168.0,410.0,13369.0,941.0,25729.0,1242.0,,24217.0,Apache Flink Python API.,1950.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,4937382.0,4937382.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +62,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-12-03 17:48:37.000000,2024-11-20 10:49:35,2775.0,19.0,3289.0,245.0,988.0,721.0,1830.0,23018.0,A game theoretic approach to explain the output of any machine learning model.,253.0,39,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,23378.0,22630.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,,93001.0,https://anaconda.org/conda-forge/shap,2024-11-20 09:50:28.114,4464076.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,,, +63,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-12-02 12:39:06.000000,2024-12-02 12:39:06,1687.0,54.0,2231.0,152.0,250.0,5.0,1134.0,14942.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",71.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4778.0,4734.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,307570.0,307570.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +64,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,2024-12-02 20:18:07.000000,2024-12-01 16:21:46,9366.0,36.0,1191.0,134.0,5548.0,238.0,4486.0,13984.0,Data Versioning and ML Experiments.,308.0,39,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,19596.0,19462.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,,44677.0,https://anaconda.org/conda-forge/dvc,2024-12-01 20:24:37.522,2412584.0,,,,,2.0,,,,,,,,,dvc,dvc,dvc,,,,,,,,,, +65,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,2024-12-02 16:44:17.000000,2024-12-02 16:34:58,1917.0,37.0,2228.0,163.0,894.0,87.0,1046.0,6949.0,Python Data. Leaflet.js Maps.,172.0,39,True,2024-10-22 13:40:31.000,0.18.0,33.0,folium,conda-forge/folium,,,,48012.0,47245.0,https://pypi.org/project/folium,2024-10-22 13:40:31.000,767.0,1713827.0,1783493.0,https://anaconda.org/conda-forge/folium,2024-10-23 06:24:47.661,3274318.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +66,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,2024-11-30 18:59:30.000000,2024-11-30 18:59:30,14214.0,105.0,2236.0,186.0,4536.0,813.0,2120.0,6111.0,Image processing in Python.,676.0,39,False,2024-06-18 19:05:37.000,0.24.0,69.0,scikit-image,conda-forge/scikit-image,,,,211945.0,205643.0,https://pypi.org/project/scikit-image,2024-10-07 07:58:05.000,6302.0,,133937.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7232639.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +67,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,2024-12-04 21:53:02.000000,2024-12-04 21:53:02,18203.0,97.0,1313.0,84.0,8098.0,532.0,4395.0,2766.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,5136.0,4748.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,171799.0,179983.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,450121.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +68,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,2024-12-05 14:47:52.000000,2024-12-05 14:47:52,10580.0,229.0,595.0,67.0,2728.0,298.0,1895.0,1201.0,Machine learning for NeuroImaging in Python.,251.0,39,True,2024-12-02 12:17:24.000,0.11.0,48.0,nilearn,conda-forge/nilearn,,,['sklearn'],3918.0,3610.0,https://pypi.org/project/nilearn,2024-12-02 12:11:28.000,308.0,67932.0,74144.0,https://anaconda.org/conda-forge/nilearn,2024-12-02 18:36:47.819,304116.0,,,,,1.0,265.0,,,,,,,,,,,1.0,,,,,,,,, +69,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,2024-11-28 16:19:36.000000,2024-11-28 16:19:36,7661.0,48.0,3691.0,253.0,3182.0,1061.0,2671.0,21524.0,Graph Neural Network Library for PyTorch.,530.0,38,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7482.0,7127.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,,2292.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,121510.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +70,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,22.0,3018.0,176.0,5053.0,539.0,2358.0,13579.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,469.0,321.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,1003871.0,1003871.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +71,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-12-05 14:14:59.000000,2024-12-05 14:13:33,1262.0,75.0,1583.0,254.0,705.0,498.0,1069.0,12677.0,Video editing with Python.,167.0,38,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,50778.0,49773.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,,3107.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,276607.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +72,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,3.0,6414.0,425.0,1348.0,1291.0,3052.0,30638.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3884.0,3767.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,130634.0,132621.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,105103.0,,,,,1.0,367.0,,,,,,,,,,,,,,,,,,,, +73,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-12-05 08:36:02.000000,2024-12-05 08:35:47,8668.0,267.0,2801.0,304.0,237.0,21.0,1142.0,28543.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-11-29 19:43:06.000,8.0.4,680.0,netron,,,,"['pytorch', 'tensorflow']",686.0,603.0,https://pypi.org/project/netron,2024-11-29 19:43:06.000,83.0,31065.0,113928.0,,,,,,,,1.0,82863.0,,,,,,,,,,,,,,,,,,,, +74,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,2024-11-12 23:03:58.000000,2024-11-12 23:03:56,8624.0,54.0,2215.0,214.0,4218.0,4.0,1939.0,21169.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,98122.0,130499.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,80825.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1757720.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,,, +75,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-11-29 10:44:11.000000,2024-11-25 16:28:03,32612.0,2.0,4647.0,357.0,6382.0,127.0,6642.0,19026.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4684.0,4624.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,182888.0,182888.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +76,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,2024-12-05 03:05:10.000000,2024-12-05 03:05:06,1113.0,135.0,1649.0,128.0,1023.0,190.0,945.0,14353.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,153.0,37,True,2024-11-01 00:16:00.000,1.4.21,76.0,albumentations,conda-forge/albumentations,,,['pytorch'],30245.0,29650.0,https://pypi.org/project/albumentations,2024-11-01 00:16:00.000,595.0,,3992.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,211626.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +77,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-12-05 11:30:47.000000,2024-11-29 20:13:26,6425.0,282.0,2104.0,205.0,1242.0,119.0,2227.0,13977.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,37,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3805.0,3660.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,,653.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,34632.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,2024-12-05 14:29:11.000000,2024-12-05 06:50:41,7600.0,560.0,2548.0,207.0,8435.0,147.0,2273.0,12345.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",368.0,37,True,2024-11-14 18:57:24.000,2.0.0,75.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-11-14 18:42:35.000,13.0,210847.0,215029.0,,,,,,,,1.0,263468.0,,,,,,,,,,,,,,,,,,,, +79,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,2024-12-04 21:04:55.000000,2024-12-03 12:08:25,5066.0,191.0,1388.0,109.0,4414.0,990.0,1617.0,8004.0,A unified framework for machine learning with time series.,422.0,37,True,2024-12-03 12:22:40.000,0.34.1,84.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3744.0,3614.0,https://pypi.org/project/sktime,2024-12-03 12:22:40.000,130.0,,25348.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1039255.0,,,,,1.0,104.0,sktime/sktime,,,,,,,,,,,,,,,,,,, +80,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-12-02 19:41:07.000000,2024-12-02 19:41:04,1453.0,17.0,910.0,212.0,253.0,179.0,246.0,7039.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10771.0,10488.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,5302145.0,5318627.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,494472.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +81,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,2024-11-29 09:26:13.000000,2024-11-29 09:26:13,2049.0,30.0,928.0,105.0,1717.0,449.0,1272.0,4549.0,Python tools for geographic data.,235.0,37,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],47654.0,44815.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,,77431.0,https://anaconda.org/conda-forge/geopandas,2024-09-21 05:55:22.256,4179855.0,,,,,2.0,2825.0,,,,,,,,,,,,,,,,,,,, +82,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-12-02 14:00:34.000000,2024-11-06 01:12:46,4201.0,35.0,1107.0,153.0,1743.0,435.0,900.0,3916.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11832.0,10806.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,553427.0,564906.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,619879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +83,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,296.0,31.0,501.0,99.0,511.0,1514.0,Python library for reading and writing image data.,119.0,37,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,152451.0,149919.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,23813255.0,23949757.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7233599.0,,,,,1.0,1389.0,,,,,,,,,,,,,,,,,,,, +84,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,2024-11-25 07:03:34.000000,2024-11-18 15:17:40,1568.0,14.0,202.0,47.0,620.0,32.0,775.0,1165.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23889.0,23586.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4884707.0,5002132.0,https://anaconda.org/conda-forge/fiona,2024-11-19 01:03:45.456,6223561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +85,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,16.0,5431.0,513.0,182.0,1154.0,1385.0,23651.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'],3063.0,3033.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,,282304.0,,,,,,,,2.0,5646095.0,,,,,,,,,,,,,,,,,,,, +86,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-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,,4379.0,430.0,1711.0,384.0,1465.0,15716.0,Topic Modelling for Humans.,458.0,36,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,68979.0,67602.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,,32085.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1441722.0,,,,,1.0,5158.0,piskvorky/gensim,,,,,,,,,,,,,,,,,,, +87,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-11-25 15:11:02.000000,2024-11-25 15:11:02,18780.0,213.0,5743.0,71.0,11746.0,939.0,15952.0,14018.0,Convert Machine Learning Code Between Frameworks.,1479.0,36,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,19056.0,19056.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,,,,,,,,,,,,, +88,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,2024-12-05 13:55:56.000000,2024-12-02 08:48:16,6276.0,22.0,3703.0,247.0,1766.0,1079.0,4578.0,11604.0,Open-source simulator for autonomous driving research.,194.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,872.0,861.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14650.0,14650.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +89,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,539.0,4121.0,697.0,2087.0,9907.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,36,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15865.0,15693.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,,24444.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2468937.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +90,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,2024-12-02 02:33:09.000000,2024-11-03 12:40:00,33357.0,732.0,1994.0,198.0,5864.0,46.0,3392.0,9542.0,Perform data science on data that remains in someone elses server.,515.0,36,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,17897.0,18073.0,,,,,,,,1.0,2297.0,,,,,,,,,,,,,,,,,,,, +91,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-11-19 07:53:40.000000,2024-11-19 07:52:37,700.0,18.0,352.0,69.0,128.0,31.0,152.0,8565.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",31.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,55004.0,52964.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5447899.0,5453895.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,299811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +92,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,2024-12-02 19:38:44.000000,2024-12-02 19:38:44,1203.0,26.0,643.0,127.0,959.0,360.0,1113.0,4462.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4401.0,4314.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,1241984.0,1243646.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,76145.0,,,,,2.0,12207.0,,,,,,,,,,,,,,,,,,,, +93,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-12-05 05:44:40.000000,2024-12-05 00:50:00,4877.0,167.0,508.0,38.0,3856.0,661.0,1147.0,2767.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,168.0,36,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4337.0,3759.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,,10901.0,https://anaconda.org/conda-forge/pyvista,2024-11-27 05:06:37.478,588203.0,,,,,2.0,839.0,,,,,,,,,,,,,,,,,,,, +94,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,2024-12-05 13:32:26.000000,2024-12-02 10:58:55,10887.0,58.0,403.0,58.0,3118.0,1108.0,2244.0,2709.0,"With Holoviews, your data visualizes itself.",145.0,36,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13513.0,13106.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,,35120.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1882762.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,255.0,,,,,,,,,,,,,, +95,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-12-05 07:26:32.000000,2024-12-04 23:47:59,3591.0,340.0,311.0,70.0,2375.0,73.0,722.0,2388.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],901.0,847.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,108001.0,108715.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,30020.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +96,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,2024-12-02 18:32:30.402000,2024-12-02 17:43:14,3918.0,34.0,535.0,145.0,1239.0,146.0,1707.0,2284.0,Rasterio reads and writes geospatial raster datasets.,161.0,36,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,15638.0,14102.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,,82248.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,3865302.0,,,,,2.0,976.0,,,,,,,,,,,,,,,,,,,, +97,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,2024-12-05 10:16:22.000000,2024-12-02 09:30:17,2001.0,97.0,403.0,33.0,1735.0,74.0,818.0,2149.0,"Machine learning metrics for distributed, scalable PyTorch applications.",257.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],33500.0,33498.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4677.0,42573.0,https://anaconda.org/conda-forge/torchmetrics,2024-11-08 20:17:45.782,1699543.0,,,,,2.0,5831.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,,, +98,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,2024-11-28 18:14:55.000000,2024-11-28 18:14:54,3123.0,53.0,365.0,55.0,1220.0,313.0,990.0,1441.0,Cartopy - a cartographic python library with matplotlib support.,129.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6843.0,6125.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,395193.0,472892.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4273470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +99,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,25.0,214.0,34.0,720.0,32.0,594.0,1073.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,38271.0,36531.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9383870.0,9555551.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9099095.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +100,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,2024-12-04 20:07:53.000000,2024-12-04 20:07:46,15063.0,180.0,530.0,50.0,2329.0,420.0,969.0,751.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-11-19 14:21:28.000,1.9.1,66.0,nipype,conda-forge/nipype,,,,5505.0,5355.0,https://pypi.org/project/nipype,2024-11-19 14:21:28.000,150.0,231249.0,245137.0,https://anaconda.org/conda-forge/nipype,2024-11-20 03:29:14.581,722187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +101,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-01 04:18:09.000000,2024-11-26 22:44:55,6044.0,129.0,259.0,37.0,858.0,130.0,414.0,657.0,Python package to access a cacophony of neuro-imaging file formats.,105.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,24532.0,23351.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,2426437.0,2441340.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,804793.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +102,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,2024-12-05 14:10:34.000000,2024-12-05 14:04:34,3766.0,138.0,1934.0,145.0,4111.0,97.0,3500.0,17996.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",272.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,675.0,670.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6399.0,6399.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +103,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,2024-08-31 11:57:00.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1603.0,408.0,1879.0,14285.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1311.0,1278.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,105034.0,105034.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,1.0,,,,,,,,, +104,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,380.0,725.0,670.0,1373.0,13162.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,35,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1697.0,1498.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,,41051.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,291891.0,,,,,2.0,4060611.0,,,,,,,,,,,,,,,,,,,, +105,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,2024-12-05 13:02:32.000000,2024-12-04 12:20:42,1509.0,28.0,1688.0,152.0,829.0,235.0,577.0,12587.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,35,True,2024-10-29 15:15:14.000,4.12.0,65.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",4966.0,4783.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,,4770.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,476925.0,,,,,2.0,209.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,,, +106,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,5.0,1369.0,146.0,250.0,223.0,146.0,8631.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4607.0,4494.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,728603.0,730970.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,130198.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +107,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,2024-12-05 14:53:12.000000,2024-12-04 21:33:24,39928.0,522.0,908.0,154.0,10931.0,1052.0,5594.0,8501.0,cuDF - GPU DataFrame Library.,298.0,35,True,2024-10-29 18:24:22.000,24.10.01,58.0,cudf,,,,,79.0,57.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3702.0,3702.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +108,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,352.0,3431.0,134.0,1140.0,8490.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,40.0,,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,193853.0,198894.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,252078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +109,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,50.0,809.0,127.0,291.0,484.0,339.0,7498.0,Uniform Manifold Approximation and Projection.,138.0,35,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,2273111.0,2323579.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2725283.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +110,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,2024-12-05 09:36:20.000000,2024-12-05 09:36:19,3380.0,142.0,794.0,77.0,3758.0,167.0,924.0,7199.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2024-12-02 03:09:45.000,1.3.15,170.0,bentoml,,,,,2261.0,2230.0,https://pypi.org/project/bentoml,2024-12-02 03:09:45.000,31.0,124629.0,124646.0,,,,,,,,2.0,876.0,,,,,,,,,,,,,,,,,,,, +111,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,2024-12-05 13:51:34.000000,2024-12-05 12:09:54,4903.0,245.0,647.0,87.0,2703.0,306.0,747.0,6172.0,Flax is a neural network library for JAX that is designed for flexibility.,249.0,35,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11020.0,10526.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,,1778.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,80027.0,,,,,2.0,55.0,,,,,,,,,,,,,,,,,,,, +112,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-11-25 19:07:39.000000,2024-11-25 18:19:00,10559.0,31.0,1693.0,143.0,2479.0,648.0,1241.0,5574.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",250.0,35,True,2024-04-03 16:21:23.000,2.8.0,947.0,deepchem,conda-forge/deepchem,,,['tensorflow'],476.0,463.0,https://pypi.org/project/deepchem,2024-11-25 19:07:39.000,13.0,74989.0,77055.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111573.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +113,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,2024-12-04 13:50:07.000000,2024-12-04 09:36:07,986.0,7.0,852.0,90.0,226.0,139.0,687.0,4579.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,486106.0,475750.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,15362512.0,15362512.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +114,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,2024-12-02 13:44:31.000000,2024-12-02 13:34:15,8619.0,31.0,713.0,101.0,13373.0,43.0,862.0,3880.0,State of the Art Natural Language Processing.,113.0,35,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],567.0,530.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,4037958.0,4037958.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +115,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-12-03 05:26:04.520000,2024-09-30 12:55:05,5344.0,7.0,275.0,79.0,798.0,21.0,128.0,2824.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",64.0,35,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,57128.0,56987.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,13112982.0,13171137.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3198333.0,,,,,2.0,402.0,,,,,,,,,,,,,,,,,,,, +116,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-12-05 15:18:43.000000,2024-12-05 14:58:09,4823.0,334.0,606.0,47.0,5306.0,346.0,1106.0,2389.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",188.0,35,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1297.0,1180.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,,4619.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,170893.0,,,,,1.0,99.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-12-05 10:37:53.000000,2024-12-02 02:06:52,895.0,6.0,345.0,42.0,1073.0,192.0,172.0,1234.0,Making text a first-class citizen in TensorFlow.,153.0,35,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7878.0,7660.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,8316299.0,8316299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +118,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,,4374.0,297.0,750.0,88.0,1041.0,35895.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2009.0,1956.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,142378.0,225561.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,19754.0,,,,,1.0,3719916.0,,,,,,,,,,,,,,,,,,,, +119,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-11-21 19:12:36.000000,2024-11-21 19:08:51,1537.0,8.0,7505.0,389.0,691.0,542.0,3077.0,30705.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2157.0,2144.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9265.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,491067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +120,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,25967.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,,,,7165.0,6918.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1766377.0,1768565.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,111620.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +121,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,1070.0,11124.0,1805.0,7758.0,20791.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,34,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7752.0,7626.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,,403.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11310.0,,,,,2.0,27744.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,,, +122,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,16.0,4535.0,452.0,469.0,424.0,1733.0,18583.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,,29580.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1300191.0,,,,,1.0,2885.0,,,,,,,,,,,,,,,,,,,, +123,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,,1162.0,318.0,268.0,57.0,343.0,13299.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,,,,4702.0,4501.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,915569.0,926916.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,578701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +124,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,11768.0,"An open-source NLP research library, built on PyTorch.",267.0,34,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4411.0,4286.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,,2238.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,161184.0,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,,, +125,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-01 15:47:18.000000,2024-08-18 00:47:35,986.0,,1176.0,126.0,315.0,41.0,718.0,10343.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,34,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,87439.0,85707.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,,22094.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-25 20:20:10.872,1138698.0,,,,,2.0,46394.0,,,,,,,,,,,,,,,,,,,, +126,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-12-04 07:18:20.000000,2024-12-04 07:18:18,2832.0,39.0,971.0,127.0,1973.0,288.0,664.0,10033.0,Geometric Computer Vision Library for Spatial AI.,275.0,34,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13173.0,12886.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,,3344.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,159578.0,,,,,2.0,1551.0,,,,,,,,,,,,,,,,,,,, +127,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-11-30 17:36:40.595000,2024-11-29 01:15:54,2663.0,8.0,691.0,104.0,498.0,610.0,1265.0,9614.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1776.0,1361.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,200099.0,201210.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,48866.0,,,,,2.0,68.0,,,,,,,,datasette,,,,,,,,,,,, +128,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-12-03 04:01:36.000000,2024-12-03 04:01:36,2947.0,21.0,1681.0,92.0,1699.0,236.0,2124.0,8737.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1332.0,1325.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1692.0,1692.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +129,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2024-12-05 09:05:28.000000,2024-11-26 22:56:45,2426.0,128.0,934.0,98.0,2736.0,353.0,1137.0,8148.0,Fast and Accurate ML in 3 Lines of Code.,129.0,34,True,2024-11-27 17:04:12.000,1.2.0,1688.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",916.0,889.0,https://pypi.org/project/autogluon,2024-12-05 09:05:28.000,27.0,,1200.0,https://anaconda.org/conda-forge/autogluon,2024-11-30 07:34:29.447,23426.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,11894.0,1.0,,,,,,,,,,,,,,,,,,,,, +130,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,2024-12-04 19:11:47.000000,2024-12-04 19:03:31,30549.0,228.0,1593.0,185.0,2216.0,19.0,1612.0,5138.0,"mlpack: a fast, header-only C++ machine learning library.",324.0,34,True,2024-12-04 19:12:30.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,4.0,,https://pypi.org/project/mlpack,2024-09-20 14:12:49.000,4.0,,5096.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,275209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +131,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,2024-11-27 07:42:42.000000,2024-11-18 12:14:35,12410.0,23.0,1159.0,99.0,1402.0,141.0,759.0,4928.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,641.0,621.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,73876.0,74917.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,55215.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +132,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,2024-12-05 12:16:49.000000,2024-12-04 16:21:05,6618.0,164.0,1556.0,109.0,4578.0,1563.0,799.0,4325.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",369.0,34,True,2024-12-05 00:45:32.000,4.9.7.de202412050044,44.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],20884.0,20555.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,,926.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,39844.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +133,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,2024-12-04 18:13:58.000000,2024-12-04 18:13:56,12197.0,29.0,1107.0,158.0,468.0,695.0,756.0,4272.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,34,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,,3373.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,155197.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +134,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,2024-12-01 14:27:01.000000,2024-11-25 17:41:34,3882.0,26.0,864.0,57.0,1720.0,423.0,1270.0,4257.0,"Serve, optimize and scale PyTorch models in production.",217.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],789.0,767.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,65072.0,94004.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,376969.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1368632.0,2.0,7155.0,,,,,,,,,,,,,,,,,,,, +135,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,2024-12-05 12:45:47.000000,2024-12-04 16:09:35,3580.0,227.0,381.0,32.0,3388.0,101.0,2074.0,4084.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,34,True,2024-11-29 12:28:59.000,2.5.0,100.0,rubrix,conda-forge/rubrix,,,,2825.0,2825.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2334.0,3415.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,38947.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,,, +136,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,2024-12-05 08:34:48.000000,2024-12-05 08:34:46,1535.0,16.0,366.0,92.0,781.0,138.0,451.0,3330.0,Quickly and accurately render even the largest data.,58.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5348.0,5152.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,158413.0,181016.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1243208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +137,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-12-05 10:58:03.000000,2024-12-04 21:40:56,2064.0,91.0,405.0,52.0,1814.0,79.0,481.0,3117.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1335.0,1251.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,173623.0,176160.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,131949.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +138,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,19.0,505.0,56.0,150.0,359.0,171.0,2818.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'],4733.0,4381.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,836601.0,881451.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2242514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +139,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-03 06:48:52.000000,2024-12-03 06:48:19,3043.0,61.0,717.0,76.0,936.0,297.0,650.0,2769.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1330.0,1277.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,130498.0,130508.0,,,,,,,,1.0,566.0,,,,,,,,,,,,,,,,,,,, +140,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-12-02 08:36:48.398000,2024-11-29 12:38:02,5357.0,82.0,557.0,20.0,1463.0,1147.0,710.0,2303.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-29 12:39:05.000,8.25.5,373.0,snakemake,bioconda/snakemake,,,,2419.0,2171.0,https://pypi.org/project/snakemake,2024-11-29 12:39:05.000,248.0,116705.0,127987.0,https://anaconda.org/bioconda/snakemake,2024-12-02 08:36:48.398,1241063.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +141,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,2024-12-04 16:45:01.000000,2024-12-04 08:57:18,1626.0,81.0,559.0,59.0,1576.0,152.0,852.0,2150.0,The official Python client for the Huggingface Hub.,210.0,34,True,2024-11-28 10:16:21.000,0.26.3,133.0,huggingface_hub,conda-forge/huggingface_hub,,,,2110.0,,https://pypi.org/project/huggingface_hub,2024-11-28 10:14:43.000,2110.0,,52296.0,https://anaconda.org/conda-forge/huggingface_hub,2024-12-02 20:11:51.644,2405616.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,2024-11-19 15:00:21.000000,2024-11-19 15:00:21,1569.0,10.0,407.0,49.0,1520.0,182.0,689.0,1618.0,Exploratory analysis of Bayesian models with Python.,163.0,34,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8702.0,8389.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,,41041.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2257195.0,,,,,1.0,166.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,2024-12-03 23:59:12.000000,2024-12-03 23:58:42,1951.0,137.0,175.0,28.0,1925.0,81.0,195.0,1230.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,34,True,2024-11-04 13:36:49.000,2025.0.0,31.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12672.0,12617.0,https://pypi.org/project/scikit-learn-intelex,2024-10-25 10:57:38.000,55.0,,8743.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,384715.0,,,,,1.0,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,,,, +144,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,2024-12-02 03:29:19.000000,2024-12-02 03:29:19,3769.0,96.0,4347.0,386.0,4242.0,447.0,1267.0,38869.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,441.0,441.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +145,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1280.0,167.0,674.0,227.0,33456.0,Chinese Words Segmentation Utilities.,49.0,33,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,33656.0,32818.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,,1802.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,165843.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +146,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-12-05 15:25:12.000000,2024-12-05 15:23:45,7086.0,1261.0,2965.0,270.0,7156.0,138.0,671.0,27088.0,You like pytorch? You like micrograd? You love tinygrad!.,356.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],146.0,146.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,,, +147,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,2024-12-05 13:53:11.000000,2024-12-05 13:42:40,18896.0,275.0,4887.0,398.0,5665.0,151.0,3987.0,26882.0,Platform for building AI that can learn and answer questions over federated data.,862.0,33,False,2024-12-03 15:36:36.000,24.12.1.0,504.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-12-03 15:37:20.000,,16071.0,16071.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +148,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,,3975.0,672.0,1678.0,151.0,1988.0,25458.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'],497.0,473.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,29215.0,45440.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3346.0,,,,,1.0,1210808.0,,,,,,,,,,,,,,,,,,,, +149,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,1.0,3151.0,318.0,262.0,436.0,597.0,24753.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,33,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,9989.0,9776.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,,303808.0,,,,,,,,1.0,16405662.0,,,,,,,,,,,,,,,,,,,, +150,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-12-05 15:32:32.000000,2024-11-25 18:28:41,3545.0,317.0,1424.0,127.0,3997.0,348.0,1022.0,20856.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",126.0,33,True,2024-11-18 15:58:56.000,1.12.4,88.0,,,,,,115.0,115.0,,,,,5962.0,,,,,,,,2.0,262356.0,,,,,,,,,,,,,,,,,,,, +151,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,469.0,671.0,590.0,672.0,15626.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'],1533.0,1519.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8892.0,8892.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +152,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2852.0,380.0,475.0,3.0,1914.0,14955.0,Python Echarts Plotting Library.,45.0,33,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4857.0,4642.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,,3.0,,,,,,,,2.0,71.0,,,,,,,,,,,-5.0,,,,,,,,, +153,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,345.0,310.0,225.0,14446.0,Image augmentation for machine learning experiments.,36.0,33,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,23348.0,23083.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,,2849.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,188099.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +154,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-12-05 08:49:13.000000,2024-12-05 08:49:13,3919.0,52.0,1016.0,136.0,184.0,111.0,1092.0,14298.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",102.0,33,True,2024-11-17 04:46:13.000,16.6.2,247.0,ocrmypdf,conda-forge/ocrmypdf,,,,1118.0,1082.0,https://pypi.org/project/ocrmypdf,2024-11-17 04:45:39.000,36.0,,2193.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,84105.0,,,,,1.0,5850.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,,, +155,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1811.0,261.0,117.0,120.0,535.0,11648.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,,,,7036.0,6833.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,529285.0,531767.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,238346.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +156,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-12-02 23:08:40.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9177.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,33,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,46174.0,45784.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,,2711.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,271131.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,,, +157,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-12-05 01:50:05.000000,2024-08-30 03:34:11,5357.0,,1775.0,137.0,1031.0,388.0,1948.0,8998.0,"An open-source, low-code machine learning library in Python.",141.0,33,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6797.0,6766.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,,1149.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,59106.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,,, +158,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-26 10:41:20.000000,2024-11-26 10:38:20,1193.0,22.0,1318.0,149.0,181.0,277.0,1358.0,8862.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1060.0,1046.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,,4439.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,270803.0,,,,,2.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,2024-12-03 02:49:25.000000,2024-12-02 05:18:20,6199.0,134.0,1192.0,123.0,1764.0,112.0,722.0,8612.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-12-03 02:48:41.000,3.1.8,139.0,perspective-python,conda-forge/perspective,,,['jupyter'],186.0,154.0,https://pypi.org/project/perspective-python,2024-12-03 02:47:52.000,26.0,18945.0,48041.0,https://anaconda.org/conda-forge/perspective,2024-11-22 20:03:18.771,1359614.0,,,,,2.0,6838.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-03 02:46:46.993,6.0,3516.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,2024-12-04 03:39:13.000000,2024-12-04 03:39:13,2498.0,13.0,987.0,200.0,2330.0,261.0,847.0,8593.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,284198.0,288800.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,207110.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +161,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-12-04 04:58:47.000000,2024-12-04 04:37:35,22328.0,201.0,2190.0,181.0,3398.0,368.0,2089.0,8565.0,End-to-End Speech Processing Toolkit.,468.0,33,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,403.0,391.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,,1.0,,,,,,,,1.0,83.0,,,,,,,,,,,-5.0,,,,,,,,, +162,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,2024-12-05 10:46:25.000000,2024-12-05 04:05:03,1113.0,85.0,774.0,292.0,1489.0,336.0,423.0,8315.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",99.0,33,True,2024-12-04 14:12:43.000,2.12.34,158.0,metaflow,conda-forge/metaflow,,,,812.0,765.0,https://pypi.org/project/metaflow,2024-12-04 14:12:43.000,47.0,,4391.0,https://anaconda.org/conda-forge/metaflow,2024-12-02 16:57:19.017,232728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +163,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,2024-10-21 14:28:23.000000,2024-10-21 14:24:34,386.0,13.0,1540.0,131.0,166.0,10.0,356.0,7962.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-10-21 14:26:57.000,2.0.0,17.0,bayesian-optimization,,,,,3280.0,3130.0,https://pypi.org/project/bayesian-optimization,2024-10-21 14:26:57.000,150.0,429369.0,429370.0,,,,,,,,1.0,164.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,,, +164,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-12-05 09:09:07.000000,2024-09-12 23:27:08,4682.0,17.0,896.0,141.0,501.0,100.0,807.0,7310.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3468.0,3293.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,267431.0,267575.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +165,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,539.0,7280.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18567.0,18114.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2638336.0,2649041.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,802890.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +166,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,2024-11-12 20:53:07.000000,2024-11-12 20:53:05,209.0,15.0,1100.0,201.0,153.0,147.0,341.0,6318.0,Official Kaggle API.,48.0,33,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,257960.0,261788.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,195262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +167,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-12-05 10:12:09.000000,2024-12-05 09:30:03,3515.0,159.0,734.0,146.0,130.0,106.0,348.0,6309.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-11-28 00:04:29.000,0.6.7,55.0,interpret,,,,['jupyter'],849.0,799.0,https://pypi.org/project/interpret,2024-11-28 00:04:29.000,50.0,131315.0,131315.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +168,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,2024-12-04 03:09:23.000000,2024-12-04 03:09:22,3177.0,47.0,1092.0,88.0,3530.0,383.0,2785.0,5934.0,AI Toolkit for Healthcare Imaging.,212.0,33,True,2024-10-17 00:54:28.000,1.4.0,102.0,monai,conda-forge/monai,,,['pytorch'],3324.0,3203.0,https://pypi.org/project/monai,2024-10-16 17:29:29.000,121.0,,960.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,34575.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +169,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,2024-12-05 13:14:31.000000,2024-12-03 16:28:22,1742.0,23.0,620.0,59.0,1893.0,162.0,1267.0,4549.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,710.0,33,True,2024-08-13 12:47:02.000,0.5.1,1819.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3495.0,3395.0,https://pypi.org/project/pytorch-ignite,2024-12-05 00:20:03.000,100.0,,2669.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,208205.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +170,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-11-28 09:50:02.000000,2024-11-28 09:20:31,2436.0,46.0,221.0,65.0,145.0,77.0,612.0,4072.0,A Grammar of Graphics for Python.,112.0,33,True,2024-11-26 15:00:07.000,0.14.3,31.0,plotnine,conda-forge/plotnine,,,,9948.0,9624.0,https://pypi.org/project/plotnine,2024-11-26 12:23:32.000,324.0,,7813.0,https://anaconda.org/conda-forge/plotnine,2024-11-26 15:03:48.310,421937.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +171,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,36.0,122.0,75.0,75.0,8.0,136.0,3824.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,25451.0,24880.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4945829.0,4952390.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,308391.0,,,,,2.0,24.0,,,,,,,,,,,,,,,,,,,, +172,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,9.0,559.0,70.0,487.0,267.0,713.0,2381.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,,,,3293.0,3132.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2493855.0,2500850.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,384765.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +173,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,2024-12-04 22:41:25.000000,2024-12-04 22:40:05,5962.0,146.0,711.0,88.0,6048.0,257.0,867.0,2118.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,33,True,2024-05-13 23:20:24.000,1.15.1,98.0,tfx,,,,['tensorflow'],1630.0,1613.0,https://pypi.org/project/tfx,2024-05-13 23:20:24.000,17.0,34478.0,34478.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +174,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,2024-11-30 22:04:05.000000,2024-11-30 22:04:05,3770.0,26.0,193.0,49.0,1401.0,134.0,740.0,2008.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,,,,2901.0,2880.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,392429.0,407697.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,778688.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,,, +175,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,2024-12-03 16:56:50.000000,2024-12-03 16:56:50,4986.0,257.0,1102.0,149.0,1384.0,78.0,708.0,1908.0,Documentation and samples for ArcGIS API for Python.,94.0,33,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,909.0,869.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,,132.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13097.0,,,,,,,,,,,,,,,,,,,, +176,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-11-12 14:54:17.000000,2024-11-12 14:26:01,1981.0,21.0,289.0,45.0,288.0,59.0,214.0,1575.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,927.0,828.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,256607.0,264009.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,370109.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,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2849.0,386.0,125.0,239.0,561.0,26016.0,Deezer source separation library including pretrained models.,21.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],855.0,843.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25302.0,84823.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,98108.0,,,,,2.0,3590631.0,,,,,,,,,,,1.0,,,,,,,,, +178,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,2024-11-24 16:22:12.000000,2024-11-24 16:21:28,335.0,14.0,3071.0,155.0,56.0,137.0,142.0,20943.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-11-24 16:22:12.000,1.8.9,212.0,vit-pytorch,,,,['pytorch'],577.0,560.0,https://pypi.org/project/vit-pytorch,2024-11-24 16:22:12.000,17.0,28995.0,28995.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +179,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19218.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'],552.0,547.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,7900.0,7900.0,,,,,,,,2.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,4.0,2316.0,217.0,255.0,130.0,418.0,10200.0,A little word cloud generator in Python.,72.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,,10830.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,573996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +181,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,2024-12-05 15:11:04.000000,2024-12-04 19:29:33,22076.0,997.0,564.0,62.0,3673.0,492.0,1074.0,8935.0,"Visualize, create, and debug image and video datasets and model predictions.",139.0,32,True,2024-11-08 16:29:11.000,1.0.2,150.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",771.0,749.0,https://pypi.org/project/fiftyone,2024-11-08 11:38:51.000,22.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +182,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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,172.0,438.0,68.0,474.0,8477.0,Automatic extraction of relevant features from time series:.,98.0,32,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,239214.0,264772.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1405734.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +183,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,2024-11-09 03:56:18.000000,2024-11-09 03:56:18,579.0,35.0,2399.0,278.0,182.0,337.0,326.0,8463.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",51.0,32,True,2024-10-20 09:28:59.000,3.11.0,60.0,SpeechRecognition,conda-forge/speechrecognition,,,,602.0,21.0,https://pypi.org/project/SpeechRecognition,2024-10-20 09:22:41.000,581.0,,4084.0,https://anaconda.org/conda-forge/speechrecognition,2024-11-07 20:15:34.486,212409.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +184,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-11-26 20:42:35.000000,2024-11-26 20:42:35,3285.0,4.0,959.0,137.0,668.0,54.0,1162.0,7212.0,Python library for audio and music analysis.,124.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2971839.0,2987629.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,836888.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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1152.0,27.0,1429.0,6787.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],325.0,302.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16219.0,16219.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +186,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,192.0,240.0,279.0,285.0,5883.0,Distributed Evolutionary Algorithms in Python.,89.0,32,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5776.0,5524.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,,9285.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,464293.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +187,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,2024-12-05 14:40:23.000000,2024-12-05 14:37:03,2227.0,18.0,321.0,45.0,2205.0,383.0,665.0,5248.0,Aim An easy-to-use & supercharged open-source experiment tracker.,77.0,32,True,2024-12-03 07:02:29.000,3.26.1,1166.0,aim,conda-forge/aim,,,,790.0,750.0,https://pypi.org/project/aim,2024-12-04 20:11:01.000,40.0,270889.0,273032.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,87868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +188,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,2024-11-29 16:42:25.000000,2024-11-29 16:39:07,3943.0,36.0,552.0,84.0,634.0,122.0,500.0,5108.0,Online machine learning in Python.,123.0,32,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,663.0,599.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,106500.0,108523.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,89015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +189,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-11-21 19:16:18.000000,2024-11-21 19:08:51,1211.0,91.0,499.0,274.0,898.0,249.0,339.0,4962.0,Model interpretability and understanding for PyTorch.,124.0,32,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2730.0,2604.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,,2693.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,96967.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +190,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4919.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,32,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16553.0,16365.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,,6270.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,332335.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +191,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,648.0,89.0,272.0,42.0,253.0,4510.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,6239325.0,6267504.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1521694.0,,,,,2.0,104.0,,,,,,,,,,,,,,,,,,,, +192,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,,647.0,65.0,228.0,240.0,164.0,4419.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,,,,7400.0,7266.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,824810.0,830347.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,265822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +193,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-11-04 17:20:56.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1942.0,537.0,390.0,1078.0,4109.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-08-05 21:53:53.000,1.57.0,105.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-10-16 17:44:34.000,31.0,342213.0,342221.0,,,,,,,,2.0,656.0,,,,,,,,,,,,,,,,,,,, +194,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,2024-11-19 17:01:21.000000,2024-11-19 16:38:49,1919.0,33.0,633.0,43.0,917.0,480.0,312.0,4030.0,Time series forecasting with PyTorch.,56.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,474.0,452.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,61161.0,62492.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,67914.0,,,,,1.0,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,,, +195,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-12-04 15:26:54.000000,2024-12-04 15:26:48,1130.0,29.0,355.0,58.0,1403.0,123.0,185.0,3977.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,,,,848.0,786.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,144278.0,145300.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,56227.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +196,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1665.0,156.0,210.0,13.0,693.0,3492.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,2028480.0,2030578.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,109132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +197,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,79.0,74.0,162.0,3388.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,,,,7769.0,7649.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,4682446.0,4685367.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,262900.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +198,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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,6.0,618.0,115.0,1191.0,365.0,1115.0,3333.0,High-performance interactive 2D/3D data visualization library.,199.0,32,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1937.0,1761.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,,12839.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,653841.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,19.0,,,,,,,,,,,,,, +199,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,5.0,739.0,122.0,130.0,71.0,375.0,3078.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,32,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3022.0,2930.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,1384991.0,1390980.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,305444.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,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,2743.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,,,,7346.0,6978.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,1009882.0,1024389.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,754411.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +201,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,2024-12-05 14:19:24.000000,2024-12-04 16:04:37,1141.0,53.0,472.0,56.0,1341.0,427.0,435.0,2603.0,Accelerate training and inference of Transformers and Diffusers with easy to use hardware optimization tools.,131.0,32,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4182.0,4007.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,,874.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,27977.0,,,,,1.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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,151.0,46.0,248.0,2414.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2648.0,2364.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1550583.0,1558273.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,292237.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +203,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-12-04 04:01:28.000000,2024-11-08 21:00:45,1817.0,252.0,205.0,48.0,289.0,174.0,163.0,2174.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-10-20 17:58:26.000,0.34.17,194.0,graphistry,,,,['jupyter'],133.0,127.0,https://pypi.org/project/graphistry,2024-10-20 17:58:26.000,6.0,14442.0,14442.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +204,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,194.0,1861.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3433.0,3276.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,94989.0,109498.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,652919.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +205,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,43.0,187.0,27.0,732.0,114.0,461.0,1701.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,32,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,279.0,260.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14660.0,14664.0,,,,,,,,1.0,222.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,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,219.0,1628.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12567.0,12355.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1180984.0,1182629.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,154654.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,,, +207,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,3.0,234.0,37.0,256.0,65.0,274.0,1602.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,,,,10161.0,10008.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2608500.0,2632817.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1215867.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +208,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-11-25 02:49:39.000000,2024-11-05 17:47:01,1157.0,24.0,249.0,50.0,548.0,33.0,186.0,1340.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2299.0,2186.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,767907.0,776080.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,441362.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +209,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,2024-11-29 08:37:03.000000,2024-11-29 08:37:01,2931.0,29.0,249.0,35.0,233.0,49.0,514.0,1325.0,Python interface for igraph.,76.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4647.0,4241.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,,18359.0,https://anaconda.org/conda-forge/igraph,2024-11-19 17:05:42.667,648390.0,,,,,1.0,565455.0,,,,,,,,,,,,,,,,,,,, +210,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,2024-12-05 13:28:28.000000,2024-12-05 13:28:28,14278.0,268.0,295.0,34.0,1915.0,499.0,685.0,1076.0,Python package for earth-observing satellite data processing.,173.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,182.0,151.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,16397.0,20776.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,236501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +211,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-12-02 17:39:36.000000,2024-11-25 18:24:54,573.0,15.0,104.0,35.0,70.0,72.0,84.0,957.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,,,,111189.0,110656.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,,335827.0,https://anaconda.org/conda-forge/patsy,2024-11-12 17:27:03.146,13097271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +212,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,11.0,234.0,18.0,301.0,53.0,285.0,891.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,32,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1467.0,1340.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,1188577.0,1192441.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,193241.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,2024-11-19 14:07:06.000000,2024-11-19 14:07:04,14701.0,211.0,434.0,57.0,2254.0,191.0,813.0,719.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1424.0,1301.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,,10447.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,532843.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +214,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-23 12:41:59.000000,2024-11-23 12:41:59,17309.0,33.0,111.0,28.0,3625.0,534.0,3415.0,547.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-11-18 18:37:49.000,1.1.4,120.0,datalad,conda-forge/datalad,,,,534.0,436.0,https://pypi.org/project/datalad,2024-11-18 18:37:49.000,98.0,71875.0,84437.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,678376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +215,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,589.0,53627.0,The worlds simplest facial recognition api for Python and the command line.,54.0,31,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3753.0,3637.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,,617.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,30728.0,,,,,2.0,1395.0,,,,,,,,,,,,,,,,,,,, +216,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,,9464.0,373.0,3162.0,1818.0,6725.0,29748.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,31,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3320.0,3238.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +217,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,1016.0,1869.0,363.0,658.0,17774.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,31,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1029.0,1019.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,,179.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9177.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +218,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,1006.0,574.0,727.0,12755.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'],1793.0,1786.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5442.0,5454.0,,,,,,,,2.0,830.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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9787.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1380.0,1361.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18825.0,19423.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,36527.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,,, +220,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,456.0,261.0,579.0,364.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'],5067.0,5053.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4442.0,4442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +221,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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,144.0,759.0,9167.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],786.0,773.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,25969.0,26192.0,,,,,,,,2.0,19036.0,,,,,,,,,,,,,,,,,,,, +222,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,2024-11-29 14:40:31.000000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7661.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'],662.0,628.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,21101.0,21719.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27193.0,,,,,2.0,67.0,,,,,,,,,,,,,,,,,,,, +223,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-12-02 21:04:05.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,158.0,1733.0,154.0,865.0,7288.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1910.0,1836.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,61233.0,65279.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,218488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +224,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,211.0,1051.0,25.0,615.0,6742.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],423.0,419.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12225.0,12225.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,,, +225,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-11-22 18:31:49.000000,2024-11-22 18:31:49,630.0,10.0,722.0,109.0,196.0,9.0,355.0,5898.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,,12001.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,636105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +226,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,5897.0,A flexible framework of neural networks for deep learning.,326.0,31,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3403.0,3345.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,,354.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20543.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,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,296.0,161.0,267.0,5733.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,,,,1117.0,1103.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9558.0,9731.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14257.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +228,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,2024-12-03 21:32:33.000000,2024-12-03 21:32:24,825.0,14.0,406.0,75.0,301.0,62.0,530.0,4786.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-03 20:54:25.000,3.16.0,189.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1333.0,1285.0,https://pypi.org/project/dtale,2024-12-03 20:54:25.000,48.0,97557.0,104059.0,https://anaconda.org/conda-forge/dtale,2024-12-03 21:29:44.048,357660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +229,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4542.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,,,,48287.0,47852.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,438600.0,442427.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,202850.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,2024-12-05 13:17:23.000000,2024-12-04 22:07:35,15574.0,52.0,533.0,78.0,3671.0,914.0,1625.0,4270.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-10-09 20:29:23.000,24.10.00,42.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3933.0,3933.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +231,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,2024-12-05 02:05:49.029000,2024-12-03 20:22:12,1348.0,40.0,287.0,41.0,495.0,103.0,247.0,4025.0,Lightning fast forecasting with statistical and econometric models.,48.0,31,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1343.0,1284.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,,3361.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,110938.0,,,,,2.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,2024-11-17 17:28:39.000000,2024-11-17 17:28:27,1360.0,7.0,321.0,59.0,246.0,70.0,450.0,3679.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,993.0,963.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,,19286.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1041481.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,2024-11-20 17:36:51.000000,2024-11-20 17:36:51,3902.0,9.0,562.0,58.0,921.0,380.0,982.0,3592.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,31,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2665.0,2496.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,231218.0,234586.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,185247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +234,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,184.0,737.0,277.0,669.0,3425.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,284.0,266.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,242952.0,243132.0,,,,,,,,3.0,17644.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,2024-11-27 20:14:49.000000,2024-11-22 15:34:26,1208.0,29.0,362.0,36.0,548.0,111.0,455.0,3146.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-11-22 15:43:51.000,1.7.6,27.0,neuralforecast,conda-forge/neuralforecast,,,,283.0,262.0,https://pypi.org/project/neuralforecast,2024-11-22 15:43:51.000,21.0,56285.0,57074.0,https://anaconda.org/conda-forge/neuralforecast,2024-11-22 21:25:57.787,26046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +236,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-01 18:14:29.000000,2024-06-24 17:09:39,1087.0,,397.0,61.0,498.0,221.0,273.0,2862.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'],4844.0,4729.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,275505.0,276599.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,43773.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +237,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-12-03 08:36:49.000000,2024-11-26 11:49:07,2992.0,76.0,1007.0,123.0,542.0,61.0,304.0,2594.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,611249.0,634351.0,https://anaconda.org/conda-forge/ipyparallel,2024-11-07 07:55:26.494,1155113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +238,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,2024-11-25 08:39:19.000000,2024-11-25 08:39:17,960.0,30.0,142.0,25.0,440.0,162.0,310.0,2146.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-11-25 08:31:03.000,0.11.9,53.0,equinox,,,,['jax'],1060.0,870.0,https://pypi.org/project/equinox,2024-11-25 08:31:03.000,190.0,274870.0,274870.0,,,,,,,,1.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,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,9.0,260.0,48.0,351.0,220.0,141.0,2046.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,15416.0,15013.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2787426.0,2787426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +240,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,2024-12-05 11:34:46.000000,2024-12-05 09:47:08,2256.0,182.0,438.0,33.0,2431.0,322.0,121.0,1961.0,Pytorch domain library for recommendation systems.,301.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,156.0,156.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,37104.0,37104.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +241,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,2024-12-03 16:07:28.000000,2024-12-03 15:59:39,734.0,5.0,345.0,46.0,389.0,71.0,242.0,1726.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],955.0,919.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,155065.0,155608.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,18940.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,,, +242,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,57.0,1884.0,92.0,899.0,1694.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,1150560.0,1150560.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +243,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-10-21 08:31:36.000000,2024-10-21 08:31:36,1194.0,1.0,363.0,67.0,616.0,300.0,360.0,1492.0,A Jupyter - Leaflet.js bridge.,90.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13115.0,12831.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,,30280.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1315725.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6358.0,,,,,,,,,,,,,, +244,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-12-01 05:00:27.000000,2024-11-03 22:03:19,952.0,4.0,431.0,86.0,237.0,57.0,242.0,1477.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3125.0,2687.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1427001.0,1435870.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,372536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +245,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1417.0,The ctypes-based simple ImageMagick binding for Python.,106.0,31,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20251.0,19994.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,,2095.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,88918.0,,,,,2.0,51561.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,2024-12-05 10:07:32.356000,2024-12-04 19:50:21,1624.0,31.0,171.0,18.0,853.0,110.0,457.0,1370.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,800.0,764.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,98227.0,102266.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,222151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +247,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,2024-11-18 14:47:40.000000,2024-11-18 14:47:37,4368.0,10.0,302.0,79.0,672.0,18.0,634.0,1342.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1744.0,1695.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,,11129.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,589883.0,,,,,3.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,2024-12-05 10:32:33.000000,2024-11-28 09:24:18,4025.0,467.0,138.0,10.0,673.0,23.0,158.0,1182.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],386.0,371.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,90126.0,90126.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,2024-12-04 10:36:31.000000,2024-12-04 10:36:30,732.0,28.0,109.0,26.0,591.0,365.0,459.0,1145.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,31,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6401.0,6197.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,,12615.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,681219.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,2024-11-27 19:10:03.000000,2024-11-27 19:10:03,1176.0,38.0,216.0,23.0,157.0,30.0,205.0,1144.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],694.0,657.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,178870.0,183407.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,167875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +251,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,25.0,76.0,926.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19522.0,18821.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,3291341.0,3331481.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,883100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +252,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14116.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,30,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6037.0,6019.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +253,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,2024-12-02 23:28:04.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11223.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,30,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],289.0,283.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,,,,,,,,,,3.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,2024-11-24 01:32:42.000000,2024-11-24 01:32:39,2968.0,9.0,2408.0,207.0,479.0,246.0,479.0,10207.0,FinRL: Financial Reinforcement Learning.,118.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,54.0,54.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1596.0,1596.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,2024-12-04 07:14:48.000000,2024-10-23 14:54:18,1743.0,7.0,751.0,90.0,805.0,111.0,271.0,9804.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",52.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,425.0,407.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,26543.0,27296.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,33163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +256,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9761.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,30,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3154.0,3116.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,,5152.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,278218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +257,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1046.0,133.0,236.0,371.0,274.0,8996.0,Manipulate audio with a simple and easy high level interface.,95.0,30,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,76615.0,75246.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,,1804.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,129900.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +258,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,290.0,98.0,311.0,446.0,8657.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,,,,1727.0,1708.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,15643.0,27659.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8321.0,,,,,2.0,948743.0,,,,,,,,,,,,,,,,,,,, +259,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,2024-11-28 11:02:49.000000,2024-11-28 11:02:49,1193.0,8.0,1401.0,100.0,667.0,735.0,527.0,8441.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2857.0,2857.0,,,,,7350.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,367512.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +260,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,2024-11-30 17:08:33.000000,2024-11-26 08:34:45,1268.0,31.0,881.0,61.0,1044.0,239.0,1345.0,8139.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,30,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,,1558.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,63386.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,919.0,2.0,,,,,,,,,,,,,,,,,,,,, +261,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-11-16 04:31:27.000000,2024-11-16 04:31:19,529.0,1.0,862.0,84.0,277.0,81.0,376.0,7879.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,30,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,51721.0,51096.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,,23352.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1237403.0,,,,,2.0,450.0,,,,,,,,,,,,,,,,,,,, +262,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,2024-11-25 05:19:58.903000,2024-11-24 16:18:39,1063.0,25.0,935.0,140.0,758.0,135.0,347.0,7164.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,99.0,30,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,479.0,461.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,60503.0,61229.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,35616.0,,,,,2.0,42.0,,,,,,,,,,,1.0,,,,,,,,, +263,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,2024-12-05 14:48:39.000000,2024-11-13 15:11:46,32553.0,43.0,1997.0,385.0,6897.0,2840.0,6681.0,6942.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,30,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,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,2024-11-25 18:58:15.000000,2024-11-25 18:58:06,870.0,5.0,1283.0,141.0,507.0,48.0,567.0,6862.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,30,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,,11850.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,639908.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +265,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,30,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1668.0,1650.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,,313.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11824.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,,, +266,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-11-02 22:14:09.000000,2024-11-02 22:06:30,1251.0,19.0,658.0,62.0,143.0,72.0,450.0,6031.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,30,True,2024-11-02 22:08:19.000,2.7.0,213.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2160.0,2106.0,https://pypi.org/project/pytorch-metric-learning,2024-11-02 21:59:14.000,54.0,,208.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12275.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +267,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-12-03 08:02:52.000000,2024-12-03 08:02:47,2448.0,28.0,656.0,97.0,276.0,500.0,572.0,5726.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,30,True,2024-10-27 20:17:04.000,1.16.5,173.0,clearml,,allegroai/trains,,,1456.0,1412.0,https://pypi.org/project/clearml,2024-10-27 20:16:50.000,44.0,,503.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30319.0,2.0,2959.0,,,,,,,,,,,,,,,,,,,, +268,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1061.0,112.0,257.0,112.0,488.0,5507.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4531.0,4411.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,306072.0,306666.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22605.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +269,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,928.0,150.0,132.0,139.0,104.0,4390.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4786.0,4679.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,182121.0,182796.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,31070.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +270,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,1.0,548.0,120.0,385.0,72.0,743.0,4160.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,,,,363.0,344.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,93409.0,95755.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,84470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +271,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,39.0,15.0,121.0,3974.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,,,,19357.0,19235.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,459575.0,501041.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,373194.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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3207.0,PyTorch extensions for high performance and large scale training.,75.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7049.0,6896.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,,9306.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,344325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +273,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,19.0,410.0,50.0,95.0,140.0,522.0,3070.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,141.0,135.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,11015.0,11637.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,26165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,60.0,194.0,139.0,197.0,2921.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'],1596.0,1517.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,391821.0,418823.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1458114.0,,,,,2.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,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,10.0,428.0,92.0,119.0,77.0,265.0,2306.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1645.0,1635.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,,1216.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,53529.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,2024-11-21 10:00:25.000000,2024-11-21 08:56:49,1959.0,87.0,143.0,29.0,371.0,62.0,112.0,2291.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",57.0,30,True,2024-11-21 10:00:25.000,2.16.6,132.0,usearch,,unum/usearch,,,176.0,139.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,343663.0,351993.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,159.0,2.0,36408.0,,usearch,https://www.npmjs.com/package/usearch,2024-11-21 09:05:02.079,14.0,6301.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-04 15:11:07.831000,2024-12-03 18:29:33,570.0,8.0,159.0,42.0,82.0,6.0,135.0,2073.0,a python library for doing approximate and phonetic matching of strings.,34.0,30,True,2024-12-03 18:34:46.000,1.1.2,45.0,jellyfish,conda-forge/jellyfish,,,,11897.0,11622.0,https://pypi.org/project/jellyfish,2024-12-03 18:34:46.000,275.0,,20618.0,https://anaconda.org/conda-forge/jellyfish,2024-12-04 15:11:07.831,1113412.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,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2023.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1172.0,1136.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,84874.0,88674.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,201119.0,,,,,2.0,669.0,,,,,,,,,,,,,,,,,,,, +279,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-12-05 12:57:32.000000,2024-12-05 12:57:32,908.0,32.0,419.0,40.0,936.0,158.0,329.0,1962.0,A Python package to assess and improve fairness of machine learning models.,87.0,30,True,2024-10-31 16:18:10.000,0.11.0,21.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],62.0,3.0,https://pypi.org/project/fairlearn,2024-10-31 16:12:13.000,59.0,191331.0,192113.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,38343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +280,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,169.0,1655.0,Simple Python interface for Graphviz.,23.0,30,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,80126.0,77507.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,,549.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +281,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-10-17 05:15:24.000000,2024-10-17 05:15:24,1257.0,3.0,140.0,32.0,123.0,42.0,268.0,1648.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,,,,2720.0,2564.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,167524.0,170170.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,142925.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +282,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2024-12-05 13:53:32.000000,2024-12-05 08:56:11,2309.0,237.0,158.0,11.0,986.0,103.0,952.0,1617.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",47.0,30,True,2024-12-04 10:45:11.000,0.18.29,247.0,dstack,,,,,16.0,16.0,https://pypi.org/project/dstack,2024-12-04 10:12:47.000,,10907.0,10907.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +283,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-11-30 04:00:50.000000,2024-11-30 04:00:50,10798.0,17.0,245.0,40.0,1509.0,208.0,358.0,1266.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,3318.0,3460.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4275.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +284,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,30,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4179.0,4130.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,,5947.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,255741.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,2024-11-22 20:17:36.000000,2024-11-22 20:17:36,3390.0,16.0,242.0,50.0,414.0,76.0,280.0,1071.0,"OpenCL integration for Python, plus shiny features.",96.0,30,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2258.0,2084.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,,25615.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1383217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +286,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,2024-11-23 10:34:46.000000,2024-09-12 22:24:23,593.0,5.0,38.0,10.0,75.0,11.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-09-13 08:21:34.000,1.0.1,49.0,blis,conda-forge/cython-blis,,,,52733.0,52632.0,https://pypi.org/project/blis,2024-09-13 08:21:34.000,101.0,12878493.0,12924494.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2345929.0,,,,,2.0,220.0,,,,,,,,,,,,,,,,,,,, +287,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,2024-12-02 15:12:13.000000,2024-11-15 09:23:37,9021.0,14.0,3078.0,276.0,1300.0,161.0,709.0,19374.0,Best Practices on Recommendation Systems.,137.0,29,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,140.0,136.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,,8.0,,,,,,,,1.0,624.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,,, +288,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-12-05 02:21:38.000000,2024-12-05 02:21:37,1999.0,5.0,2648.0,302.0,944.0,250.0,695.0,15677.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,4999.0,5013.0,,,,,,,,2.0,733.0,,,,,,,,,,,1.0,,,,,,,,, +289,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,11202.0,Turi Create simplifies the development of custom machine learning models.,87.0,29,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,387.0,382.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,,131.0,,,,,,,,3.0,11013.0,,,,,,,,,,,,,,,,,,,, +290,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,282.0,3401.0,51.0,1494.0,10497.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,29,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],269.0,260.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.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,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,214.0,46.0,101.0,94.0,9044.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,210296.0,211137.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,45453.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +292,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-12-05 11:19:58.000000,2024-12-05 11:19:58,3749.0,318.0,1266.0,253.0,9862.0,1015.0,1623.0,6770.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",112.0,29,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,,7.0,,,,,,,,2.0,644.0,intel-analytics/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, +293,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,2024-11-05 16:17:39.000000,2024-11-05 16:17:36,1095.0,3.0,390.0,81.0,541.0,61.0,460.0,5898.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,29,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1556.0,1471.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,,15478.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,789407.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +294,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-11-08 17:24:55.000000,2024-11-08 17:24:55,627.0,9.0,776.0,86.0,355.0,54.0,347.0,5123.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,,,,,236.0,234.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,41190.0,41190.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,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,18.0,831.0,146.0,1588.0,382.0,403.0,5074.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,270647.0,270647.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +296,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,4.0,383.0,70.0,376.0,103.0,460.0,4260.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,,,,3354.0,3294.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,,195.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +297,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4082.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,,,,6524.0,6374.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,616502.0,622538.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,295776.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +298,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-12-04 13:05:57.000000,2024-12-04 13:00:41,920.0,40.0,440.0,44.0,1015.0,27.0,349.0,3976.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,,94151.0,,,,,,,,2.0,4330969.0,,,,,,,,,,,,,,,,,,,, +299,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,231.0,95.0,406.0,3574.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,35.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1612.0,1583.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,196875.0,215748.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,960305.0,,,,,1.0,1550.0,,,,,,,,,,,,,,,,,,,, +300,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,21.0,450.0,93.0,127.0,92.0,348.0,3428.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,29,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1314.0,1251.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,,3243.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,162175.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +301,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,2024-12-05 08:02:35.000000,2024-12-04 03:10:07,8379.0,222.0,357.0,85.0,9834.0,97.0,349.0,3050.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,,254.0,,,,,,,,3.0,11467.0,,,,,,,,,,,,,,,,,,,, +302,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,2024-12-05 12:03:10.000000,2024-12-05 12:02:47,994.0,10.0,231.0,37.0,554.0,73.0,176.0,2914.0,JAX-based neural network library.,84.0,29,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2362.0,2187.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,,546.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,25158.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,,, +303,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,10.0,334.0,154.0,1184.0,35.0,60.0,2729.0,Neural Network Libraries.,76.0,29,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,10769.0,10780.0,,,,,,,,3.0,987.0,,,,,,,,,,,,,,,,,,,, +304,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,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'],1667.0,1645.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,111233.0,111233.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +305,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,361.0,82.0,169.0,218.0,149.0,2363.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,29,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,6912.0,6757.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,,4908.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,215189.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,924.0,,,,,,,,,,,,,, +306,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,6.0,526.0,43.0,29.0,49.0,81.0,2248.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'],6702.0,6629.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,153656.0,153898.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13703.0,,,,,2.0,13.0,,,,,,,,,,,,,,,,,,,, +307,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-01 14:51:14.000000,2024-12-01 14:51:07,495.0,10.0,300.0,68.0,127.0,22.0,106.0,2050.0,ffn - a financial function library for Python.,35.0,29,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,525.0,507.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,18714.0,19021.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13535.0,,,,,2.0,,,,,,,,,,,,1.0,,,,,,,,, +308,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-12-02 11:31:00.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1850.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'],738.0,703.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,64260.0,65352.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,37134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +309,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1807.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6771.0,6668.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,145252.0,146387.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,88579.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +310,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,17.0,292.0,30.0,580.0,102.0,722.0,1797.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,117.0,114.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1741.0,1741.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,,, +311,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,18.0,386.0,50.0,136.0,29.0,435.0,1748.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,,,,,294.0,279.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4489.0,4604.0,,,,,,,,1.0,12110.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,,, +312,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,2024-12-03 05:04:18.431000,2024-06-05 08:42:47,1478.0,,166.0,32.0,252.0,,,1353.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2056.0,1969.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,271529.0,273570.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-03 05:04:18.431,75531.0,,,,,2.0,,,,,,,,,,,,1.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,2024-11-27 18:55:58.000000,2024-11-26 21:58:54,3215.0,32.0,120.0,16.0,321.0,8.0,183.0,820.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,,63582.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3152358.0,,,,,2.0,28360.0,,,,,,,,,,,,,,,,,,,, +314,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,54.0,37.0,57.0,495.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,26429.0,26294.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2162662.0,2180801.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,906953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +315,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,1249.0,557.0,840.0,2543.0,17534.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,28,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,,137.0,,,,,,,,3.0,14756.0,,,,,,,,,,,,,,,,,,,, +316,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,617.0,233.0,53.0,,15021.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2534.0,2460.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,44980.0,44980.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +317,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-12-03 04:02:11.000000,2024-12-03 04:02:11,2300.0,19.0,2885.0,198.0,3763.0,1260.0,4233.0,12885.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,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +318,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,6.0,1377.0,424.0,51.0,105.0,88.0,10583.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,28007.0,28007.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +319,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,626.0,2112.0,453.0,1338.0,6339.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,,2821.0,2821.0,,,,,,,,3.0,13.0,numenta/nupic-legacy,,,,,,,,,,1.0,,,,,,,,, +320,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,6216.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,28,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],776.0,769.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,,175.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9475.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +321,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,92.0,201.0,123.0,5906.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,,,,,547.0,535.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,21116.0,21116.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +322,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,2024-11-26 10:36:04.000000,2024-10-22 15:05:01,3667.0,5.0,464.0,102.0,1064.0,270.0,368.0,3629.0,Plotting library for IPython/Jupyter notebooks.,65.0,28,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,,28309.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1426402.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2375.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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3532.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3347.0,3316.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,286619.0,286858.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,10048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +324,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-11-22 12:08:36.000000,2024-10-22 19:55:17,1581.0,67.0,357.0,67.0,1455.0,116.0,87.0,3499.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,44.0,41.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,,1913.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,97578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +325,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,2.0,250.0,64.0,56.0,9.0,,3401.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7581.0,7482.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,814654.0,828561.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,680899.0,,,,,2.0,1047.0,,,,,,,,,,,,,,,,,,,, +326,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,334.0,64.0,78.0,20.0,124.0,3338.0,A Python Perceptual Image Hashing Module.,27.0,28,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15319.0,15077.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,,4218.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,409230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +327,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,3299.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1250.0,1220.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,34593.0,34593.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +328,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,2024-12-03 08:43:36.000000,2024-12-03 08:43:35,1306.0,61.0,285.0,29.0,1167.0,73.0,515.0,3196.0,A python library for self-supervised learning on images.,60.0,28,True,2024-11-29 08:09:44.000,1.5.15,129.0,lightly,,,,['pytorch'],368.0,351.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +329,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,,334.0,46.0,121.0,72.0,137.0,2973.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,,,,1413.0,1360.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,116982.0,118819.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,90031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +330,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,2024-12-05 14:00:10.000000,2024-12-05 13:59:24,2307.0,4.0,722.0,80.0,206.0,200.0,469.0,2811.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,48508.0,48508.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +331,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2024-12-05 11:34:35.000000,2024-11-15 14:15:49,2320.0,7.0,655.0,73.0,2912.0,263.0,726.0,2550.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,28,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,,,,,,,,,,2.0,,,,,,,,,,,,-7.0,,,,,,,,, +332,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,64.0,61.0,31.0,39.0,2430.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'],5768.0,5683.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,499903.0,502039.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,190151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +333,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,2024-11-19 07:48:41.000000,2024-11-18 13:15:08,732.0,5.0,225.0,41.0,553.0,140.0,235.0,2259.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,,,,,502.0,495.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,77705.0,77705.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,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,2024-12-05 14:49:17.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2236.0,A modular active learning framework for Python.,20.0,28,False,2024-12-05 14:49:17.000,0.67.28,1499.0,modAL,,,,['sklearn'],71.0,,https://pypi.org/project/modAL,2024-12-05 14:49:17.000,71.0,571261.0,571261.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,,, +335,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-27 03:21:54.000000,2024-11-16 15:29:06,2316.0,94.0,135.0,28.0,271.0,5.0,43.0,2070.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,204.0,190.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,7177.0,7177.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +336,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-02-13 19:24:57.000000,2024-02-01 18:50:30,675.0,,400.0,41.0,63.0,30.0,273.0,1956.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,,,,2123.0,2101.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,47080.0,47912.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,42434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +337,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,,279.0,40.0,495.0,172.0,151.0,1803.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,198.0,190.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,158964.0,158970.0,,,,,,,,2.0,535.0,,,,,,,,,,,,,,,,,,,, +338,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,2024-12-04 21:20:58.000000,2024-12-04 21:20:55,4471.0,186.0,52.0,174.0,596.0,153.0,490.0,1594.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,28,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,159.0,145.0,https://pypi.org/project/lets-plot,2024-11-27 11:35:32.000,14.0,,21.0,,,,,,,,3.0,1336.0,,,,,,,,,,,,,,,,,,,, +339,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,2024-11-21 18:42:46.000000,2024-11-04 09:55:10,833.0,2.0,323.0,119.0,787.0,229.0,168.0,1499.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,717344.0,717344.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +340,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,36.0,57.0,1405.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,195413.0,195413.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +341,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,41.0,39.0,76.0,591.0,1177.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,801.0,769.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,30480.0,32325.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,97476.0,,,,,2.0,638.0,,,,,,,,,,,,,,,,,,,, +342,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,7.0,215.0,58.0,99.0,39.0,172.0,986.0,Input pipeline framework.,29.0,28,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,520125.0,520125.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +343,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,2024-12-03 19:09:17.000000,2024-11-09 01:21:35,11605.0,50.0,246.0,55.0,12331.0,251.0,2220.0,984.0,Cloud-native genomic dataframes and batch computing.,97.0,28,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],186.0,152.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +344,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,952.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,89193.0,96945.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,616732.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1765.0,,,,,,,,,,,,,, +345,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,257.0,906.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1251.0,1158.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,115758.0,132467.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,919014.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +346,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,50.0,59.0,21.0,70.0,847.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,,,,1461.0,1398.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23650.0,33408.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,526967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +347,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,11.0,174.0,35.0,118.0,25.0,65.0,762.0,Snowball compiler and stemming algorithms.,35.0,28,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,,89529.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8952950.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,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,39.0,148.0,29.0,97.0,47.0,76.0,627.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,624.0,593.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,87528.0,87568.0,,,,,,,,2.0,2773.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,2024-11-29 08:35:30.009000,2024-11-28 13:15:08,859.0,25.0,77.0,26.0,416.0,112.0,243.0,599.0,"Simple, concise geographical visualization in Python.",32.0,28,True,2024-11-29 08:29:27.000,1.13.1,69.0,geoviews,conda-forge/geoviews,,,,1227.0,1164.0,https://pypi.org/project/geoviews,2024-11-28 13:21:28.000,63.0,,5147.0,https://anaconda.org/conda-forge/geoviews,2024-11-29 08:35:30.009,262502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +350,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,,59.0,14.0,207.0,12.0,187.0,343.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,,,,10306.0,10145.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,732950.0,764500.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2934167.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +351,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,14071.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,27,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,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +352,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-11-26 07:00:37.000000,,,,856.0,,,617.0,,9527.0,NumPy & SciPy for GPU.,322.0,27,True,2024-08-22 07:08:16.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,269.0,,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,79081.0,173290.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5141151.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,71290.0,2.0,,,,,,,,,,,,-12.0,,,,,,,,, +353,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,259.0,148.0,107.0,104.0,9232.0,Fuzzy String Matching in Python.,70.0,27,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,,5652.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,570903.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +354,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,347.0,81.0,51.0,231.0,8039.0,StarCraft II Learning Environment.,39.0,27,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,881.0,855.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,,364.0,,,,,,,,3.0,32115.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,,, +355,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,7952.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,246925.0,323114.0,,,,,,,,2.0,4342818.0,,,,,,,,,,,,,,,,,,,, +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,174.0,46.0,80.0,242.0,7125.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,55520.0,55520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +357,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,350.0,14.0,42.0,66.0,6450.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1488.0,1480.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,33434.0,33434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +358,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,127.0,39.0,75.0,147.0,5625.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,27,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4298.0,4182.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,,340.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18703.0,,,,,2.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,200.0,158.0,49.0,227.0,5527.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,996.0,996.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +360,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4298.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,694531.0,696189.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,86259.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +361,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,,741.0,176.0,90.0,1.0,288.0,4295.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,59494.0,59661.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +362,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-11-27 17:22:07.000000,2024-11-27 17:22:07,519.0,4.0,594.0,44.0,548.0,10.0,,4153.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,27,True,2024-11-22 07:20:28.000,0.11.19,104.0,sahi,conda-forge/sahi,,,,1531.0,1501.0,https://pypi.org/project/sahi,2024-11-22 07:20:28.000,30.0,,2750.0,https://anaconda.org/conda-forge/sahi,2024-11-25 03:07:18.688,80462.0,,,,,3.0,29125.0,,,,,,,,,,,,,,,,,,,, +363,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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,3.0,480.0,58.0,828.0,60.0,498.0,3902.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,87504.0,87504.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +364,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-12-05 13:26:01.000000,2024-11-05 10:29:23,704.0,29.0,680.0,40.0,1011.0,147.0,800.0,3872.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,27,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,123.0,118.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,,415.0,,,,,,,,3.0,14946.0,,,,,,,,,,,,,,,,,,,, +365,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,26.0,324.0,89.0,102.0,51.0,32.0,3541.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,2927.0,3395.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34221.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +366,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,2.0,425.0,84.0,56.0,62.0,204.0,3530.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'],225.0,222.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1475.0,1689.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10499.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,,, +367,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-12-05 11:34:39.000000,2024-08-14 20:32:21,1311.0,,812.0,313.0,1470.0,332.0,519.0,3523.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,27,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,,,,,,,,,,2.0,,,,,,,,,,,,-6.0,,,,,,,,, +368,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,3410.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,,,,725.0,720.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1552.0,1827.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22614.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,254.0,61.0,121.0,7.0,293.0,3397.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,,,,,662.0,647.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20640.0,20668.0,,,,,,,,3.0,1963.0,,,,,,,,,,,,,,,,,,,, +370,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,22.0,761.0,3382.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,19858.0,23197.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,183687.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,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,375.0,84.0,66.0,156.0,189.0,3328.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,,,,514.0,497.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6879.0,14873.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,743500.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,2024-12-04 19:35:23.000000,2024-12-04 04:48:58,2913.0,151.0,717.0,156.0,63.0,7.0,838.0,3250.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'],,,,,,,916.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,71363.0,,,,,3.0,4805.0,,,,,,,,,,,3.0,,,,,,,,, +373,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,65.0,344.0,29.0,338.0,95.0,39.0,3037.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'],1165.0,1159.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,,95.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3807.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,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,384.0,38.0,522.0,62.0,217.0,3001.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,,,,334.0,323.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6638.0,6814.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,8976.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +375,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,2956.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],298.0,287.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,6250.0,6250.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +376,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,,772.0,182.0,75.0,21.0,565.0,2862.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,37759.0,38526.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,49908.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +377,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2024-10-28 15:50:38.000000,2024-10-28 15:50:38,1692.0,54.0,332.0,38.0,365.0,38.0,184.0,2747.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,27,True,2024-10-25 10:11:38.000,2.7.4,47.0,shapash,,,,['jupyter'],188.0,184.0,https://pypi.org/project/shapash,2024-10-25 10:11:38.000,4.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +378,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2672.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,236875.0,240129.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,74842.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,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,29.0,1132.0,78.0,224.0,2641.0,Database system for AI-powered apps.,73.0,27,True,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,,,14376.0,,,,,,,,3.0,416908.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,,, +380,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,328.0,23.0,50.0,35.0,203.0,2317.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,27,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,579.0,569.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,,1180.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,56674.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +381,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,,,,1958.0,1892.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,25378.0,27264.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,171703.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +382,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,67.0,63.0,32.0,199.0,2161.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1939.0,1939.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +383,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-05 13:15:57.000000,2024-12-05 13:15:57,1270.0,55.0,190.0,21.0,180.0,47.0,139.0,1889.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,27,True,2024-09-03 07:35:15.000,0.37.0,41.0,audiomentations,,,,,638.0,620.0,https://pypi.org/project/audiomentations,2024-09-03 07:35:15.000,18.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +384,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,2024-12-04 22:27:31.000000,2024-12-04 16:17:21,6662.0,93.0,302.0,45.0,3008.0,180.0,1589.0,1770.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-10-09 20:36:36.000,24.10.00,40.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,,579.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,25506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +385,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,1742.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'],233.0,230.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,40355.0,40449.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +386,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,51.0,88.0,24.0,191.0,1628.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'],694.0,675.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,120930.0,121082.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +387,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,39.0,601.0,103.0,296.0,22.0,300.0,1577.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,,,,192.0,190.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,,51.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4713.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +388,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,1481.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,,,,,414.0,412.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1956.0,1956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +389,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,5.0,270.0,81.0,492.0,53.0,207.0,1429.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1265.0,1254.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,25203.0,25285.0,,,,,,,,2.0,7466.0,,,,,,,,,,,,,,,,,,,, +390,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,,204.0,44.0,258.0,68.0,213.0,1357.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,,,,,477.0,450.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2314.0,2314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +391,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,1317.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,,,,1551.0,1495.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24987.0,25365.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +392,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,1251.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'],1746.0,1725.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,115637.0,115637.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +393,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1235.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'],563.0,559.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,9805.0,9805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +394,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-12-05 14:05:55.000000,2024-11-04 13:01:50,16654.0,34.0,376.0,45.0,1653.0,311.0,2983.0,926.0,An open-source application for biological image analysis.,144.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,,62.0,,,,,,,,3.0,8129.0,,,,,,,,,,,,,,,,,,,, +395,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,2024-12-05 10:40:16.000000,2024-12-02 09:41:37,176525.0,2652.0,95.0,51.0,2400.0,75.0,304.0,688.0,TensorFlow ROCm port.,4743.0,27,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,,0.0,,,,,,,,3.0,26.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,,, +396,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,76.0,145.0,35.0,413.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,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,,26299.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,131496.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +397,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,15861.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,26,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,599.0,596.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +398,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,,1217.0,186.0,213.0,31.0,534.0,9451.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,,,,,303.0,,,,,,,,3.0,14257.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,145.0,100.0,87.0,310.0,6425.0,A Python scikit for building and analyzing recommender systems.,46.0,26,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,,8163.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,432668.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +400,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,11.0,1548.0,137.0,3624.0,76.0,1981.0,5735.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +401,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,,599.0,142.0,31.0,69.0,55.0,5598.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1894.0,1838.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1700170.0,1700551.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +402,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,4781.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,26,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1643.0,1611.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,,2850.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,236599.0,,,,,2.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,54.0,57.0,76.0,108.0,4591.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,26,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2547.0,2496.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,,23613.0,,,,,,,,3.0,1440442.0,,,,,,,,,,,,,,,,,,,, +404,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,243.0,219.0,52.0,203.0,4581.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,1224.0,1320.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +405,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,2024-11-06 20:27:19.000000,2024-11-06 20:27:19,6178.0,13.0,528.0,147.0,1948.0,338.0,1386.0,4581.0,ArrayFire: a general purpose GPU library.,94.0,26,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,,65.0,,,,,,,,3.0,7435.0,,,,,,,,,,,,,,,,,,,, +406,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4465.0,Data augmentation for NLP.,33.0,26,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1529.0,1464.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,,676.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,28394.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +407,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-11-25 19:03:58.000000,2024-11-25 19:03:51,1256.0,29.0,498.0,66.0,770.0,5.0,556.0,3804.0,On-device wake word detection powered by deep learning.,39.0,26,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +408,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-05 12:59:23.000000,2024-12-01 12:50:14,1494.0,7.0,253.0,22.0,1758.0,260.0,727.0,3637.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,26,False,2024-12-05 12:59:32.000,0.19.0,61.0,deepchecks,,,,,480.0,468.0,https://pypi.org/project/deepchecks,2024-12-05 12:59:23.000,12.0,,33.0,,,,,,,,2.0,1259.0,,,,,,,,,,,,,,,,,,,, +409,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,4.0,279.0,51.0,477.0,69.0,261.0,3364.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7963.0,9121.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,51527.0,,,,,2.0,742.0,,,,,,,,,,,,,,,,,,,, +410,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,10.0,252.0,29.0,2020.0,3.0,665.0,3248.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,12786.0,12861.0,,,,,,,,3.0,2721.0,,,,,,,,,,,,,,,,,,,, +411,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,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1714.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,151763.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1521.0,3.0,,,,,,,,,shogun,,,,,,,,,,,, +412,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2959.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2713.0,2683.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72558.0,73350.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,36461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +413,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,366.0,27.0,350.0,2792.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,26,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,659.0,645.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,,295.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15681.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +414,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,167.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,195100.0,196963.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,169572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +415,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,2494.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,947.0,947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +416,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,2024-07-05 14:45:32.000000,2024-07-05 14:45:32,437.0,,842.0,91.0,288.0,200.0,103.0,2473.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,,,,564.0,532.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,31187.0,31515.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,16736.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +417,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,,246.0,35.0,147.0,24.0,146.0,2417.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,,,,,254.0,245.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,21948.0,21954.0,,,,,,,,3.0,343.0,,,,,,,,,,,,,,,,,,,, +418,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,2318.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1445.0,1396.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,42157.0,42157.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +419,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,2154.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,,,,,776.0,757.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,121274.0,121274.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +420,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,2065.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'],2394.0,2380.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,103576.0,107485.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,531.0,,,,,3.0,261298.0,,,,,,,,,,,,,,,,,,,, +421,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,37.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,26,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,,599.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,23982.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,,, +422,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,6.0,228.0,52.0,213.0,32.0,292.0,1724.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,26,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1040.0,1006.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +423,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,2024-12-03 03:47:24.000000,2024-12-03 03:40:45,1035.0,51.0,276.0,43.0,879.0,85.0,66.0,1666.0,A lightweight library for PyTorch training tools and utilities.,141.0,26,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,5756.0,5756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +424,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-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,201.0,34.0,75.0,29.0,52.0,1589.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,26,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4138.0,4101.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,,664.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,31216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +425,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,2.0,164.0,22.0,128.0,7.0,131.0,1480.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,,,,977.0,930.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,,6612.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,343829.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +426,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-10-31 14:10:26.000000,2024-10-31 14:10:22,612.0,2.0,424.0,31.0,51.0,18.0,130.0,1460.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,26,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,733.0,702.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,35735.0,35735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +427,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1383.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,26,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,197.0,190.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,,385.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +428,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,2024-12-05 15:35:44.000000,2024-12-05 08:48:01,2353.0,142.0,388.0,57.0,580.0,176.0,266.0,1302.0,Machine learning on FPGAs using HLS.,63.0,26,True,2023-12-19 21:00:58.000,0.8.1,16.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/hls4ml,2023-12-19 21:00:58.000,,1149.0,1329.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +429,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-12-05 11:46:30.000000,2024-11-17 22:14:08,415.0,17.0,184.0,25.0,41.0,1.0,132.0,1287.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,26,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],654.0,636.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,,354.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21640.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +430,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-11-22 14:04:30.000000,2024-11-22 14:04:30,811.0,1.0,148.0,35.0,215.0,120.0,152.0,1246.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,562.0,505.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,,14298.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1244010.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +431,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-04 12:06:33.000000,2024-12-04 12:04:56,828.0,8.0,126.0,31.0,431.0,84.0,341.0,1094.0,BAyesian Model-Building Interface (Bambi) in Python.,41.0,26,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,170.0,160.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,29612.0,30451.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,40298.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +432,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,814.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,,,,4835.0,4758.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1187356.0,1187552.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +433,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,2024-11-27 19:58:05.000000,2024-11-04 14:58:06,2103.0,9.0,63.0,16.0,1639.0,25.0,217.0,587.0,The experiment tracker for foundation model training.,55.0,26,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,760.0,683.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,,5394.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,296686.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +434,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,,154.0,18.0,717.0,27.0,208.0,512.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,,,,402.0,385.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10517.0,11768.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,85072.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +435,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-11-29 23:42:19.682000,2024-11-27 22:15:05,541.0,6.0,40.0,5.0,16.0,3.0,57.0,352.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-11-27 22:21:23.000,0.11.0,28.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],967.0,906.0,https://pypi.org/project/scikit-posthocs,2024-11-27 22:21:23.000,61.0,110672.0,130387.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-11-29 23:42:19.682,985763.0,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,,, +436,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,,1154.0,238.0,458.0,75.0,264.0,18339.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,25,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,,,414.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,26941.0,3.0,,,,,,,,,,,,,,,,,,,,, +437,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-12-05 14:07:26.000000,2024-09-10 20:43:30,1626.0,3.0,814.0,140.0,1572.0,122.0,125.0,8113.0,Trax Deep Learning with Clear Code and Speed.,80.0,25,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,191.0,190.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +438,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,459.0,699.0,36.0,441.0,7337.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,25,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,,25.0,,,,,,,,2.0,2504.0,,,,,,,,,,,,,,,,,,,, +439,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,,310.0,315.0,,,,,,,,3.0,430.0,,,,,,,,,,,,,,,,,,,, +440,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,788.0,5844.0,Gluon CV Toolkit.,119.0,25,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +441,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,2024-12-05 12:14:19.000000,2024-12-05 12:14:19,3742.0,75.0,621.0,92.0,4109.0,245.0,1415.0,5181.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +442,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,6.0,300.0,80.0,180.0,24.0,54.0,4971.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,,,,,157.0,153.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2885.0,2885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +443,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,2024-12-05 06:18:26.000000,2024-12-05 06:18:26,924.0,6.0,634.0,149.0,797.0,141.0,356.0,4791.0,Deep Learning Visualization Toolkit.,36.0,25,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,,8.0,,,,,,,,3.0,469.0,,,,,,,,,,,,,,,,,,,, +444,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,4677.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'],797.0,791.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,684.0,684.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +445,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-11-11 08:51:05.000000,2024-11-05 15:19:52,1478.0,5.0,755.0,77.0,1823.0,325.0,637.0,4663.0,Probabilistic time series modeling in Python.,117.0,25,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,,28.0,https://anaconda.org/anaconda/gluonts,2023-12-22 09:31:03.436,1069.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +446,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,3899.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,3048.0,3048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +447,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,217.0,408.0,139.0,402.0,3848.0,Lightweight library to build and train neural networks in Theano.,72.0,25,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1080.0,1068.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +448,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,71.0,25.0,117.0,101.0,2984.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'],2991.0,2990.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1213.0,1213.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +449,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,97.0,49.0,65.0,254.0,2860.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,,,,755.0,734.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2648.0,2999.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19674.0,,,,,3.0,1126.0,,,,,,,,,,,,,,,,,,,, +450,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,2823.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,,,,,284.0,281.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28737.0,28738.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,,, +451,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,2024-11-09 05:50:34.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,557.0,144.0,95.0,2756.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,22319.0,22319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +452,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,1.0,86.0,41.0,59.0,13.0,78.0,2184.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,31782.0,31782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +453,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,86.0,48.0,24.0,64.0,2138.0,Common financial technical indicators implemented in Pandas.,28.0,25,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,570.0,558.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,157236.0,157236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +454,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,2113.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94398.0,94398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +455,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,2024-12-03 18:39:35.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,474.0,81.0,104.0,2068.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1319.0,1319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +456,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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,4.0,444.0,60.0,362.0,117.0,93.0,1948.0,Library for training machine learning models with privacy for training data.,59.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,20417.0,20419.0,,,,,,,,3.0,182.0,,,,,,,,,,,,,,,,,,,, +457,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,1888.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'],119.0,115.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1031.0,1031.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +458,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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1929.0,1929.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +459,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,102.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,,41539.0,41786.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15809.0,,,,,3.0,,,,,,,,,,,,1.0,,,,,,,,, +460,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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,180.0,17.0,76.0,30.0,365.0,1568.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,,10511.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,567631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +461,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,,332.0,49.0,44.0,102.0,114.0,1408.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'],610.0,602.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,21850.0,56831.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,343.0,,,,,3.0,1783723.0,,,,,,,,,,,,,,,,,,,, +462,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,,406.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,,285.0,285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +463,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,3.0,125.0,24.0,111.0,50.0,78.0,1312.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,25,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,3648.0,3599.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,,841.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,43774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +464,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1310.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1142.0,1131.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,9944.0,9944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +465,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,2024-12-05 12:39:20.000000,2024-12-05 12:39:17,543.0,9.0,117.0,23.0,397.0,38.0,289.0,1287.0,Extra blocks for scikit-learn pipelines.,68.0,25,True,2024-11-26 14:09:23.000,0.9.3,54.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],180.0,167.0,https://pypi.org/project/scikit-lego,2024-11-13 11:05:03.000,13.0,,1074.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,59081.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +466,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,2024-12-05 02:06:57.000000,2024-11-27 18:24:47,1528.0,45.0,280.0,68.0,110.0,38.0,55.0,1257.0,Model analysis tools for TensorFlow.,59.0,25,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,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +467,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,,418.0,52.0,41.0,17.0,139.0,1246.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,25,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2935.0,2897.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,,927.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,51936.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +468,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-12-04 21:30:34.000000,2024-11-25 17:57:13,2599.0,100.0,96.0,20.0,1210.0,88.0,241.0,1154.0,"MetricFlow allows you to define, build, and maintain metrics in code.",45.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,25517.0,25517.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,,, +469,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,1146.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,,,,,7108.0,6636.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,485332.0,485332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +470,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1024.0,"Utilities for working with image data, text data, and sequence data.",52.0,25,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,,29998.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2339917.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +471,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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,989.0,Search and download Copernicus Sentinel satellite images.,44.0,25,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,636.0,602.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,,678.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33758.0,,,,,3.0,324.0,,,,,,,,,,,,,,,,,,,, +472,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-11-10 14:49:37.000000,2024-11-10 14:49:37,681.0,2.0,105.0,14.0,100.0,73.0,67.0,903.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,25,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,8752.0,8596.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,,39942.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2116972.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +473,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,2.0,144.0,26.0,487.0,24.0,141.0,892.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,25,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,269.0,251.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,47820.0,59314.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,620723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +474,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,739.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,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3028.0,3028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +475,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,2024-12-04 06:22:16.000000,2024-12-04 06:22:16,575.0,9.0,111.0,17.0,199.0,125.0,139.0,721.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,25,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,47697.0,46917.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,,162.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,21062.0,,,,,,,,,,,,,,,,,,,, +476,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-11-03 15:41:21.000000,2024-11-03 15:40:37,634.0,61.0,102.0,24.0,115.0,4.0,113.0,713.0,Python library for reading audio file metadata.,27.0,25,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1223.0,1110.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,,,,,,,,,,3.0,,tinytag/tinytag,,,,,,,,,,,,,,,,,,, +477,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,2024-11-28 20:13:21.000000,2024-11-28 20:13:20,635.0,12.0,164.0,31.0,228.0,5.0,104.0,643.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,25,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],438.0,410.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,,299.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,8972.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +478,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,10.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,25,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1252.0,1738.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,18009.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +479,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-12-02 06:12:47.000000,2024-12-02 06:11:10,577.0,15.0,57.0,42.0,332.0,22.0,63.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,4675.0,4675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +480,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-12-02 20:42:10.000000,2024-12-02 18:49:47,4071.0,485.0,60.0,7.0,366.0,52.0,109.0,270.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,125.0,119.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,2404.0,3149.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,36514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +481,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11186.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,60.0,60.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1026.0,1135.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3832.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +482,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,5801.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,24,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,139.0,139.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,,45.0,,,,,,,,3.0,3849.0,,,,,,,,,,,,,,,,,,,, +483,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-02 08:42:25.000000,2024-12-02 08:41:55,522.0,1.0,452.0,64.0,94.0,37.0,88.0,5186.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],158.0,153.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,26886.0,26886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +484,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,4944.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'],1156.0,1140.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,660.0,672.0,,,,,,,,3.0,970.0,,,,,,,,,,,,,,,,,,,, +485,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,4833.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,24,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,,0.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,,, +486,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,92.0,64.0,271.0,270.0,4776.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,33384.0,33384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +487,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,31.0,52.0,77.0,4493.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,24,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,9822.0,9725.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,,340.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15303.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +488,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,824.0,4174.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,4963.0,4963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +489,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,3845.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,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +490,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-29 05:56:39.000000,2024-11-29 05:56:39,1677.0,14.0,684.0,44.0,30.0,7.0,571.0,3607.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.0,24,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,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,2024-12-04 12:32:36.000000,2024-11-29 09:40:42,2878.0,31.0,1240.0,134.0,1135.0,50.0,83.0,3376.0,a distributed deep learning platform.,94.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,81.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8373.0,3.0,,,,,,,,,,,,,,,,,,,,, +492,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,3298.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,24,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +493,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,118.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,933.0,991.0,,,,,,,,3.0,4747.0,,,,,,,,,,,,,,,,,,,, +494,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,3036.0,Productivity Tools for Plotly + Pandas.,39.0,24,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12554.0,12445.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +495,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,13.0,524.0,110.0,364.0,388.0,690.0,2872.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,24,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,838.0,818.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +496,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,21.0,79.0,112.0,179.0,2869.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +497,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,,143.0,28.0,200.0,20.0,73.0,2766.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,,,,492.0,466.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,37221.0,40933.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,215301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +498,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,2714.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,,,,,117.0,113.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +499,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,93.0,2158.0,215.0,982.0,2705.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,32196.0,32196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,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,,489.0,38.0,250.0,52.0,290.0,2660.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,24,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,,245.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +501,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,2380.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,826.0,772.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24637.0,24637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +502,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,45.0,57.0,70.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,24,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],361.0,354.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +503,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,1.0,291.0,55.0,14.0,22.0,80.0,2258.0,Beautiful visualizations of how language differs among document types.,14.0,24,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,647.0,642.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,,1166.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,102623.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +504,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,29.0,65.0,11.0,83.0,2014.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'],380.0,372.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1306.0,1484.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +505,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,197.0,34.0,20.0,4.0,91.0,1748.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,24,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,803.0,792.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,,1745.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,69804.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +506,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,1642.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,,,,,13.0,4.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,5161.0,5161.0,,,,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,,, +507,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,56.0,118.0,54.0,31.0,1638.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,,,,,106.0,105.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1454.0,1454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +508,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,,238.0,50.0,50.0,23.0,91.0,1628.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,,,,435.0,422.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,,2106.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,51040.0,,,,,3.0,69001.0,,,,,,,,,,,,,,,,,,,, +509,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,,123.0,28.0,31.0,63.0,50.0,1596.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],566.0,559.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,134617.0,134617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +510,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,2.0,274.0,43.0,257.0,77.0,198.0,1552.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +511,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,,165.0,104.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2312.0,2312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +512,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-12-02 01:17:12.000000,2024-10-15 17:52:15,3072.0,10.0,124.0,36.0,374.0,9.0,191.0,1457.0,Multi-class confusion matrix library in Python.,17.0,24,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,377.0,353.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +513,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1400.0,Metric learning algorithms in Python.,23.0,24,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],430.0,423.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,,260.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +514,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,1250.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,,,,761.0,730.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,21371.0,21776.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +515,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,1179.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +516,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-12-05 11:45:08.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,615.0,109.0,461.0,1092.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,41.0,24,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,,583.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,26264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +517,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],495.0,492.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6638.0,6638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +518,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,2024-12-05 12:38:28.000000,2024-12-05 12:38:26,1959.0,240.0,35.0,9.0,1474.0,9.0,42.0,983.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-11-13 15:04:20.000,0.0.36,44.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-11-13 15:02:20.000,1.0,31961.0,31963.0,,,,,,,,3.0,58.0,,,,,,,,,,,,,,,,,,,, +519,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,842.0,The Classical Language Toolkit.,121.0,24,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,296.0,279.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,,0.0,,,,,,,,3.0,104.0,,,,,,,,,,,,,,,,,,,, +520,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,737.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,229.0,197.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16985.0,17878.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,92920.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-12-03 20:05:29.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1441.0,293.0,371.0,709.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,24,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,,,,,,,,,,3.0,,,,,,,,,,,,-6.0,,,,,,,,, +522,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,669.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],241.0,229.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,16626.0,16626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +523,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,9.0,50.0,9.0,66.0,192.0,258.0,652.0,python binding for libvips using cffi.,16.0,24,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,930.0,853.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,,2918.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,145929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +524,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,2024-12-02 22:31:56.000000,2024-12-02 22:31:55,1012.0,27.0,196.0,23.0,883.0,128.0,400.0,631.0,MONAI Label is an intelligent open source image labeling and learning tool.,64.0,24,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,,,2558.0,,,,,,,,3.0,104906.0,,,,,,,,,,,,,,,,,,,, +525,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,,138.0,21.0,49.0,1.0,87.0,580.0,Medical image processing in Python.,20.0,24,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2434.0,2381.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24351.0,26013.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,69832.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +526,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-11-13 16:44:12.000000,2024-11-13 16:44:08,2383.0,32.0,42.0,12.0,18.0,14.0,63.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,3437.0,3441.0,,,,,,,,2.0,281.0,,,,,,,,,,,,,,,,,,,, +527,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-05 13:33:40.000000,2024-12-05 13:26:49,5680.0,22.0,94.0,18.0,773.0,9.0,446.0,451.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2024-11-28 13:00:21.000,24.11.4.0,206.0,lightwood,,,,['pytorch'],79.0,77.0,https://pypi.org/project/lightwood,2024-11-28 13:09:56.000,2.0,6730.0,6730.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +528,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,2024-12-01 03:22:23.000000,2024-12-01 03:22:22,686.0,18.0,65.0,29.0,497.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,9522.0,21784.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,674422.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +529,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2024-12-05 00:46:04.000000,2024-12-05 00:44:37,989.0,411.0,7.0,5.0,232.0,17.0,35.0,147.0,Beautiful ridgeline plots in Python.,4.0,24,False,2024-12-05 00:46:50.000,0.3.0,28.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,153.0,148.0,https://pypi.org/project/ridgeplot,2024-12-05 00:46:04.000,5.0,44243.0,44243.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,,,True +530,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,23,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],288.0,280.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +531,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,6454.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,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +532,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,5080.0,Image augmentation library in Python for machine learning.,23.0,23,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,865.0,853.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +533,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,19.0,831.0,146.0,1588.0,382.0,403.0,5074.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +534,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,58.0,1015.0,187.0,742.0,4374.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,23,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],184.0,180.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +535,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,37.0,56.0,138.0,44.0,4020.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,23,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],17331.0,17196.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +536,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,282.0,226.0,12.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,23,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,,425.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +537,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,3390.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,346872.0,346875.0,,,,,,,,2.0,214.0,,,,,,,,,,,,,,,,,,,, +538,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,82.0,245.0,69.0,155.0,3073.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,23,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,210.0,207.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,,1.0,,,,,,,,3.0,93.0,,,,,,,,,,,-6.0,,,,,,,,, +539,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,476.0,54.0,30.0,3047.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,23,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,,275.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +540,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,225.0,64.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,23,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1213.0,1208.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,,269.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +541,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,2024-12-02 23:16:14.000000,2024-12-02 23:16:14,149.0,9.0,346.0,29.0,337.0,46.0,345.0,2596.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,14.0,23,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],144.0,132.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,,,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,,, +542,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,2024-12-05 15:54:01.000000,2024-12-05 15:20:35,618.0,565.0,152.0,36.0,733.0,29.0,74.0,2483.0,Open-source end-to-end LLM Development Platform.,27.0,23,True,2024-12-05 10:35:42.000,1.2.1,71.0,opik,,,,,1.0,,https://pypi.org/project/opik,2024-12-05 10:36:04.000,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-12-05 11:45:21.000000,2024-05-21 08:57:13,663.0,,252.0,57.0,667.0,151.0,225.0,2420.0,Algorithms for explaining machine learning models.,22.0,23,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,709.0,684.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +544,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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1616.0,1765.0,,,,,,,,3.0,12889.0,,,,,,,,,,,,,,,,,,,, +545,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,2324.0,Stand-alone language identification system.,9.0,23,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12007.0,11852.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +546,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,63.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,23,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],391.0,385.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +547,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,40.0,39.0,7.0,114.0,2175.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,,,,287.0,274.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4827.0,5358.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28143.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +548,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,,247.0,44.0,33.0,51.0,90.0,1995.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],186.0,186.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5033.0,5033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +549,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,23,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,,1173.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,61037.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +550,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,446.0,50.0,354.0,1894.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14385.0,14385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +551,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,1891.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'],501.0,479.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1622.0,2898.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,56164.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,35.0,1776.0,A Python package for time series classification.,14.0,23,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,766.0,721.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,,747.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28404.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +553,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,44.0,801.0,72.0,485.0,1649.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,,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +554,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,1574.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,23,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],63.0,62.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +555,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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,363.0,32.0,2283.0,86.0,234.0,1403.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,23,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +556,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,24.0,42.0,34.0,1293.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1086.0,1086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +557,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,,331.0,40.0,302.0,31.0,200.0,1292.0,A research toolkit for particle swarm optimization in Python.,45.0,23,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,490.0,468.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +558,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,34.0,68.0,57.0,206.0,1269.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,23,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],144.0,142.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,,5.0,,,,,,,,3.0,158.0,,,,,,,,,,,,,,,,,,,, +559,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-11-27 18:53:38.157000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1056.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,,1407.0,https://anaconda.org/conda-forge/astroml,2024-11-27 18:53:38.157,49264.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +560,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,148.0,15.0,108.0,29.0,256.0,1017.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,,9801.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,529280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +561,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,800.0,777.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,122901.0,124812.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,74565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +562,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,,85.0,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4560.0,4560.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,,, +563,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,3.0,75.0,6.0,5.0,2.0,25.0,853.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],531.0,516.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,38825.0,38825.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +564,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,4.0,148.0,15.0,66.0,34.0,142.0,834.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,17567.0,21808.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,233263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +565,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,23,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8156.0,8017.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,,732.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41030.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +566,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,396.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,503.0,459.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,213442.0,215135.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,86365.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +567,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,50.0,89.0,336.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2218.0,11307.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,285492.0,,,,,3.0,8348.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,200.0,,,,,,,,,,,,,, +568,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,119.0,111.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1407.0,1407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +569,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,2024-12-05 09:59:44.000000,2024-11-20 19:04:31,1083.0,31.0,1308.0,112.0,527.0,66.0,679.0,13632.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-11-20 19:05:17.000,2.4.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,,, +570,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,2024-06-16 11:20:30.000000,2024-06-16 11:20:30,100.0,,1825.0,209.0,74.0,113.0,37.0,10752.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,32.0,22,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +571,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,8023.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,987.0,987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +572,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,124.0,109.0,180.0,356.0,5603.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,19014.0,19014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5509.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.0,22,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,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,47.0,34.0,67.0,113.0,5305.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,22,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],250.0,235.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +575,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,211.0,66.0,220.0,4969.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1652.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143756.0,3.0,,,,,,,,,,,,,,,,,,,,, +576,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,,474.0,74.0,63.0,112.0,57.0,4938.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,22,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3341.0,3319.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,,,,,,,,,,3.0,,,,,,,,,,,,-6.0,,,,,,,,, +577,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,,4448.0,Python Algorithmic Trading Library.,11.0,22,False,,,8.0,pyalgotrade,,,,,195.0,195.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +578,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,,450.0,44.0,56.0,95.0,175.0,4388.0,An Open-Source Framework for Prompt-Learning.,24.0,22,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,159.0,156.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +579,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,22,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,,,21.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1815.0,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,,, +580,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,3633.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,,233.0,253.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1350.0,3.0,,,,,,,,,,,,,,,,,,,,, +581,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,22,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,812.0,62.0,642.0,133.0,404.0,3284.0,A high-performance distributed training framework for Reinforcement Learning.,45.0,22,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +583,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,,328.0,54.0,414.0,82.0,106.0,3261.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],56.0,55.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +584,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,54.0,36.0,75.0,126.0,3199.0,A GUI for Pandas DataFrames.,14.0,22,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],451.0,437.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,,627.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,29482.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +585,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,205.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'],163.0,161.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2769.0,2769.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,,,, +586,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,2024-11-22 21:00:41.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,72.0,2.0,31.0,3108.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,482.0,536.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1896.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +587,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,164.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,,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,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,1.0,331.0,65.0,319.0,50.0,124.0,2919.0,DDSP: Differentiable Digital Signal Processing.,32.0,22,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,,357.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,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,2893.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,3533.0,3535.0,,,,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,,, +590,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,373.0,38.0,94.0,41.0,158.0,2688.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,22,True,2022-09-04 16:37:07.000,0.54.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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +591,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,,441.0,65.0,123.0,32.0,350.0,2396.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,22,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],73.0,71.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +592,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,42.0,68.0,163.0,95.0,1871.0,Super easy library for BERT based NLP models.,37.0,22,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,,3850.0,3850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +593,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,,160.0,60.0,68.0,67.0,130.0,1829.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,22,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,492.0,490.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,,0.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,,, +594,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,44.0,14.0,57.0,35.0,1800.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']",326.0,315.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2823.0,2823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +595,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,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,3564.0,5992.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,243563.0,,,,,3.0,725.0,,,,,,,,,,,,,,,,,,,, +596,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,,197.0,30.0,424.0,11.0,163.0,1674.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,,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +597,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,38.0,7.0,15.0,33.0,1656.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'],75.0,69.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,12573.0,12573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +598,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,1596.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,35382.0,35382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +599,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,52.0,82.0,149.0,1571.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,,2255.0,2284.0,,,,,,,,3.0,2893.0,,,,,,,,,,,,,,,,,,,, +600,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,,192.0,33.0,86.0,16.0,33.0,1446.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,785.0,785.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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1379.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'],259.0,237.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,51146.0,51327.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6890.0,,,,,3.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,1311.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'],183.0,178.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,979.0,979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,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,2024-10-28 10:06:42.000000,2024-10-28 10:06:42,783.0,2.0,68.0,17.0,131.0,56.0,117.0,1048.0,Visualize large time series data with plotly.py.,13.0,22,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1583.0,1559.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,,2250.0,https://anaconda.org/conda-forge/plotly-resampler,2024-03-29 13:25:52.761,78765.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,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,90.0,18.0,73.0,18.0,45.0,1036.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,,,,,245.0,241.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,18692.0,18692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,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,51.0,99.0,44.0,51.0,1018.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'],267.0,256.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3774.0,3774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +606,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,,174.0,49.0,114.0,53.0,170.0,989.0,Python interface to GPU-powered libraries.,44.0,22,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,334.0,311.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +607,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,930.0,Gaussian Process Optimization using GPy.,50.0,22,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,580.0,543.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +608,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,,171.0,29.0,113.0,91.0,56.0,926.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,8761.0,52294.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2321520.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,542.0,,,,,,,,,,,,,, +609,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,923.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2462.0,2453.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1606.0,1606.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +610,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,33.0,86.0,88.0,123.0,921.0,A scikit-learn based module for multi-label et. al. classification.,28.0,22,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1869.0,1844.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +611,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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,500.0,499.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2132.0,2132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +612,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,6174.0,10582.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,348760.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,576.0,,,,,,,,,,,,,, +613,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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,715.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'],349.0,311.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,,3230.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,168010.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,,, +614,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,2.0,115.0,42.0,118.0,51.0,48.0,697.0,Bias Auditing & Fair ML Toolkit.,22.0,22,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,182.0,174.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,27062.0,27062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +615,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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,692.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'],484.0,474.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,30757.0,30786.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3086.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +616,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,686.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,,,,531.0,526.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12008.0,12063.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2388.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,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,611.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,510.0,485.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,9249.0,9661.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19822.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +618,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,,71.0,15.0,13.0,35.0,7.0,586.0,Pure-Python full-text search library.,42.0,22,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,,8260.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,355213.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +619,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,513.0,Find pyspark to make it importable.,15.0,22,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5057.0,4954.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,,9130.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,931316.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +620,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,5.0,101.0,18.0,11.0,,50.0,460.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,62.0,62.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,5747.0,5747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +621,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,379.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,,3271.0,3271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,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,4.0,60.0,28.0,110.0,33.0,184.0,373.0,scalable audio processing framework and server written in Python.,23.0,22,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,,421.0,421.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,7.0,78.0,354.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,183.0,174.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,56951.0,57347.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16236.0,,,,,1.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,2024-12-04 10:14:27.000000,2024-11-19 09:38:40,1433.0,135.0,20.0,9.0,84.0,11.0,27.0,315.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,1133.0,1133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +625,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,2024-12-01 00:14:19.000000,2024-11-07 18:17:34,501.0,11.0,108.0,20.0,565.0,58.0,130.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,53462.0,53581.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5434.0,,,,,3.0,121.0,,,,,,,,,,,,,,,,,,,, +626,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,239.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,,,,1329.0,1272.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,92278.0,94023.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,87250.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +627,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,,636.0,93.0,152.0,100.0,102.0,8377.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,801.0,801.0,,,,,,,,3.0,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,,, +628,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,5369.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,871.0,871.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,,, +629,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,4942.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1539.0,,,,,,,,,,,,,,,,,,,, +630,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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,743.0,102.0,35.0,107.0,113.0,4670.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5397.0,5400.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,248.0,3.0,,,,,,,,,,,,,,,,,,,,, +631,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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3574.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",171.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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +632,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,,613.0,42.0,1016.0,289.0,716.0,3479.0,"A unified, comprehensive and efficient recommendation library.",74.0,21,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,,137.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6759.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +633,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,85.0,105.0,101.0,3347.0,A deep learning library for video understanding research.,57.0,21,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +634,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,97.0,44.0,91.0,240.0,2747.0,Learning to Rank in TensorFlow.,36.0,21,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,,,,,,,,,,3.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,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,21,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +636,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,12.0,227.0,40.0,137.0,63.0,127.0,2349.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,21,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +637,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,62.0,32.0,60.0,96.0,2287.0,Fast and Easy Infinite Neural Networks in Python.,29.0,21,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,119.0,118.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,,9.0,,,,,,,,3.0,524.0,,,,,,,,,,,,,,,,,,,, +638,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,2254.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,21,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",137.0,133.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,,,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,,, +639,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,,369.0,84.0,4.0,5.0,18.0,2223.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +640,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,,253.0,56.0,56.0,19.0,50.0,2216.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,21,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],760.0,741.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +641,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,,164.0,24.0,34.0,33.0,31.0,1986.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'],32.0,31.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,,162.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5790.0,,,,,3.0,125.0,,,,,,,,,,,,,,,,,,,, +642,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,,162.0,18.0,74.0,24.0,42.0,1835.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'],35.0,35.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1233.0,1233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,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,1596.0,An end-to-end PyTorch framework for image and video classification.,77.0,21,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,,457.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,27000.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +644,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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,20.0,122.0,29.0,73.0,4.0,29.0,1522.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,21,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,,1.0,,,,,,,,3.0,125.0,,,,,,,,,,,,,,,,,,,, +645,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,,270.0,65.0,51.0,23.0,75.0,1500.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,,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +646,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,61.0,47.0,37.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'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,851.0,851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +647,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,187.0,19.0,264.0,88.0,94.0,1370.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,39146.0,39146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +648,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1294.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,21,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1745.0,1729.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +649,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,1277.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,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +650,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,1.0,214.0,53.0,461.0,145.0,296.0,1213.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,21,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +651,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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,204.0,63.0,7.0,13.0,29.0,1169.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,2003.0,2003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +652,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,,250.0,48.0,46.0,26.0,127.0,1078.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'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,1040.0,1040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +653,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,28.0,211.0,53.0,94.0,59.0,219.0,1054.0,Line based ATR Engine based on OCRopy.,21.0,21,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +654,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,1.0,114.0,15.0,48.0,37.0,29.0,970.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,21,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,767.0,737.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,,15384.0,,,,,,,,3.0,753816.0,,,,,,,,,,,,,,,,,,,, +655,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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,249.0,46.0,18.0,11.0,92.0,864.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,2707.0,2707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +656,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,,161.0,37.0,46.0,43.0,49.0,835.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,859.0,859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +657,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,773.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],66.0,62.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,1051.0,1051.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +658,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,,125.0,30.0,29.0,21.0,34.0,770.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1287.0,1287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +659,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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,9.0,174.0,49.0,89.0,39.0,144.0,766.0,Library for exploring and validating machine learning data.,27.0,21,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,,12.0,,,,,,,,3.0,909.0,,,,,,,,,,,-6.0,,,,,,,,, +660,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,2024-11-28 22:40:56.000000,2024-11-15 17:35:24,903.0,9.0,88.0,11.0,771.0,60.0,493.0,649.0,Automated modeling and machine learning framework FEDOT.,36.0,21,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,,,,,,,,,,3.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,,, +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,635.0,torchbearer: A model fitting library for PyTorch.,14.0,21,True,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,817.0,817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,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,,,,,236.0,228.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,35428.0,35428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +663,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],415.0,407.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,26263.0,26263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +664,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,315.0,608.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +665,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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,41.0,65.0,25.0,10.0,15.0,45.0,596.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,,,368.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10689.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,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,589.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,444.0,438.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,8434.0,8628.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +667,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,3398.0,3398.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,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,565.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,476.0,467.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11961.0,12377.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +669,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,550.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,526.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,10435.0,10435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,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,416.0,optimization routines for hyperparameter tuning.,9.0,21,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,142.0,139.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,4906.0,4906.0,,,,,,,,3.0,105.0,,,,,,,,,,,,,,,,,,,, +672,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-11-29 10:33:15.000000,2024-11-29 10:32:50,810.0,27.0,25.0,5.0,302.0,4.0,,320.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-11-29 10:33:15.000,1.2.27,858.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-29 10:33:15.000,,19732.0,19732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +673,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,509412.0,509412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +674,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-12-04 18:38:14.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,223.0,22.0,64.0,250.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,51.0,45.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,583.0,583.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,,, +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,148.0,89.0,255.0,286.0,13705.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,,,,,,,,,,,,,,,,,,,,, +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,1.0,1210.0,97.0,51.0,409.0,288.0,6655.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +677,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,20.0,19.0,72.0,24.0,5132.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,,3564.0,3564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +678,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,,321.0,75.0,37.0,95.0,73.0,4375.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,20,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,,,,,,,,,,,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,21.0,489.0,216.0,22.0,25.0,4.0,3476.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,20,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,,,0.0,,,,,,,,3.0,57.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,102.0,16.0,53.0,17.0,3421.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,,,,,164.0,157.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,857.0,857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +681,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,2863.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,,,,,,,,,,,,,,,,,,,,, +682,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,2689.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,75.0,75.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +683,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,,298.0,64.0,78.0,65.0,68.0,2105.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,20,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +684,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,2024-11-16 07:21:27.000000,2024-11-16 07:21:26,1290.0,4.0,146.0,33.0,181.0,71.0,150.0,2023.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",30.0,20,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,,,11.0,,,,,,,,3.0,602.0,,,,,,,,,,,,,,,,,,,, +685,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,,182.0,55.0,895.0,129.0,586.0,1935.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +686,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,278.0,50.0,326.0,269.0,184.0,1860.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,20,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +687,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,67.0,202.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,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,,67.0,263.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13141.0,3.0,,,,,,,,,,,,,,,,,,,,, +688,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,1567.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,20,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],272.0,268.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +689,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,,156.0,46.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,20,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,,1524.0,1524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +690,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,1430.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,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +691,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,2024-12-03 00:40:04.000000,2024-11-28 04:39:03,575.0,25.0,140.0,21.0,322.0,10.0,148.0,1401.0,A standard framework for modelling Deep Learning Models for tabular data.,24.0,20,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,,1.0,,,,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,,, +692,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,56.0,65.0,8.0,31.0,1389.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +693,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,87.0,34.0,111.0,8.0,18.0,1267.0,A library of reinforcement learning building blocks in JAX.,21.0,20,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],293.0,282.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,,,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,,, +694,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,2024-11-12 04:55:08.000000,2024-11-12 04:52:24,205.0,10.0,114.0,38.0,32.0,21.0,120.0,1265.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,20,True,2024-11-08 02:44:21.000,2.3.4,89.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +695,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,,149.0,92.0,122.0,33.0,46.0,1201.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,20,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +696,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,,141.0,17.0,11.0,43.0,43.0,1100.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'],173.0,168.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5625.0,5625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,21.0,1060.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,20,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1504.0,1525.0,,,,,,,,3.0,470.0,,,,,,,,,,,,,,,,,,,, +698,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,,184.0,33.0,74.0,3.0,86.0,1047.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,20,False,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],238.0,229.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +699,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,,169.0,57.0,14.0,30.0,19.0,1029.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,,,,187.0,185.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,681.0,905.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +700,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,20.0,143.0,20.0,87.0,8.0,71.0,947.0,An intuitive library to extract features from time series.,20.0,20,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,168.0,161.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,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,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3646.0,3641.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,657.0,657.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,,86.0,18.0,160.0,20.0,94.0,873.0,Bayesian active learning library for research and industrial usecases.,23.0,20,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,,228.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +703,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-07-28 01:04:48.000000,2024-07-22 10:16:42,493.0,,117.0,34.0,561.0,211.0,246.0,785.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,10215.0,10215.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,765.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,945.0,945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +705,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,5804.0,5804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +706,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,34.0,691.0,22.0,118.0,704.0,Scikit-learn style model finetuning for NLP.,23.0,20,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +707,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,,41.0,15.0,18.0,,22.0,606.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,890.0,890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +708,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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +709,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,35.0,14.0,225.0,15.0,40.0,497.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,8872.0,8876.0,,,,,,,,3.0,248.0,,,,,,,,,,,,,,,,,,,, +710,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,2024-12-02 15:56:42.000000,2024-11-26 14:53:35,988.0,1.0,91.0,32.0,99.0,18.0,27.0,481.0,A Python implementation of active inference for Markov Decision Processes.,18.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,16490.0,16490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +711,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,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,1064.0,1367.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15183.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +712,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,9.0,78.0,33.0,23.0,405.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1688.0,2364.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,27733.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +713,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,2024-11-27 03:09:24.000000,2024-11-26 18:51:15,404.0,5.0,137.0,34.0,331.0,89.0,138.0,341.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,19.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-11-27 03:09:24.000,,2328.0,2345.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1882.0,3.0,,,,,,,,,,,,,,,,,,,,, +714,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,,26.0,22.0,239.0,24.0,25.0,301.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,482.0,482.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,2024-08-26 15:06:41.000000,2024-08-24 17:15:47,524.0,,58.0,14.0,90.0,26.0,39.0,288.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,25.0,22.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,20447.0,20447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,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,268.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,2521.0,5192.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,132716.0,,,,,3.0,2073.0,,,,,,,,,,,,,,,,,,,, +717,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,,33.0,11.0,202.0,21.0,76.0,204.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1736.0,1736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +718,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,,1525.0,150.0,52.0,46.0,12.0,10627.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,19,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],76.0,73.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +719,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,,752.0,108.0,590.0,107.0,345.0,6201.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,19,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,,,,,,,,,,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4582.0,High-performance TensorFlow library for quantitative finance.,47.0,19,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,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,3398.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,19,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,,9.0,,,,,,,,3.0,645.0,,,,,,,,,,,,,,,,,,,, +722,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3245.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2356.0,2356.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,2.0,727.0,7.0,34.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,19,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,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,126.0,225.0,90.0,183.0,2332.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,19,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +725,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,24.0,20.0,19.0,30.0,1736.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,,,,,8.0,8.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,205.0,206.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,,, +726,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,1077.0,fastFM: A Library for Factorization Machines.,20.0,19,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,,6.0,,,,,,,,3.0,786.0,,,,,,,,,,,,,,,,,,,, +727,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,,184.0,52.0,12.0,16.0,42.0,1004.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,19,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,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,920.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,655.0,852.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +729,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,,111.0,26.0,36.0,35.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,19,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],698.0,686.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +730,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,30.0,38.0,43.0,21.0,861.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,,2825.0,2825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +731,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,858.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +732,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,,87.0,23.0,50.0,20.0,17.0,853.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,1628.0,2569.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,32015.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +733,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,1.0,134.0,23.0,594.0,63.0,511.0,850.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,19,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +734,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,14.0,126.0,30.0,1059.0,37.0,54.0,768.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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +735,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,19,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],677.0,669.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,,173.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8697.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +736,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,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,19,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,,2713.0,2713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +737,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-10-12 15:09:33.000000,2024-10-12 15:08:21,367.0,13.0,98.0,20.0,151.0,36.0,99.0,649.0,pyspark methods to enhance developer productivity.,32.0,19,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],95.0,88.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,,0.0,,,,,,,,3.0,45.0,mrpowers-io/quinn,,,,,,,,,,-7.0,,,,,,,,, +738,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,521.0,46519.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2345929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +739,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,16.0,75.0,10.0,220.0,49.0,83.0,564.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,19,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,,7.0,,,,,,,,3.0,267.0,,,,,,,,,,,,,,,,,,,, +740,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,55.0,72.0,18.0,71.0,527.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,,,,,23.0,23.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +741,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,,67.0,7.0,211.0,20.0,109.0,522.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,19,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],299.0,294.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +742,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,,109.0,36.0,277.0,85.0,174.0,494.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,19,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,89.0,87.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,,4.0,,,,,,,,3.0,398.0,,,,,,,,,,,,,,,,,,,, +743,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,1.0,98.0,28.0,34.0,41.0,15.0,478.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,40847.0,40847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +744,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,470.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,,1049.0,1049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +745,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-11-29 19:00:19.000000,2024-09-24 15:52:47,3054.0,16.0,64.0,12.0,269.0,11.0,112.0,444.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,19,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,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,2024-11-21 16:43:52.000000,2024-04-26 20:31:49,327.0,,79.0,25.0,347.0,26.0,10.0,343.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2180.0,2180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +747,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,453.0,43.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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +748,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,,37.0,18.0,6.0,19.0,21.0,314.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,1559.0,1559.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,,, +749,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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,959.0,963.0,,,,,,,,3.0,429.0,,,,,,,,,,,,,,,,,,,, +750,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,6306.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +751,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,2024-12-05 12:22:09.000000,2024-12-05 12:22:02,714.0,11.0,439.0,40.0,869.0,149.0,119.0,3348.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,89.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +752,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,,419.0,106.0,83.0,67.0,48.0,2994.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +753,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,2946.0,Quickly search over billions of images.,19.0,18,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,,,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,,, +754,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,18,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],215.0,212.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +755,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,31.0,41.0,35.0,176.0,1895.0,A library for graph deep learning research.,50.0,18,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,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,,458.0,80.0,36.0,83.0,68.0,1700.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,,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +757,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,18,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,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,1548.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,,358.0,377.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1697.0,3.0,,,,,,,,,,,,,,,,,,,,, +759,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,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,417.0,417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,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,1.0,323.0,50.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,18,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,,,0.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,, +761,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,1191.0,Anomaly Detection and Correlation library.,9.0,18,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,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,1107.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,6394.0,6394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,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,,147.0,25.0,77.0,50.0,37.0,1105.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,18,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,,161.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9215.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +764,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,957.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,18,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],121.0,113.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +765,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,845.0,python partial dependence plot toolbox.,7.0,18,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,,340.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +766,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,,85.0,13.0,35.0,3.0,25.0,818.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3098.0,3098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +767,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,797.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,,1336.0,1435.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3765.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +768,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,777.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,10398.0,10398.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,,, +769,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,,115.0,20.0,26.0,2.0,87.0,737.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,,11523.0,11523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +770,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,675.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,,659.0,659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +771,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,18,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +772,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,46.0,61.0,613.0,Build fully-functioning computer vision models with PyTorch.,12.0,18,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,,123.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5205.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +773,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,573.0,Python module for machine learning time series:.,14.0,18,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +774,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,,71.0,13.0,10.0,26.0,41.0,568.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,,983.0,983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +775,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,527.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'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,991.0,991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +776,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,431.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,,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +777,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,411.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,18,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,,427.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35505.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +778,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,12.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,,1775.0,1775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +779,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,406.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,141.0,137.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5384.0,5385.0,,,,,,,,3.0,123.0,,,,,,,,,,,,,,,,,,,, +780,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,355.0,Data imputations library to preprocess datasets with missing data.,11.0,18,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +781,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,,1012.0,1012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +782,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,28.0,59.0,30.0,32.0,292.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,,328.0,331.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,,, +783,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,286.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,,1657.0,6399.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,237148.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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,8.0,77.0,21.0,447.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,18,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,,,,,,,,,,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,18,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,,,21.0,,,,,,,,3.0,1229.0,,,,,,,,,,,,,,,,,,,, +786,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,,1351.0,466.0,21.0,59.0,167.0,7141.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,,,,,,,,,,,,,,,,,,, +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,337.0,58.0,2.0,,6794.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,17,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,,,7.0,,,,,,,,3.0,390.0,,,,,,,,,,,,,,,,,,,, +788,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,,322.0,58.0,242.0,176.0,111.0,3217.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,17,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,,11.0,,,,,,,,3.0,700.0,,,,,,,,,,,,,,,,,,,, +789,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,,172.0,65.0,54.0,6.0,44.0,3092.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,17,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,,,0.0,,,,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,,, +790,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,54.0,35.0,16.0,105.0,2129.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,17,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +791,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,1629.0,"A fast, efficient universal vector embedding utility package.",4.0,17,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +792,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,17,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,175.0,173.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +793,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,,144.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,700.0,700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +794,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,1131.0,XAI - An eXplainability toolbox for machine learning.,3.0,17,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +795,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,,,,,84.0,83.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,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,780.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,17,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +797,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,,102.0,26.0,49.0,15.0,54.0,734.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,17,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,31.0,29.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +798,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,,615.0,622.0,,,,,,,,3.0,545.0,,,,,,,,,,,,,,,,,,,, +799,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,642.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,17,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",690.0,673.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +800,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,4.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,,,,,18.0,18.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +801,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,2.0,131.0,22.0,20.0,8.0,31.0,602.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,17,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +802,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,8.0,94.0,594.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,17,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,81.0,79.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +803,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,553.0,Python library assists deep learning on graphs.,18.0,17,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,118.0,116.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,,0.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,,, +804,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,,98.0,39.0,106.0,12.0,51.0,550.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,,188.0,191.0,,,,,,,,3.0,251.0,typedb/typedb-ml,,,,,,,,,,,,,,,,,,, +805,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,,109.0,19.0,57.0,27.0,21.0,499.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,17,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +806,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,412.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,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +807,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,381.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,17,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,545.0,537.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.0,17,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +809,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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +810,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,,53.0,11.0,60.0,17.0,41.0,333.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,17,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +811,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,17,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],264.0,264.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +812,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,17,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2448.0,2404.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +814,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'],50.0,50.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +815,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,4358.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,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,3949.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +817,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,,86.0,86.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +818,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,39.0,31.0,30.0,79.0,1815.0,"A flexible, intuitive and fast forecasting library.",10.0,16,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,34.0,34.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,,1.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +819,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,2024-12-04 23:21:39.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1013.0,127.0,65.0,1649.0,Version control for machine learning.,18.0,16,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +820,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,20.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,,,,,,,,,,,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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],93.0,92.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2671.0,2671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +822,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,1265.0,1265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,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,736.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,,421.0,421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +824,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,16,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,,0.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +825,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,10713.0,10713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +826,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,717.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +827,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,,57.0,16.0,83.0,18.0,49.0,609.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,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +828,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,16,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,162.0,154.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,,0.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +829,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,494.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,673.0,673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +830,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,489.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,16,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +831,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,1.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,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +832,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,429.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,16,False,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2171.0,2127.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +834,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,341.0,Camphr - NLP libary for creating pipeline components.,8.0,16,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +835,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,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,2041.0,2041.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,, +836,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,19.0,6.0,33.0,20.0,44.0,264.0,Streaming over lightweight data transformations.,6.0,16,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,,,,,,,,,,3.0,,imedslab/solt,,,,,,,,,,,,,,,,,,, +837,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,,43.0,11.0,61.0,31.0,47.0,243.0,Scikit-learn compatible estimation of general graphical models.,7.0,16,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +838,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,,20.0,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,16,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +839,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,16,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,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,4.0,23.0,8.0,13.0,4.0,11.0,226.0,A Python module to convert natural language numerics into ints and floats.,4.0,16,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +841,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,,13.0,9.0,2.0,,5.0,207.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,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +842,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,5.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,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,,2304.0,2304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +843,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-28 13:08:26.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-11-28 13:08:26.000,3.47.4,302.0,comet_ml,comet_ml,,,,81.0,,https://pypi.org/project/comet_ml,2024-11-28 13:08:26.000,81.0,546653.0,546653.0,https://anaconda.org/anaconda/comet_ml,,,,,,,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,138.0,28.0,217.0,102.0,2901.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,,,,,,,,,,,,,,,,,,,,, +845,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,2208.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +846,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,60.0,106.0,27.0,56.0,2141.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,15,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +847,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,1173.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +848,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,,119.0,30.0,111.0,14.0,25.0,1093.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,,,,,,,,,,,,,,,,,,,,, +849,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,852.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,,,,,,,,,,,,,,,,,,,,, +850,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,828.0,Translate - a PyTorch Language Library.,88.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +851,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,780.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,15,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,61.0,61.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,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,,97.0,15.0,53.0,13.0,16.0,571.0,A library of metrics for evaluating recommender systems.,20.0,15,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,,,0.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,, +853,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,567.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,15,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +854,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,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,880.0,880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +855,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,481.0,A Python library for dynamic classifier and ensemble selection.,17.0,15,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,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,15,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +857,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,,67.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,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,,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +858,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,,55.0,18.0,6.0,6.0,,398.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,280.0,419.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7377.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +859,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,,40.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,,365.0,365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +860,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,,32.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,15,False,,,1.0,pdvega,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +861,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,311.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,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +862,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,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,,191.0,191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,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,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,1021.0,1021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +864,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,,32.0,8.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,,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +865,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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.0,,35.0,225.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,15,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,,109.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3848.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,,, +866,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,,36.0,14.0,18.0,27.0,18.0,125.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,,,,,,,,,,,,,,,,,,,,, +867,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,63.0,13.0,45.0,26.0,3742.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +868,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,3437.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +869,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,67.0,26.0,10.0,97.0,1689.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +870,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,1310.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,,,,,,,,,,,,,,,,,,,,, +871,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,1235.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +872,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,563.0,2128.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,82988.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +873,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,14,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +874,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,,83.0,20.0,248.0,10.0,23.0,427.0,A toolkit that streamlines and automates the generation of model cards.,22.0,14,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,,0.0,,,,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,,, +875,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,14,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,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,,,,220.0,Pytorch framework for doing deep learning on point clouds.,29.0,14,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +877,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,134.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,14,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10073.0,9944.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,,31.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1278.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +878,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,,240.0,240.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,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +880,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,3864.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +881,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,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,,,,,,,,,,,,,,,,,,,,, +882,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,,174.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,,,,,,,,,,,,,,,,,,,,, +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,11.0,11.0,3.0,16.0,780.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,162.0,162.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +884,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,,53.0,17.0,3.0,2.0,1.0,538.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,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,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,2.0,43.0,21.0,171.0,6.0,65.0,512.0,A collection of tools for neural compression enthusiasts.,10.0,13,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,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,297.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,13,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,,,,,,,,,,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,9.0,15.0,2.0,7.0,278.0,A Jax-based library for designing and training transformer models from scratch.,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,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,2024-11-13 15:13:21.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,265.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,,339.0,344.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,261.0,3.0,11.0,,,,,,,,,,,,,,,,,,,, +889,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,229.0,Easy training and deployment of seq2seq models.,2.0,13,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +890,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,13,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +891,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,,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,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,13,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +893,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,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +894,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,13,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +895,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,13,False,,,2.0,autodist,,,,['tensorflow'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +896,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,5.0,1238.0,4.0,10.0,126.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,,499.0,508.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,672.0,3.0,,,,,,,,,,,,,,,,,,,,, +897,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +898,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,111.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,,223.0,223.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,,, +899,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,,,44.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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,773.0,773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +900,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,32.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,,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +901,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,,411.0,63.0,6.0,66.0,17.0,1955.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,,,,,,,,,,,,,,,,,,,,, +902,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,,324.0,89.0,11.0,12.0,6.0,1782.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +903,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,,52.0,10.0,17.0,10.0,29.0,419.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,12,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,,,0.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,,, +904,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,292.0,NLP library designed for reproducible experimentation management.,7.0,12,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +905,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,5.0,7.0,7.0,127.0,9.0,9.0,122.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,,,,,,,,,,,,,,,,,,,,, +906,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,106.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,,528.0,528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,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,,459.0,93.0,22.0,52.0,15.0,3269.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +908,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,951.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +909,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,,,,,,,,,,,,,,,,,,,,, +910,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,,,,,,,,,,,,,,,,,,,,, +911,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,346.0,A Python package for time series augmentation.,4.0,11,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,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +912,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,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,11,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,,,,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,,, +913,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,,86.0,48.0,4.0,3.0,,2567.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,10,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,,2.0,,,,,,,,3.0,76.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,622.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,528.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,149.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,,24.0,24.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,9,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,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +918,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,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +919,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,,68.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,71.0,71.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-12-12_changes.md b/history/2024-12-12_changes.md new file mode 100644 index 00000000..87c42c2e --- /dev/null +++ b/history/2024-12-12_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._ + +- CuPy (πŸ₯‡39 Β· ⭐ 9.6K Β· πŸ“ˆ) - NumPy & SciPy for GPU. MIT +- pyecharts (πŸ₯ˆ38 Β· ⭐ 15K Β· πŸ“ˆ) - Python Echarts Plotting Library. MIT +- espnet (πŸ₯‡38 Β· ⭐ 8.6K Β· πŸ“ˆ) - End-to-End Speech Processing Toolkit. Apache-2 +- FiftyOne (πŸ₯ˆ37 Β· ⭐ 9K Β· πŸ“ˆ) - Visualize, create, and debug image and video datasets.. Apache-2 +- MMDetection (πŸ₯ˆ36 Β· ⭐ 30K Β· πŸ’€) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 +- torchaudio (πŸ₯ˆ35 Β· ⭐ 2.6K Β· πŸ“ˆ) - Data manipulation and transformation for audio signal.. BSD-2 +- torchtext (πŸ₯ˆ33 Β· ⭐ 3.5K Β· πŸ“ˆ) - Models, data loaders and abstractions for language.. BSD-3 +- TensorFlow I/O (πŸ₯ˆ30 Β· ⭐ 710 Β· πŸ“ˆ) - Dataset, streaming, and file system extensions.. Apache-2 +- layout-parser (πŸ₯‰28 Β· ⭐ 5K Β· πŸ’€) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 +- quinn (πŸ₯‰26 Β· ⭐ 650 Β· πŸ“ˆ) - pyspark methods to enhance developer productivity. 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._ + +- Catboost (πŸ₯ˆ42 Β· ⭐ 8.1K Β· πŸ“‰) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- speechbrain (πŸ₯‡39 Β· ⭐ 9K Β· πŸ“‰) - A PyTorch-based Speech Toolkit. Apache-2 +- ivy (πŸ₯ˆ35 Β· ⭐ 14K Β· πŸ“‰) - Convert Machine Learning Code Between Frameworks. ❗️Intel-ACPI +- Bayesian Optimization (πŸ₯‡32 Β· ⭐ 8K Β· πŸ“‰) - A Python implementation of global optimization with.. MIT +- stanza (πŸ₯ˆ32 Β· ⭐ 7.3K Β· πŸ“‰) - Stanford NLP Python library for tokenization, sentence.. Apache-2 +- librosa (πŸ₯ˆ31 Β· ⭐ 7.2K Β· πŸ“‰) - Python library for audio and music analysis. ISC +- PyKEEN (πŸ₯ˆ31 Β· ⭐ 1.7K Β· πŸ“‰) - A Python library for learning and evaluating knowledge graph embeddings. MIT +- SALib (πŸ₯ˆ31 Β· ⭐ 890 Β· πŸ“‰) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST,.. MIT +- DIPY (πŸ₯ˆ31 Β· ⭐ 720 Β· πŸ“‰) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed +- evaluate (πŸ₯ˆ30 Β· ⭐ 2.1K Β· πŸ“‰) - Evaluate: A library for easily evaluating machine learning.. Apache-2 + diff --git a/history/2024-12-12_projects.csv b/history/2024-12-12_projects.csv new file mode 100644 index 00000000..2d048e44 --- /dev/null +++ b/history/2024-12-12_projects.csv @@ -0,0 +1,921 @@ +,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,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,1.0,739.0,119.0,341.0,71.0,151.0,5010.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2354.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,3735.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,3735.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,3735.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,3735.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,2024-12-12 14:17:30.000000,2024-12-12 13:55:54,173413.0,3806.0,74360.0,7556.0,41094.0,6058.0,39076.0,189441.0,An Open Source Machine Learning Framework for Everyone.,4738.0,56,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],448626.0,440549.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,23724374.0,24543143.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5156596.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-12-12 13:48:21.835496,2637.0,78640776.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,2024-12-12 14:16:38.000000,2024-12-12 12:26:45,82158.0,3707.0,22762.0,1745.0,95116.0,15619.0,32748.0,84940.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5310.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],610831.0,590972.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,34205483.0,34845921.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,24950172.0,,,,,1.0,68388.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,2024-12-12 14:15:40.000000,2024-12-12 14:15:39,31994.0,307.0,25450.0,2143.0,18119.0,2082.0,9741.0,60426.0,scikit-learn: machine learning in Python.,3229.0,53,True,2024-12-09 18:30:05.000,1.6.0,83.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1010572.0,984334.0,https://pypi.org/project/scikit-learn,2024-12-09 16:01:02.000,26238.0,80932796.0,81527885.0,https://anaconda.org/conda-forge/scikit-learn,2024-12-09 17:45:36.628,32729409.0,,,,,1.0,1034.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,2024-12-12 14:23:10.000000,2024-12-12 14:07:06,17563.0,741.0,27279.0,1122.0,18415.0,1488.0,15329.0,136194.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2964.0,52,True,2024-12-05 17:45:28.000,4.47.0,165.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",261569.0,254609.0,https://pypi.org/project/transformers,2024-12-05 17:29:27.000,6960.0,47463760.0,47507412.0,https://anaconda.org/conda-forge/transformers,2024-12-11 20:16:17.177,2313556.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,2024-12-12 14:33:53.000000,2024-12-12 14:33:53,34094.0,582.0,5190.0,350.0,11581.0,1748.0,9015.0,13184.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1718.0,50,True,2024-08-21 00:10:50.000,1.14.1,108.0,scipy,conda-forge/scipy,,,,1216204.0,1170328.0,https://pypi.org/project/scipy,2024-08-21 00:03:32.000,45876.0,124919999.0,126056166.0,https://anaconda.org/conda-forge/scipy,2024-12-08 23:50:50.522,55482988.0,,,,,1.0,436409.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,2024-12-09 22:44:26.000000,2024-12-09 22:44:26,59267.0,386.0,4458.0,292.0,13547.0,5148.0,8940.0,13091.0,A computer algebra system written in pure Python.,1343.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,201970.0,198470.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,32397976.0,32535123.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7321482.0,,,,,1.0,552119.0,,,,,,,,,,,,,,,,,,, +12,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,2024-12-12 03:28:52.000000,2024-12-12 03:28:50,11219.0,264.0,19487.0,1914.0,7640.0,268.0,12011.0,62188.0,Deep Learning for humans.,1355.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,14816875.0,14888030.0,https://anaconda.org/conda-forge/keras,2024-12-10 19:57:35.430,3842422.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-12-12 12:55:37.000000,2024-12-12 12:55:37,51455.0,416.0,7674.0,593.0,18650.0,1602.0,9385.0,20438.0,matplotlib: plotting with Python.,1758.0,48,True,2024-11-30 10:15:10.000,3.9.3,129.0,matplotlib,conda-forge/matplotlib,,,,1508345.0,1456023.0,https://pypi.org/project/matplotlib,2024-11-30 10:14:04.000,52322.0,74235379.0,74740160.0,https://anaconda.org/conda-forge/matplotlib,2024-12-06 23:19:57.917,27258197.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,2024-12-10 07:29:31.000000,2024-12-10 07:29:30,18882.0,359.0,2235.0,219.0,5192.0,137.0,3122.0,12389.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1965582.0,1956687.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,127309369.0,128202533.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,47337692.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-12-12 14:33:12.000000,2024-12-11 23:29:00,6886.0,251.0,3119.0,319.0,5198.0,982.0,3761.0,36142.0,Streamlit A faster way to build and share data apps.,252.0,46,True,2024-12-10 19:37:01.000,1.41.0,232.0,streamlit,,,,,625428.0,622436.0,https://pypi.org/project/streamlit,2024-12-10 19:36:51.000,2992.0,8060282.0,8060282.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-12-12 07:14:40.000000,2024-12-12 07:14:38,23282.0,655.0,5840.0,478.0,29876.0,4262.0,15395.0,34399.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1114.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20348.0,19528.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,6378074.0,6388265.0,https://anaconda.org/conda-forge/ray-tune,2024-12-06 00:00:37.515,489101.0,,,,,1.0,247.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,2024-12-11 19:47:43.000000,2024-12-11 19:47:43,7251.0,166.0,8738.0,908.0,5742.0,454.0,4943.0,26393.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",655.0,46,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,122815.0,120704.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,25935860.0,26040438.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5537500.0,,,,,1.0,12557.0,,,,,,,,,,,,,,,,,,, +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,2024-12-12 12:44:06.000000,2024-12-12 12:42:56,24622.0,1649.0,2833.0,336.0,16693.0,1453.0,4338.0,30742.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",803.0,45,True,2024-12-10 01:17:59.000,jax-v0.4.37,171.0,jax,conda-forge/jaxlib,,,,36142.0,34099.0,https://pypi.org/project/jax,2024-12-10 01:16:26.000,2043.0,4665078.0,4701309.0,https://anaconda.org/conda-forge/jaxlib,2024-12-12 03:36:57.455,1956483.0,,,,,1.0,,jax-ml/jax,,,,,,,,,,,,,,,,,, +19,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-12-11 13:14:18.000000,2024-12-11 12:08:40,16215.0,53.0,4417.0,561.0,4028.0,168.0,5522.0,30438.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-12-11 13:12:14.000,3.8.3,238.0,spacy,conda-forge/spacy,,,,110776.0,107938.0,https://pypi.org/project/spacy,2024-12-11 13:12:14.000,2838.0,15235937.0,15323085.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4705409.0,,,,,1.0,914.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,2024-12-12 13:12:56.000000,2024-12-12 13:12:56,52143.0,1240.0,5606.0,716.0,51474.0,1796.0,17504.0,22336.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1334.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6736.0,6543.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,318154.0,318308.0,,,,,,,,1.0,15416.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,2024-12-11 18:30:03.000000,2024-12-11 16:35:19,20649.0,63.0,4188.0,438.0,6220.0,785.0,7004.0,19437.0,"Interactive Data Visualization in the browser, from Python.",703.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,97242.0,95447.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,4373723.0,4660985.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15512187.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,2024-12-12 14:11:28.000000,2024-12-12 14:11:28,7384.0,556.0,2558.0,276.0,1763.0,580.0,2490.0,16430.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,45,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,343413.0,337084.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,21491596.0,21639009.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,7733026.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,6813.0,,,,,,,,,,,,, +23,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,2024-12-11 17:46:13.000000,2024-12-11 17:46:13,15616.0,121.0,2968.0,285.0,3964.0,2843.0,2808.0,10237.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,150296.0,145827.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16220257.0,16519969.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16184452.0,,,,,1.0,35.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,2024-12-12 13:41:35.000000,2024-12-12 13:41:30,43001.0,825.0,28347.0,2023.0,49129.0,229.0,,40159.0,Apache Spark Python API.,3154.0,44,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,31232811.0,31299080.0,https://anaconda.org/conda-forge/pyspark,2024-10-24 22:12:13.872,3578544.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +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,2024-12-12 11:22:03.000000,2024-12-11 20:47:15,7290.0,278.0,2611.0,177.0,4685.0,453.0,4667.0,34537.0,"Wrap UIs around any model, share with anyone.",467.0,44,True,2024-12-05 00:47:02.000,5.8.0,609.0,gradio,,,,,50190.0,49280.0,https://pypi.org/project/gradio,2024-12-05 00:47:02.000,910.0,6656009.0,6656009.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,2024-12-11 12:09:05.000000,2024-12-11 12:09:05,10485.0,69.0,3399.0,252.0,10335.0,824.0,6342.0,28609.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",989.0,44,True,2024-08-07 09:46:38.000,2.4.0,277.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],41042.0,39599.0,https://pypi.org/project/pytorch-lightning,2024-08-07 09:46:38.000,1443.0,7160268.0,7185819.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-08-07 15:45:27.965,1366199.0,,,,,2.0,10590.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,2024-12-12 09:53:06.000000,2024-12-12 09:53:06,6925.0,458.0,4275.0,303.0,9780.0,1669.0,2641.0,18994.0,Open source platform for the machine learning lifecycle.,802.0,44,True,2024-12-11 12:49:06.000,2.19.0,121.0,mlflow,conda-forge/mlflow,,,,48591.0,47659.0,https://pypi.org/project/mlflow,2024-12-11 09:49:32.000,932.0,16106844.0,16154034.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2548312.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,2024-12-11 12:11:38.000000,2024-12-11 12:11:38,7840.0,58.0,3253.0,279.0,3948.0,344.0,3045.0,15065.0,Network Analysis in Python.,756.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,335919.0,326289.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,70363183.0,70730466.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,19098755.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-12-12 05:18:38.000000,2024-12-12 03:20:54,18610.0,924.0,1750.0,81.0,3261.0,902.0,3011.0,15044.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",365.0,44,True,2024-12-09 17:31:48.000,1.54.1,1020.0,litellm,,,,others,5744.0,5142.0,https://pypi.org/project/litellm,2024-12-09 17:19:24.000,602.0,3515406.0,3515641.0,,,,,,,,1.0,470.0,,,,,,,,,,,,,,,,,,, +30,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-11-11 06:24:40.000000,2024-11-11 06:24:40,14683.0,4.0,2887.0,461.0,1497.0,276.0,1568.0,13690.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,44,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,334145.0,329448.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,24822957.0,24887874.0,https://anaconda.org/conda-forge/nltk,2024-08-18 23:14:52.073,2921308.0,,,,,1.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,2024-12-12 13:36:37.000000,2024-12-12 13:36:37,8426.0,110.0,1718.0,213.0,6077.0,1101.0,4314.0,12680.0,Parallel computing with task scheduling.,613.0,44,True,2024-12-03 22:42:53.000,2024.12.0,213.0,dask,conda-forge/dask,,,,70286.0,67763.0,https://pypi.org/project/dask,2024-12-03 22:42:53.000,2523.0,16199806.0,16424521.0,https://anaconda.org/conda-forge/dask,2024-12-04 03:07:03.414,12359360.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-12-11 17:57:01.000000,2024-12-11 17:57:01,7769.0,93.0,2077.0,427.0,1165.0,495.0,1374.0,21640.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,75099.0,73752.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4582236.0,4611703.0,https://anaconda.org/conda-forge/dash,2024-12-04 07:17:49.795,1591192.0,,,,,1.0,87.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,2024-12-11 01:13:47.000000,2024-12-11 00:52:31,2927.0,110.0,3684.0,437.0,3479.0,350.0,2561.0,18072.0,Open standard for machine learning interoperability.,327.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,38222.0,37169.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6583246.0,6608871.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1369709.0,,,,,1.0,22471.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,2024-12-12 06:43:58.000000,2024-12-12 03:40:37,3610.0,44.0,3834.0,435.0,3301.0,375.0,3082.0,16768.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",322.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,42361.0,41284.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,11098304.0,11158166.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2919222.0,,,,,2.0,241327.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,2024-12-12 14:06:08.000000,2024-12-12 07:44:59,3083.0,398.0,1651.0,196.0,3711.0,666.0,872.0,13662.0,Development repository for the Triton language and compiler.,347.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,46237.0,45972.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15720650.0,15720650.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,2024-12-12 06:01:33.000000,2024-12-11 18:47:20,5029.0,50.0,2089.0,1667.0,4900.0,371.0,2739.0,12322.0,WebGL2 powered visualization framework.,276.0,43,True,2024-12-11 10:43:06.025,9.0.38,679.0,pydeck,conda-forge/pydeck,,,['jupyter'],8833.0,8406.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,7102522.0,7715695.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,658515.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-12-11 10:43:06.025,307.0,601820.0,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-12-12 02:00:52.000000,2024-12-12 02:00:52,18639.0,406.0,1042.0,118.0,3783.0,64.0,1627.0,11071.0,A hyperparameter optimization framework.,283.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,20943.0,19908.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,4134759.0,4171483.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,1983130.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,2024-12-02 18:58:23.000000,2024-12-02 16:01:53,3831.0,61.0,795.0,140.0,1532.0,199.0,1844.0,9438.0,Declarative visualization library for Python.,173.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,183915.0,182999.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25404811.0,25475064.0,https://anaconda.org/conda-forge/altair,2024-11-24 00:36:17.006,2529041.0,,,,,1.0,213.0,vega/altair,,,,,,,,,,,,,,,,,, +39,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,2024-12-11 00:12:40.000000,2024-12-11 00:12:40,5878.0,23.0,1657.0,189.0,5056.0,685.0,1241.0,6743.0,TensorFlows Visualization Toolkit.,322.0,43,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],281174.0,278948.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,27423329.0,27519980.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5219176.0,,,,,1.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,2024-12-06 20:06:56.000000,2024-12-06 20:06:56,2601.0,145.0,4773.0,313.0,554.0,44.0,892.0,32579.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",161.0,42,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],43544.0,42537.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,6048153.0,6162432.0,https://anaconda.org/conda-forge/timm,2024-12-04 15:48:02.472,280296.0,,,,,1.0,7302398.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +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,2024-12-08 18:23:22.000000,2024-12-08 18:23:22,1373.0,76.0,2449.0,241.0,641.0,190.0,1215.0,15084.0,Download market data from Yahoo! Finances API.,128.0,42,True,2024-11-19 21:44:10.000,0.2.50,122.0,yfinance,ranaroussi/yfinance,,,,54496.0,53788.0,https://pypi.org/project/yfinance,2024-11-19 21:44:10.000,708.0,3638836.0,3641211.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97401.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,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,2024-12-09 07:42:09.249000,2024-07-22 11:32:48,3237.0,,1929.0,263.0,1127.0,185.0,2431.0,12664.0,Statistical data visualization in Python.,213.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,533159.0,522316.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,20268021.0,20472171.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11023946.0,,,,,1.0,457.0,,,,,,,,,,,,,,,,,,, +43,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-12-12 04:13:22.000000,2024-12-12 04:13:21,7444.0,466.0,679.0,62.0,5639.0,599.0,2822.0,9251.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",201.0,42,True,2024-12-05 03:02:58.000,0.19.0,296.0,wandb,conda-forge/wandb,,,,62133.0,60573.0,https://pypi.org/project/wandb,2024-12-12 02:34:04.000,1560.0,18305728.0,18320623.0,https://anaconda.org/conda-forge/wandb,2024-12-11 01:44:50.392,789023.0,,,,,1.0,390.0,wandb/wandb,,,,,,,,,,,,,,,,,, +44,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,2024-12-12 11:27:55.000000,2024-12-12 11:19:10,48887.0,326.0,1189.0,191.0,402.0,575.0,1792.0,8138.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1295.0,42,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,550.0,15.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3687371.0,3727895.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1799199.0,,,,,2.0,331133.0,,,,,,,,-1.0,,,,,,,,,,, +45,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-12-12 08:02:56.000000,2024-12-12 08:02:56,6375.0,92.0,7849.0,444.0,3184.0,169.0,9270.0,44977.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'],3968.0,3860.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,373128.0,389844.0,,,,,,,,1.0,852533.0,,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-12-12 01:07:14.000000,2024-12-12 00:48:18,2606.0,127.0,4149.0,345.0,3090.0,1106.0,1897.0,35843.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",360.0,41,True,2024-12-05 21:47:00.000,0.16.1,100.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10251.0,10019.0,https://pypi.org/project/deepspeed,2024-12-05 21:47:00.000,232.0,558861.0,559212.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,20750.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-12-12 00:23:26.000000,2024-12-10 22:57:35,1340.0,108.0,3649.0,480.0,1306.0,254.0,2315.0,31903.0,A library for efficient similarity search and clustering of dense vectors.,198.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,conda-forge/faiss,,,,4418.0,4230.0,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1452183.0,1488203.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1945083.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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,2024-12-12 14:20:10.318271,2024-12-12 13:42:42,21427.0,686.0,2950.0,285.0,23557.0,766.0,11657.0,31321.0,"A cloud-native vector database, storage for next generation AI applications.",297.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,,milvusdb/milvus,,,188.0,,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1452183.0,2522919.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-12-12 14:20:10.318271,66.0,67162985.0,1.0,288763.0,,,,,,,,,,,,,,,,,,, +49,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-11-17 08:15:57.000000,2024-11-17 08:15:54,2800.0,11.0,7565.0,603.0,2237.0,226.0,1594.0,26384.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20165.0,19857.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,582460.0,582460.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +50,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-12-12 07:16:59.000000,2024-12-12 07:16:55,2779.0,19.0,3289.0,245.0,991.0,716.0,1837.0,23067.0,A game theoretic approach to explain the output of any machine learning model.,253.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,23669.0,22921.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,7125521.0,7219596.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4515631.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,, +51,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,2024-12-12 01:50:45.000000,2024-12-11 08:25:58,7664.0,46.0,3692.0,253.0,3201.0,1071.0,2676.0,21563.0,Graph Neural Network Library for PyTorch.,531.0,41,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7555.0,7200.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,475780.0,478172.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-09-26 16:16:39.995,126822.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,2024-12-12 13:03:26.000000,2024-12-12 12:51:53,3978.0,39.0,6966.0,442.0,5461.0,1048.0,2482.0,16359.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,16324396.0,16367585.0,https://anaconda.org/conda-forge/torchvision,2024-11-05 11:38:14.193,1924255.0,,,,,1.0,39453.0,,,,,,,,,,,,,,,,,,, +53,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,2024-12-12 10:58:52.000000,2024-12-12 10:58:51,1616.0,70.0,2496.0,143.0,613.0,1193.0,1070.0,15548.0,State-of-the-Art Text Embeddings.,199.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],61352.0,59515.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7810745.0,7820319.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-18 19:12:20.997,488295.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,2024-12-12 02:08:44.000000,2024-12-12 02:08:41,1120.0,135.0,1645.0,128.0,1030.0,168.0,948.0,14380.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,153.0,41,True,2024-12-06 21:42:39.000,1.4.22,77.0,albumentations,conda-forge/albumentations,,,['pytorch'],30546.0,29937.0,https://pypi.org/project/albumentations,2024-12-06 21:42:39.000,609.0,5274387.0,5278413.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,213393.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,2024-12-10 08:08:18.000000,2024-12-10 08:08:15,9368.0,37.0,1191.0,134.0,5548.0,239.0,4488.0,14009.0,Data Versioning and ML Experiments.,307.0,41,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,19735.0,19601.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,555778.0,600742.0,https://anaconda.org/conda-forge/dvc,2024-12-01 20:24:37.522,2428108.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +56,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-12-05 16:37:31.000000,2024-12-05 16:35:57,1267.0,79.0,1583.0,254.0,706.0,498.0,1069.0,12707.0,Video editing with Python.,168.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,51238.0,50233.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,2096706.0,2099827.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,277846.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,2024-12-11 09:07:09.000000,2024-12-11 09:07:09,10146.0,103.0,2025.0,226.0,4115.0,325.0,3080.0,8772.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2024-12-05 17:01:07.000,5.19.1,95.0,pymc3,conda-forge/pymc3,,,,5123.0,4931.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,281858.0,293380.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,621353.0,,,,,1.0,1961.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,2024-12-11 14:14:46.000000,2024-12-11 14:14:45,14223.0,113.0,2240.0,186.0,4546.0,808.0,2125.0,6116.0,Image processing in Python.,677.0,41,False,2024-06-18 19:05:37.000,0.24.0,70.0,scikit-image,conda-forge/scikit-image,,,,213321.0,206653.0,https://pypi.org/project/scikit-image,2024-12-10 19:45:48.000,6668.0,14038143.0,14172647.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7263227.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,2024-12-12 07:28:07.000000,2024-12-12 07:28:06,3998.0,159.0,1134.0,136.0,3247.0,337.0,1207.0,2108.0,A library for training and deploying machine learning models on Amazon SageMaker.,464.0,41,True,2024-12-05 03:00:39.000,2.237.0,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5093.0,4936.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24415572.0,24439200.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-07-31 06:30:51.886,1228680.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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,1061.0,1458.0,121.0,1724.0,34966.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,61366.0,59818.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,2626323.0,2632384.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,339421.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,2024-12-08 10:22:13.000000,2024-12-06 20:48:03,6457.0,314.0,2104.0,205.0,1245.0,119.0,2230.0,13984.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,40,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3818.0,3673.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,97717.0,98376.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,34934.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,2024-11-18 11:53:59.000000,2024-11-18 11:53:59,8288.0,11.0,3366.0,479.0,727.0,53.0,2184.0,13620.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,32614.0,32401.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,177654.0,195569.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,955335.0,,,,,2.0,25544.0,,,,,,,,,,,,,,,,,,, +63,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2024-11-27 19:20:00.476000,2024-11-27 15:01:48,1846.0,33.0,807.0,122.0,672.0,58.0,959.0,9148.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,122746.0,121650.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,35696498.0,35740460.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2329940.0,,,,,1.0,69.0,,,,,,,,,,,,,,,,,,, +64,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,2024-12-11 15:00:48.000000,2024-12-11 15:00:45,1635.0,69.0,984.0,97.0,1619.0,115.0,1558.0,8047.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",307.0,40,True,2024-12-06 16:10:37.000,1.2.0,65.0,accelerate,conda-forge/accelerate,,,['pytorch'],63835.0,62154.0,https://pypi.org/project/accelerate,2024-12-06 16:10:37.000,1681.0,8640316.0,8647117.0,https://anaconda.org/conda-forge/accelerate,2024-12-07 21:52:02.658,258457.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,18.0,568.0,89.0,890.0,288.0,958.0,3942.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,90717.0,87782.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,34127244.0,34335992.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10849897.0,,,,,1.0,3723.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,2024-12-12 14:23:20.000000,2024-12-12 14:23:20,5948.0,60.0,720.0,57.0,5209.0,1576.0,2389.0,1582.0,A distributed task scheduler for Dask.,329.0,40,True,2024-12-03 22:42:56.000,2024.12.0,245.0,distributed,conda-forge/distributed,,,,38523.0,37639.0,https://pypi.org/project/distributed,2024-12-03 22:42:56.000,884.0,6303906.0,6590211.0,https://anaconda.org/conda-forge/distributed,2024-12-04 00:49:17.270,15746827.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,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,2024-12-12 12:17:13.000000,2024-12-12 12:17:13,36206.0,400.0,13369.0,942.0,25776.0,1242.0,,24256.0,Apache Flink Python API.,1952.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,15019954.0,15019954.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +68,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-09-03 16:06:08.530000,2024-08-10 11:58:54,4534.0,,4379.0,430.0,1711.0,384.0,1465.0,15729.0,Topic Modelling for Humans.,458.0,39,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,69375.0,67998.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4757992.0,4790281.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1450917.0,,,,,1.0,5167.0,piskvorky/gensim,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-12-11 11:19:23.000000,2024-12-11 11:19:22,1700.0,67.0,2240.0,153.0,252.0,4.0,1136.0,15028.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",72.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4852.0,4808.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,306351.0,306351.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-12-12 04:32:03.000000,2024-12-12 04:32:03,29341.0,261.0,856.0,127.0,6447.0,617.0,1798.0,9587.0,NumPy & SciPy for GPU.,398.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2655.0,2386.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,76379.0,174070.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5181491.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,71783.0,1.0,192052.0,,,,,,,,12.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,2024-12-09 18:31:50.000000,2024-12-09 18:31:50,10283.0,170.0,1404.0,134.0,1305.0,146.0,1010.0,9047.0,A PyTorch-based Speech Toolkit.,248.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2660.0,2593.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2878366.0,2878366.0,,,,,,,,1.0,,,,,,,,,-1.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,2024-12-12 11:03:10.000000,2024-12-12 10:58:37,1922.0,42.0,2226.0,163.0,898.0,87.0,1048.0,6962.0,Python Data. Leaflet.js Maps.,172.0,39,True,2024-12-12 10:52:14.000,0.19.1,35.0,folium,conda-forge/folium,,,,48526.0,47724.0,https://pypi.org/project/folium,2024-12-12 10:52:14.000,802.0,1712319.0,1782469.0,https://anaconda.org/conda-forge/folium,2024-12-11 14:38:30.392,3297053.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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,2024-12-09 07:56:27.934000,2024-11-29 09:26:13,2049.0,30.0,928.0,107.0,1718.0,449.0,1273.0,4555.0,Python tools for geographic data.,235.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],48086.0,45247.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7231593.0,7309443.0,https://anaconda.org/conda-forge/geopandas,2024-12-09 07:56:27.934,4202392.0,,,,,1.0,2849.0,,,,,,,,,,,,,,,,,,, +74,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,2024-12-10 23:30:52.000000,2024-12-10 23:30:51,18209.0,95.0,1313.0,84.0,8108.0,532.0,4401.0,2774.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-08-19 02:18:45.000,1.8.0,80.0,mne,conda-forge/mne,,,,5162.0,4774.0,https://pypi.org/project/mne,2024-08-19 02:18:45.000,388.0,164241.0,172467.0,https://anaconda.org/conda-forge/mne,2024-08-19 02:39:24.602,452483.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,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,2024-12-12 14:03:35.000000,2024-12-12 14:03:33,10606.0,249.0,595.0,66.0,2761.0,298.0,1908.0,1214.0,Machine learning for NeuroImaging in Python.,251.0,39,True,2024-12-02 12:17:24.000,0.11.0,48.0,nilearn,conda-forge/nilearn,,,['sklearn'],3939.0,3631.0,https://pypi.org/project/nilearn,2024-12-02 12:11:28.000,308.0,69297.0,75534.0,https://anaconda.org/conda-forge/nilearn,2024-12-02 18:36:47.819,305361.0,,,,,1.0,272.0,,,,,,,,,,,,,,,,,,, +76,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,1070.0,11124.0,1805.0,7758.0,20792.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'],7758.0,7632.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,611214.0,611617.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11325.0,,,,,2.0,27758.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +77,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2852.0,380.0,475.0,5.0,1914.0,14967.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4881.0,4666.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,192212.0,192215.0,,,,,,,,2.0,71.0,,,,,,,,5.0,,,,,,,,,,, +78,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,14.0,3018.0,177.0,5055.0,539.0,2358.0,13599.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,38,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,471.0,323.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,974497.0,974497.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,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,2024-12-10 02:33:00.000000,2024-12-10 02:31:52,1511.0,30.0,1690.0,152.0,831.0,236.0,578.0,12593.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,38,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5028.0,4845.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,438424.0,443208.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,478203.0,,,,,2.0,219.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +80,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-01 15:47:18.000000,2024-08-18 00:47:35,986.0,,1176.0,126.0,315.0,41.0,718.0,10363.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,88361.0,86629.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,25745426.0,25767773.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-25 20:20:10.872,1151832.0,,,,,1.0,46790.0,,,,,,,,,,,,,,,,,,, +81,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-12-08 16:19:46.000000,2024-12-08 15:57:58,22394.0,245.0,2190.0,181.0,3402.0,368.0,2090.0,8586.0,End-to-End Speech Processing Toolkit.,471.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,405.0,393.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,23386.0,23387.0,,,,,,,,1.0,83.0,,,,,,,,5.0,,,,,,,,,,, +82,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,2024-12-12 09:36:33.000000,2024-12-12 03:28:59,5078.0,187.0,1391.0,108.0,4439.0,997.0,1619.0,8020.0,A unified framework for machine learning with time series.,422.0,38,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3790.0,3660.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,957541.0,982956.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-10-25 05:41:19.084,1042011.0,,,,,1.0,110.0,sktime/sktime,,,,,,,,,,,,,,,,,, +83,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,2024-12-11 20:44:59.000000,2024-12-11 20:44:53,4914.0,242.0,647.0,87.0,2709.0,306.0,747.0,6190.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,38,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11184.0,10690.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,909217.0,911015.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,80893.0,,,,,2.0,57.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,2024-12-12 00:45:33.000000,2024-12-10 16:23:50,6629.0,157.0,1556.0,109.0,4586.0,695.0,757.0,4326.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",374.0,38,True,2024-12-12 00:45:33.000,4.9.7.de202412120044,51.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21031.0,20702.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,2005904.0,2006840.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,40290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,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,2024-12-12 08:08:57.000000,2024-12-12 08:08:56,10892.0,62.0,403.0,58.0,3122.0,1108.0,2246.0,2719.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13638.0,13231.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,463205.0,498422.0,https://anaconda.org/conda-forge/holoviews,2024-11-04 16:01:09.828,1890578.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,207.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,2024-12-12 15:09:27.000000,2024-12-11 12:46:07,1633.0,79.0,566.0,59.0,1586.0,154.0,858.0,2164.0,The official Python client for the Huggingface Hub.,210.0,38,True,2024-12-06 18:28:15.000,0.26.5,135.0,huggingface_hub,conda-forge/huggingface_hub,,,,2158.0,,https://pypi.org/project/huggingface_hub,2024-12-06 18:24:27.000,2158.0,52075344.0,52128256.0,https://anaconda.org/conda-forge/huggingface_hub,2024-12-10 17:41:30.388,2433990.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,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,296.0,31.0,501.0,99.0,512.0,1520.0,Python library for reading and writing image data.,119.0,38,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,153418.0,150886.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,26795087.0,26932115.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7261479.0,,,,,2.0,1396.0,,,,,,,,,,,,,,,,,,, +88,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,3.0,6414.0,425.0,1348.0,1291.0,3052.0,30669.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3911.0,3794.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,128711.0,130720.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,106286.0,,,,,1.0,368.0,,,,,,,,,,,,,,,,,,, +89,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-12-12 04:28:47.000000,2024-12-12 04:28:44,8690.0,258.0,2805.0,305.0,237.0,21.0,1145.0,28661.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-12-07 02:18:57.000,8.0.5,681.0,netron,,,,"['pytorch', 'tensorflow']",690.0,607.0,https://pypi.org/project/netron,2024-12-07 02:18:57.000,83.0,32875.0,116548.0,,,,,,,,1.0,83673.0,,,,,,,,,,,,,,,,,,, +90,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,16.0,5431.0,513.0,182.0,1154.0,1385.0,23717.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3097.0,3067.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,255281.0,542324.0,,,,,,,,2.0,5740866.0,,,,,,,,,,,,,,,,,,, +91,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,2024-11-12 23:03:58.000000,2024-11-12 23:03:56,8624.0,48.0,2215.0,215.0,4218.0,4.0,1939.0,21181.0,Build multimodal AI applications with cloud-native stack.,178.0,37,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,92098.0,124554.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,81384.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1761471.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,, +92,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-12-12 12:31:25.000000,2024-11-25 16:28:03,32612.0,2.0,4649.0,357.0,6384.0,126.0,6642.0,19053.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4701.0,4641.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,200514.0,200514.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +93,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,379.0,725.0,670.0,1374.0,13192.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1727.0,1528.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,530127.0,571373.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,297012.0,,,,,2.0,4070524.0,,,,,,,,,,,,,,,,,,, +94,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2024-12-12 11:58:13.000000,2024-12-12 03:54:10,7645.0,542.0,2564.0,209.0,8506.0,141.0,2278.0,12428.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",370.0,37,True,2024-11-14 18:57:24.000,2.0.0,76.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-12-11 09:08:34.000,13.0,207538.0,211838.0,,,,,,,,1.0,270945.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,2024-12-09 21:57:40.000000,2024-12-09 21:57:39,2838.0,40.0,971.0,128.0,1977.0,288.0,666.0,10054.0,Geometric Computer Vision Library for Spatial AI.,276.0,37,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13300.0,13013.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1831458.0,1834834.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,161066.0,,,,,2.0,1562.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,539.0,4121.0,697.0,2087.0,9908.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15886.0,15714.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,90771.0,115235.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2470927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,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,2024-12-12 03:25:05.000000,2024-12-12 03:25:03,22125.0,980.0,571.0,62.0,3709.0,502.0,1075.0,8972.0,"Visualize, create, and debug image and video datasets and model predictions.",141.0,37,True,2024-12-07 00:07:14.000,1.1.0,151.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",779.0,755.0,https://pypi.org/project/fiftyone,2024-12-06 15:46:12.000,24.0,71030.0,71030.0,,,,,,,,2.0,,,,,,,,,5.0,,,,,,,,,,, +98,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-12-09 19:02:15.000000,2024-12-09 19:02:15,1454.0,17.0,910.0,212.0,254.0,179.0,246.0,7046.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10879.0,10596.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,5114787.0,5131322.0,https://anaconda.org/conda-forge/autograd,2024-08-26 07:50:41.522,496059.0,,,,,1.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,2024-12-09 17:49:22.000000,2024-12-09 17:49:19,12199.0,30.0,1107.0,158.0,468.0,699.0,756.0,4274.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1442682.0,1446078.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,156222.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-12-10 16:02:20.000000,2024-11-28 09:20:31,2436.0,46.0,222.0,65.0,145.0,77.0,612.0,4080.0,A Grammar of Graphics for Python.,112.0,37,True,2024-11-26 15:00:07.000,0.14.3,31.0,plotnine,conda-forge/plotnine,,,,10046.0,9722.0,https://pypi.org/project/plotnine,2024-11-26 12:23:32.000,324.0,3380066.0,3387910.0,https://anaconda.org/conda-forge/plotnine,2024-11-26 15:03:48.310,423582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +101,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-12-11 05:23:38.827000,2024-11-06 01:12:46,4201.0,32.0,1107.0,154.0,1743.0,435.0,900.0,3919.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11882.0,10856.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,542291.0,553815.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,622308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-12-12 04:20:08.000000,2024-12-12 04:20:08,4902.0,181.0,511.0,38.0,3888.0,661.0,1148.0,2778.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,168.0,37,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4374.0,3796.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,403132.0,414105.0,https://anaconda.org/conda-forge/pyvista,2024-11-27 05:06:37.478,592097.0,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +103,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-12-12 14:59:01.000000,2024-12-12 14:59:00,4856.0,341.0,606.0,47.0,5340.0,346.0,1108.0,2401.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",189.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1306.0,1189.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,79096.0,83774.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,173070.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +104,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,2024-12-06 19:59:01.000000,2024-12-06 19:57:48,3920.0,33.0,535.0,145.0,1242.0,146.0,1708.0,2285.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,15738.0,14202.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,3031634.0,3114536.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,3896049.0,,,,,2.0,977.0,,,,,,,,,,,,,,,,,,, +105,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,2024-12-12 09:25:16.000000,2024-12-03 16:56:50,4986.0,198.0,1102.0,149.0,1386.0,77.0,710.0,1908.0,Documentation and samples for ArcGIS API for Python.,94.0,37,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,916.0,876.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,85663.0,85795.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13165.0,,,,,,,,,,,,,,,,,,, +106,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,2024-12-09 07:47:02.000000,2024-11-18 15:17:40,1568.0,13.0,202.0,47.0,621.0,32.0,775.0,1166.0,Fiona reads and writes geographic data files.,76.0,37,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,23970.0,23667.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4783096.0,4900988.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6248321.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33467.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,,,,33858.0,33020.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1329715.0,1331522.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,166309.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +108,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,,9490.0,370.0,3163.0,1872.0,6747.0,29794.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3341.0,3259.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,194113.0,194113.0,,,,,,,,2.0,,,,,,,,,5.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,345.0,310.0,225.0,14455.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,,,,23502.0,23237.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,566381.0,569247.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,189175.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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1865.0,14299.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1316.0,1283.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,99263.0,99263.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +111,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,11773.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'],4416.0,4291.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,77453.0,79708.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,162381.0,,,,,2.0,71.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,2024-12-12 13:55:57.000000,2024-12-10 15:44:09,6278.0,24.0,3703.0,249.0,1780.0,1079.0,4584.0,11664.0,Open-source simulator for autonomous driving research.,195.0,36,True,2023-11-14 22:51:02.000,0.9.15,26.0,carla,,,,,881.0,870.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14924.0,14924.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,2024-12-09 13:31:16.000000,2024-11-03 12:40:00,33357.0,534.0,1994.0,198.0,5866.0,46.0,3392.0,9550.0,Perform data science on data that remains in someone elses server.,515.0,36,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,15405.0,15583.0,,,,,,,,1.0,2315.0,,,,,,,,,,,,,,,,,,, +114,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-12-09 22:44:27.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9184.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,46702.0,46312.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1312593.0,1315310.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,271770.0,,,,,2.0,125.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,2024-11-19 07:53:40.000000,2024-11-19 07:52:37,700.0,15.0,352.0,69.0,128.0,31.0,152.0,8572.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",31.0,36,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,55886.0,53846.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5434407.0,5440474.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,303369.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,2024-12-09 20:21:08.080000,2024-12-09 00:16:51,628.0,84.0,2405.0,277.0,190.0,336.0,330.0,8478.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",52.0,36,True,2024-12-08 12:57:13.000,3.12.0,61.0,SpeechRecognition,conda-forge/speechrecognition,,,,633.0,21.0,https://pypi.org/project/SpeechRecognition,2024-12-08 12:56:25.000,612.0,1217455.0,1221557.0,https://anaconda.org/conda-forge/speechrecognition,2024-12-09 20:21:08.080,213349.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,2024-12-11 14:16:58.000000,2024-12-10 14:54:14,1126.0,92.0,774.0,292.0,1500.0,334.0,423.0,8338.0,"Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems.",99.0,36,True,2024-12-10 16:02:45.000,2.12.39,163.0,metaflow,conda-forge/metaflow,,,,814.0,767.0,https://pypi.org/project/metaflow,2024-12-10 16:02:45.000,47.0,1368533.0,1372963.0,https://anaconda.org/conda-forge/metaflow,2024-12-05 21:14:08.213,234816.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,2024-12-12 09:05:54.000000,2024-12-11 19:28:50,2433.0,131.0,934.0,98.0,2747.0,364.0,1139.0,8180.0,Fast and Accurate ML in 3 Lines of Code.,130.0,36,True,2024-11-27 17:04:12.000,1.2.0,1695.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",926.0,898.0,https://pypi.org/project/autogluon,2024-12-12 09:05:54.000,28.0,216396.0,217622.0,https://anaconda.org/conda-forge/autogluon,2024-12-10 21:52:58.836,23964.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,12076.0,1.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,2024-12-10 12:03:35.000000,2024-12-10 12:03:35,3178.0,46.0,1095.0,88.0,3531.0,384.0,2786.0,5951.0,AI Toolkit for Healthcare Imaging.,212.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3377.0,3241.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,218646.0,219622.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,35144.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,2024-12-02 19:38:44.000000,2024-12-02 19:38:44,1203.0,26.0,643.0,127.0,960.0,360.0,1116.0,4471.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4413.0,4326.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,911447.0,913121.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,76675.0,,,,,2.0,12318.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,2024-12-12 13:17:21.000000,2024-12-12 13:17:18,1143.0,52.0,472.0,57.0,1346.0,427.0,442.0,2613.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",131.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4229.0,4054.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1450238.0,1451125.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,28414.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,2024-12-12 07:23:41.000000,2024-12-12 02:44:54,3616.0,358.0,311.0,70.0,2393.0,73.0,723.0,2392.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],907.0,853.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,112331.0,113054.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,30382.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,2024-12-11 07:15:34.000000,2024-12-11 07:15:34,2004.0,88.0,404.0,35.0,1739.0,75.0,819.0,2151.0,"Machine learning metrics for distributed, scalable PyTorch applications.",258.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],33847.0,33845.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4572.0,42786.0,https://anaconda.org/conda-forge/torchmetrics,2024-11-08 20:17:45.782,1713787.0,,,,,2.0,5861.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +124,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,2024-12-10 20:37:31.000000,2024-12-10 20:37:29,3127.0,55.0,365.0,55.0,1221.0,313.0,992.0,1444.0,Cartopy - a cartographic python library with matplotlib support.,129.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6885.0,6167.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,400466.0,478505.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4292153.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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,25.0,215.0,34.0,720.0,32.0,594.0,1074.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,38562.0,36822.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9342475.0,9515147.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9151653.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,2024-12-04 20:07:53.000000,2024-12-04 20:07:46,15063.0,180.0,530.0,51.0,2329.0,420.0,969.0,751.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-11-19 14:21:28.000,1.9.1,66.0,nipype,conda-forge/nipype,,,,5549.0,5399.0,https://pypi.org/project/nipype,2024-11-19 14:21:28.000,150.0,233058.0,247006.0,https://anaconda.org/conda-forge/nipype,2024-11-20 03:29:14.581,725316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-07 02:29:14.000000,2024-12-07 02:29:14,6055.0,117.0,259.0,37.0,860.0,130.0,415.0,660.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,,,,24720.0,23539.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,2124382.0,2139344.0,https://anaconda.org/conda-forge/nibabel,2024-10-23 17:14:10.689,807958.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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,16.0,4535.0,452.0,469.0,424.0,1733.0,18612.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,222126.0,251808.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1304647.0,,,,,1.0,2893.0,,,,,,,,,,,,,,,,,,, +129,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,2024-12-12 15:02:00.000000,2024-12-12 14:22:27,3777.0,130.0,1934.0,146.0,4119.0,97.0,3509.0,18087.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",272.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,691.0,686.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6522.0,6522.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-12-09 08:47:35.000000,2024-12-09 07:20:18,3925.0,58.0,1022.0,137.0,188.0,113.0,1094.0,14341.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",102.0,35,True,2024-12-09 08:48:06.000,16.7.0,248.0,ocrmypdf,conda-forge/ocrmypdf,,,,1126.0,1089.0,https://pypi.org/project/ocrmypdf,2024-12-09 08:47:35.000,37.0,179827.0,182039.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,84742.0,,,,,1.0,5935.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +131,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-12-06 11:15:56.000000,2024-12-06 11:14:53,18781.0,189.0,5743.0,71.0,11746.0,939.0,15952.0,14021.0,Convert Machine Learning Code Between Frameworks.,1479.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,19158.0,19158.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,-1.0,,,,,,,,,,, +132,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-12-12 01:15:11.000000,2024-08-30 03:34:11,5357.0,,1775.0,138.0,1032.0,388.0,1948.0,9019.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6837.0,6806.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,402542.0,403699.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,59516.0,,,,,2.0,715.0,,,,,,,,,,,,,,,,,,, +133,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1046.0,133.0,237.0,371.0,274.0,9014.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,,,,77354.0,75985.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6603995.0,6605816.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,131169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,5.0,1369.0,146.0,250.0,223.0,147.0,8646.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4646.0,4533.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,709977.0,712361.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,131147.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,2024-12-12 14:25:55.000000,2024-12-12 13:34:47,39970.0,544.0,908.0,155.0,10976.0,1052.0,5603.0,8522.0,cuDF - GPU DataFrame Library.,298.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,80.0,58.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3671.0,3671.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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,352.0,3431.0,134.0,1140.0,8495.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,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,162989.0,168083.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,254707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,50.0,809.0,127.0,291.0,484.0,339.0,7520.0,Uniform Manifold Approximation and Projection.,138.0,35,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,2145601.0,2196237.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2734397.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,2024-12-12 10:07:56.000000,2024-12-12 07:03:34,3389.0,145.0,796.0,77.0,3768.0,168.0,925.0,7215.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2024-12-12 10:07:56.000,1.3.16,171.0,bentoml,,,,,2279.0,2248.0,https://pypi.org/project/bentoml,2024-12-12 10:07:56.000,31.0,125475.0,125492.0,,,,,,,,2.0,824.0,,,,,,,,,,,,,,,,,,, +139,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,51.0,657.0,62.0,145.0,71.0,450.0,6042.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2178.0,2123.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,1019101.0,1019309.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12285.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +140,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-12-11 19:42:27.000000,2024-12-11 17:33:30,10561.0,31.0,1697.0,143.0,2486.0,655.0,1241.0,5591.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",251.0,35,True,2024-04-03 16:21:23.000,2.8.0,949.0,deepchem,conda-forge/deepchem,,,['tensorflow'],476.0,463.0,https://pypi.org/project/deepchem,2024-12-11 19:42:27.000,13.0,67333.0,69402.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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,2024-12-11 15:13:47.000000,2024-12-11 13:12:46,30567.0,214.0,1613.0,186.0,2226.0,28.0,1613.0,5150.0,"mlpack: a fast, header-only C++ machine learning library.",325.0,35,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,7431.0,12576.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,277856.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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4925.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16719.0,16531.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,879167.0,885455.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,333278.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,2024-12-04 13:50:07.000000,2024-12-04 09:36:07,986.0,7.0,852.0,90.0,226.0,139.0,687.0,4594.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,490114.0,479758.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14996206.0,14996206.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,2024-12-12 00:19:50.000000,2024-12-09 13:58:35,1744.0,22.0,620.0,59.0,1894.0,160.0,1269.0,4553.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,717.0,35,True,2024-08-13 12:47:02.000,0.5.1,1826.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3502.0,3402.0,https://pypi.org/project/pytorch-ignite,2024-12-12 00:19:50.000,100.0,157085.0,159760.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,208696.0,,,,,2.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,2024-12-12 05:09:50.000000,2024-12-09 14:27:07,8620.0,30.0,713.0,101.0,13379.0,43.0,863.0,3885.0,State of the Art Natural Language Processing.,113.0,35,True,2024-10-24 21:17:35.000,5.5.1,149.0,spark-nlp,,,,['spark'],568.0,531.0,https://pypi.org/project/spark-nlp,2024-10-24 19:21:24.000,37.0,4044972.0,4044972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-12-11 15:29:54.000000,2024-12-11 13:00:06,5345.0,3.0,275.0,79.0,798.0,21.0,129.0,2825.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",65.0,35,True,2024-10-01 10:35:24.000,8.3.2,241.0,thinc,conda-forge/thinc,,,,57557.0,57416.0,https://pypi.org/project/thinc,2024-10-01 10:35:24.000,141.0,13484784.0,13543137.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3209195.0,,,,,2.0,433.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,2024-12-12 11:34:43.000000,2024-11-15 14:15:49,2320.0,7.0,655.0,73.0,2912.0,263.0,727.0,2560.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",228.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,5498386.0,5498386.0,,,,,,,,2.0,,,,,,,,,7.0,,,,,,,,,,, +148,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,170.0,1658.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,,,,80603.0,77984.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,18792185.0,18792735.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50640.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,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,2024-11-19 15:00:21.000000,2024-11-19 15:00:21,1569.0,7.0,407.0,49.0,1522.0,182.0,689.0,1620.0,Exploratory analysis of Bayesian models with Python.,163.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8803.0,8490.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1341221.0,1382341.0,https://anaconda.org/conda-forge/arviz,2024-09-29 12:11:02.561,2261541.0,,,,,1.0,177.0,,,,,,,,,,,,,,,,,,, +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,2024-12-12 01:17:14.000000,2024-12-12 01:16:21,897.0,8.0,346.0,42.0,1076.0,193.0,172.0,1237.0,Making text a first-class citizen in TensorFlow.,157.0,35,True,2024-10-28 21:49:45.000,2.18.0,73.0,tensorflow-text,,,,['tensorflow'],7918.0,7700.0,https://pypi.org/project/tensorflow-text,2024-10-28 20:25:18.000,218.0,9500414.0,9500414.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,2024-12-12 13:45:52.000000,2024-12-12 13:45:52,1963.0,145.0,177.0,29.0,1936.0,44.0,196.0,1235.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12736.0,12681.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,214777.0,223611.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,388722.0,,,,,1.0,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,,, +152,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,591.0,53684.0,The worlds simplest facial recognition api for Python and the command line.,54.0,34,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],3813.0,3697.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,156693.0,157313.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,30880.0,,,,,2.0,1396.0,,,,,,,,,,,,,,,,,,, +153,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,,4374.0,298.0,750.0,88.0,1046.0,36036.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2033.0,1980.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,144263.0,229635.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,19993.0,,,,,2.0,3818111.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,2024-11-21 19:12:36.000000,2024-11-21 19:08:51,1537.0,7.0,7505.0,389.0,691.0,542.0,3077.0,30768.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2181.0,2168.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9384.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,497377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,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,25976.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,,,,7199.0,6952.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1603873.0,1606079.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,112537.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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,1.0,3151.0,320.0,262.0,436.0,597.0,24827.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,,,,,10159.0,9946.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,737852.0,1045463.0,,,,,,,,2.0,16611042.0,,,,,,,,,,,,,,,,,,, +157,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14120.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6044.0,6026.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,59238.0,59238.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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,,1163.0,318.0,268.0,57.0,343.0,13317.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,,,,4731.0,4530.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,871384.0,882880.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,586309.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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,4.0,2316.0,217.0,255.0,130.0,418.0,10206.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,1876179.0,1887072.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,577334.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-11-30 17:36:40.595000,2024-11-29 01:15:54,2663.0,5.0,691.0,104.0,499.0,610.0,1265.0,9621.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1786.0,1371.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,207011.0,208132.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,49297.0,,,,,2.0,68.0,,,,,,,,,datasette,,,,,,,,,, +161,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-26 10:41:20.000000,2024-11-26 10:38:20,1193.0,18.0,1318.0,149.0,181.0,277.0,1361.0,8886.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1068.0,1054.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4346.0,8824.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,273212.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-12-09 08:12:18.000000,2024-12-03 04:01:36,2947.0,21.0,1681.0,93.0,1700.0,236.0,2125.0,8765.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1336.0,1329.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1676.0,1676.0,,,,,,,,2.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,2024-12-12 00:37:05.000000,2024-11-13 15:11:46,32553.0,40.0,1997.0,387.0,6897.0,2840.0,6682.0,6953.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,228190.0,228190.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,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,5899.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3406.0,3348.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,364098.0,364453.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20640.0,,,,,3.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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,192.0,240.0,279.0,285.0,5885.0,Distributed Evolutionary Algorithms in Python.,89.0,34,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5806.0,5554.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,487389.0,496720.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,466595.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,2024-12-12 02:57:18.000000,2024-12-12 02:42:32,1213.0,88.0,499.0,277.0,901.0,249.0,340.0,4975.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'],2753.0,2627.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,288452.0,291283.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,101950.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,2024-12-11 21:52:57.000000,2024-12-11 21:46:22,12414.0,27.0,1159.0,99.0,1403.0,141.0,759.0,4940.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,643.0,623.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,73523.0,74577.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,55889.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,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,2024-12-05 20:59:36.000000,2024-12-05 20:24:11,3883.0,22.0,866.0,57.0,1720.0,424.0,1270.0,4264.0,"Serve, optimize and scale PyTorch models in production.",217.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],791.0,769.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,61648.0,90787.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,385540.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1371821.0,2.0,7251.0,,,,,,,,,,,,,,,,,,, +169,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,2024-12-12 10:30:08.000000,2024-12-12 10:20:59,3588.0,230.0,383.0,32.0,3399.0,102.0,2076.0,4104.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,34,True,2024-11-29 12:28:59.000,2.5.0,100.0,rubrix,conda-forge/rubrix,,,,2831.0,2831.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2501.0,3590.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,39226.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +170,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,2024-12-09 22:24:28.000000,2024-12-09 22:22:15,1349.0,31.0,287.0,41.0,497.0,103.0,246.0,4036.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1357.0,1298.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,1170755.0,1174196.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,113563.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,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,2024-12-12 10:23:53.000000,2024-12-12 10:23:51,1538.0,18.0,366.0,92.0,784.0,138.0,452.0,3335.0,Quickly and accurately render even the largest data.,58.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5388.0,5192.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,156784.0,179564.0,https://anaconda.org/conda-forge/datashader,2024-07-08 10:48:31.985,1252954.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,5.0,618.0,115.0,1191.0,365.0,1115.0,3334.0,High-performance interactive 2D/3D data visualization library.,199.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1941.0,1765.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,922250.0,935172.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,658251.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,16.0,,,,,,,,,,,,, +173,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-12-10 10:58:17.000000,2024-12-09 20:00:15,2067.0,80.0,405.0,52.0,1817.0,79.0,482.0,3123.0,Bayesian optimization in PyTorch.,134.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1346.0,1262.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,177289.0,179842.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,132797.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +174,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,19.0,505.0,56.0,150.0,359.0,171.0,2823.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'],4766.0,4414.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,885197.0,930219.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2251105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-11 07:28:15.000000,2024-12-11 07:28:15,3044.0,58.0,717.0,76.0,938.0,297.0,650.0,2773.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1341.0,1288.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,118010.0,118020.0,,,,,,,,1.0,569.0,,,,,,,,,,,,,,,,,,, +176,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-12-11 09:05:31.000000,2024-12-11 08:46:11,5358.0,73.0,557.0,20.0,1467.0,1147.0,710.0,2321.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-29 12:39:05.000,8.25.5,373.0,snakemake,bioconda/snakemake,,,,2425.0,2177.0,https://pypi.org/project/snakemake,2024-11-29 12:39:05.000,248.0,111915.0,123289.0,https://anaconda.org/bioconda/snakemake,2024-12-02 08:36:48.398,1251224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,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,2024-12-12 02:47:46.000000,2024-12-12 02:46:04,5965.0,109.0,714.0,88.0,6049.0,257.0,867.0,2121.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1635.0,1618.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,33366.0,33366.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-10-01 11:37:22.000000,2024-10-01 11:37:17,1873.0,7.0,200.0,33.0,214.0,26.0,403.0,1418.0,The ctypes-based simple ImageMagick binding for Python.,106.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20279.0,20022.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1082405.0,1084523.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,90415.0,,,,,2.0,51580.0,,,,,,,,,,,,,,,,,,, +179,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,2024-11-29 08:37:03.000000,2024-11-29 08:37:01,2931.0,29.0,249.0,35.0,233.0,48.0,514.0,1328.0,Python interface for igraph.,76.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4655.0,4249.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,1129544.0,1147991.0,https://anaconda.org/conda-forge/igraph,2024-11-19 17:05:42.667,652901.0,,,,,1.0,565655.0,,,,,,,,,,,,,,,,,,, +180,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-07-30 07:34:33.171000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4210.0,4161.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,13347491.0,13353482.0,https://anaconda.org/conda-forge/agate,2024-07-30 07:34:33.171,257640.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-12-10 01:03:13.551000,2024-12-09 18:08:04,575.0,17.0,104.0,35.0,70.0,72.0,84.0,957.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,,,,111816.0,111283.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15328692.0,15667423.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13210532.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,2024-12-10 08:46:16.000000,2024-12-10 08:46:15,3771.0,81.0,4349.0,385.0,4246.0,448.0,1267.0,38903.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,447.0,447.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-12-12 14:59:49.000000,2024-12-12 14:12:14,7199.0,1292.0,2969.0,272.0,7279.0,135.0,679.0,27152.0,You like pytorch? You like micrograd? You love tinygrad!.,356.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],147.0,147.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +184,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,2024-12-12 12:40:20.000000,2024-12-12 11:30:48,18931.0,299.0,4883.0,398.0,5700.0,142.0,3994.0,26909.0,Platform for building AI that can learn and answer questions over federated data.,863.0,33,False,2024-12-11 16:27:58.000,24.12.2.1,506.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-12-11 16:28:42.000,,16247.0,16247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +185,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,,3975.0,673.0,1678.0,151.0,1988.0,25473.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'],500.0,476.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,24391.0,40641.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3367.0,,,,,2.0,1212615.0,,,,,,,,,,,,,,,,,,, +186,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-12-12 09:31:34.000000,2024-12-09 13:38:58,3653.0,425.0,1428.0,127.0,4030.0,348.0,1027.0,20953.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",128.0,33,True,2024-12-09 15:05:46.000,1.12.5,89.0,,,,,,115.0,115.0,,,,,6027.0,,,,,,,,2.0,265190.0,,,,,,,,,,,,,,,,,,, +187,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,2024-12-02 15:12:13.000000,2024-11-15 09:23:37,9021.0,11.0,3078.0,276.0,1300.0,163.0,710.0,19414.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,144.0,140.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,25473.0,25481.0,,,,,,,,1.0,627.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +188,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19232.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'],554.0,549.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8340.0,8340.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,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,469.0,671.0,590.0,672.0,15636.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'],1533.0,1519.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9385.0,9385.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1811.0,261.0,117.0,120.0,535.0,11661.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,,,,7091.0,6888.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,470409.0,472900.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,239211.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,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,2024-12-02 23:28:04.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11233.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],290.0,284.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2282.0,2282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,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,2024-12-12 05:53:11.165000,2024-12-09 19:19:02,6205.0,129.0,1191.0,123.0,1766.0,113.0,724.0,8643.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,33,True,2024-12-10 04:22:52.000,3.2.0,140.0,perspective-python,conda-forge/perspective,,,['jupyter'],189.0,155.0,https://pypi.org/project/perspective-python,2024-12-10 04:20:04.000,28.0,18899.0,47514.0,https://anaconda.org/conda-forge/perspective,2024-12-12 05:53:11.165,1376136.0,,,,,2.0,7117.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-10 04:18:43.152,6.0,2713.0,,,,,,,,,,,,, +193,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,2024-12-04 03:39:13.000000,2024-12-04 03:39:13,2498.0,13.0,987.0,200.0,2330.0,261.0,847.0,8601.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,281023.0,285657.0,https://anaconda.org/conda-forge/pyro-ppl,2024-06-03 00:37:06.159,208555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-11-16 04:31:27.000000,2024-11-16 04:31:19,529.0,1.0,862.0,84.0,277.0,81.0,376.0,7886.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,,,,52013.0,51388.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3978900.0,4002299.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1239901.0,,,,,2.0,452.0,,,,,,,,,,,,,,,,,,, +195,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,542.0,7291.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18690.0,18237.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2574537.0,2585255.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,803864.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,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,2024-12-11 21:34:38.000000,2024-12-09 22:42:53,871.0,6.0,1283.0,142.0,509.0,48.0,567.0,6871.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,16038601.0,16050495.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,642286.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-12-12 09:56:30.000000,2024-12-12 09:56:30,3764.0,304.0,1270.0,253.0,9883.0,1007.0,1635.0,6801.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",112.0,33,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,38640.0,38647.0,,,,,,,,2.0,644.0,intel-analytics/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,,, +198,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,2024-11-12 20:53:07.000000,2024-11-12 20:53:05,209.0,13.0,1104.0,201.0,156.0,147.0,342.0,6329.0,Official Kaggle API.,48.0,33,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,252948.0,256800.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,196487.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-12-12 11:09:23.000000,2024-12-12 10:39:28,3534.0,157.0,735.0,146.0,132.0,106.0,349.0,6321.0,Fit interpretable models. Explain blackbox machine learning.,48.0,33,True,2024-12-10 09:46:40.000,0.6.8,56.0,interpret,,,,['jupyter'],853.0,803.0,https://pypi.org/project/interpret,2024-12-10 09:46:40.000,50.0,126649.0,126649.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-11-22 18:31:49.000000,2024-11-22 18:31:49,630.0,10.0,722.0,109.0,196.0,9.0,356.0,5910.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,33,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,2626222.0,2638240.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,636990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-12-09 15:09:40.000000,2024-12-09 15:09:36,2453.0,31.0,657.0,97.0,276.0,505.0,573.0,5738.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",101.0,33,True,2024-10-27 20:17:04.000,1.16.5,174.0,clearml,,allegroai/trains,,,1481.0,1430.0,https://pypi.org/project/clearml,2024-12-07 17:47:36.000,51.0,316358.0,316862.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30320.0,2.0,3017.0,,,,,,,,,,,,,,,,,,, +202,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,36.0,122.0,75.0,75.0,8.0,136.0,3826.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,25695.0,25124.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4875752.0,4882326.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,308995.0,,,,,2.0,25.0,,,,,,,,,,,,,,,,,,, +203,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-12-12 11:34:50.000000,2024-08-14 20:32:21,1311.0,,812.0,315.0,1470.0,332.0,519.0,3524.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,1056245.0,1056245.0,,,,,,,,2.0,,,,,,,,,6.0,,,,,,,,,,, +204,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-10-29 23:52:22.089000,2024-10-29 11:59:38,2311.0,8.0,559.0,70.0,487.0,267.0,713.0,2387.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,,,,3320.0,3159.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2517399.0,2524421.0,https://anaconda.org/conda-forge/lifelines,2024-10-29 23:52:22.089,386233.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,2024-12-11 08:37:48.000000,2024-12-11 08:37:48,572.0,7.0,159.0,42.0,83.0,6.0,135.0,2075.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2024-12-03 18:34:46.000,1.1.2,45.0,jellyfish,conda-forge/jellyfish,,,,12028.0,11753.0,https://pypi.org/project/jellyfish,2024-12-03 18:34:46.000,275.0,6658389.0,6679208.0,https://anaconda.org/conda-forge/jellyfish,2024-12-04 15:11:07.831,1124235.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,2024-12-12 06:34:23.000000,2024-12-09 20:32:14,3771.0,25.0,193.0,49.0,1403.0,134.0,742.0,2009.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,,,,2925.0,2904.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,386422.0,401814.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,785009.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +207,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-07 20:37:29.000000,2024-12-07 20:37:29,1982.0,18.0,289.0,45.0,289.0,59.0,214.0,1575.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,931.0,832.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,227993.0,235400.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,370353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-05 15:39:58.000000,2024-12-05 15:39:58,1196.0,3.0,363.0,67.0,616.0,300.0,361.0,1494.0,A Jupyter - Leaflet.js bridge.,91.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13286.0,13002.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,249553.0,279980.0,https://anaconda.org/conda-forge/ipyleaflet,2024-07-22 12:26:50.743,1320759.0,,,,,2.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6414.0,,,,,,,,,,,,, +209,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,2024-12-11 15:24:22.000000,2024-12-11 15:24:22,11608.0,51.0,246.0,55.0,12334.0,251.0,2220.0,984.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'],187.0,153.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,266639.0,266639.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2854.0,387.0,125.0,239.0,561.0,26033.0,Deezer source separation library including pretrained models.,21.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],858.0,846.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,26231.0,86050.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,98592.0,,,,,2.0,3608594.0,,,,,,,,,,,,,,,,,,, +211,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,2024-11-24 16:22:12.000000,2024-11-24 16:21:28,335.0,14.0,3071.0,156.0,56.0,137.0,142.0,21025.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-11-24 16:22:12.000,1.8.9,212.0,vit-pytorch,,,,['pytorch'],579.0,562.0,https://pypi.org/project/vit-pytorch,2024-11-24 16:22:12.000,17.0,28754.0,28754.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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,1016.0,1869.0,363.0,658.0,17800.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,,,,1029.0,1019.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2724.0,2904.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9215.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,340.0,1683.0,523.0,1294.0,11203.0,Turi Create simplifies the development of custom machine learning models.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,388.0,383.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,16599.0,16730.0,,,,,,,,3.0,11080.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,283.0,3401.0,51.0,1494.0,10500.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],269.0,260.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3772.0,3772.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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,172.0,438.0,68.0,474.0,8483.0,Automatic extraction of relevant features from time series:.,98.0,32,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,243275.0,268862.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1407339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,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,2024-12-10 10:40:37.000000,2024-12-08 13:24:25,1269.0,29.0,884.0,61.0,1044.0,239.0,1349.0,8159.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,32,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,74422.0,75995.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,64022.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,922.0,2.0,,,,,,,,,,,,,,,,,,,, +217,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,2024-12-09 12:00:57.000000,2024-12-09 11:51:02,387.0,9.0,1550.0,131.0,166.0,9.0,357.0,7974.0,A Python implementation of global optimization with gaussian processes.,47.0,32,True,2024-12-09 12:00:06.000,2.0.1,18.0,bayesian-optimization,,,,,3297.0,3145.0,https://pypi.org/project/bayesian-optimization,2024-12-09 12:00:06.000,152.0,408656.0,408657.0,,,,,,,,1.0,164.0,bayesian-optimization/BayesianOptimization,,,,,,,-1.0,,,,,,,,,,, +218,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-12-10 12:50:16.000000,2024-09-12 23:27:08,4682.0,,896.0,141.0,501.0,100.0,807.0,7316.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3488.0,3313.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,264404.0,264549.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8267.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +219,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1152.0,27.0,1429.0,6792.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],325.0,302.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15825.0,15825.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1669.0,1651.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14938.0,15252.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11870.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +221,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,2024-12-11 20:11:44.000000,2024-12-06 09:18:25,2229.0,20.0,321.0,45.0,2207.0,383.0,666.0,5260.0,Aim An easy-to-use & supercharged open-source experiment tracker.,77.0,32,True,2024-12-03 07:02:29.000,3.26.1,1173.0,aim,conda-forge/aim,,,,792.0,752.0,https://pypi.org/project/aim,2024-12-11 20:11:44.000,40.0,216223.0,218390.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,88855.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,32.0,552.0,85.0,635.0,122.0,500.0,5119.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,,,,671.0,607.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,100585.0,102627.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,89888.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-08-14 15:31:25.000000,2023-11-23 21:41:49,1136.0,,648.0,89.0,272.0,42.0,253.0,4519.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,6366472.0,6394811.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1530339.0,,,,,3.0,107.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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,647.0,65.0,228.0,240.0,164.0,4431.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,,,,7437.0,7303.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,765082.0,770684.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,268931.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,4.0,383.0,70.0,376.0,103.0,460.0,4264.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3368.0,3308.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,364353.0,364550.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7292.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-10 17:34:44.000000,2024-11-04 17:20:56,1301.0,4.0,2506.0,1942.0,537.0,390.0,1078.0,4113.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,333857.0,333865.0,,,,,,,,2.0,657.0,,,,,,,,,,,,,,,,,,, +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,2024-12-10 18:49:56.000000,2024-12-10 18:49:56,1922.0,27.0,633.0,45.0,919.0,482.0,312.0,4040.0,Time series forecasting with PyTorch.,59.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,479.0,457.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,61303.0,62642.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,68305.0,,,,,2.0,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +228,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,27.0,355.0,58.0,1405.0,123.0,185.0,3979.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,,,,853.0,791.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,122033.0,123059.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,56449.0,,,,,1.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,2024-11-17 17:28:39.000000,2024-11-17 17:28:27,1360.0,6.0,322.0,59.0,247.0,70.0,450.0,3681.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,,,,1002.0,972.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,283734.0,303054.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1043288.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,2024-12-12 13:55:23.000000,2024-12-12 13:55:22,3907.0,10.0,562.0,58.0,922.0,380.0,982.0,3603.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2684.0,2515.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,231816.0,235200.0,https://anaconda.org/conda-forge/gpytorch,2024-09-07 18:14:18.267,186168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1662.0,156.0,210.0,13.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,2069693.0,2071798.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,109483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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,21.0,450.0,93.0,127.0,92.0,348.0,3428.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,32,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1318.0,1255.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,488128.0,491400.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,163604.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,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,80.0,74.0,162.0,3395.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,,,,7834.0,7714.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,4154387.0,4157314.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,263434.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,2024-12-12 02:06:36.000000,2024-12-03 08:43:35,1306.0,59.0,285.0,29.0,1168.0,73.0,515.0,3202.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-29 08:09:44.000,1.5.15,129.0,lightly,,,,['pytorch'],369.0,352.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,59261.0,59261.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,2024-12-12 14:54:21.000000,2024-11-22 15:34:26,1208.0,27.0,361.0,36.0,548.0,111.0,456.0,3162.0,Scalable and user friendly neural forecasting algorithms.,48.0,32,True,2024-11-22 15:43:51.000,1.7.6,27.0,neuralforecast,conda-forge/neuralforecast,,,,288.0,267.0,https://pypi.org/project/neuralforecast,2024-11-22 15:43:51.000,21.0,60706.0,61507.0,https://anaconda.org/conda-forge/neuralforecast,2024-11-22 21:25:57.787,26442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,5.0,739.0,123.0,130.0,71.0,375.0,3082.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,32,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3044.0,2952.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,1233685.0,1239721.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,307869.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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,2024-12-12 10:34:48.000000,2024-12-12 10:34:41,996.0,11.0,232.0,37.0,556.0,72.0,177.0,2921.0,JAX-based neural network library.,84.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2377.0,2202.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,280548.0,281100.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,25434.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +238,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,2746.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,,,,7386.0,7018.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,1007643.0,1022170.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,755423.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +239,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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,152.0,46.0,248.0,2415.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2679.0,2395.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1529198.0,1536909.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,293044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-12-11 21:11:43.000000,2024-12-11 21:11:39,1855.0,290.0,207.0,48.0,290.0,180.0,164.0,2179.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-12-11 21:09:01.000,0.35.1,196.0,graphistry,,,,['jupyter'],133.0,127.0,https://pypi.org/project/graphistry,2024-12-11 21:09:01.000,6.0,17742.0,17742.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,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,285.0,56.0,143.0,83.0,194.0,1873.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3453.0,3296.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,91417.0,106085.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,660075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,219.0,1630.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12674.0,12462.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1170516.0,1172165.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,155067.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +243,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,3.0,234.0,37.0,256.0,65.0,274.0,1602.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,,,,10255.0,10102.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2550190.0,2574581.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1219577.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-12-10 01:49:14.000000,2024-11-05 17:47:01,1157.0,24.0,248.0,50.0,549.0,33.0,186.0,1343.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2328.0,2215.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,813669.0,821916.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,445385.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +245,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,2024-12-11 16:25:11.000000,2024-12-11 16:25:11,733.0,23.0,109.0,26.0,591.0,365.0,462.0,1153.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-10-17 08:19:52.000,0.11.1,78.0,hvplot,conda-forge/hvplot,,,,6442.0,6238.0,https://pypi.org/project/hvplot,2024-10-16 15:27:44.000,204.0,200772.0,213452.0,https://anaconda.org/conda-forge/hvplot,2024-10-17 10:29:45.764,684753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,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,2024-12-09 01:12:50.000000,2024-12-09 01:12:50,14284.0,262.0,295.0,34.0,1918.0,499.0,685.0,1077.0,Python package for earth-observing satellite data processing.,173.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,14693.0,19100.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,238016.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +247,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-11-23 12:41:59.000000,2024-11-23 12:41:59,17309.0,30.0,111.0,28.0,3625.0,534.0,3416.0,547.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-11-18 18:37:49.000,1.1.4,120.0,datalad,conda-forge/datalad,,,,538.0,440.0,https://pypi.org/project/datalad,2024-11-18 18:37:49.000,98.0,64940.0,77600.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,683684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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,14073.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,17249.0,17249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,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,184.0,1006.0,574.0,727.0,12766.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'],1803.0,1796.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5631.0,5643.0,,,,,,,,2.0,835.0,,,,,,,,,,,,,,,,,,, +250,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9790.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1384.0,1365.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,19170.0,19773.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,36798.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +251,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9770.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3168.0,3130.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,43499.0,48665.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,278977.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,456.0,262.0,579.0,364.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'],5079.0,5065.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4330.0,4330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +253,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2023-06-16 13:22:53.603000,2021-09-09 20:54:41,384.0,,876.0,259.0,148.0,107.0,104.0,9229.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,7764716.0,7770379.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,571971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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-11-05 17:02:12.000000,2024-11-05 17:02:12,1393.0,2.0,1399.0,301.0,897.0,145.0,759.0,9169.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],788.0,775.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,27037.0,27261.0,,,,,,,,2.0,19055.0,,,,,,,,,,,,,,,,,,, +255,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,2024-12-09 10:07:11.000000,2024-12-09 10:07:11,1195.0,10.0,1401.0,100.0,667.0,735.0,527.0,8459.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'],2871.0,2871.0,,,,,7441.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,372096.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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,2024-11-29 14:40:31.000000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7665.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'],663.0,629.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,19163.0,19784.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27354.0,,,,,2.0,67.0,,,,,,,,,,,,,,,,,,, +257,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-12-02 21:04:05.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,158.0,1733.0,154.0,865.0,7297.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1918.0,1844.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,63397.0,67463.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,219590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-11-26 20:42:35.000000,2024-11-26 20:42:35,3285.0,2.0,959.0,137.0,668.0,55.0,1163.0,7225.0,Python library for audio and music analysis.,124.0,31,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2976118.0,2991951.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,839188.0,,,,,2.0,,,,,,,,,-1.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,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,211.0,1051.0,25.0,615.0,6749.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],424.0,420.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12291.0,12291.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +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,296.0,161.0,267.0,5747.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,,,,1119.0,1105.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9747.0,9921.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14297.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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,127.0,39.0,75.0,147.0,5641.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4338.0,4222.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,848963.0,849305.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18815.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +262,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,2024-12-03 21:32:33.000000,2024-12-03 21:32:24,825.0,12.0,406.0,74.0,301.0,62.0,530.0,4791.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-03 20:54:25.000,3.16.0,189.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1342.0,1294.0,https://pypi.org/project/dtale,2024-12-03 20:54:25.000,48.0,98483.0,105028.0,https://anaconda.org/conda-forge/dtale,2024-12-03 21:29:44.048,360011.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,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4543.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,,,,48489.0,48054.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,438676.0,442523.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,203932.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,2024-12-12 14:49:34.000000,2024-12-12 09:40:31,15595.0,67.0,533.0,78.0,3687.0,914.0,1626.0,4286.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4021.0,4021.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,184.0,737.0,277.0,669.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,,,,,284.0,266.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,205578.0,205758.0,,,,,,,,3.0,17720.0,,,,,,,,,,,,,,,,,,, +266,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,335.0,65.0,78.0,20.0,124.0,3396.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15400.0,15158.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1522440.0,1526671.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,410422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3210.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7119.0,6966.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,417322.0,426741.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,348524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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,2024-12-12 08:04:56.000000,2024-12-12 01:51:50,8382.0,206.0,357.0,85.0,9837.0,97.0,349.0,3055.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,31,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,19961.0,20216.0,,,,,,,,3.0,11496.0,,,,,,,,,,,,,,,,,,, +269,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-01 18:14:29.000000,2024-06-24 17:09:39,1087.0,,397.0,61.0,498.0,221.0,273.0,2862.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'],4894.0,4779.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,365008.0,366113.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,44204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2024-12-09 15:46:12.000000,2024-12-09 15:31:38,1700.0,57.0,335.0,37.0,367.0,38.0,185.0,2749.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-12-09 15:46:12.000,2.7.5,48.0,shapash,,,,['jupyter'],189.0,185.0,https://pypi.org/project/shapash,2024-12-09 15:46:12.000,4.0,32485.0,32485.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-12-09 12:56:45.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,543.0,61.0,304.0,2595.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,546881.0,570059.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1158913.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,361.0,82.0,169.0,218.0,149.0,2362.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,,,,6939.0,6784.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,334985.0,339997.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,215837.0,,,,,2.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1016.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,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,10.0,428.0,92.0,119.0,78.0,265.0,2315.0,bt - flexible backtesting for Python.,34.0,31,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1646.0,1636.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,9339.0,10575.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,54409.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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,2024-12-08 02:44:42.000000,2024-12-08 02:34:34,962.0,30.0,143.0,25.0,441.0,163.0,312.0,2153.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-12-08 02:44:42.000,0.11.10,54.0,equinox,,,,['jax'],1076.0,878.0,https://pypi.org/project/equinox,2024-12-08 02:44:38.000,198.0,297939.0,297939.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +275,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,2024-12-12 11:35:01.000000,2024-12-11 15:58:59,2269.0,177.0,441.0,33.0,2442.0,322.0,121.0,1970.0,Pytorch domain library for recommendation systems.,303.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,157.0,157.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,33234.0,33234.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +276,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,61.0,193.0,21.0,181.0,49.0,139.0,1898.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,31,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,649.0,628.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,50465.0,50465.0,,,,,,,,2.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,2024-12-10 17:22:29.000000,2024-12-10 17:09:05,735.0,6.0,345.0,46.0,392.0,71.0,244.0,1728.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],961.0,925.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,121887.0,122435.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,19110.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +278,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,41.0,187.0,27.0,732.0,114.0,461.0,1704.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,,,,,282.0,263.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,15583.0,15587.0,,,,,,,,2.0,227.0,,,,,,,,-1.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,57.0,1884.0,92.0,899.0,1694.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,1191265.0,1191265.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,2024-12-12 10:04:01.000000,2024-12-12 10:03:55,4479.0,190.0,52.0,172.0,597.0,153.0,493.0,1599.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-10-25 16:22:16.000,4.5.1,82.0,lets-plot,,,,,165.0,151.0,https://pypi.org/project/lets-plot,2024-11-27 11:35:32.000,14.0,51955.0,51977.0,,,,,,,,2.0,1357.0,,,,,,,,,,,,,,,,,,, +281,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-12-07 19:03:02.000000,2024-12-07 19:02:56,953.0,4.0,431.0,86.0,237.0,57.0,242.0,1478.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3137.0,2699.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,1202823.0,1211722.0,https://anaconda.org/conda-forge/emcee,2024-04-22 14:43:59.507,373790.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,2024-12-12 11:32:34.000000,2024-12-12 11:30:03,1625.0,32.0,171.0,18.0,854.0,110.0,457.0,1370.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,804.0,768.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,98587.0,102661.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,224073.0,,,,,2.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,2024-11-18 14:47:40.000000,2024-11-18 14:47:37,4368.0,10.0,302.0,79.0,672.0,18.0,634.0,1346.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1749.0,1700.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,35079.0,46232.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,591141.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,2024-12-12 14:19:36.000000,2024-11-28 09:24:18,4025.0,432.0,139.0,9.0,676.0,23.0,160.0,1185.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],389.0,374.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,93025.0,93025.0,,,,,,,,2.0,,skforecast/skforecast,,,,,,,,,,,,,,,,,, +285,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,2024-11-27 19:10:03.000000,2024-11-27 19:10:03,1176.0,38.0,216.0,23.0,158.0,30.0,205.0,1147.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],698.0,661.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,192637.0,197227.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,169859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-11-22 20:17:36.000000,2024-11-22 20:17:36,3390.0,16.0,242.0,50.0,414.0,76.0,280.0,1074.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2263.0,2089.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,85683.0,111444.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1391129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,6.0,234.0,19.0,301.0,53.0,286.0,891.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,31,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1471.0,1344.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,1102054.0,1105940.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,194336.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +288,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,10.0,174.0,35.0,118.0,25.0,65.0,764.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,30844576.0,30934395.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8981946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-12-10 01:30:28.000000,2024-12-10 01:30:28,14711.0,171.0,434.0,58.0,2255.0,191.0,813.0,722.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,31,False,2024-03-08 22:14:36.000,1.9.0,28.0,dipy,conda-forge/dipy,,,,1430.0,1307.0,https://pypi.org/project/dipy,2024-03-08 22:14:36.000,123.0,37268.0,47760.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,535140.0,,,,,2.0,,,,,,,,,-1.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,2024-12-11 15:55:42.000000,2024-12-06 10:45:36,176528.0,2347.0,95.0,51.0,2402.0,72.0,307.0,688.0,TensorFlow ROCm port.,4743.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,7131.0,7131.0,,,,,,,,3.0,26.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +291,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,1249.0,557.0,840.0,2543.0,17534.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,987.0,1124.0,,,,,,,,3.0,14758.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,2024-12-06 03:12:54.000000,2024-12-03 04:02:11,2300.0,18.0,2885.0,198.0,3765.0,1260.0,4237.0,12903.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,642.0,642.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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,2024-11-24 01:32:42.000000,2024-11-24 01:32:39,2968.0,9.0,2413.0,207.0,480.0,246.0,479.0,10235.0,FinRL: Financial Reinforcement Learning.,118.0,30,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,54.0,54.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1376.0,1376.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +294,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2024-12-11 20:27:52.000000,2024-12-10 06:29:10,1745.0,9.0,751.0,90.0,807.0,111.0,271.0,9818.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",53.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,426.0,408.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,27550.0,28310.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,33452.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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,290.0,98.0,311.0,446.0,8664.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,,,,1728.0,1709.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,14532.0,26557.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8360.0,,,,,2.0,949451.0,,,,,,,,,,,,,,,,,,, +296,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,2024-12-11 14:59:09.000000,2024-11-05 16:17:36,1095.0,3.0,390.0,81.0,543.0,61.0,460.0,5907.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,30,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1563.0,1478.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,148826.0,164311.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,789743.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,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,788.0,5850.0,Gluon CV Toolkit.,119.0,30,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,82064.0,82064.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1065.0,111.0,257.0,112.0,489.0,5537.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4563.0,4443.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,120.0,295296.0,295893.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22687.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-12-07 22:16:48.000000,2024-12-07 22:16:43,628.0,10.0,776.0,86.0,357.0,54.0,347.0,5131.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,30,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,237.0,235.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,37745.0,37745.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,8.0,634.0,149.0,799.0,141.0,356.0,4793.0,Deep Learning Visualization Toolkit.,36.0,30,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,261492.0,261500.0,,,,,,,,2.0,476.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,2024-12-10 22:50:36.817000,2024-11-05 15:19:52,1478.0,5.0,755.0,77.0,1823.0,325.0,637.0,4671.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,857078.0,857107.0,https://anaconda.org/anaconda/gluonts,2024-12-10 22:50:36.817,1118.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,933.0,151.0,132.0,139.0,104.0,4399.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4881.0,4774.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,181945.0,182624.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,31269.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,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,1.0,551.0,120.0,385.0,77.0,743.0,4165.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,,,,364.0,345.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,92762.0,95136.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,85484.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,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,77.0,39.0,15.0,121.0,3985.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,,,,19494.0,19372.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,415859.0,457451.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,374334.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-12-11 00:58:36.000000,2024-11-25 19:03:51,1256.0,29.0,498.0,67.0,771.0,5.0,556.0,3814.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,11471.0,11471.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,15.0,411.0,50.0,95.0,140.0,522.0,3076.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,10665.0,11299.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,26661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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,65.0,344.0,29.0,339.0,95.0,40.0,3035.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1176.0,1170.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,17582.0,17677.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,60.0,194.0,139.0,197.0,2923.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'],1616.0,1537.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,401575.0,428652.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1462163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,2024-11-21 10:00:25.000000,2024-11-21 08:56:49,1959.0,78.0,143.0,29.0,371.0,62.0,112.0,2306.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",57.0,30,True,2024-11-21 10:00:25.000,2.16.6,132.0,usearch,,unum/usearch,,,179.0,142.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,325235.0,333717.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,165.0,3.0,38067.0,,usearch,https://www.npmjs.com/package/usearch,2024-11-21 09:05:02.079,14.0,6361.0,,,,,,,,,,,,, +310,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,1.0,260.0,47.0,352.0,220.0,141.0,2058.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,30,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,15678.0,15275.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2835732.0,2835732.0,,,,,,,,2.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,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2026.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1175.0,1139.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,84898.0,88737.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,203196.0,,,,,2.0,682.0,,,,,,,,,,,,,,,,,,, +312,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-12-12 08:58:31.000000,2024-12-12 08:58:30,916.0,38.0,425.0,39.0,949.0,160.0,330.0,1971.0,A Python package to assess and improve fairness of machine learning models.,89.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,200006.0,200792.0,https://anaconda.org/conda-forge/fairlearn,2024-11-04 09:16:48.714,38535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,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,6.0,228.0,52.0,213.0,32.0,292.0,1723.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,,,,,1042.0,1008.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,21359.0,21359.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,2024-12-08 12:55:17.000000,2024-12-08 12:55:17,1260.0,6.0,140.0,31.0,123.0,42.0,269.0,1653.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,,,,2738.0,2582.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,158711.0,161375.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,143866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +315,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2024-12-12 15:09:12.000000,2024-12-12 14:49:38,2335.0,248.0,161.0,12.0,1005.0,98.0,963.0,1630.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2024-12-12 11:09:56.000,0.18.30,248.0,dstack,,,,,17.0,17.0,https://pypi.org/project/dstack,2024-12-12 10:51:57.000,,10586.0,10586.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,2024-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,201.0,34.0,75.0,29.0,52.0,1590.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,30,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4176.0,4139.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1998247.0,1998919.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,31586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,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,36.0,601.0,103.0,296.0,22.0,300.0,1578.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,30,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,192.0,190.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,8110.0,8161.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-12-05 18:19:53.000000,2024-12-05 18:19:53,10802.0,20.0,245.0,40.0,1509.0,208.0,358.0,1273.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,3528.0,3672.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4332.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,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,2024-12-05 02:06:57.000000,2024-11-27 18:24:47,1528.0,45.0,280.0,68.0,110.0,38.0,55.0,1258.0,Model analysis tools for TensorFlow.,59.0,30,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,265643.0,265643.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-12-11 19:02:58.000000,2024-12-10 17:11:38,16701.0,81.0,379.0,45.0,1655.0,315.0,2984.0,929.0,An open-source application for biological image analysis.,144.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1540.0,1602.0,,,,,,,,2.0,8156.0,,,,,,,,,,,,,,,,,,, +321,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-10-25 20:18:31.000000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,25.0,76.0,927.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19561.0,18860.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,3136859.0,3177126.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,885895.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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,2024-12-09 14:39:05.000000,2024-12-09 14:38:38,3221.0,36.0,120.0,16.0,323.0,8.0,183.0,821.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,448713.0,512711.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3173090.0,,,,,2.0,28509.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,2024-12-04 06:22:16.000000,2024-12-04 06:22:16,575.0,9.0,111.0,17.0,199.0,125.0,139.0,722.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,48182.0,47402.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3653717.0,3653879.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21086.0,,,,,,,,,,,,,,,,,,, +324,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-05 16:38:59.000000,2024-12-05 16:38:59,635.0,62.0,102.0,24.0,115.0,4.0,113.0,713.0,Python library for reading audio file metadata.,27.0,30,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1225.0,1112.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,61310.0,61310.0,,,,,,,,2.0,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +325,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,2024-12-11 19:37:56.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1443.0,293.0,371.0,711.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.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,1260360.0,1260360.0,,,,,,,,2.0,,,,,,,,,6.0,,,,,,,,,,, +326,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,2024-12-12 14:52:42.000000,2024-12-10 15:39:12,596.0,3.0,38.0,10.0,76.0,11.0,26.0,219.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,30,False,2024-12-10 15:41:01.000,1.0.2,50.0,blis,conda-forge/cython-blis,,,,53151.0,53041.0,https://pypi.org/project/blis,2024-12-10 15:41:01.000,110.0,13170994.0,13217106.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2351478.0,,,,,2.0,335.0,,,,,,,,,,,,,,,,,,, +327,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,15881.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,600.0,597.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1481.0,1481.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-12-12 14:18:28.000000,2024-12-09 07:45:31,2000.0,5.0,2662.0,300.0,945.0,250.0,695.0,15723.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,5102.0,5116.0,,,,,,,,2.0,735.0,,,,,,,,,,,,,,,,,,, +329,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,46.0,101.0,94.0,9044.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,212227.0,213076.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,45853.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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,2024-11-25 05:19:58.903000,2024-11-24 16:18:39,1063.0,25.0,935.0,140.0,758.0,135.0,347.0,7182.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,99.0,29,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,485.0,467.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,58996.0,59728.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,35885.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +331,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,6217.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'],778.0,771.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2214.0,2390.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9529.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,831.0,146.0,1588.0,382.0,403.0,5079.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,270108.0,270108.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4473.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,,,,1539.0,1474.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,430499.0,431181.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,28669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-11-27 17:22:07.000000,2024-11-27 17:22:07,519.0,4.0,594.0,44.0,548.0,10.0,,4170.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-11-22 07:20:28.000,0.11.19,104.0,sahi,conda-forge/sahi,,,,1553.0,1523.0,https://pypi.org/project/sahi,2024-11-22 07:20:28.000,30.0,156233.0,159010.0,https://anaconda.org/conda-forge/sahi,2024-11-25 03:07:18.688,81304.0,,,,,3.0,29354.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,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4088.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,,,,6564.0,6414.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,607258.0,613299.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,296018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-12-08 15:35:06.000000,2024-12-08 15:26:28,921.0,41.0,441.0,43.0,1016.0,27.0,351.0,3997.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,43406.0,139243.0,,,,,,,,3.0,4408504.0,,,,,,,,,,,,,,,,,,, +337,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-12-12 14:51:54.000000,2024-11-05 10:29:23,704.0,29.0,682.0,39.0,1022.0,147.0,805.0,3888.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,123.0,118.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,35921.0,36344.0,,,,,,,,2.0,15244.0,,,,,,,,,,,,,,,,,,, +338,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-12 14:01:36.000000,2024-12-12 14:01:36,1495.0,8.0,255.0,22.0,1759.0,260.0,727.0,3649.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-05 12:59:32.000,0.19.0,61.0,deepchecks,,,,,482.0,470.0,https://pypi.org/project/deepchecks,2024-12-05 12:59:23.000,12.0,43883.0,43916.0,,,,,,,,2.0,1275.0,,,,,,,,,,,,,,,,,,, +339,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,2024-11-26 10:36:04.000000,2024-10-22 15:05:01,3667.0,4.0,464.0,102.0,1064.0,270.0,368.0,3633.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,222469.0,250878.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1432950.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2356.0,,,,,,,,,,,,, +340,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,230.0,95.0,404.0,3581.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,,,,1621.0,1592.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,193898.0,212950.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,969431.0,,,,,2.0,1554.0,,,,,,,,,,,,,,,,,,, +341,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-11-22 12:08:36.000000,2024-10-22 19:55:17,1581.0,61.0,357.0,68.0,1455.0,116.0,88.0,3498.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,8689.0,10617.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,98333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,,250.0,64.0,56.0,9.0,,3404.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,,,,7623.0,7524.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,791507.0,805521.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,686102.0,,,,,2.0,1050.0,,,,,,,,,,,,,,,,,,, +343,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,96.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'],1669.0,1647.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,117451.0,117451.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,326.0,23.0,50.0,35.0,203.0,2319.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,583.0,573.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,66424.0,67611.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,57023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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,2024-12-12 07:42:56.000000,2024-12-11 16:12:58,739.0,12.0,225.0,41.0,561.0,140.0,235.0,2261.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,505.0,498.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,80609.0,80609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,6.0,526.0,43.0,29.0,49.0,81.0,2250.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'],6774.0,6701.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,147715.0,147959.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13771.0,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +347,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-01 14:51:14.000000,2024-12-01 14:51:07,495.0,10.0,300.0,68.0,127.0,22.0,107.0,2057.0,ffn - a financial function library for Python.,35.0,29,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,528.0,510.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,18432.0,18743.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13718.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-12-09 11:29:41.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1852.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'],740.0,705.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,67523.0,68623.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,37407.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1810.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6801.0,6698.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,139776.0,140914.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,88836.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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,17.0,293.0,30.0,580.0,102.0,722.0,1799.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,117.0,114.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1588.0,1588.0,,,,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +351,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,2024-12-11 20:40:27.070000,2024-06-05 08:42:47,1478.0,,166.0,31.0,252.0,,,1354.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2069.0,1982.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,265821.0,267898.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,76874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,3.0,125.0,24.0,111.0,50.0,79.0,1323.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,,,,3686.0,3637.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,448743.0,449591.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,44143.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,2024-12-09 13:54:05.000000,2024-11-28 13:15:08,859.0,24.0,77.0,26.0,417.0,112.0,243.0,600.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-11-29 08:29:27.000,1.13.1,69.0,geoviews,conda-forge/geoviews,,,,1228.0,1165.0,https://pypi.org/project/geoviews,2024-11-28 13:21:28.000,63.0,20090.0,25274.0,https://anaconda.org/conda-forge/geoviews,2024-11-29 08:35:30.009,264422.0,,,,,3.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,2024-11-27 19:58:05.000000,2024-11-04 14:58:06,2103.0,8.0,64.0,16.0,1639.0,25.0,217.0,590.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,,,,766.0,689.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,535200.0,540628.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,298554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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,54.0,37.0,57.0,495.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,26676.0,26541.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2194406.0,2212614.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,910413.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,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,618.0,233.0,53.0,,15103.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2560.0,2486.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,46486.0,46486.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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,6.0,1377.0,424.0,51.0,105.0,88.0,10588.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,26424.0,26424.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-12-05 15:25:11.000000,2024-09-10 20:43:30,1626.0,,814.0,140.0,1572.0,122.0,125.0,8114.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,,,,,195.0,194.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4171.0,4171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,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,347.0,81.0,51.0,231.0,8042.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,885.0,859.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3115.0,3480.0,,,,,,,,3.0,32144.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +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,1.0,1586.0,626.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,,2668.0,2668.0,,,,,,,,3.0,13.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +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,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,210.0,92.0,201.0,123.0,5918.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,,,,,548.0,536.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17605.0,17605.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,200.0,158.0,49.0,227.0,5529.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1117.0,1117.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,,474.0,74.0,63.0,112.0,57.0,4956.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,,,,,3413.0,3391.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,514643.0,514643.0,,,,,,,,3.0,,,,,,,,,6.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,,686.0,87.0,209.0,157.0,358.0,4785.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,,,,1649.0,1617.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,342649.0,345512.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,237655.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,2024-12-05 17:20:36.000000,2024-11-06 20:27:19,6178.0,13.0,528.0,147.0,1950.0,338.0,1386.0,4587.0,ArrayFire: a general purpose GPU library.,94.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,2997.0,3062.0,,,,,,,,2.0,7480.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,37.0,57.0,138.0,44.0,4020.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'],17475.0,17340.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,214994.0,214994.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,217.0,408.0,139.0,402.0,3848.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,,,,,1081.0,1069.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1938.0,1938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3533.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3361.0,3330.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,234209.0,234450.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,10124.0,,,,,2.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,3300.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1253.0,1223.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,41242.0,41242.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,82.0,245.0,69.0,155.0,3073.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,,,,,210.0,207.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,45542.0,45543.0,,,,,,,,2.0,94.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,108.0,74.0,102.0,123.0,3035.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12643.0,12534.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,55588.0,55588.0,,,,,,,,3.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,2983.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,,,,1421.0,1368.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,116564.0,118412.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,90588.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,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,13.0,524.0,110.0,364.0,388.0,690.0,2885.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,,,,,848.0,828.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,11244.0,11244.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,2024-12-12 13:40:00.000000,2024-12-12 13:39:24,2308.0,5.0,722.0,81.0,206.0,200.0,469.0,2816.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,40055.0,40055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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,5.0,334.0,154.0,1184.0,35.0,60.0,2729.0,Neural Network Libraries.,76.0,28,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,10623.0,10634.0,,,,,,,,3.0,989.0,,,,,,,,,,,,,,,,,,, +376,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,64.0,61.0,31.0,39.0,2430.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'],5799.0,5714.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,496193.0,498334.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,190637.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,45.0,57.0,70.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],364.0,357.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10194.0,10194.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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,2324.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12036.0,11881.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,379094.0,379094.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,2024-12-12 10:58:49.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2238.0,A modular active learning framework for Python.,20.0,28,False,2024-12-12 10:58:49.000,0.68.3,1522.0,modAL,,,,['sklearn'],72.0,,https://pypi.org/project/modAL,2024-12-12 10:58:49.000,72.0,567643.0,567643.0,,,,,,,,3.0,45.0,,,,,,,,,,,,,,,,,,, +380,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-27 03:21:54.000000,2024-11-16 15:29:06,2316.0,83.0,135.0,28.0,271.0,5.0,43.0,2073.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,207.0,193.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,7215.0,7215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +381,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-09 19:08:18.000000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1959.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,,,,2145.0,2123.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,42780.0,43621.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,42939.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,,279.0,40.0,495.0,172.0,151.0,1803.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,199.0,191.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,161714.0,161720.0,,,,,,,,3.0,537.0,,,,,,,,,,,,,,,,,,, +383,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,,387.0,50.0,136.0,29.0,435.0,1752.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,,,,,295.0,280.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5571.0,5686.0,,,,,,,,2.0,12116.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +384,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,2024-12-12 12:15:22.000000,2024-11-04 09:55:10,833.0,2.0,323.0,120.0,788.0,229.0,168.0,1500.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,779977.0,779977.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-12-09 01:42:19.000000,2024-10-15 17:52:15,3072.0,10.0,124.0,36.0,375.0,9.0,191.0,1459.0,Multi-class confusion matrix library in Python.,17.0,28,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,380.0,356.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,44682.0,44682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,36.0,57.0,1405.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,162202.0,162202.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1390.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,197.0,190.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,24273.0,24662.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-12-05 11:46:30.000000,2024-11-17 22:14:08,415.0,7.0,184.0,25.0,41.0,1.0,132.0,1291.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],658.0,640.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,145388.0,145744.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21746.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,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,2024-12-12 12:43:54.000000,2024-12-08 20:34:04,545.0,10.0,118.0,23.0,399.0,43.0,291.0,1289.0,Extra blocks for scikit-learn pipelines.,68.0,28,True,2024-11-26 14:09:23.000,0.9.3,54.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],180.0,167.0,https://pypi.org/project/scikit-lego,2024-11-13 11:05:03.000,13.0,25336.0,26416.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,59450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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,,418.0,52.0,41.0,17.0,139.0,1247.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2944.0,2906.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,215553.0,216485.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,52204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,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,41.0,39.0,76.0,591.0,1177.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,807.0,775.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27405.0,29264.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,98220.0,,,,,3.0,652.0,,,,,,,,,,,,,,,,,,, +392,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1024.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,4104585.0,4134625.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2343151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,5.0,215.0,58.0,99.0,39.0,172.0,986.0,Input pipeline framework.,29.0,28,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,540322.0,540322.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,953.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,85961.0,93660.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,618577.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1694.0,,,,,,,,,,,,, +395,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,257.0,907.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1256.0,1163.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,125953.0,142709.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,921600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,50.0,59.0,21.0,70.0,849.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,,,,1465.0,1402.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23435.0,33240.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,529500.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,297.0,280.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,6383.0,6383.0,,,,,,,,2.0,104.0,,,,,,,,,,,,,,,,,,, +398,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,39.0,148.0,29.0,97.0,47.0,76.0,628.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,629.0,598.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,90951.0,90991.0,,,,,,,,3.0,2808.0,,,,,,,,,,,,,,,,,,, +399,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,,59.0,14.0,207.0,12.0,187.0,344.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,,,,10315.0,10154.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,744762.0,776344.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2937170.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,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,,1154.0,239.0,458.0,75.0,264.0,18367.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,,43346.0,43761.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27027.0,2.0,,,,,,,,,,,,,,,,,,,, +401,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,133.0,51.0,163.0,141.0,7967.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,249393.0,325890.0,,,,,,,,2.0,4360347.0,,,,,,,,,,,,,,,,,,, +402,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'],289.0,281.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,58196.0,58196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,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,459.0,699.0,36.0,441.0,7337.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,2322.0,2347.0,,,,,,,,2.0,2518.0,,,,,,,,,,,,,,,,,,, +404,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,174.0,46.0,80.0,242.0,7136.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,48236.0,48236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,350.0,14.0,42.0,66.0,6453.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1513.0,1505.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,34847.0,34847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,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,145.0,100.0,87.0,310.0,6433.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,100609.0,108809.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,434612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,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,5083.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,,,,,868.0,856.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8316.0,8316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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,4833.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'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,871.0,871.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +409,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,54.0,57.0,76.0,108.0,4606.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'],2583.0,2532.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,95713.0,119544.0,,,,,,,,3.0,1453701.0,,,,,,,,,,,,,,,,,,, +410,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,32.0,52.0,77.0,4506.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,,,,9895.0,9798.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,357916.0,358257.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4303.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,651012.0,652675.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,86483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,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,,741.0,176.0,90.0,1.0,288.0,4301.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,47689.0,47857.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,,480.0,58.0,828.0,60.0,498.0,3913.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,74737.0,74737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,282.0,226.0,12.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,537414.0,537842.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25692.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-11-29 05:56:39.000000,2024-11-29 05:56:39,1677.0,13.0,685.0,44.0,30.0,7.0,574.0,3616.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,31.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,,2148.0,2148.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,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,26.0,324.0,89.0,102.0,51.0,32.0,3544.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,2895.0,3365.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34347.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,2.0,427.0,84.0,55.0,63.0,204.0,3537.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'],227.0,224.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1683.0,1898.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10559.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +418,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,3425.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,,,,725.0,720.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1380.0,1656.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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,,254.0,61.0,121.0,7.0,293.0,3403.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,,,,,664.0,649.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20549.0,20578.0,,,,,,,,3.0,2005.0,,,,,,,,,,,,,,,,,,, +420,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,22.0,761.0,3389.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,18412.0,21770.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,184714.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,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,,374.0,84.0,66.0,156.0,189.0,3334.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,,,,514.0,497.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6562.0,14584.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,746062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,142.0,240.0,43.0,635.0,3299.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,27,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,1131.0,1131.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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,141.0,718.0,156.0,63.0,10.0,840.0,3267.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'],,,,,,,919.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,71587.0,,,,,3.0,4808.0,,,,,,,,,,,,,,,,,,, +424,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,,386.0,38.0,522.0,62.0,217.0,3008.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,,,,337.0,326.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6761.0,6938.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9031.0,,,,,2.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,62.0,933.0,325.0,747.0,2957.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],298.0,287.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,5028.0,5028.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,775.0,182.0,75.0,21.0,565.0,2872.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,37907.0,38678.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,50177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,366.0,27.0,350.0,2797.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,,,,663.0,649.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5482.0,5779.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2673.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,240518.0,243795.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,75382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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,29.0,1132.0,78.0,224.0,2642.0,Database system for AI-powered apps.,73.0,27,True,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,,1437.0,15821.0,,,,,,,,3.0,417163.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +430,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,2024-12-02 23:16:14.000000,2024-12-02 23:16:14,149.0,9.0,346.0,29.0,338.0,47.0,346.0,2599.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,14.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],146.0,134.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,9221.0,9221.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +431,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,2024-12-12 15:08:33.000000,2024-12-12 15:04:45,661.0,557.0,156.0,37.0,776.0,29.0,77.0,2547.0,Open-source end-to-end LLM Development Platform.,28.0,27,True,2024-12-12 13:49:12.000,1.2.5,75.0,opik,,,,,1.0,,https://pypi.org/project/opik,2024-12-12 13:49:34.000,1.0,10926.0,10926.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-12-09 00:29:48.000000,2024-12-06 11:28:50,668.0,5.0,252.0,56.0,673.0,151.0,225.0,2421.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,716.0,691.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17547.0,17547.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,,,,1965.0,1899.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,25298.0,27193.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,172533.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,63.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'],392.0,386.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,14766.0,14766.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,67.0,63.0,32.0,199.0,2161.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1803.0,1803.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,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,2024-12-12 14:16:18.000000,2024-12-12 07:51:45,6684.0,112.0,303.0,45.0,3027.0,180.0,1592.0,1781.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,409.0,993.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,25698.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,38.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2587.0,3191.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,24173.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +438,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,1742.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'],234.0,231.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,39606.0,39700.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,282.0,52.0,88.0,24.0,191.0,1635.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'],696.0,677.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,92392.0,92545.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,2.0,164.0,22.0,128.0,8.0,131.0,1484.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,,,,984.0,937.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,49382.0,56047.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,346597.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,1481.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,,,,,415.0,413.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1918.0,1918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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,3.0,424.0,31.0,51.0,18.0,132.0,1461.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,738.0,707.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,33517.0,33517.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,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,5.0,270.0,81.0,492.0,53.0,207.0,1433.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1329.0,1318.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,26666.0,26748.0,,,,,,,,2.0,7504.0,,,,,,,,,,,,,,,,,,, +444,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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,363.0,33.0,2283.0,86.0,234.0,1411.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,27,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,9211.0,9211.0,,,,,,,,2.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,,205.0,44.0,259.0,68.0,213.0,1362.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,,,,,477.0,450.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2293.0,2293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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,1320.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,,,,1554.0,1498.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,25094.0,25474.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,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,2024-12-11 06:27:29.000000,2024-12-09 22:45:32,2396.0,174.0,421.0,57.0,583.0,190.0,266.0,1308.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1160.0,1341.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,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,,331.0,40.0,302.0,31.0,200.0,1294.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,,,,,496.0,474.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,32577.0,32577.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,,176.0,25.0,36.0,1.0,116.0,1255.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'],1752.0,1731.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,133037.0,133037.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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1236.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'],563.0,559.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,9233.0,9233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-04 12:06:33.000000,2024-12-04 12:04:56,828.0,6.0,126.0,31.0,432.0,84.0,341.0,1097.0,BAyesian Model-Building Interface (Bambi) in Python.,41.0,27,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,171.0,161.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,29789.0,30634.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,40577.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-12-11 14:42:04.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,615.0,109.0,461.0,1093.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,27,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,59941.0,60529.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,26470.0,,,,,2.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,2024-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,989.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,,,,639.0,605.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,25086.0,25767.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,33933.0,,,,,3.0,328.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,33.0,86.0,88.0,123.0,921.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'],1882.0,1857.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,68127.0,68127.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,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-11-10 14:49:37.000000,2024-11-10 14:49:37,681.0,2.0,106.0,14.0,100.0,73.0,67.0,904.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,,,,8834.0,8678.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2054943.0,2095089.0,https://anaconda.org/conda-forge/pynndescent,2024-06-17 19:35:33.219,2127755.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,2024-11-28 20:13:21.000000,2024-11-28 20:13:20,635.0,11.0,164.0,31.0,229.0,5.0,104.0,646.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],439.0,411.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,29060.0,29363.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,9095.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,76.0,145.0,35.0,413.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,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,3912.0,30341.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,132146.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,2024-12-11 14:40:44.000000,2024-12-11 14:40:44,102.0,2.0,1827.0,209.0,75.0,113.0,38.0,10763.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,33.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,53307.0,53307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,,1219.0,186.0,213.0,31.0,534.0,9462.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,,,,,305.0,,,,,,,,3.0,14340.0,,,,,,,,,,,,,,,,,,, +460,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,11.0,1549.0,138.0,3624.0,76.0,1982.0,5739.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,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,,599.0,142.0,31.0,69.0,55.0,5601.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1896.0,1840.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1708538.0,1708919.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20240.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,243.0,219.0,52.0,203.0,4589.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,1583.0,1680.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4275.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,749.0,59.0,1015.0,187.0,742.0,4381.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'],186.0,182.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4456.0,4456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,4.0,279.0,51.0,477.0,69.0,261.0,3365.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,8045.0,9210.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,51869.0,,,,,2.0,750.0,,,,,,,,,,,,,,,,,,, +465,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,10.0,252.0,29.0,2020.0,3.0,666.0,3253.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,14630.0,14705.0,,,,,,,,3.0,2727.0,,,,,,,,,,,,,,,,,,, +466,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,477.0,54.0,30.0,3053.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,156269.0,156545.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,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,3033.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1720.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,152356.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1521.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +468,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2965.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2725.0,2695.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,67907.0,68704.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,36707.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,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,167.0,164.0,113.0,2761.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,174671.0,176540.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,170097.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,97.0,44.0,91.0,240.0,2747.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,89747.0,89747.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,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,,490.0,38.0,250.0,52.0,290.0,2663.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,47295.0,47542.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,8912.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,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,2492.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,980.0,980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,2024-12-10 03:08:36.000000,2024-12-10 03:08:33,438.0,1.0,842.0,91.0,291.0,200.0,103.0,2480.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,,,,567.0,535.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,33686.0,34018.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,16961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,,248.0,35.0,148.0,24.0,146.0,2423.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,,,,,257.0,248.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,22516.0,22522.0,,,,,,,,3.0,343.0,,,,,,,,,,,,,,,,,,, +475,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,2316.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1449.0,1400.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,36495.0,36495.0,,,,,,,,3.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,2156.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,,,,,781.0,762.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,105696.0,105696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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,2066.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'],2405.0,2391.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,96624.0,100536.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,531.0,,,,,3.0,261462.0,,,,,,,,,,,,,,,,,,, +478,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,,160.0,60.0,68.0,67.0,130.0,1829.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,493.0,491.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1800.0,1800.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +479,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,35.0,1780.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,776.0,731.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,117327.0,118078.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28555.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,2024-12-03 03:47:24.000000,2024-12-03 03:40:45,1035.0,45.0,276.0,43.0,879.0,85.0,66.0,1668.0,A lightweight library for PyTorch training tools and utilities.,141.0,26,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,5449.0,5449.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,,309.0,28.0,381.0,56.0,155.0,1574.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,3368.0,3368.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,20.0,122.0,29.0,73.0,4.0,29.0,1522.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,8541.0,8542.0,,,,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,, +483,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-11-22 14:04:30.000000,2024-11-22 14:04:30,811.0,1.0,148.0,35.0,215.0,120.0,152.0,1246.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,564.0,507.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,18071.0,32711.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1273703.0,,,,,3.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,2024-12-06 21:51:52.000000,2024-12-06 21:51:52,794.0,3.0,69.0,17.0,133.0,56.0,117.0,1051.0,Visualize large time series data with plotly.py.,13.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1608.0,1584.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,491738.0,494016.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,79750.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,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,930.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,581.0,544.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,46938.0,46938.0,,,,,,,,2.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-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,819.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,,,,4916.0,4839.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1194057.0,1194255.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7552.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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,9.0,174.0,49.0,89.0,39.0,144.0,766.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,155937.0,155949.0,,,,,,,,3.0,910.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,2024-12-06 11:29:54.000000,2024-12-06 11:28:50,368.0,14.0,98.0,20.0,151.0,36.0,99.0,650.0,pyspark methods to enhance developer productivity.,32.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],96.0,89.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,695013.0,695013.0,,,,,,,,3.0,51.0,mrpowers-io/quinn,,,,,,,7.0,,,,,,,,,,, +489,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,512.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,,,,403.0,386.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,11202.0,12457.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,85342.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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'],8169.0,8030.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,308040.0,308773.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41069.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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-06 10:57:07.013000,2024-12-05 21:47:00,543.0,8.0,40.0,5.0,16.0,3.0,58.0,353.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-12-05 21:49:46.000,0.11.1,29.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],988.0,925.0,https://pypi.org/project/scikit-posthocs,2024-12-05 21:49:46.000,63.0,115480.0,135231.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-06 10:57:07.013,987584.0,,,,,3.0,65.0,,,,,,,,,,,,,,,,,,, +492,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,,281.0,287.0,,,,,,,,3.0,432.0,,,,,,,,,,,,,,,,,,, +493,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,,,,,139.0,139.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,741.0,786.0,,,,,,,,3.0,3852.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,47.0,34.0,67.0,113.0,5316.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'],252.0,237.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4380.0,4380.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,2024-12-12 08:33:55.000000,2024-12-12 08:33:55,3749.0,78.0,621.0,92.0,4117.0,245.0,1417.0,5195.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,5.0,301.0,80.0,180.0,24.0,54.0,4975.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,,,,,158.0,154.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3007.0,3007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,4678.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'],799.0,793.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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,,450.0,44.0,55.0,95.0,172.0,4394.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,,,,,162.0,159.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5686.0,5686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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,3899.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,2988.0,2988.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,85.0,105.0,101.0,3350.0,A deep learning library for video understanding research.,57.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,32032.0,32032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,812.0,62.0,642.0,133.0,404.0,3292.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1404.0,1404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,70.0,25.0,117.0,101.0,2985.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'],2993.0,2992.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1223.0,1223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,97.0,49.0,65.0,254.0,2859.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,,,,757.0,736.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2759.0,3112.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19779.0,,,,,3.0,1130.0,,,,,,,,,,,,,,,,,,, +504,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,2825.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,,,,,286.0,283.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28909.0,28910.0,,,,,,,,3.0,90.0,,,,,,,,,,,,,,,,,,, +505,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,226.0,64.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,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1219.0,1214.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,43901.0,44171.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16775.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,2024-12-10 11:22:22.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,558.0,144.0,95.0,2756.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,20379.0,20379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,38.0,96.0,41.0,158.0,2694.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,2901.0,2901.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +508,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,12.0,228.0,40.0,137.0,63.0,127.0,2358.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,,17544.0,17544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,1.0,291.0,55.0,14.0,22.0,80.0,2261.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,,,,648.0,643.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,13078.0,14249.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,103058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,1.0,86.0,41.0,59.0,13.0,78.0,2186.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,28777.0,28777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,86.0,48.0,24.0,64.0,2140.0,Common financial technical indicators implemented in Pandas.,28.0,25,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,570.0,558.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,157506.0,157506.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,2114.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94221.0,94221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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,2024-12-03 18:39:35.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,474.0,81.0,104.0,2074.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1248.0,1248.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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,4.0,444.0,60.0,362.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,59.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,20141.0,20143.0,,,,,,,,3.0,183.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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,257280.0,258460.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,61394.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,,310.0,56.0,1313.0,235.0,810.0,1893.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'],120.0,116.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,948.0,948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,278.0,50.0,326.0,269.0,184.0,1866.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,323470.0,323470.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,197.0,34.0,20.0,4.0,91.0,1748.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,805.0,794.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,20766.0,22526.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,70417.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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],199.0,191.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1783.0,1783.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,180.0,17.0,76.0,30.0,366.0,1575.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,42041.0,52699.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,575542.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,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,102.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,,40613.0,40860.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15868.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,43.0,12.0,4.0,51.0,1567.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'],275.0,271.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,159552.0,159552.0,,,,,,,,2.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,,333.0,49.0,44.0,102.0,114.0,1410.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'],614.0,606.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22413.0,57664.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,343.0,,,,,3.0,1797459.0,,,,,,,,,,,,,,,,,,, +524,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1401.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],432.0,425.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5722.0,5983.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13883.0,,,,,3.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,,406.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,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1311.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1145.0,1134.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10541.0,10541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1295.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1746.0,1730.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,21458.0,21458.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,34.0,68.0,57.0,206.0,1270.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'],144.0,142.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,967.0,972.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,,, +529,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-12-11 22:38:46.000000,2024-12-11 19:34:09,2614.0,111.0,96.0,20.0,1219.0,89.0,241.0,1162.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,25819.0,25819.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +530,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,1151.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,,,,,7180.0,6708.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,494843.0,494843.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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,2024-09-14 05:03:32.000000,2024-09-14 05:03:32,1368.0,1.0,144.0,26.0,487.0,24.0,139.0,895.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,25,True,2024-08-15 06:25:57.000,2.2.2,59.0,cornac,conda-forge/cornac,,,,269.0,251.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,46652.0,58225.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,624967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,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,739.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,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2718.0,2718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,9.0,50.0,9.0,66.0,192.0,258.0,654.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,,,,932.0,855.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,56437.0,59391.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,147700.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,2024-12-10 20:25:27.000000,2024-12-10 20:25:25,578.0,15.0,58.0,42.0,333.0,22.0,63.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,4943.0,4943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-12-11 17:34:35.000000,2024-12-11 16:48:21,4115.0,527.0,60.0,7.0,373.0,50.0,112.0,270.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,125.0,119.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1847.0,2598.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,36807.0,,,,,2.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,2024-12-09 20:56:23.000000,2024-12-09 20:56:21,997.0,419.0,8.0,5.0,235.0,16.0,36.0,156.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-05 00:46:50.000,0.3.0,28.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,158.0,153.0,https://pypi.org/project/ridgeplot,2024-12-05 00:46:04.000,5.0,45183.0,45183.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,,,,,, +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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,82.0,39.0,63.0,27.0,11192.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,61.0,61.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1104.0,1214.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3872.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,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5509.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-02 08:42:25.000000,2024-12-02 08:41:55,522.0,1.0,451.0,64.0,94.0,37.0,88.0,5193.0,Finding duplicate images made easy!.,15.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],159.0,154.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,23774.0,23774.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,4944.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'],1158.0,1142.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,621.0,633.0,,,,,,,,3.0,972.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,92.0,64.0,271.0,270.0,4777.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,32724.0,32724.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,356.0,59.0,51.0,,4449.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,196.0,196.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,821.0,821.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,824.0,4180.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,4766.0,4766.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,3847.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,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,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,,613.0,42.0,1016.0,289.0,716.0,3490.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,54262.0,54400.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6791.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,3470.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'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,832.0,832.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,2024-12-08 03:53:54.000000,2024-11-29 09:40:42,2878.0,31.0,1239.0,133.0,1136.0,50.0,85.0,3376.0,a distributed deep learning platform.,94.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,81.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8379.0,3.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,111.0,73.0,193.0,118.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,,,,,167.0,155.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,948.0,1006.0,,,,,,,,3.0,4749.0,,,,,,,,,,,,,,,,,,, +549,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,21.0,79.0,112.0,179.0,2869.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,928.0,928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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,,143.0,28.0,200.0,20.0,73.0,2768.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,,,,493.0,467.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,38346.0,42071.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,216086.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,2717.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,,,,,118.0,114.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,93.0,2158.0,215.0,982.0,2706.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,32204.0,32204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,,441.0,65.0,123.0,32.0,350.0,2396.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'],73.0,71.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,2379.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,836.0,782.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24509.0,24509.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,62.0,32.0,60.0,96.0,2292.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,119.0,118.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2823.0,2832.0,,,,,,,,3.0,533.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,2256.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']",139.0,135.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3189.0,3189.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +557,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,,253.0,56.0,56.0,19.0,50.0,2216.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'],761.0,742.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7760.0,7760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,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,29.0,65.0,11.0,83.0,2014.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'],380.0,372.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1482.0,1661.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8424.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,1642.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,,,,,13.0,4.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,4431.0,4431.0,,,,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,, +560,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,56.0,118.0,54.0,31.0,1640.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,,,,,107.0,106.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1239.0,1239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,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,,238.0,50.0,50.0,23.0,91.0,1629.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,,,,437.0,424.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2788.0,4906.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,51443.0,,,,,3.0,69120.0,,,,,,,,,,,,,,,,,,, +562,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,,123.0,28.0,31.0,63.0,50.0,1595.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],571.0,564.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,101127.0,101127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,2.0,276.0,43.0,257.0,77.0,198.0,1554.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,407.0,407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,,165.0,105.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,15.0,15.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2088.0,2088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,2024-12-10 01:53:06.000000,2024-12-10 01:53:06,576.0,25.0,140.0,21.0,323.0,10.0,148.0,1404.0,A standard framework for modelling Deep Learning Models for tabular data.,24.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,5997.0,5998.0,,,,,,,,1.0,52.0,,,,,,,,,,,,,,,,,,, +566,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,87.0,34.0,111.0,8.0,18.0,1269.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'],296.0,285.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21519.0,21519.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +567,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,1250.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,,,,769.0,738.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,21076.0,21483.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32188.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +568,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,1.0,214.0,53.0,461.0,145.0,296.0,1213.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,1128.0,1128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,1179.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,442.0,442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,28.0,211.0,53.0,94.0,59.0,219.0,1055.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,4974.0,4974.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,,174.0,49.0,114.0,53.0,170.0,990.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,,,,,334.0,311.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],496.0,493.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6513.0,6513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,2024-12-12 15:10:22.000000,2024-12-12 00:45:25,2016.0,273.0,35.0,9.0,1531.0,9.0,42.0,985.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-12-12 00:41:07.000,0.0.37,45.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-12-12 00:40:19.000,1.0,33078.0,33080.0,,,,,,,,3.0,60.0,,,,,,,,,,,,,,,,,,, +574,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,741.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,229.0,197.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18210.0,19107.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,93299.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +575,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,670.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],242.0,230.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,15358.0,15358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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,2024-12-12 11:43:40.000000,2024-11-15 17:35:24,903.0,8.0,88.0,11.0,771.0,60.0,493.0,649.0,Automated modeling and machine learning framework FEDOT.,36.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2090.0,2090.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +577,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,2024-12-10 22:32:57.000000,2024-12-10 22:32:57,1013.0,28.0,198.0,23.0,884.0,128.0,403.0,633.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,2647.0,5230.0,,,,,,,,3.0,105919.0,,,,,,,,,,,,,,,,,,, +578,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,,138.0,21.0,49.0,1.0,87.0,580.0,Medical image processing in Python.,20.0,24,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2450.0,2397.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,25731.0,27419.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,70904.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,5.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,1049.0,1538.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,18123.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +580,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-12-09 16:13:36.000000,2024-11-13 16:44:08,2383.0,29.0,42.0,12.0,20.0,14.0,63.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,3574.0,3578.0,,,,,,,,2.0,286.0,,,,,,,,,,,,,,,,,,, +581,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,513.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5089.0,4986.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2280398.0,2289535.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,932004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-12 03:19:30.000000,2024-12-10 04:11:06,5686.0,28.0,93.0,18.0,777.0,10.0,446.0,453.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2024-12-06 17:44:46.000,24.12.1.0,207.0,lightwood,,,,['pytorch'],79.0,77.0,https://pypi.org/project/lightwood,2024-12-06 17:53:45.000,2.0,6135.0,6135.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +583,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,2024-12-01 03:22:23.000000,2024-12-01 03:22:22,686.0,18.0,65.0,29.0,497.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,8863.0,21167.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,676731.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,23,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,1594.0,1594.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,262.0,69.0,133.0,137.0,6458.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,,258.0,258.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,2024-09-20 17:59:42.000000,2024-06-28 18:04:28,599.0,,753.0,108.0,590.0,107.0,345.0,6211.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,32364.0,32364.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,831.0,146.0,1588.0,382.0,403.0,5079.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,73.0,4374.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,,1872.0,1872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,21.0,489.0,216.0,22.0,25.0,4.0,3480.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,628.0,628.0,,,,,,,,3.0,57.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,89.0,78.0,67.0,137.0,3389.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,299891.0,299894.0,,,,,,,,2.0,217.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,54.0,36.0,75.0,126.0,3204.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'],451.0,437.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5041.0,5672.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,29699.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,1.0,332.0,65.0,319.0,50.0,124.0,2921.0,DDSP: Differentiable Digital Signal Processing.,32.0,23,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,4785.0,5144.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19397.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1471.0,1620.0,,,,,,,,3.0,12897.0,,,,,,,,,,,,,,,,,,, +594,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,40.0,39.0,7.0,115.0,2177.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,,,,288.0,275.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4905.0,5438.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +595,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,,298.0,64.0,78.0,65.0,68.0,2106.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,23,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],36.0,33.0,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2173.0,2173.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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,5.0,149.0,33.0,186.0,71.0,150.0,2036.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,,285.0,296.0,,,,,,,,3.0,608.0,,,,,,,,,,,,,,,,,,, +597,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,,247.0,44.0,33.0,51.0,90.0,1996.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],186.0,186.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5182.0,5182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,446.0,50.0,354.0,1896.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,12495.0,12495.0,,,,,,,,3.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,1892.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'],503.0,481.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1535.0,2824.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,56730.0,,,,,3.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,1650.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,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,24.0,42.0,34.0,1293.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1075.0,1075.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,2024-12-11 05:41:53.000000,2024-12-11 05:37:18,206.0,11.0,115.0,38.0,32.0,21.0,120.0,1270.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-11 05:43:12.000,2.3.5,90.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,3481.0,3481.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,2024-11-27 18:53:38.157000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1057.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,2070.0,3483.0,https://anaconda.org/conda-forge/astroml,2024-11-27 18:53:38.157,49467.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,2024-08-14 00:01:42.000000,2023-11-17 10:59:26,412.0,,184.0,33.0,74.0,3.0,86.0,1049.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'],239.0,230.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7513.0,7513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,148.0,15.0,108.0,29.0,256.0,1021.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,30851.0,40778.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,536095.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,802.0,779.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,120513.0,122446.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,75387.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,,111.0,26.0,36.0,35.0,69.0,879.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'],699.0,687.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,19853.0,19853.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,,85.0,14.0,77.0,221.0,218.0,870.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4562.0,4562.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +609,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,3.0,75.0,6.0,5.0,2.0,25.0,853.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],537.0,522.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,40864.0,40864.0,,,,,,,,3.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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,3.0,148.0,15.0,66.0,34.0,142.0,838.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,16761.0,21060.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,236453.0,,,,,2.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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,716.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'],353.0,315.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,19902.0,23141.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,168453.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,,115.0,42.0,118.0,51.0,48.0,700.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,184.0,176.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,28245.0,28245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,15.0,13.0,44.0,7.0,588.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,413340.0,421666.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,358058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,397.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,504.0,460.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,231178.0,232884.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,87021.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,50.0,89.0,337.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2144.0,11356.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,289674.0,,,,,3.0,8704.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,186.0,,,,,,,,,,,,, +616,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,119.0,111.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1184.0,1184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,2024-12-10 14:40:25.000000,2024-11-20 19:04:31,1083.0,31.0,1316.0,113.0,533.0,73.0,688.0,13674.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",100.0,22,False,2024-11-20 19:05:17.000,2.4.0,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +618,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,109.0,180.0,356.0,5631.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,19473.0,19473.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,308.0,211.0,66.0,220.0,4978.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1652.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143795.0,3.0,,,,,,,,,,,,,,,,,,,, +620,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,22,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,,125.0,146.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1818.0,,,,,3.0,421.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,84.0,180.0,113.0,161.0,3634.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,,211.0,231.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1351.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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3575.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,,47.0,47.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,74.0,53.0,179.0,101.0,3398.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,1763.0,1772.0,,,,,,,,3.0,649.0,,,,,,,,,,,,,,,,,,, +624,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,,328.0,54.0,414.0,82.0,106.0,3260.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],57.0,56.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,205.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'],163.0,161.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2773.0,2773.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +626,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,2024-11-22 21:00:41.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,72.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,401.0,455.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1911.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,164.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,,335.0,335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,2896.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,3493.0,3495.0,,,,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,, +629,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,2.0,727.0,7.0,34.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,3896.0,3896.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,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,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,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,42.0,68.0,163.0,95.0,1871.0,Super easy library for BERT based NLP models.,37.0,22,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,,3263.0,3263.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,,255.0,44.0,14.0,57.0,35.0,1799.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']",329.0,318.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2683.0,2683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,4558.0,6997.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,244623.0,,,,,3.0,725.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,,197.0,30.0,424.0,11.0,163.0,1674.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,,413.0,413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,38.0,7.0,15.0,33.0,1657.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'],78.0,72.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,12516.0,12516.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,70.0,730.0,51.0,64.0,1597.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,1004.0,1465.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,27212.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,1597.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,36710.0,36710.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,52.0,82.0,149.0,1570.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,,2146.0,2175.0,,,,,,,,3.0,2897.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,,192.0,33.0,86.0,16.0,33.0,1451.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,730.0,730.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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1380.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'],260.0,238.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,49534.0,49717.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,6960.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +641,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,1311.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'],184.0,179.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,732.0,732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,1.0,323.0,50.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,,2205.0,2205.0,,,,,,,,3.0,21.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,,149.0,91.0,122.0,33.0,46.0,1201.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,624.0,624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,1193.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,14751.0,14751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,1077.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,1745.0,1751.0,,,,,,,,3.0,786.0,,,,,,,,,,,,,,,,,,, +646,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,18.0,73.0,18.0,45.0,1036.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,,,,,247.0,243.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,20281.0,20281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,51.0,99.0,44.0,51.0,1019.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'],268.0,257.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4144.0,4144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,957.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'],122.0,114.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,15567.0,15567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,2.0,143.0,20.0,87.0,7.0,72.0,949.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,,,,,168.0,161.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,15383.0,15383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,,171.0,30.0,113.0,91.0,56.0,928.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,8133.0,51727.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2325803.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,524.0,,,,,,,,,,,,, +651,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,924.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2464.0,2455.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1624.0,1624.0,,,,,,,,3.0,30.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,1.0,134.0,24.0,594.0,63.0,511.0,851.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,2656.0,2656.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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,501.0,500.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2002.0,2002.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,5940.0,10330.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,349652.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,548.0,,,,,,,,,,,,, +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,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,34.0,691.0,22.0,118.0,704.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']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,805.0,805.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,692.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'],484.0,474.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,31800.0,31829.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3086.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,687.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,,,,541.0,536.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11929.0,11984.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2401.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,642.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,22,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",691.0,674.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,77256.0,77256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,612.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,512.0,487.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,9639.0,10052.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,39.0,66.0,24.0,10.0,17.0,45.0,599.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,,916.0,1289.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10828.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,16.0,75.0,10.0,220.0,49.0,83.0,566.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1123.0,1131.0,,,,,,,,3.0,279.0,,,,,,,,,,,,,,,,,,, +662,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,,67.0,7.0,211.0,20.0,109.0,522.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'],302.0,297.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2661.0,2661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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,,109.0,36.0,277.0,85.0,174.0,495.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,89.0,87.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1825.0,1829.0,,,,,,,,3.0,400.0,,,,,,,,,,,,,,,,,,, +664,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,5.0,101.0,18.0,11.0,,50.0,462.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,63.0,63.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,5881.0,5881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,381.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,545.0,537.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,66407.0,66407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,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,,2564.0,2564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,4.0,60.0,28.0,110.0,33.0,184.0,374.0,scalable audio processing framework and server written in Python.,23.0,22,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,,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,7.0,78.0,355.0,Multiple Imputation with LightGBM in Python.,8.0,22,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,185.0,176.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,58407.0,58805.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16352.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +669,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,453.0,43.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,22,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,1553.0,1553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,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,2024-12-01 00:14:19.000000,2024-11-07 18:17:34,501.0,10.0,107.0,20.0,565.0,58.0,130.0,272.0,An open-source toolkit for large-scale genomic analysis.,28.0,22,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,,54287.0,54407.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5493.0,,,,,3.0,121.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,12.0,9.0,5.0,12.0,240.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,,,,1337.0,1280.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,90895.0,92653.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,87924.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,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,,,,,2452.0,2408.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,121706.0,121706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,,1527.0,151.0,52.0,46.0,12.0,10672.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,21,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],77.0,74.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1034.0,1034.0,,,,,,,,3.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,93.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,821.0,821.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,1.0,1210.0,97.0,51.0,409.0,288.0,6670.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,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,,,,,,,,,,,,,,,,,,,, +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,5370.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,905.0,905.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,4949.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1540.0,,,,,,,,,,,,,,,,,,, +678,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-03-12 11:21:52.000000,2021-06-02 09:45:13,150.0,,744.0,102.0,35.0,107.0,113.0,4674.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,10.0,21,False,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,5958.0,5961.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,248.0,3.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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4592.0,High-performance TensorFlow library for quantitative finance.,47.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,889.0,889.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,2947.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,1187.0,1187.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +681,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'],216.0,213.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2470.0,2470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,,369.0,84.0,4.0,5.0,18.0,2222.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,,,,,,,,,,,,,,,,,,, +683,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,54.0,35.0,16.0,105.0,2131.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,,14976.0,14976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,1986.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,812.0,975.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5830.0,,,,,3.0,129.0,,,,,,,,,,,,,,,,,,, +685,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,,162.0,18.0,74.0,24.0,43.0,1843.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'],35.0,35.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1400.0,1400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,39.0,31.0,30.0,79.0,1814.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,35.0,35.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,8249.0,8250.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +687,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,,4895.0,4895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,,270.0,65.0,51.0,23.0,75.0,1500.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,,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,61.0,47.0,37.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'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,695.0,695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,187.0,19.0,264.0,88.0,94.0,1372.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,37132.0,37132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1277.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,,415.0,415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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-02-10 16:41:21.000000,2024-02-10 16:41:20,438.0,,204.0,63.0,7.0,13.0,29.0,1167.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,1577.0,1577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,147.0,25.0,77.0,50.0,37.0,1108.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,259945.0,260107.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,250.0,48.0,46.0,26.0,127.0,1078.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'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,,184.0,52.0,12.0,16.0,42.0,1004.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,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,1.0,116.0,15.0,49.0,37.0,29.0,975.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,21,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,770.0,740.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,38937.0,54512.0,,,,,,,,3.0,763178.0,,,,,,,,,,,,,,,,,,, +697,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,,86.0,18.0,160.0,20.0,94.0,875.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,2420.0,2649.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10804.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,2024-10-10 11:23:15.000000,2024-10-10 11:22:10,296.0,2.0,250.0,46.0,18.0,11.0,92.0,864.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,2976.0,2976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,,161.0,37.0,46.0,43.0,49.0,836.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,793.0,793.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,117.0,34.0,561.0,211.0,246.0,785.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,9964.0,9964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,773.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],67.0,63.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,933.0,933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,,125.0,30.0,29.0,21.0,34.0,771.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1379.0,1379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],680.0,672.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,48911.0,49085.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8725.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,32987.0,32987.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +705,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,636.0,torchbearer: A model fitting library for PyTorch.,14.0,21,True,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,760.0,760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,,,,,236.0,228.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,33867.0,33867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],416.0,408.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,27862.0,27862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,315.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,,,,,66.0,65.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,2.0,131.0,22.0,20.0,8.0,31.0,602.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,21,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12732.0,12732.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,91.0,7.0,20.0,9.0,94.0,595.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,81.0,79.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,56280.0,56280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,590.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,446.0,440.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9461.0,9656.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14075.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,573.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,2316.0,2316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,3354.0,3354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,565.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,484.0,475.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11968.0,12386.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28861.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,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,549.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,217.0,217.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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,526.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,9215.0,9215.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,430.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'],2192.0,2148.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,385373.0,385373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,416.0,optimization routines for hyperparameter tuning.,9.0,21,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,4183.0,4183.0,,,,,,,,3.0,105.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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,40408.0,40408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,,50.0,11.0,37.0,29.0,37.0,355.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,2695.0,2695.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,2024-11-29 10:33:15.000000,2024-11-29 10:32:50,810.0,26.0,25.0,5.0,302.0,4.0,,320.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-11-29 10:33:15.000,1.2.27,858.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-11-29 10:33:15.000,,19128.0,19128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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,2024-12-09 16:29:33.000000,2024-11-19 09:38:40,1433.0,133.0,20.0,9.0,84.0,11.0,27.0,317.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,21,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,1046.0,1046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,509312.0,509312.0,,,,,,,,3.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,2024-12-04 18:38:14.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,223.0,22.0,64.0,250.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,571.0,571.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +725,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,148.0,89.0,255.0,286.0,13743.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,,,,,,,,,,,,,,,,,,,, +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,,1727.0,20.0,19.0,72.0,24.0,5132.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,,2893.0,2893.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,3424.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,832.0,832.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,,322.0,58.0,242.0,176.0,111.0,3220.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,2841.0,2852.0,,,,,,,,3.0,701.0,,,,,,,,,,,,,,,,,,, +729,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,,172.0,65.0,54.0,6.0,44.0,3093.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",20.0,20,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,,1024.0,1025.0,,,,,,,,3.0,53.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,101.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,,,,,,,,,,,,,,,,,,,, +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,2691.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,75.0,75.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,622.0,622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,126.0,225.0,90.0,183.0,2333.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,138.0,138.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,,182.0,55.0,895.0,129.0,586.0,1937.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1058.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,31.0,41.0,35.0,176.0,1902.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,,517.0,517.0,,,,,,,,3.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,1636.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,2180.0,2180.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,67.0,202.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,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,,76.0,272.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13141.0,3.0,,,,,,,,,,,,,,,,,,,, +737,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,,156.0,46.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,20,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,,1403.0,1403.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,1431.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,,127.0,127.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,56.0,65.0,8.0,31.0,1389.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,174.0,174.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,,,,,175.0,173.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2623.0,2623.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,,141.0,17.0,11.0,43.0,43.0,1101.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'],174.0,169.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6220.0,6220.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,2024-10-01 18:35:24.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,62.0,9.0,22.0,1062.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,20,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,1120.0,1141.0,,,,,,,,3.0,481.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,,169.0,57.0,14.0,30.0,19.0,1029.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,,,,187.0,185.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,593.0,817.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9674.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,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3646.0,3641.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,647.0,647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,846.0,python partial dependence plot toolbox.,7.0,20,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,14441.0,14782.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,6.0,126.0,30.0,1059.0,37.0,54.0,768.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,,880.0,880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,765.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,994.0,994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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-10-23 21:48:40.000000,2024-08-07 21:38:41,314.0,,106.0,5.0,3.0,1.0,,722.0,Data Analysis Baseline Library.,24.0,20,True,2024-08-07 20:31:21.000,0.3.1,19.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-08-07 20:31:21.000,3.0,6239.0,6239.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,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,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,46.0,61.0,614.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],186.0,184.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,4492.0,4616.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5246.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,,41.0,15.0,18.0,,22.0,606.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,714.0,714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,257.0,257.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,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,,,,,121.0,119.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,517.0,517.0,,,,,,,,3.0,14.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,,109.0,19.0,57.0,27.0,21.0,501.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,3001.0,3001.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,,,,,165.0,157.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,7512.0,7512.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +756,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,498.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11835.0,11839.0,,,,,,,,3.0,248.0,,,,,,,,,,,,,,,,,,, +757,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,2024-12-02 15:56:42.000000,2024-11-26 14:53:35,988.0,1.0,92.0,32.0,100.0,18.0,27.0,482.0,A Python implementation of active inference for Markov Decision Processes.,18.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,11943.0,11943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,480.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,39176.0,39176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-12-09 23:29:30.000000,2024-09-24 15:52:47,3054.0,7.0,64.0,12.0,271.0,11.0,112.0,444.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,371.0,371.0,,,,,,,,3.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,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,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,982.0,1287.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15251.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,9.0,78.0,33.0,23.0,405.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1704.0,2385.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,27947.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,2024-12-11 01:00:10.000000,2024-12-09 21:58:06,405.0,6.0,137.0,34.0,332.0,89.0,138.0,342.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,20.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-12-11 01:00:10.000,,3199.0,3216.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1884.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,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'],266.0,266.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2561.0,2561.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,,26.0,22.0,239.0,24.0,25.0,301.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,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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-08 16:55:26.000000,2024-12-08 16:55:25,525.0,1.0,58.0,14.0,91.0,26.0,39.0,288.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-08-26 15:06:41.000,1.2.0,8.0,omlt,,,,,25.0,22.0,https://pypi.org/project/omlt,2024-08-26 15:06:41.000,3.0,19155.0,19155.0,,,,,,,,3.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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,4.0,77.0,21.0,447.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,432.0,432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,268.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,2523.0,5220.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,134022.0,,,,,3.0,2074.0,,,,,,,,,,,,,,,,,,, +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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,243.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,,2933.0,2954.0,,,,,,,,3.0,1230.0,,,,,,,,,,,,,,,,,,, +769,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,4.0,23.0,8.0,13.0,4.0,11.0,227.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,,,,,97.0,94.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,18046.0,18046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,,33.0,11.0,202.0,21.0,76.0,205.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'],43.0,42.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1779.0,1779.0,,,,,,,,3.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,337.0,58.0,2.0,,6797.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,,209.0,216.0,,,,,,,,3.0,392.0,,,,,,,,,,,,,,,,,,, +772,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3248.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2374.0,2374.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,24.0,20.0,19.0,30.0,1737.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,,211.0,212.0,,,,,,,,3.0,48.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,,174.0,44.0,5.0,4.0,7.0,1134.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,921.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,671.0,869.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10317.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,30.0,38.0,43.0,21.0,863.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,,2980.0,2980.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,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,402.0,402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,,87.0,23.0,50.0,20.0,17.0,855.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,1554.0,2503.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,32283.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,115.0,21.0,27.0,2.0,87.0,739.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,19,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,,11574.0,11574.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,,102.0,26.0,49.0,15.0,54.0,734.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,,,,,31.0,29.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,19,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,,2537.0,2537.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,563.0,46670.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2351478.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,,97.0,15.0,53.0,13.0,16.0,571.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,,4169.0,4169.0,,,,,,,,3.0,8.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,,138.0,55.0,72.0,18.0,71.0,527.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,,,,,23.0,23.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,488.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,19,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,,1138.0,1138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,471.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,,,,,,,,,,,,,,,,,,,, +787,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,413.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,4986.0,5414.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35588.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2024-12-10 21:13:24.000000,2024-04-26 20:31:49,327.0,,79.0,25.0,349.0,26.0,10.0,343.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2013.0,2013.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,6.0,217.0,4.0,26.0,341.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,2599.0,2599.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,,53.0,11.0,60.0,17.0,41.0,333.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,245.0,245.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,,37.0,18.0,6.0,19.0,21.0,315.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,1755.0,1755.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +792,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,,20.0,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5915.0,5915.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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,918.0,922.0,,,,,,,,3.0,429.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,112.0,51.0,46.0,160.0,6306.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,2024-12-05 23:19:31.000000,2024-12-05 12:22:02,714.0,11.0,441.0,39.0,869.0,149.0,119.0,3356.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,89.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,419.0,106.0,83.0,67.0,48.0,2995.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8916.0,,,,,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,60.0,106.0,27.0,56.0,2141.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,,1354.0,1354.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,80.0,36.0,83.0,68.0,1701.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,,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,2024-12-10 23:25:36.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1014.0,127.0,65.0,1649.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,219.0,219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,1548.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,,248.0,267.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1697.0,3.0,,,,,,,,,,,,,,,,,,,, +801,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,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,394.0,394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,1109.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,5784.0,5784.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,,85.0,13.0,35.0,3.0,25.0,821.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3625.0,3625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,780.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,,,,,,,,,,,,,,,,,,,, +805,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,777.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,9630.0,9630.0,,,,,,,,3.0,48.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,,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,,666.0,666.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,,71.0,13.0,10.0,26.0,41.0,569.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,,1005.0,1005.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,,69.0,7.0,6.0,4.0,32.0,566.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2460.0,2460.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,,55.0,18.0,10.0,4.0,18.0,527.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'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1008.0,1008.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,13.0,130.0,18.0,138.0,481.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,3797.0,3797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,4403.0,4403.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,,107.0,71.0,7.0,15.0,19.0,431.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,,171.0,171.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,,85.0,20.0,248.0,10.0,23.0,427.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,1952.0,1952.0,,,,,,,,3.0,28.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,8.0,12.0,11.0,18.0,407.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,143.0,139.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5407.0,5408.0,,,,,,,,3.0,127.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,12.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,,1976.0,1976.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,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,,820.0,820.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,28.0,59.0,30.0,32.0,294.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,,297.0,300.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,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,286.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,,1368.0,6139.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,238596.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,19.0,6.0,33.0,20.0,44.0,264.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,630.0,630.0,,,,,,,,3.0,,imedslab/solt,,,,,,,,,,,,,,,,,, +820,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,18,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,,30494.0,30494.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,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,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,134.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,,,,10103.0,9974.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,380396.0,380427.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1280.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,,1351.0,467.0,21.0,59.0,167.0,7145.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,,,,,,,,,,,,,,,,,, +824,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,,144.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,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,,,,85.0,84.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,797.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,17,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,,842.0,941.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3794.0,,,,,3.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,15.0,10.0,26.0,17.0,781.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,,,,,61.0,61.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,606.0,606.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,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,,539.0,546.0,,,,,,,,3.0,553.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,4.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,,176.0,176.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,,98.0,39.0,106.0,12.0,51.0,550.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,,175.0,178.0,,,,,,,,3.0,251.0,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +831,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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,254.0,254.0,,,,,,,,3.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,,43.0,11.0,61.0,31.0,47.0,243.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,110.0,110.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,3944.0,4054.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3873.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +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,,46.0,1.0,,,,222.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,,1207.0,1207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,,8847.0,8847.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,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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,183.0,183.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,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'],51.0,51.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,369.0,369.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,123.0,24.0,17.0,353.0,4359.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,176.0,110.0,56.0,149.0,3948.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,138.0,28.0,217.0,102.0,2901.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,,32.0,32.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,61.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,,82.0,82.0,,,,,,,,3.0,52.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,20.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,,,,,,,,,,,,,,,,,,,, +843,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],93.0,92.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2667.0,2667.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,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,1172.0,1172.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,737.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,,352.0,352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,10405.0,10405.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,717.0,GPU accelerated signal processing.,46.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,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,357.0,357.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,,57.0,16.0,83.0,18.0,49.0,609.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,,196.0,196.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,494.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,610.0,610.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,1.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,,197.0,197.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,412.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,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,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,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,110.0,110.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,27.0,27.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,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,2029.0,2029.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +856,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,16,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,1152.0,1152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,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,16,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,1113.0,1113.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,,13.0,9.0,2.0,,5.0,208.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,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,5.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,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,,2286.0,2286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-11-28 13:08:26.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-11-28 13:08:26.000,3.47.4,302.0,comet_ml,comet_ml,,,,81.0,,https://pypi.org/project/comet_ml,2024-11-28 13:08:26.000,81.0,506156.0,506156.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,144.0,72.0,12.0,53.0,2209.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,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,39.0,40.0,73.0,34.0,1173.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,,119.0,30.0,111.0,14.0,25.0,1093.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,,,,,,,,,,,,,,,,,,,, +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,48.0,22.0,15.0,9.0,852.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,,119.0,119.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,43.0,667.0,28.0,27.0,828.0,Translate - a PyTorch Language Library.,88.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,,,,,,,,,,,,,,,,,,,, +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,2.0,42.0,21.0,171.0,6.0,65.0,516.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,,195.0,195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,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,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,869.0,869.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,,68.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,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,,226.0,226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,418.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,,997.0,997.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +870,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,,55.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,190.0,329.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7414.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,376.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,,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,311.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,,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,298.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,,423.0,423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,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,9.0,15.0,2.0,7.0,278.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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,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,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,,32.0,8.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,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,229.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,819.0,819.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,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,,696.0,696.0,,,,,,,,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,,1000.0,63.0,13.0,45.0,26.0,3747.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,3440.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,67.0,26.0,10.0,97.0,1689.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['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,54.0,23.0,42.0,85.0,1313.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,1237.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4963.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,695.0,2270.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,83478.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,347.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,2073.0,2073.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,,36.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,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,,190.0,190.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,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,139.0,139.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,103.0,28.0,28.0,357.0,3869.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,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,,,,,,,,,,,,,,,,,,,, +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,,86.0,48.0,4.0,3.0,,2571.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,1614.0,1616.0,,,,,,,,3.0,78.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,,174.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,,,,,,,,,,,,,,,,,,,, +893,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,11.0,11.0,3.0,16.0,786.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,168.0,168.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,,53.0,17.0,3.0,2.0,1.0,538.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,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,292.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,,113.0,113.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,2024-11-13 15:13:21.000000,2022-11-21 12:12:41,1044.0,,12.0,6.0,26.0,1.0,2.0,266.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,,271.0,276.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,261.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,,647.0,647.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,,53.0,53.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,5.0,1238.0,4.0,10.0,126.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,,452.0,461.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,672.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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,238.0,238.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,,194.0,194.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,106.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,,1558.0,1558.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,,,44.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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,829.0,829.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,32.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,,357.0,357.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,,412.0,63.0,6.0,66.0,17.0,1960.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,,325.0,90.0,11.0,12.0,6.0,1783.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'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,139.0,139.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,5.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,,101.0,101.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,93.0,22.0,52.0,15.0,3268.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,951.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,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,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,17.0,5.0,4.0,12.0,624.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,528.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,149.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,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,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,,68.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/2024-12-19_changes.md b/history/2024-12-19_changes.md new file mode 100644 index 00000000..98d15cf8 --- /dev/null +++ b/history/2024-12-19_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._ + +- Tensorflow (πŸ₯‡57 Β· ⭐ 190K Β· πŸ“ˆ) - An Open Source Machine Learning Framework for Everyone. Apache-2 +- jax (πŸ₯‡46 Β· ⭐ 31K Β· πŸ“ˆ) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- Plotly (πŸ₯‡46 Β· ⭐ 16K Β· πŸ“ˆ) - The interactive graphing library for Python This project now includes.. MIT +- scikit-image (πŸ₯‡42 Β· ⭐ 6.1K Β· πŸ“ˆ) - Image processing in Python. ❗Unlicensed +- flair (πŸ₯‡41 Β· ⭐ 14K Β· πŸ“ˆ) - A very simple framework for state-of-the-art Natural Language.. MIT +- PyFlink (πŸ₯ˆ40 Β· ⭐ 24K Β· πŸ“ˆ) - Apache Flink Python API. Apache-2 +- folium (πŸ₯‡40 Β· ⭐ 7K Β· πŸ“ˆ) - Python Data. Leaflet.js Maps. MIT +- sktime (πŸ₯‡39 Β· ⭐ 8K Β· πŸ“ˆ) - A unified framework for machine learning with time series. BSD-3 +- Kornia (πŸ₯ˆ38 Β· ⭐ 10K Β· πŸ“ˆ) - Geometric Computer Vision Library for Spatial AI. Apache-2 +- carla (πŸ₯‡37 Β· ⭐ 12K Β· πŸ“ˆ) - Open-source simulator for autonomous driving research. 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._ + +- Seaborn (πŸ₯‡41 Β· ⭐ 13K Β· πŸ“‰) - Statistical data visualization in Python. BSD-3 +- dgl (πŸ₯‡37 Β· ⭐ 14K Β· πŸ“‰) - Python package built to ease deep learning on graph, on top of.. Apache-2 +- pandas-profiling (πŸ₯ˆ37 Β· ⭐ 13K Β· πŸ“‰) - 1 Line of code data quality profiling & exploratory.. MIT +- Jina (πŸ₯ˆ36 Β· ⭐ 21K Β· πŸ“‰) - Build multimodal AI applications with cloud-native stack. Apache-2 +- ArcGIS API (πŸ₯ˆ36 Β· ⭐ 1.9K Β· πŸ“‰) - Documentation and samples for ArcGIS API for Python. Apache-2 +- Fiona (πŸ₯ˆ36 Β· ⭐ 1.2K Β· πŸ“‰) - Fiona reads and writes geographic data files. BSD-3 +- einops (πŸ₯ˆ35 Β· ⭐ 8.6K Β· πŸ“‰) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- tensorly (πŸ₯ˆ31 Β· ⭐ 1.6K Β· πŸ“‰) - TensorLy: Tensor Learning in Python. BSD-2 +- NMSLIB (πŸ₯‰30 Β· ⭐ 3.4K Β· πŸ“‰) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 +- Popmon (πŸ₯‰18 Β· ⭐ 500 Β· πŸ’€) - Monitor the stability of a Pandas or Spark dataframe. MIT + diff --git a/history/2024-12-19_projects.csv b/history/2024-12-19_projects.csv new file mode 100644 index 00000000..b087b3ca --- /dev/null +++ b/history/2024-12-19_projects.csv @@ -0,0 +1,921 @@ +,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,trending,github_release_downloads,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-10-29 08:34:20.000000,2024-10-29 08:34:20,1568.0,1.0,739.0,119.0,341.0,71.0,151.0,5018.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2360.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,3742.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,3742.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,3742.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,3742.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,2024-12-19 14:15:19.000000,2024-12-19 14:15:10,173740.0,3838.0,74378.0,7550.0,41568.0,6193.0,39117.0,189521.0,An Open Source Machine Learning Framework for Everyone.,4747.0,57,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],451562.0,443485.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,23550736.0,24370299.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5172905.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-12-16 13:48:51.895865,2641.0,78693864.0,1.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,2024-12-19 14:15:20.000000,2024-12-19 11:21:35,82441.0,3803.0,22762.0,1750.0,95449.0,15619.0,32979.0,85138.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5328.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],616901.0,597042.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,33590800.0,34233980.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25056732.0,,,,,1.0,,69303.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,2024-12-19 12:26:04.000000,2024-12-19 12:26:03,32011.0,303.0,25467.0,2144.0,18146.0,2104.0,9753.0,60512.0,scikit-learn: machine learning in Python.,3234.0,53,True,2024-12-09 18:30:05.000,1.6.0,83.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1019334.0,993096.0,https://pypi.org/project/scikit-learn,2024-12-09 16:01:02.000,26238.0,80579189.0,81177246.0,https://anaconda.org/conda-forge/scikit-learn,2024-12-09 17:45:36.628,32892685.0,,,,,1.0,,1034.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,2024-12-19 13:15:07.000000,2024-12-19 13:03:35,17616.0,727.0,27320.0,1125.0,18484.0,1517.0,15349.0,136499.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2974.0,52,True,2024-12-17 15:42:54.000,4.47.1,166.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",265313.0,258216.0,https://pypi.org/project/transformers,2024-12-17 15:42:35.000,7097.0,49474706.0,49518827.0,https://anaconda.org/conda-forge/transformers,2024-12-18 05:19:05.387,2338420.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,2024-12-19 13:07:19.000000,2024-12-19 13:07:19,34160.0,613.0,5212.0,350.0,11627.0,1709.0,9035.0,13198.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1720.0,50,True,2024-08-21 00:10:50.000,1.14.1,109.0,scipy,conda-forge/scipy,,,,1225448.0,1177039.0,https://pypi.org/project/scipy,2024-12-13 23:53:39.000,48409.0,122742541.0,123884891.0,https://anaconda.org/conda-forge/scipy,2024-12-08 23:50:50.522,55784782.0,,,,,1.0,,439164.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,2024-12-16 17:09:00.000000,2024-12-16 17:08:59,59271.0,345.0,4458.0,293.0,13558.0,5148.0,8942.0,13134.0,A computer algebra system written in pure Python.,1344.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,204537.0,201037.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,32104025.0,32242318.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7384408.0,,,,,1.0,,552428.0,,,,,,,,,,,,,,,,,, +12,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,2024-12-19 04:08:17.000000,2024-12-19 04:08:17,11248.0,277.0,19480.0,1914.0,7664.0,255.0,12026.0,62208.0,Deep Learning for humans.,1358.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,14602739.0,14674108.0,https://anaconda.org/conda-forge/keras,2024-12-10 19:57:35.430,3853930.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-12-19 11:58:25.000000,2024-12-19 11:58:25,51491.0,410.0,7684.0,593.0,18689.0,1601.0,9406.0,20463.0,matplotlib: plotting with Python.,1759.0,48,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1519768.0,1466785.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,74427501.0,74934492.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27377550.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,2024-12-18 06:08:51.000000,2024-12-18 06:08:51,18919.0,350.0,2242.0,219.0,5204.0,136.0,3125.0,12408.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1977140.0,1968245.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,126310095.0,127208940.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,47638789.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-12-19 14:44:10.000000,2024-12-19 14:15:46,6909.0,255.0,3126.0,320.0,5226.0,984.0,3777.0,36264.0,Streamlit A faster way to build and share data apps.,260.0,46,True,2024-12-13 21:22:19.000,1.41.1,233.0,streamlit,,,,,634983.0,631975.0,https://pypi.org/project/streamlit,2024-12-13 21:22:11.000,3008.0,7687496.0,7687496.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-12-19 14:08:10.000000,2024-12-19 14:08:09,23350.0,681.0,5872.0,480.0,29972.0,4266.0,15434.0,34533.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1116.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20523.0,19703.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,6301263.0,6311606.0,https://anaconda.org/conda-forge/ray-tune,2024-12-06 00:00:37.515,496373.0,,,,,1.0,,248.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,2024-12-19 14:11:41.000000,2024-12-19 14:07:14,24784.0,1663.0,2843.0,335.0,16843.0,1463.0,4347.0,30793.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",807.0,46,True,2024-12-17 23:03:44.000,0.4.38,172.0,jax,conda-forge/jaxlib,,,,36530.0,34460.0,https://pypi.org/project/jax,2024-12-17 23:03:44.000,2070.0,4787403.0,4824126.0,https://anaconda.org/conda-forge/jaxlib,2024-12-12 03:36:57.455,1983069.0,,,,,1.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,2024-12-19 06:31:38.000000,2024-12-19 06:31:38,7265.0,175.0,8739.0,908.0,5764.0,450.0,4945.0,26413.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",655.0,46,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,124010.0,121899.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,26151152.0,26256163.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5560395.0,,,,,1.0,,12669.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,2024-12-18 20:43:31.000000,2024-12-17 17:18:05,7386.0,530.0,2558.0,276.0,1765.0,580.0,2490.0,16455.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,346477.0,340148.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,21052016.0,21202962.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,7818208.0,,,,,1.0,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,8797.0,,,,,,,,,,,, +20,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-12-16 14:17:50.000000,2024-12-11 13:14:08,16218.0,45.0,4417.0,561.0,4029.0,168.0,5523.0,30488.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-12-11 13:12:14.000,3.8.3,238.0,spacy,conda-forge/spacy,,,,111624.0,108786.0,https://pypi.org/project/spacy,2024-12-11 13:12:14.000,2838.0,14905103.0,14993384.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4766565.0,,,,,1.0,,990.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,2024-12-19 13:22:36.000000,2024-12-19 13:22:36,52262.0,1263.0,5606.0,716.0,51626.0,1796.0,17510.0,22359.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1335.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6803.0,6610.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,338399.0,338553.0,,,,,,,,1.0,,15418.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,2024-12-18 22:13:15.000000,2024-12-18 22:13:14,20651.0,58.0,4188.0,439.0,6224.0,785.0,7008.0,19465.0,"Interactive Data Visualization in the browser, from Python.",703.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,97542.0,95747.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,4203445.0,4491641.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15562613.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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,2024-12-16 11:00:15.000000,2024-12-16 11:00:15,15620.0,122.0,3091.0,287.0,3968.0,2851.0,2809.0,10255.0,Statsmodels: statistical modeling and econometrics in Python.,447.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,151239.0,146770.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,15972069.0,16274112.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16310369.0,,,,,1.0,,35.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,2024-12-19 11:21:20.000000,2024-12-19 11:21:13,43056.0,817.0,28347.0,2023.0,49207.0,229.0,,40211.0,Apache Spark Python API.,3158.0,44,True,2024-10-25 08:14:53.000,3.4.4,49.0,pyspark,conda-forge/pyspark,,,['spark'],1574.0,,https://pypi.org/project/pyspark,2024-10-25 08:14:53.000,1574.0,31439354.0,31505929.0,https://anaconda.org/conda-forge/pyspark,2024-12-16 08:27:28.866,3595103.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +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,2024-12-19 08:17:43.000000,2024-12-19 04:35:07,7310.0,284.0,2625.0,177.0,4707.0,455.0,4693.0,34678.0,"Wrap UIs around any model, share with anyone.",477.0,44,True,2024-12-16 23:26:54.000,5.9.1,611.0,gradio,,,,,51022.0,50088.0,https://pypi.org/project/gradio,2024-12-16 23:26:54.000,934.0,6416528.0,6416528.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,2024-12-19 13:27:13.000000,2024-12-17 13:08:00,10487.0,67.0,3403.0,252.0,10348.0,831.0,6342.0,28647.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",991.0,44,True,2024-08-07 09:46:38.000,2.4.0,280.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],41441.0,39908.0,https://pypi.org/project/pytorch-lightning,2024-12-17 08:23:13.000,1533.0,6811822.0,6837529.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-13 01:55:30.156,1374453.0,,,,,2.0,,10743.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,2024-12-19 09:52:27.000000,2024-12-19 08:22:29,6950.0,447.0,4284.0,304.0,9826.0,1682.0,2643.0,19035.0,Open source platform for the machine learning lifecycle.,804.0,44,True,2024-12-11 12:49:06.000,2.19.0,121.0,mlflow,conda-forge/mlflow,,,,49068.0,48136.0,https://pypi.org/project/mlflow,2024-12-11 09:49:32.000,932.0,14825093.0,14872580.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2564339.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,2024-12-19 07:07:13.000000,2024-12-19 03:47:47,18681.0,906.0,1786.0,83.0,3325.0,958.0,3034.0,15246.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",367.0,44,True,2024-12-19 07:07:13.000,1.55.6,1026.0,litellm,,,,others,5933.0,5300.0,https://pypi.org/project/litellm,2024-12-19 07:07:13.000,633.0,3385247.0,3385483.0,,,,,,,,1.0,,473.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,2024-12-17 23:03:52.000000,2024-12-17 23:03:52,7846.0,61.0,3253.0,279.0,3951.0,344.0,3050.0,15139.0,Network Analysis in Python.,757.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,338882.0,329252.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,69411958.0,69782033.0,https://anaconda.org/conda-forge/networkx,2024-11-13 18:04:48.334,19243924.0,,,,,1.0,,76.0,,,,,,,,,,,,,,,,,, +30,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,4.0,2887.0,461.0,1498.0,276.0,1569.0,13706.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,44,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,336293.0,331596.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,25216573.0,25281783.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2934485.0,,,,,1.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,2024-12-19 08:16:15.000000,2024-12-17 20:23:29,8435.0,118.0,1720.0,213.0,6087.0,1104.0,4323.0,12699.0,Parallel computing with task scheduling.,613.0,44,True,2024-12-17 20:26:41.000,2024.12.1,214.0,dask,conda-forge/dask,,,,70592.0,68039.0,https://pypi.org/project/dask,2024-12-17 20:26:41.000,2553.0,15436300.0,15661689.0,https://anaconda.org/conda-forge/dask,2024-12-17 22:58:45.484,12396422.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-12-17 04:00:53.000000,2024-12-11 17:57:01,7769.0,81.0,2077.0,427.0,1167.0,495.0,1375.0,21682.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,75581.0,74234.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4722395.0,4752073.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1602569.0,,,,,1.0,,87.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,2024-12-18 02:13:00.000000,2024-12-11 00:52:31,2927.0,105.0,3688.0,437.0,3482.0,351.0,2563.0,18120.0,Open standard for machine learning interoperability.,327.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,38572.0,37519.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6406806.0,6432635.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1380719.0,,,,,1.0,,22520.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,2024-12-18 22:01:40.000000,2024-12-18 22:01:38,3618.0,52.0,3834.0,435.0,3312.0,375.0,3089.0,16796.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",323.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,42685.0,41608.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,10888869.0,10949147.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2940001.0,,,,,2.0,,242057.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,2024-12-19 14:23:06.000000,2024-12-19 14:23:06,3113.0,414.0,1651.0,196.0,3746.0,672.0,878.0,13732.0,Development repository for the Triton language and compiler.,350.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,47065.0,46800.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,15588337.0,15588337.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,2024-12-19 01:56:06.000000,2024-12-18 08:28:11,5031.0,48.0,2089.0,1667.0,4910.0,371.0,2743.0,12345.0,WebGL2 powered visualization framework.,277.0,43,True,2024-12-11 10:43:06.025,9.0.38,679.0,pydeck,conda-forge/pydeck,,,['jupyter'],8853.0,8426.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6728192.0,7305284.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,663080.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-12-11 10:43:06.025,307.0,565660.0,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-12-19 00:24:09.000000,2024-12-19 00:24:08,18670.0,417.0,1042.0,117.0,3789.0,62.0,1631.0,11110.0,A hyperparameter optimization framework.,283.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,21177.0,20142.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3955432.0,3992804.0,https://anaconda.org/conda-forge/optuna,2024-11-13 05:15:17.167,2018088.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,2024-12-15 06:41:29.283000,2024-12-02 16:01:53,3831.0,59.0,795.0,140.0,1532.0,200.0,1845.0,9458.0,Declarative visualization library for Python.,173.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,185825.0,184909.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25026010.0,25096527.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2538550.0,,,,,1.0,,215.0,vega/altair,,,,,,,,,,,,,,,,, +39,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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,26.0,1658.0,189.0,5059.0,688.0,1240.0,6749.0,TensorFlows Visualization Toolkit.,322.0,43,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],282905.0,280679.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,27101127.0,27198120.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5237632.0,,,,,1.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,2024-12-19 00:51:53.000000,2024-12-19 00:51:53,2603.0,147.0,4773.0,314.0,556.0,46.0,894.0,32653.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",162.0,42,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],44129.0,43122.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,5790433.0,5905350.0,https://anaconda.org/conda-forge/timm,2024-12-17 14:22:47.539,284870.0,,,,,1.0,,7339427.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +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,2024-12-14 22:05:59.000000,2024-12-08 18:23:22,1373.0,69.0,2449.0,241.0,644.0,190.0,1217.0,15124.0,Download market data from Yahoo! Finances API.,128.0,42,True,2024-11-19 21:44:10.000,0.2.50,122.0,yfinance,ranaroussi/yfinance,,,,55240.0,54532.0,https://pypi.org/project/yfinance,2024-11-19 21:44:10.000,708.0,3289728.0,3292104.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97435.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-12-19 12:12:28.000000,2024-12-19 07:07:09,7470.0,445.0,680.0,62.0,5675.0,598.0,2829.0,9275.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",202.0,42,True,2024-12-13 01:07:06.000,0.19.1,297.0,wandb,conda-forge/wandb,,,,62792.0,61229.0,https://pypi.org/project/wandb,2024-12-13 01:03:09.000,1563.0,18459788.0,18474895.0,https://anaconda.org/conda-forge/wandb,2024-12-14 01:53:47.787,800268.0,,,,,1.0,,408.0,wandb/wandb,,,,,,,,,,,,,,,,, +43,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,2024-12-19 11:05:13.000000,2024-12-19 11:05:08,48925.0,343.0,1189.0,191.0,402.0,575.0,1792.0,8152.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1295.0,42,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,3580476.0,3621196.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1807309.0,,,,,2.0,,333847.0,,,,,,,,,,,,,,,,,, +44,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,2024-12-18 16:51:22.000000,2024-12-18 16:51:22,14231.0,116.0,2240.0,186.0,4548.0,808.0,2128.0,6123.0,Image processing in Python.,677.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,214352.0,207664.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,13951152.0,14086277.0,https://anaconda.org/conda-forge/scikit-image,2024-11-09 20:51:08.980,7296801.0,,,,,1.0,1.0,,,,,,,,,,,,,,,,,,, +45,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-12-19 12:18:16.000000,2024-12-19 12:16:26,6379.0,96.0,7849.0,443.0,3190.0,169.0,9291.0,45109.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'],4030.0,3922.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,380674.0,398299.0,,,,,,,,1.0,,898891.0,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-12-18 20:42:25.000000,2024-12-18 17:53:17,2622.0,142.0,4169.0,346.0,3108.0,1110.0,1910.0,35937.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",364.0,41,True,2024-12-18 17:52:34.000,0.16.2,101.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10375.0,10139.0,https://pypi.org/project/deepspeed,2024-12-18 17:52:34.000,236.0,542252.0,542610.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21149.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-12-18 22:36:07.000000,2024-12-18 22:34:27,1347.0,100.0,3649.0,480.0,1313.0,254.0,2317.0,32005.0,A library for efficient similarity search and clustering of dense vectors.,198.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,conda-forge/faiss,,,,4439.0,4251.0,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1432662.0,1469125.0,https://anaconda.org/conda-forge/faiss,2024-08-09 18:17:48.122,1969025.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,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,2024-12-19 14:24:29.054499,2024-12-19 10:22:47,21490.0,714.0,2950.0,285.0,23653.0,766.0,11673.0,31445.0,"A cloud-native vector database, storage for next generation AI applications.",297.0,41,True,2024-11-26 08:17:49.000,2.4.10,105.0,pymilvus,,milvusdb/milvus,,,188.0,,https://pypi.org/project/pymilvus,2024-11-26 08:17:49.000,188.0,1432662.0,2504015.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-12-19 14:24:29.054499,66.0,67199657.0,1.0,,290950.0,,,,,,,,,,,,,,,,,, +49,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,12.0,7565.0,603.0,2237.0,226.0,1594.0,26395.0,The fastai deep learning library.,670.0,41,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20278.0,19970.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,522864.0,522864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +50,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-12-13 21:16:38.000000,2024-12-13 21:16:38,2780.0,15.0,3289.0,245.0,991.0,708.0,1845.0,23108.0,A game theoretic approach to explain the output of any machine learning model.,254.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,23912.0,23164.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6961522.0,7056819.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4574273.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +51,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,2024-12-19 10:54:16.536000,2024-12-17 17:02:38,7665.0,43.0,3712.0,254.0,3225.0,1095.0,2676.0,21615.0,Graph Neural Network Library for PyTorch.,531.0,41,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7661.0,7306.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,487101.0,489560.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,130333.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,2024-12-19 11:34:58.000000,2024-12-12 12:51:53,3978.0,39.0,6966.0,445.0,5465.0,1048.0,2488.0,16383.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,15883036.0,15926935.0,https://anaconda.org/conda-forge/torchvision,2024-12-18 03:05:28.998,1956194.0,,,,,1.0,,39508.0,,,,,,,,,,,,,,,,,, +53,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,2024-12-12 18:49:49.000000,2024-12-12 18:49:49,1617.0,68.0,2496.0,144.0,614.0,1193.0,1072.0,15588.0,State-of-the-Art Text Embeddings.,199.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],62585.0,60748.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,8128587.0,8138327.0,https://anaconda.org/conda-forge/sentence-transformers,2024-11-18 19:12:20.997,496785.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,2024-12-19 13:55:13.000000,2024-12-19 13:55:13,1132.0,137.0,1651.0,128.0,1042.0,161.0,958.0,14406.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,156.0,41,True,2024-12-17 21:35:12.000,1.4.23,78.0,albumentations,conda-forge/albumentations,,,['pytorch'],30860.0,30240.0,https://pypi.org/project/albumentations,2024-12-17 21:35:35.000,620.0,5310047.0,5314119.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,215853.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,2024-12-17 12:00:16.000000,2024-12-17 12:00:15,9369.0,35.0,1191.0,134.0,5550.0,243.0,4489.0,14029.0,Data Versioning and ML Experiments.,308.0,41,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,19880.0,19746.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,527214.0,572483.0,https://anaconda.org/conda-forge/dvc,2024-12-01 20:24:37.522,2444532.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,2024-12-19 13:28:23.000000,2024-12-19 13:16:19,6499.0,351.0,2104.0,204.0,1247.0,119.0,2232.0,13995.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-07-25 12:21:58.000,0.14.0,33.0,flair,conda-forge/python-flair,,,['pytorch'],3830.0,3685.0,https://pypi.org/project/flair,2024-07-25 12:15:28.000,145.0,100844.0,101509.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,35262.0,,,,,1.0,1.0,,,,,,,,,,,,,,,,,,, +57,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-12-05 16:37:31.000000,2024-12-05 16:35:57,1267.0,79.0,1583.0,254.0,707.0,498.0,1071.0,12744.0,Video editing with Python.,168.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,51661.0,50656.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,2328263.0,2331397.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,279001.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1129.0,185.0,2432.0,12675.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,537941.0,527098.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,20155074.0,20360743.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11106001.0,,,,,1.0,-1.0,460.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,2024-12-19 12:38:00.000000,2024-12-19 12:37:56,10147.0,98.0,2025.0,226.0,4117.0,325.0,3081.0,8794.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2024-12-05 17:01:07.000,5.19.1,95.0,pymc3,conda-forge/pymc3,,,,5197.0,5005.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,278031.0,289587.0,https://anaconda.org/conda-forge/pymc3,2024-06-02 18:14:42.309,623190.0,,,,,1.0,,1962.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,2024-12-19 13:14:39.000000,2024-12-19 13:14:39,4007.0,165.0,1136.0,136.0,3253.0,343.0,1207.0,2113.0,A library for training and deploying machine learning models on Amazon SageMaker.,464.0,41,True,2024-12-17 19:30:11.000,2.237.2,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5127.0,4970.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24684535.0,24708429.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-12-17 18:43:08.208,1242509.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,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,1059.0,1458.0,121.0,1724.0,34989.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,61641.0,60093.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,2080724.0,2086816.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,341180.0,,,,,1.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,2024-12-19 09:51:44.000000,2024-12-19 09:51:44,36223.0,374.0,13369.0,939.0,25806.0,1242.0,,24283.0,Apache Flink Python API.,1953.0,40,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,32170218.0,32170218.0,,,,,,,,2.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,2024-11-18 11:53:59.000000,2024-11-18 11:53:59,8288.0,11.0,3366.0,479.0,727.0,53.0,2184.0,13639.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,40,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,32827.0,32614.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,175458.0,193512.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,962853.0,,,,,2.0,,25546.0,,,,,,,,,,,,,,,,,, +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,2024-11-27 19:20:00.476000,2024-11-27 15:01:48,1846.0,33.0,807.0,122.0,673.0,58.0,961.0,9161.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,124480.0,123384.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,35817700.0,35862182.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2357510.0,,,,,1.0,,69.0,,,,,,,,,,,,,,,,,, +65,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,2024-12-16 20:09:03.263000,2024-12-13 15:47:33,1636.0,68.0,989.0,97.0,1627.0,123.0,1566.0,8073.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",307.0,40,True,2024-12-13 18:56:09.000,1.2.1,66.0,accelerate,conda-forge/accelerate,,,['pytorch'],64915.0,63214.0,https://pypi.org/project/accelerate,2024-12-13 18:54:30.000,1701.0,8411474.0,8418399.0,https://anaconda.org/conda-forge/accelerate,2024-12-16 20:09:03.263,263153.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,2024-12-16 09:59:29.229000,2024-12-14 16:13:03,1925.0,45.0,2226.0,163.0,905.0,86.0,1051.0,6967.0,Python Data. Leaflet.js Maps.,172.0,40,True,2024-12-13 17:29:32.000,0.19.2,36.0,folium,conda-forge/folium,,,,48991.0,48189.0,https://pypi.org/project/folium,2024-12-13 17:29:32.000,802.0,1710324.0,1780914.0,https://anaconda.org/conda-forge/folium,2024-12-16 09:59:29.229,3317760.0,,,,,1.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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,12.0,571.0,89.0,890.0,294.0,958.0,3951.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,91512.0,88577.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,33623470.0,33833171.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10899377.0,,,,,1.0,,3726.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,2024-12-19 08:10:09.000000,2024-12-17 20:23:33,5952.0,63.0,719.0,57.0,5211.0,1580.0,2389.0,1583.0,A distributed task scheduler for Dask.,329.0,40,True,2024-12-17 20:26:42.000,2024.12.1,246.0,distributed,conda-forge/distributed,,,,38630.0,37741.0,https://pypi.org/project/distributed,2024-12-17 20:26:42.000,889.0,6258573.0,6546555.0,https://anaconda.org/conda-forge/distributed,2024-12-17 22:07:27.324,15839059.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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,430.0,1713.0,384.0,1465.0,15744.0,Topic Modelling for Humans.,458.0,39,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,69702.0,68325.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4819134.0,4851547.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1456505.0,,,,,1.0,,5203.0,piskvorky/gensim,,,,,,,,,,,,,,,,, +70,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-12-19 11:19:59.000000,2024-12-19 11:19:59,1705.0,72.0,2250.0,153.0,254.0,4.0,1142.0,15118.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",73.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4931.0,4887.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,317704.0,317704.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,2024-12-19 05:37:07.000000,2024-12-18 10:07:36,29395.0,293.0,856.0,127.0,6474.0,617.0,1803.0,9610.0,NumPy & SciPy for GPU.,398.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2669.0,2400.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,63248.0,161744.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5225212.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,72287.0,1.0,,192373.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,2024-12-09 18:31:50.000000,2024-12-09 18:31:50,10283.0,122.0,1404.0,134.0,1306.0,146.0,1011.0,9080.0,A PyTorch-based Speech Toolkit.,248.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2684.0,2617.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2571737.0,2571737.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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,2024-12-19 00:08:16.000000,2024-12-18 22:11:01,5095.0,197.0,1391.0,108.0,4464.0,995.0,1626.0,8026.0,A unified framework for machine learning with time series.,427.0,39,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3815.0,3685.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,971295.0,996781.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-12-14 09:46:59.648,1044902.0,,,,,1.0,1.0,110.0,sktime/sktime,,,,,,,,,,,,,,,,, +74,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,2024-12-16 10:51:59.253000,2024-12-13 15:43:12,2051.0,31.0,928.0,107.0,1719.0,449.0,1274.0,4566.0,Python tools for geographic data.,236.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],48496.0,45657.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7092421.0,7170647.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4222692.0,,,,,2.0,,2863.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,2024-12-19 02:16:57.000000,2024-12-18 21:44:37,18230.0,106.0,1331.0,84.0,8118.0,552.0,4405.0,2779.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5244.0,4825.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,150230.0,158510.0,https://anaconda.org/conda-forge/mne,2024-12-19 01:36:08.275,455417.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,2024-12-19 12:33:56.000000,2024-12-19 12:33:56,10634.0,272.0,595.0,66.0,2787.0,298.0,1919.0,1218.0,Machine learning for NeuroImaging in Python.,253.0,39,True,2024-12-02 12:17:24.000,0.11.0,48.0,nilearn,conda-forge/nilearn,,,['sklearn'],3957.0,3649.0,https://pypi.org/project/nilearn,2024-12-02 12:11:28.000,308.0,69917.0,76182.0,https://anaconda.org/conda-forge/nilearn,2024-12-02 18:36:47.819,306739.0,,,,,1.0,,273.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,1070.0,11124.0,1805.0,7758.0,20791.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'],7765.0,7639.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,600138.0,600542.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11353.0,,,,,2.0,,27785.0,apache/mxnet,,,,,,,,,,6.0,,,,,,, +78,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,12.0,2852.0,380.0,475.0,4.0,1918.0,14980.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4909.0,4694.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,194018.0,194021.0,,,,,,,,2.0,,71.0,,,,,,,,,,,,,,,,,, +79,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-01 15:47:18.000000,2024-08-18 00:47:35,986.0,,1176.0,126.0,315.0,41.0,718.0,10384.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,89274.0,87542.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,25752756.0,25775320.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-25 20:20:10.872,1163058.0,,,,,1.0,,47186.0,,,,,,,,,,,,,,,,,, +80,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-12-18 17:33:45.000000,2024-12-18 17:33:45,2843.0,44.0,971.0,129.0,1981.0,288.0,666.0,10083.0,Geometric Computer Vision Library for Spatial AI.,277.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13417.0,13130.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1714183.0,1717592.0,https://anaconda.org/conda-forge/kornia,2024-11-05 13:20:30.148,162648.0,,,,,2.0,1.0,1564.0,,,,,,,,,,,,,,,,,, +81,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-12-13 15:39:02.000000,2024-12-08 15:57:58,22394.0,237.0,2190.0,180.0,3408.0,368.0,2092.0,8604.0,End-to-End Speech Processing Toolkit.,471.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,407.0,395.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,22263.0,22264.0,,,,,,,,1.0,,83.0,,,,,,,,,,,,,,,,,, +82,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,2024-12-19 05:07:59.000000,2024-12-17 19:56:10,4921.0,238.0,647.0,87.0,2729.0,306.0,747.0,6201.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,38,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11325.0,10831.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,936323.0,938138.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,81639.0,,,,,2.0,,58.0,,,,,,,,,,,,,,,,,, +83,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,2024-12-19 09:55:42.000000,2024-12-18 17:17:02,6630.0,146.0,1554.0,109.0,4589.0,696.0,757.0,4330.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",380.0,38,True,2024-12-19 00:45:31.000,4.9.7.de202412190044,58.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21177.0,20848.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1945712.0,1946660.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,40783.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,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,2024-12-19 10:50:38.000000,2024-12-19 10:50:36,10893.0,59.0,403.0,58.0,3126.0,1108.0,2247.0,2720.0,"With Holoviews, your data visualizes itself.",145.0,38,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13744.0,13337.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,442141.0,477556.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1901457.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,203.0,,,,,,,,,,,, +85,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,2024-12-19 03:10:35.000000,2024-12-18 15:17:01,1639.0,77.0,567.0,58.0,1591.0,152.0,860.0,2173.0,The official Python client for the Huggingface Hub.,210.0,38,True,2024-12-16 13:13:32.000,0.27.0,138.0,huggingface_hub,conda-forge/huggingface_hub,,,,2207.0,,https://pypi.org/project/huggingface_hub,2024-12-16 13:13:32.000,2207.0,53809014.0,53862601.0,https://anaconda.org/conda-forge/huggingface_hub,2024-12-10 17:41:30.388,2465005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,299.0,31.0,501.0,99.0,512.0,1523.0,Python library for reading and writing image data.,119.0,38,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,154333.0,151801.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,27544546.0,27682144.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7291706.0,,,,,2.0,,1420.0,,,,,,,,,,,,,,,,,, +87,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,3.0,6414.0,426.0,1349.0,1291.0,3052.0,30693.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3929.0,3812.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,126113.0,128145.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,107526.0,,,,,1.0,,369.0,,,,,,,,,,,,,,,,,, +88,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-12-19 03:28:51.000000,2024-12-19 03:28:44,8706.0,242.0,2813.0,307.0,238.0,20.0,1145.0,28790.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-12-14 02:47:24.000,8.0.6,682.0,netron,,,,"['pytorch', 'tensorflow']",692.0,609.0,https://pypi.org/project/netron,2024-12-14 02:47:24.000,83.0,32253.0,161543.0,,,,,,,,1.0,,129290.0,,,,,,,,,,,,,,,,,, +89,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,14.0,5431.0,513.0,183.0,1154.0,1385.0,23787.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3130.0,3100.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,250089.0,541691.0,,,,,,,,2.0,,5832048.0,,,,,,,,,,,,,,,,,, +90,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-12-19 12:00:24.000000,2024-11-25 16:28:03,32612.0,2.0,4651.0,358.0,6386.0,127.0,6642.0,19082.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",599.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4718.0,4658.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,201016.0,201016.0,,,,,,,,1.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,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,8.0,3018.0,177.0,5055.0,539.0,2358.0,13610.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,472.0,324.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,883903.0,883903.0,,,,,,,,1.0,-1.0,,,,,,,,,,,,,,,,,,, +92,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,380.0,726.0,670.0,1375.0,13217.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1731.0,1532.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,511402.0,552810.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,300294.0,,,,,2.0,,4080965.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,2024-12-18 00:14:18.000000,2024-12-18 00:13:16,1512.0,30.0,1690.0,152.0,832.0,236.0,578.0,12606.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,133.0,37,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5074.0,4891.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,437378.0,442176.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,479611.0,,,,,2.0,-1.0,222.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +94,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2024-12-19 14:12:21.000000,2024-12-19 13:05:31,7701.0,559.0,2564.0,209.0,8601.0,141.0,2290.0,12480.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",371.0,37,True,2024-11-14 18:57:24.000,2.0.0,76.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-12-11 09:08:34.000,13.0,126453.0,130891.0,,,,,,,,1.0,,279650.0,,,,,,,,,,,,,,,,,, +95,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,2024-12-19 14:38:16.000000,2024-12-17 11:21:22,6280.0,26.0,3703.0,249.0,1790.0,1079.0,4586.0,11711.0,Open-source simulator for autonomous driving research.,196.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,889.0,878.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14818.0,14818.0,,,,,,,,1.0,1.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,539.0,4121.0,697.0,2087.0,9907.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15904.0,15732.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,89512.0,113995.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2472828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,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,2024-12-19 13:44:34.000000,2024-12-18 22:30:49,22207.0,1013.0,572.0,63.0,3737.0,502.0,1078.0,8993.0,"Visualize, create, and debug image and video datasets and model predictions.",142.0,37,True,2024-12-07 00:07:14.000,1.1.0,151.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",790.0,766.0,https://pypi.org/project/fiftyone,2024-12-06 15:46:12.000,24.0,72886.0,72886.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-12-16 17:48:22.000000,2024-12-16 17:48:22,1455.0,17.0,910.0,212.0,255.0,179.0,246.0,7056.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,10989.0,10706.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4705590.0,4722199.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,498278.0,,,,,1.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,2024-12-09 17:49:22.000000,2024-12-09 17:49:19,12199.0,28.0,1107.0,157.0,468.0,701.0,756.0,4278.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1389073.0,1392493.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,157343.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-12-16 16:11:17.647000,2024-12-16 12:54:47,2445.0,46.0,227.0,65.0,145.0,81.0,614.0,4086.0,A Grammar of Graphics for Python.,112.0,37,True,2024-12-16 14:20:46.000,0.14.4,32.0,plotnine,conda-forge/plotnine,,,,10162.0,9833.0,https://pypi.org/project/plotnine,2024-12-16 13:55:54.000,329.0,3362751.0,3370629.0,https://anaconda.org/conda-forge/plotnine,2024-12-16 16:11:17.647,425414.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +101,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-12-17 13:59:48.000000,2024-11-06 01:12:46,4201.0,31.0,1107.0,155.0,1747.0,435.0,900.0,3925.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11934.0,10908.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,496339.0,507917.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,625258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-12-19 12:42:30.000000,2024-12-18 22:31:15,4918.0,188.0,514.0,38.0,3913.0,661.0,1151.0,2794.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,170.0,37,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4407.0,3829.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,400864.0,411921.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,596597.0,,,,,2.0,,845.0,,,,,,,,,,,,,,,,,, +103,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2024-12-19 15:01:50.000000,2024-12-19 15:01:48,4893.0,345.0,609.0,46.0,5360.0,346.0,1127.0,2414.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",191.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1312.0,1195.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,72412.0,72413.0,https://anaconda.org/conda-forge/pennylane,,,,,,,1.0,,100.0,,,,,,,,,,,,,,,,,, +104,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,2024-12-15 02:03:30.000000,2024-12-15 02:03:25,3921.0,34.0,535.0,145.0,1243.0,146.0,1709.0,2286.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,15846.0,14310.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2815386.0,2899004.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,3929673.0,,,,,2.0,,984.0,,,,,,,,,,,,,,,,,, +105,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33492.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,,,,34037.0,33199.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1299560.0,1301374.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,166930.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +106,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,370.0,3164.0,1846.0,6728.0,29838.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3370.0,3288.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,190956.0,190956.0,,,,,,,,2.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,2024-12-19 12:07:42.000000,2024-11-12 23:03:56,8624.0,33.0,2215.0,215.0,4219.0,4.0,1939.0,21196.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2024-11-12 08:26:45.000,3.28.0,2485.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-11-08 13:26:22.000,27.0,75746.0,108322.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,82054.0,https://hub.docker.com/r/jinaai/jina,2024-11-12 08:35:13.555896,8.0,1767441.0,2.0,-1.0,,jina-ai/serve,,,,,,,,,,,,,,,,, +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,229.0,346.0,310.0,225.0,14464.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,,,,23638.0,23373.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,560023.0,562905.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,190244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1864.0,14306.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1319.0,1286.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,92722.0,92722.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +110,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,11776.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'],4423.0,4298.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,63170.0,65442.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,163590.0,,,,,2.0,,71.0,,,,,,,,,,,,,,,,,, +111,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,2024-12-09 13:31:16.000000,2024-11-03 12:40:00,33357.0,346.0,1994.0,198.0,5866.0,46.0,3392.0,9558.0,Perform data science on data that remains in someone elses server.,515.0,36,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,11969.0,12149.0,,,,,,,,1.0,,2351.0,,,,,,,,,,,,,,,,,, +112,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-12-16 22:37:19.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9193.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,47084.0,46694.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1299349.0,1302073.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,272447.0,,,,,2.0,,125.0,,,,,,,,,,,,,,,,,, +113,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,2024-12-18 14:54:48.000000,2024-12-18 14:54:48,641.0,93.0,2405.0,277.0,190.0,336.0,331.0,8492.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2024-12-08 12:57:13.000,3.12.0,61.0,SpeechRecognition,conda-forge/speechrecognition,,,,633.0,21.0,https://pypi.org/project/SpeechRecognition,2024-12-08 12:56:25.000,612.0,1044585.0,1048707.0,https://anaconda.org/conda-forge/speechrecognition,2024-12-09 20:21:08.080,214381.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,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,2024-12-19 11:07:31.000000,2024-12-18 17:46:04,1133.0,84.0,774.0,292.0,1509.0,334.0,426.0,8360.0,Open Source AI/ML Platform.,100.0,36,True,2024-12-10 16:02:45.000,2.12.39,163.0,metaflow,conda-forge/metaflow,,,,821.0,774.0,https://pypi.org/project/metaflow,2024-12-10 16:02:45.000,47.0,1225199.0,1229672.0,https://anaconda.org/conda-forge/metaflow,2024-12-05 21:14:08.213,237080.0,,,,,2.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,2024-12-19 09:05:10.000000,2024-12-11 19:28:50,2433.0,123.0,937.0,98.0,2750.0,370.0,1139.0,8205.0,Fast and Accurate ML in 3 Lines of Code.,130.0,36,True,2024-11-27 17:04:12.000,1.2.0,1702.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",934.0,906.0,https://pypi.org/project/autogluon,2024-12-19 09:05:10.000,28.0,187811.0,189070.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,24652.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,12222.0,1.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-12-19 02:50:42.000000,2024-12-19 02:50:42,3179.0,42.0,1100.0,89.0,3532.0,384.0,2787.0,5975.0,AI Toolkit for Healthcare Imaging.,212.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3404.0,3268.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,238116.0,239109.0,https://anaconda.org/conda-forge/monai,2024-10-17 00:39:44.050,35754.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-12-16 20:25:58.000000,2024-12-16 20:25:58,1204.0,23.0,643.0,127.0,963.0,360.0,1116.0,4484.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4431.0,4344.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,746103.0,747792.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,77330.0,,,,,2.0,,12471.0,,,,,,,,,,,,,,,,,, +118,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,2024-12-19 12:10:02.000000,2024-12-18 16:54:40,8638.0,46.0,715.0,101.0,13387.0,34.0,864.0,3891.0,State of the Art Natural Language Processing.,114.0,36,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],568.0,531.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4056259.0,4056259.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,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,2024-12-19 13:34:24.000000,2024-12-19 10:30:09,1149.0,53.0,473.0,57.0,1350.0,427.0,447.0,2622.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",132.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4287.0,4112.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1291758.0,1292661.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,28907.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-12-19 07:28:34.000000,2024-12-19 00:27:08,3650.0,384.0,311.0,70.0,2421.0,73.0,724.0,2396.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],913.0,859.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,116868.0,117599.0,https://anaconda.org/conda-forge/ax-platform,2024-09-24 20:13:10.358,30713.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,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,2024-12-19 13:11:18.000000,2024-12-17 12:08:02,2008.0,84.0,405.0,35.0,1744.0,78.0,819.0,2157.0,"Machine learning metrics for distributed, scalable PyTorch applications.",258.0,36,True,2024-11-12 19:29:02.000,1.6.0,53.0,metrics,conda-forge/torchmetrics,,,['pytorch'],34224.0,34222.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4700.0,43211.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-12 16:29:10.183,1727130.0,,,,,2.0,,5912.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +122,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,2024-12-18 20:35:19.000000,2024-12-03 16:56:50,4986.0,146.0,1102.0,150.0,1386.0,79.0,711.0,1913.0,Documentation and samples for ArcGIS API for Python.,94.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,919.0,879.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,84108.0,84241.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,-1.0,13256.0,,,,,,,,,,,,,,,,,, +123,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,2024-12-10 20:37:31.000000,2024-12-10 20:37:29,3127.0,53.0,365.0,55.0,1221.0,313.0,994.0,1445.0,Cartopy - a cartographic python library with matplotlib support.,129.0,36,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6928.0,6210.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,408130.0,486573.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4314373.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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,2024-12-18 03:01:58.000000,2024-12-18 03:01:53,900.0,11.0,348.0,42.0,1079.0,192.0,173.0,1239.0,Making text a first-class citizen in TensorFlow.,163.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],7947.0,7728.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,9336824.0,9336824.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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,2024-12-16 07:12:13.000000,2024-11-18 15:17:40,1568.0,7.0,202.0,47.0,622.0,32.0,775.0,1166.0,Fiona reads and writes geographic data files.,76.0,36,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,24056.0,23753.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4663890.0,4782221.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6271564.0,,,,,2.0,-1.0,,,,,,,,,,,,,,,,,,, +126,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,24.0,214.0,34.0,720.0,32.0,595.0,1074.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,38839.0,37099.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,9275681.0,9449344.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9204154.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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,2024-12-18 13:52:44.972000,2024-12-17 17:48:18,15068.0,185.0,530.0,51.0,2331.0,420.0,969.0,751.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5589.0,5437.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,231466.0,245483.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,728904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-12 17:03:50.685000,2024-12-07 02:29:14,6055.0,117.0,259.0,37.0,860.0,130.0,415.0,662.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,,,,24902.0,23721.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,1610192.0,1625227.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,811926.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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,591.0,53731.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'],3860.0,3744.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,157021.0,157643.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31007.0,,,,,2.0,,1397.0,,,,,,,,,,,,,,,,,, +130,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,16.0,4535.0,452.0,469.0,424.0,1734.0,18641.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,218160.0,247937.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1308848.0,,,,,1.0,,2911.0,,,,,,,,,,,,,,,,,, +131,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,2024-12-19 14:12:16.000000,2024-12-19 14:12:12,3788.0,126.0,1948.0,145.0,4135.0,113.0,3512.0,18179.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,707.0,702.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6261.0,6261.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-12-13 01:00:25.000000,2024-12-13 01:00:21,3926.0,58.0,1022.0,137.0,188.0,113.0,1094.0,14391.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",102.0,35,True,2024-12-09 08:48:06.000,16.7.0,248.0,ocrmypdf,conda-forge/ocrmypdf,,,,1137.0,1100.0,https://pypi.org/project/ocrmypdf,2024-12-09 08:47:35.000,37.0,186677.0,188909.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,85449.0,,,,,1.0,,6000.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +133,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-12-18 19:35:51.000000,2024-12-06 11:14:53,18781.0,145.0,5743.0,71.0,11746.0,942.0,15953.0,14022.0,Convert Machine Learning Code Between Frameworks.,1479.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,18491.0,18491.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +134,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-12-16 01:34:24.000000,2024-08-30 03:34:11,5357.0,,1775.0,137.0,1034.0,388.0,1948.0,9033.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6864.0,6833.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,377081.0,378246.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,59923.0,,,,,2.0,,719.0,,,,,,,,,,,,,,,,,, +135,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-07-25 08:47:51.000000,2022-12-08 17:49:19,746.0,,1046.0,134.0,238.0,371.0,274.0,9029.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,,,,78173.0,76804.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6271601.0,6273441.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,132487.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-11-12 01:59:15.000000,2024-11-12 01:59:15,1870.0,5.0,1369.0,146.0,251.0,223.0,147.0,8662.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",60.0,35,True,2024-09-06 03:26:33.000,2.0.2,94.0,pyod,conda-forge/pyod,,,,4675.0,4562.0,https://pypi.org/project/pyod,2024-09-06 03:24:51.000,113.0,691639.0,694041.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,132112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-12-16 18:11:18.000000,2024-12-16 18:10:12,701.0,5.0,352.0,69.0,129.0,32.0,152.0,8585.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,56672.0,54632.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5372231.0,5378369.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,306922.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,2024-12-19 11:55:17.000000,2024-12-19 03:35:43,40009.0,524.0,912.0,155.0,11018.0,1073.0,5623.0,8538.0,cuDF - GPU DataFrame Library.,298.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3380.0,3380.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,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,352.0,3431.0,134.0,1140.0,8496.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,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,122704.0,127858.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,257739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,50.0,811.0,127.0,291.0,484.0,340.0,7533.0,Uniform Manifold Approximation and Projection.,138.0,35,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,1950059.0,2000887.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2744749.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,2024-12-18 20:07:14.000000,2024-12-18 20:07:13,3404.0,155.0,796.0,76.0,3783.0,166.0,929.0,7231.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2024-12-12 10:07:56.000,1.3.16,171.0,bentoml,,,,,2303.0,2272.0,https://pypi.org/project/bentoml,2024-12-12 10:07:56.000,31.0,113373.0,113390.0,,,,,,,,2.0,,847.0,,,,,,,,,,,,,,,,,, +142,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,51.0,657.0,62.0,145.0,71.0,450.0,6050.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2201.0,2146.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,851667.0,851875.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12293.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-12-18 19:17:02.000000,2024-12-18 17:49:38,10565.0,30.0,1703.0,144.0,2493.0,658.0,1241.0,5604.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",252.0,35,True,2024-04-03 16:21:23.000,2.8.0,953.0,deepchem,conda-forge/deepchem,,,['tensorflow'],484.0,470.0,https://pypi.org/project/deepchem,2024-12-18 19:17:02.000,14.0,59238.0,61311.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,111958.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,2024-12-13 14:00:56.000000,2024-12-13 14:00:56,30568.0,201.0,1613.0,187.0,2227.0,28.0,1613.0,5157.0,"mlpack: a fast, header-only C++ machine learning library.",326.0,35,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,5962.0,11160.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,280733.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4929.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16872.0,16684.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,829203.0,835511.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,334350.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +146,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,2024-12-04 13:50:07.000000,2024-12-04 09:36:07,986.0,7.0,852.0,90.0,227.0,139.0,687.0,4609.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",49.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,493707.0,483351.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14654003.0,14654003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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,2024-12-19 00:19:43.000000,2024-12-16 23:32:20,1746.0,23.0,620.0,60.0,1895.0,157.0,1270.0,4556.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,723.0,35,True,2024-08-13 12:47:02.000,0.5.1,1833.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3524.0,3423.0,https://pypi.org/project/pytorch-ignite,2024-12-19 00:19:43.000,101.0,141143.0,143828.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,209468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-12-16 12:35:23.000000,2024-12-11 13:00:06,5345.0,3.0,277.0,79.0,798.0,21.0,129.0,2827.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,35,True,2024-12-16 12:35:23.000,8.3.3,242.0,thinc,conda-forge/thinc,,,,57955.0,57805.0,https://pypi.org/project/thinc,2024-12-16 12:35:23.000,150.0,13103130.0,13161700.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3221091.0,,,,,2.0,,522.0,,,,,,,,,,,,,,,,,, +149,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2024-12-19 11:34:46.000000,2024-12-14 00:27:42,2323.0,9.0,655.0,73.0,2917.0,263.0,728.0,2567.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",229.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,5280270.0,5280270.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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,170.0,1661.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,,,,81080.0,78461.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,17809349.0,17809900.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,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,2024-12-13 11:00:38.877000,2024-11-19 15:00:21,1569.0,7.0,407.0,49.0,1523.0,182.0,689.0,1623.0,Exploratory analysis of Bayesian models with Python.,163.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8880.0,8567.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1316735.0,1357955.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2266995.0,,,,,1.0,,177.0,,,,,,,,,,,,,,,,,, +152,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,2024-12-19 14:40:49.000000,2024-12-19 14:40:49,1972.0,143.0,177.0,29.0,1942.0,44.0,196.0,1235.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12772.0,12717.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,182998.0,191935.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,393261.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +153,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4241.0,4192.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,13553343.0,13559384.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,259764.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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,,4374.0,298.0,751.0,88.0,1046.0,36208.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2058.0,2005.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,149721.0,235509.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,20264.0,,,,,2.0,,3836517.0,,,,,,,,,,,,,,,,,, +155,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-11-21 19:12:36.000000,2024-11-21 19:08:51,1537.0,7.0,7505.0,389.0,692.0,542.0,3078.0,30823.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",274.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2195.0,2182.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9512.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,504150.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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,25991.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,,,,7234.0,6987.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1644535.0,1646760.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,113500.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,1.0,3151.0,318.0,262.0,436.0,598.0,24911.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,,,,,10290.0,10077.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,762693.0,1073929.0,,,,,,,,2.0,,16806759.0,,,,,,,,,,,,,,,,,, +158,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14129.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6049.0,6031.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,51123.0,51123.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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,,1164.0,318.0,268.0,58.0,343.0,13340.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,,,,4762.0,4561.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,856200.0,867809.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,592071.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-11-30 17:36:40.595000,2024-11-29 01:15:54,2663.0,5.0,691.0,105.0,499.0,610.0,1265.0,9642.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1792.0,1377.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,206370.0,207503.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,49827.0,,,,,2.0,,69.0,,,,,,,,datasette,,,,,,,,,, +161,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-11-26 10:41:20.000000,2024-11-26 10:38:20,1193.0,18.0,1318.0,149.0,181.0,277.0,1362.0,8902.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1077.0,1063.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4060.0,8574.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,275383.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-12-19 12:17:26.000000,2024-12-03 04:01:36,2947.0,21.0,1681.0,93.0,1702.0,236.0,2129.0,8779.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1337.0,1330.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1667.0,1667.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,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,2024-12-12 05:53:11.165000,2024-12-09 19:19:02,6205.0,122.0,1191.0,123.0,1766.0,113.0,726.0,8678.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2024-12-10 04:22:52.000,3.2.0,140.0,perspective-python,conda-forge/perspective,,,['jupyter'],191.0,157.0,https://pypi.org/project/perspective-python,2024-12-10 04:20:04.000,28.0,14502.0,42624.0,https://anaconda.org/conda-forge/perspective,2024-12-12 05:53:11.165,1393339.0,,,,,2.0,,7295.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-10 04:18:43.152,6.0,1891.0,,,,,,,,,,,, +164,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,2024-12-19 00:36:35.000000,2024-12-18 07:37:27,32554.0,38.0,1997.0,387.0,6898.0,2840.0,6682.0,6960.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,221657.0,221657.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-12-19 06:20:48.000000,2024-12-19 06:19:52,3562.0,179.0,735.0,146.0,132.0,106.0,350.0,6325.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2024-12-10 09:46:40.000,0.6.8,56.0,interpret,,,,['jupyter'],858.0,808.0,https://pypi.org/project/interpret,2024-12-10 09:46:40.000,50.0,135978.0,135978.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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,5899.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3412.0,3354.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,262659.0,263017.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20766.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +167,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-12-12 20:16:30.000000,2024-12-12 20:10:28,1214.0,81.0,499.0,280.0,902.0,249.0,341.0,4985.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'],2774.0,2648.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,291184.0,294109.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,105315.0,,,,,1.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,2024-12-18 23:15:39.000000,2024-12-13 15:55:00,12416.0,27.0,1159.0,99.0,1407.0,141.0,761.0,4953.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",138.0,34,True,2024-10-02 21:30:21.000,1.18.2,61.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,647.0,627.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-10-02 21:24:21.000,20.0,72530.0,73599.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-10-03 01:54:09.200,56667.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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,2024-12-05 20:59:36.000000,2024-12-05 20:24:11,3883.0,11.0,866.0,57.0,1720.0,425.0,1271.0,4270.0,"Serve, optimize and scale PyTorch models in production.",217.0,34,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],798.0,776.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,55382.0,84715.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,393541.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1374966.0,2.0,,7313.0,,,,,,,,,,,,,,,,,, +170,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,2024-12-19 13:13:05.000000,2024-12-18 15:09:26,3601.0,212.0,385.0,32.0,3412.0,104.0,2077.0,4133.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,34,True,2024-12-18 15:46:15.000,2.6.0,100.0,rubrix,conda-forge/rubrix,,,,2836.0,2836.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2037.0,3135.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,39534.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +171,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,2024-12-17 02:20:20.000000,2024-12-17 02:17:55,1350.0,26.0,288.0,41.0,497.0,103.0,246.0,4049.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1377.0,1318.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,1115572.0,1119083.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,115869.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-12-16 09:39:33.334000,2024-12-12 10:23:51,1538.0,17.0,366.0,91.0,784.0,138.0,452.0,3338.0,Quickly and accurately render even the largest data.,58.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5426.0,5230.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,156132.0,179196.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1268540.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,4.0,618.0,115.0,1191.0,365.0,1115.0,3336.0,High-performance interactive 2D/3D data visualization library.,199.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1949.0,1773.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,714020.0,727040.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,663255.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,15.0,,,,,,,,,,,, +174,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-12-17 15:56:54.000000,2024-12-16 17:59:59,2070.0,72.0,405.0,52.0,1821.0,79.0,483.0,3128.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1357.0,1273.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,182959.0,185534.0,https://anaconda.org/conda-forge/botorch,2024-09-20 23:53:13.019,133901.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +175,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,18.0,505.0,56.0,150.0,359.0,171.0,2825.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'],4814.0,4462.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,837734.0,882953.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2260993.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-18 06:27:04.000000,2024-12-18 06:27:04,3051.0,63.0,717.0,76.0,945.0,297.0,652.0,2779.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1351.0,1298.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,108118.0,108128.0,,,,,,,,1.0,,576.0,,,,,,,,,,,,,,,,,, +177,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-12-14 13:30:02.000000,2024-12-11 08:46:11,5358.0,67.0,557.0,20.0,1467.0,1147.0,710.0,2329.0,"This is the development home of the workflow management system Snakemake. For general information, see.",343.0,34,True,2024-11-29 12:39:05.000,8.25.5,373.0,snakemake,bioconda/snakemake,,,,2433.0,2185.0,https://pypi.org/project/snakemake,2024-11-29 12:39:05.000,248.0,98524.0,110022.0,https://anaconda.org/bioconda/snakemake,2024-12-02 08:36:48.398,1264785.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,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,2024-12-12 19:07:58.000000,2024-12-12 02:46:04,5965.0,94.0,714.0,88.0,6049.0,257.0,867.0,2123.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1647.0,1630.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,33316.0,33316.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-12-19 14:07:37.000000,2024-12-19 12:37:00,1874.0,8.0,200.0,33.0,215.0,26.0,403.0,1419.0,The ctypes-based simple ImageMagick binding for Python.,107.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20311.0,20054.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1063879.0,1066025.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,92222.0,,,,,2.0,,51592.0,,,,,,,,,,,,,,,,,, +180,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,2024-12-13 22:28:15.458000,2024-11-29 08:37:01,2931.0,29.0,249.0,35.0,233.0,48.0,514.0,1329.0,Python interface for igraph.,76.0,34,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4668.0,4262.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,900744.0,919283.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,657595.0,,,,,1.0,,565796.0,,,,,,,,,,,,,,,,,, +181,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-12-16 18:08:26.000000,2024-12-16 18:08:26,577.0,19.0,104.0,35.0,71.0,72.0,84.0,957.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,,,,112357.0,111824.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15078817.0,15420600.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13329557.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,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,2024-12-17 07:42:39.000000,2024-12-17 07:42:39,3773.0,74.0,4352.0,384.0,4247.0,450.0,1267.0,38926.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,449.0,449.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-12-19 14:58:41.000000,2024-12-19 14:41:30,7299.0,1290.0,2980.0,274.0,7412.0,135.0,692.0,27220.0,You like pytorch? You like micrograd? You love tinygrad!.,357.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],148.0,148.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +184,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,2024-12-19 08:12:52.000000,2024-12-18 21:09:15,18946.0,304.0,4885.0,399.0,5718.0,142.0,3994.0,26961.0,Platform for building AI that can learn and answer questions over federated data.,864.0,33,False,2024-12-17 14:57:31.000,24.12.3.0,507.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-12-17 14:58:33.000,,13676.0,13676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +185,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,,3975.0,674.0,1678.0,151.0,1988.0,25487.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'],502.0,478.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,22110.0,38299.0,https://anaconda.org/conda-forge/deepspeech,,,,,,,2.0,,1214241.0,,,,,,,,,,,,,,,,,, +186,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-12-19 15:16:10.000000,2024-12-09 13:38:58,3653.0,345.0,1432.0,127.0,4054.0,348.0,1034.0,21028.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",128.0,33,True,2024-12-09 15:05:46.000,1.12.5,89.0,,,,,,115.0,115.0,,,,,6093.0,,,,,,,,2.0,,268122.0,,,,,,,,,,,,,,,,,, +187,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,2024-12-18 20:56:20.000000,2024-11-15 09:23:37,9021.0,10.0,3078.0,275.0,1304.0,164.0,710.0,19477.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-05-01 18:45:29.000,1.2.0,13.0,recommenders,,,,,145.0,141.0,https://pypi.org/project/recommenders,2024-05-01 18:45:29.000,4.0,39484.0,39492.0,,,,,,,,1.0,,635.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +188,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19245.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'],556.0,551.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8240.0,8240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,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,469.0,671.0,590.0,672.0,15653.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'],1534.0,1520.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8393.0,8393.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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,2024-12-02 23:28:04.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11242.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],294.0,288.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1885.0,1885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +191,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,2.0,2312.0,218.0,255.0,130.0,418.0,10217.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,1909185.0,1920147.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,581014.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-12-14 17:36:08.000000,2024-11-16 04:31:19,529.0,1.0,862.0,85.0,278.0,81.0,376.0,7887.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,,,,52286.0,51661.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,3516599.0,3540040.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1242132.0,,,,,2.0,,455.0,,,,,,,,,,,,,,,,,, +193,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-10-28 23:29:31.000000,2024-09-25 17:28:01,1221.0,1.0,1051.0,121.0,278.0,143.0,546.0,7296.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18811.0,18358.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2495523.0,2506254.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,804834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +194,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,2024-12-18 22:39:20.000000,2024-12-18 22:39:15,873.0,8.0,1283.0,142.0,510.0,48.0,567.0,6879.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,85.0,33,True,2024-10-04 17:52:31.000,0.12.4,38.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],452.0,,https://pypi.org/project/imbalanced-learn,2024-10-04 17:00:52.000,452.0,16179908.0,16191849.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-10-04 17:49:36.866,644837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-12-19 09:25:46.000000,2024-12-19 09:25:46,3797.0,317.0,1272.0,253.0,9920.0,1014.0,1640.0,6821.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",112.0,33,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,31168.0,31175.0,,,,,,,,2.0,,644.0,intel-analytics/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,,, +196,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,2024-12-17 18:42:34.000000,2024-12-17 18:42:31,210.0,10.0,1104.0,201.0,157.0,147.0,342.0,6342.0,Official Kaggle API.,48.0,33,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,260593.0,264473.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,197929.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-11-22 18:31:49.000000,2024-11-22 18:31:49,630.0,10.0,722.0,108.0,196.0,9.0,356.0,5920.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,33,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,2577216.0,2589251.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,637882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,192.0,240.0,279.0,285.0,5895.0,Distributed Evolutionary Algorithms in Python.,89.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5833.0,5581.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,436593.0,436593.0,https://anaconda.org/conda-forge/deap,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-12-19 08:08:25.000000,2024-12-19 08:08:25,2456.0,31.0,660.0,97.0,276.0,505.0,574.0,5750.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2024-12-18 15:45:08.000,1.17.0,175.0,clearml,,allegroai/trains,,,1496.0,1445.0,https://pypi.org/project/clearml,2024-12-18 15:41:51.000,51.0,318980.0,319485.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30328.0,2.0,,3027.0,,,,,,,,,,,,,,,,,, +200,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,272.0,42.0,253.0,4525.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,6357612.0,6386095.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1538105.0,,,,,2.0,,109.0,,,,,,,,,,,,,,,,,, +201,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,27.0,355.0,58.0,1405.0,123.0,185.0,3980.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,,,,860.0,798.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,126974.0,128005.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,56707.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +202,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-10-30 21:00:49.000000,2024-10-30 21:00:25,674.0,36.0,122.0,75.0,75.0,8.0,136.0,3830.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,25973.0,25402.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4614944.0,4621533.0,https://anaconda.org/conda-forge/ftfy,2024-10-26 15:17:54.666,309705.0,,,,,2.0,,26.0,,,,,,,,,,,,,,,,,, +203,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-12-19 11:34:53.000000,2024-08-14 20:32:21,1311.0,,812.0,318.0,1470.0,332.0,519.0,3525.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,1037776.0,1037776.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,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,8.0,559.0,70.0,487.0,267.0,713.0,2388.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,,,,3344.0,3183.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2527957.0,2535011.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,388011.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,2024-12-17 14:25:05.549000,2024-12-14 19:36:16,574.0,9.0,159.0,42.0,83.0,7.0,136.0,2077.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,,,,12130.0,11854.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6767457.0,6788529.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1137891.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,2024-12-13 18:16:32.000000,2024-12-13 18:16:32,3772.0,25.0,193.0,49.0,1404.0,134.0,743.0,2011.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,,,,2948.0,2927.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,389527.0,405053.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,791846.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +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,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,3.0,363.0,68.0,616.0,300.0,361.0,1497.0,A Jupyter - Leaflet.js bridge.,91.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13446.0,13162.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,232880.0,263440.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1326283.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6446.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,2024-12-18 19:30:47.000000,2024-12-18 18:28:20,11612.0,50.0,246.0,55.0,12342.0,251.0,2220.0,985.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'],187.0,153.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,273591.0,273591.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,47.0,111.0,28.0,3628.0,535.0,3417.0,547.0,"Keep code, data, containers under control with git and git-annex.",57.0,33,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,541.0,442.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,49098.0,61870.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,689737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2856.0,386.0,125.0,239.0,561.0,26061.0,Deezer source separation library including pretrained models.,21.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],862.0,850.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,26512.0,86619.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,99114.0,,,,,2.0,,3625980.0,,,,,,,,,,,,,,,,,, +211,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,2024-11-24 16:22:12.000000,2024-11-24 16:21:28,335.0,14.0,3080.0,156.0,56.0,137.0,142.0,21125.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-11-24 16:22:12.000,1.8.9,212.0,vit-pytorch,,,,['pytorch'],582.0,565.0,https://pypi.org/project/vit-pytorch,2024-11-24 16:22:12.000,17.0,27949.0,27949.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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,1016.0,1869.0,363.0,658.0,17831.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,,,,1029.0,1019.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2417.0,2598.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9261.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +213,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-07-25 20:32:21.000000,2021-07-29 23:17:25,531.0,,1811.0,262.0,117.0,120.0,535.0,11672.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,,,,7135.0,6932.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,394185.0,396687.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,240220.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +214,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.,87.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,389.0,384.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,15058.0,15190.0,,,,,,,,3.0,,11140.0,,,,,,,,,,,,,,,,,, +215,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,283.0,3401.0,51.0,1494.0,10497.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],269.0,260.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3851.0,3851.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,259.0,148.0,107.0,104.0,9233.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,7666438.0,7678137.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,573255.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,3.0,1399.0,301.0,897.0,145.0,760.0,9173.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],794.0,781.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,26004.0,26228.0,,,,,,,,2.0,,19069.0,,,,,,,,,,,,,,,,,, +218,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,2024-12-18 15:30:29.916000,2024-12-04 03:39:13,2498.0,8.0,987.0,201.0,2330.0,261.0,847.0,8606.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,286446.0,291113.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,210044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,172.0,438.0,68.0,474.0,8491.0,Automatic extraction of relevant features from time series:.,98.0,32,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,245252.0,270873.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1409184.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,2024-12-19 14:44:35.000000,2024-12-19 11:38:08,1271.0,28.0,884.0,61.0,1047.0,239.0,1350.0,8172.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.0,32,True,2024-10-13 12:29:02.000,0.31.0,44.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-10-13 12:29:02.000,10.0,81793.0,83380.0,https://anaconda.org/conda-forge/u8darts-all,2024-10-13 21:33:50.942,64581.0,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,934.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,2024-12-19 08:38:41.000000,2024-12-19 08:38:41,390.0,9.0,1551.0,131.0,170.0,9.0,357.0,7984.0,A Python implementation of global optimization with gaussian processes.,47.0,32,True,2024-12-18 11:17:54.000,2.0.2,19.0,bayesian-optimization,,,,,3320.0,3166.0,https://pypi.org/project/bayesian-optimization,2024-12-18 11:17:54.000,154.0,418571.0,418572.0,,,,,,,,2.0,,166.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +222,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-12-19 00:58:26.000000,2024-09-12 23:27:08,4682.0,,896.0,141.0,501.0,100.0,807.0,7317.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,True,2024-09-12 23:17:21.000,1.9.2,28.0,stanza,stanfordnlp/stanza,,,,3514.0,3339.0,https://pypi.org/project/stanza,2024-09-12 23:16:02.000,175.0,265091.0,265236.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1152.0,27.0,1429.0,6797.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],326.0,303.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16261.0,16261.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6304.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'],1671.0,1653.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14496.0,14811.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11916.0,,,,,3.0,,187.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,2024-12-18 20:02:19.000000,2024-12-18 16:11:43,2234.0,25.0,321.0,45.0,2210.0,383.0,669.0,5278.0,Aim An easy-to-use & supercharged open-source experiment tracker.,78.0,32,True,2024-12-18 16:58:41.000,3.27.0,1180.0,aim,conda-forge/aim,,,,801.0,761.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,146068.0,148260.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,89911.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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,32.0,552.0,85.0,635.0,122.0,500.0,5129.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,,,,675.0,611.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,90992.0,93056.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,90830.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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,660.0,66.0,228.0,245.0,164.0,4441.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,,,,7470.0,7336.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,732300.0,737976.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,272473.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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,4.0,383.0,70.0,376.0,103.0,460.0,4269.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3374.0,3314.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,279380.0,279578.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7352.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,8.0,2506.0,1942.0,539.0,390.0,1078.0,4124.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,314420.0,314428.0,,,,,,,,2.0,,659.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,2024-12-10 18:49:56.000000,2024-12-10 18:49:56,1922.0,22.0,633.0,45.0,919.0,488.0,312.0,4040.0,Time series forecasting with PyTorch.,59.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,480.0,458.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,62703.0,64050.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,68723.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +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,2024-11-17 17:28:39.000000,2024-11-17 17:28:27,1360.0,5.0,321.0,59.0,247.0,70.0,450.0,3691.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,,,,1009.0,979.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,294022.0,313380.0,https://anaconda.org/conda-forge/stumpy,2024-07-09 04:54:55.949,1045359.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,2024-12-18 23:54:59.385000,2024-12-12 13:55:22,3907.0,10.0,562.0,58.0,922.0,380.0,982.0,3608.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2704.0,2535.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,234481.0,237884.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,187199.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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1662.0,156.0,210.0,13.0,693.0,3491.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,2050991.0,2053106.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,110013.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,2024-02-07 10:05:31.000000,2022-08-22 18:21:12,586.0,,628.0,79.0,80.0,74.0,162.0,3403.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,,,,7907.0,7787.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,3317870.0,3320804.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,264088.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,2024-12-18 16:30:17.000000,2024-12-18 16:30:16,1308.0,58.0,285.0,29.0,1173.0,73.0,515.0,3212.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-29 08:09:44.000,1.5.15,129.0,lightly,,,,['pytorch'],372.0,355.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,56601.0,56601.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,2024-12-17 13:54:40.198000,2024-12-16 22:54:42,1212.0,26.0,366.0,36.0,553.0,117.0,460.0,3189.0,Scalable and user friendly neural forecasting algorithms.,48.0,32,True,2024-12-16 22:41:41.000,1.7.7,28.0,neuralforecast,conda-forge/neuralforecast,,,,294.0,273.0,https://pypi.org/project/neuralforecast,2024-12-16 22:41:41.000,21.0,63562.0,64378.0,https://anaconda.org/conda-forge/neuralforecast,2024-12-17 13:54:40.198,26942.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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,4.0,739.0,123.0,130.0,71.0,375.0,3087.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,32,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3064.0,2972.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,991613.0,997701.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,310534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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,2024-12-17 12:15:05.000000,2024-12-17 12:15:00,997.0,12.0,232.0,37.0,557.0,72.0,177.0,2926.0,JAX-based neural network library.,84.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2382.0,2207.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,261434.0,261993.0,https://anaconda.org/conda-forge/dm-haiku,2024-10-23 19:46:21.263,25722.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +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,2747.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,,,,7431.0,7063.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,958784.0,973330.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,756438.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,2024-10-02 13:16:06.886000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,152.0,46.0,248.0,2416.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2701.0,2417.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1532348.0,1540082.0,https://anaconda.org/conda-forge/category_encoders,2024-10-02 13:16:06.886,293920.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-12-16 17:26:09.000000,2024-12-13 21:05:31,1858.0,275.0,207.0,48.0,292.0,178.0,164.0,2185.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-12-13 21:05:06.000,0.35.2,197.0,graphistry,,,,['jupyter'],134.0,128.0,https://pypi.org/project/graphistry,2024-12-13 21:05:06.000,6.0,17939.0,17939.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,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,286.0,56.0,143.0,83.0,194.0,1880.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3465.0,3308.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,85584.0,100440.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,668537.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-04-20 16:14:16.000000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,219.0,1629.0,Python Geocoder.,73.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12775.0,12563.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1102243.0,1103896.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,155449.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,geocoder +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,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,3.0,234.0,37.0,256.0,65.0,274.0,1603.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,,,,10329.0,10176.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2521210.0,2545681.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1223566.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,2024-12-19 12:23:55.000000,2024-12-19 12:23:52,4502.0,207.0,52.0,173.0,597.0,159.0,493.0,1600.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,,,,,168.0,153.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,50282.0,50304.0,,,,,,,,2.0,,1380.0,,,,,,,,,,,,,,,,,, +246,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-12-10 01:49:14.000000,2024-11-05 17:47:01,1157.0,24.0,249.0,50.0,549.0,33.0,186.0,1342.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2354.0,2241.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,677741.0,686064.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,449477.0,,,,,1.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,2024-12-16 22:46:09.000000,2024-12-16 13:06:20,736.0,23.0,109.0,26.0,593.0,363.0,464.0,1156.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,,,,6504.0,6286.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,199022.0,211777.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,688789.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,2024-12-12 15:31:23.000000,2024-12-12 15:31:13,14286.0,233.0,295.0,34.0,1924.0,499.0,685.0,1078.0,Python package for earth-observing satellite data processing.,173.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,12795.0,17230.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,239543.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,2024-12-18 00:59:56.000000,2024-12-18 00:59:56,14735.0,189.0,442.0,58.0,2262.0,167.0,815.0,724.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,,,,1442.0,1314.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,35851.0,46418.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,538930.0,,,,,2.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,14077.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,18519.0,18519.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,183.0,1006.0,574.0,727.0,12764.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'],1804.0,1797.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5552.0,5564.0,,,,,,,,2.0,,837.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,2024-12-13 11:42:35.000000,2024-12-13 11:42:35,2969.0,10.0,2412.0,208.0,480.0,246.0,479.0,10261.0,FinRL: Financial Reinforcement Learning.,119.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,56.0,56.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1454.0,1454.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +253,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9793.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1386.0,1367.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18569.0,19176.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,37080.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +254,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9778.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3175.0,3137.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,43218.0,48399.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,279815.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,456.0,263.0,579.0,364.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'],5084.0,5070.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4225.0,4225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,11.0,1401.0,100.0,670.0,735.0,528.0,8468.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'],2883.0,2883.0,,,,,7544.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,377247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,2024-11-29 14:40:31.000000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7668.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'],665.0,631.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,18191.0,18816.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27541.0,,,,,2.0,,67.0,,,,,,,,,,,,,,,,,, +258,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-12-16 21:04:16.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7309.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1925.0,1851.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,61871.0,65961.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,220864.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-12-19 14:28:40.998000,2024-11-26 20:42:35,3285.0,2.0,959.0,139.0,669.0,54.0,1165.0,7249.0,Python library for audio and music analysis.,124.0,31,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2932050.0,2947927.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,841481.0,,,,,2.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,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,211.0,1051.0,26.0,615.0,6750.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],426.0,422.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11616.0,11616.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +261,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,2024-12-19 13:11:58.000000,2024-12-19 13:11:55,1097.0,3.0,390.0,81.0,545.0,61.0,460.0,5916.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,31,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1573.0,1488.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,150539.0,166030.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,790059.0,,,,,3.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,305.0,296.0,161.0,267.0,5749.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,,,,1128.0,1114.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9598.0,9772.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14344.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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,127.0,40.0,75.0,147.0,5661.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4385.0,4269.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,764318.0,764662.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,18939.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +264,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,2024-12-13 17:33:14.415000,2024-12-13 16:40:15,828.0,15.0,407.0,74.0,303.0,62.0,531.0,4801.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1346.0,1298.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,90195.0,96794.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,362972.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +265,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4545.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,,,,48685.0,48250.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,448359.0,452228.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,205064.0,,,,,2.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,2024-12-19 08:32:10.000000,2024-12-19 04:40:41,15602.0,70.0,536.0,78.0,3695.0,919.0,1627.0,4300.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4047.0,4047.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-10-09 08:38:40.000000,2024-10-09 08:38:39,344.0,5.0,337.0,65.0,78.0,20.0,124.0,3431.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15464.0,15222.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1510937.0,1515183.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,411939.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,184.0,737.0,277.0,669.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,,,,,286.0,268.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,167047.0,167228.0,,,,,,,,3.0,,17835.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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3210.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7186.0,7033.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,413552.0,423091.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,352957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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-01 18:14:29.000000,2024-06-24 17:09:39,1087.0,,397.0,61.0,498.0,221.0,273.0,2862.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'],4941.0,4826.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,382194.0,383309.0,https://anaconda.org/conda-forge/keras-tuner,2024-03-05 15:33:09.039,44613.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,2024-12-09 15:46:12.000000,2024-12-09 15:31:38,1700.0,53.0,335.0,37.0,367.0,38.0,185.0,2753.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-12-09 15:46:12.000,2.7.5,48.0,shapash,,,,['jupyter'],189.0,185.0,https://pypi.org/project/shapash,2024-12-09 15:46:12.000,4.0,23746.0,23746.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-12-14 20:51:53.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,544.0,61.0,304.0,2596.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,474474.0,497745.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1163579.0,,,,,2.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-10-30 12:23:11.000000,2024-10-30 12:23:10,890.0,3.0,361.0,82.0,169.0,218.0,149.0,2365.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,,,,6963.0,6808.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,340716.0,345830.0,https://anaconda.org/conda-forge/mpld3,2023-12-23 15:16:22.285,216566.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1104.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,2024-12-13 23:32:03.470000,2024-12-13 23:28:41,1961.0,67.0,149.0,29.0,372.0,64.0,112.0,2319.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",58.0,31,True,2024-12-13 23:32:03.470,2.16.7,133.0,usearch,,unum/usearch,,,181.0,143.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,297370.0,306237.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,166.0,2.0,,38648.0,,usearch,https://www.npmjs.com/package/usearch,2024-12-13 23:32:03.470,15.0,6713.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,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,10.0,428.0,92.0,119.0,78.0,265.0,2316.0,bt - flexible backtesting for Python.,34.0,31,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1647.0,1637.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7963.0,9219.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,55303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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,2024-12-08 02:44:42.000000,2024-12-08 02:34:34,962.0,18.0,144.0,25.0,442.0,163.0,313.0,2158.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,56.0,31,True,2024-12-08 02:44:42.000,0.11.10,54.0,equinox,,,,['jax'],1087.0,889.0,https://pypi.org/project/equinox,2024-12-08 02:44:38.000,198.0,313891.0,313891.0,,,,,,,,1.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,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,,260.0,47.0,352.0,220.0,141.0,2068.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,15935.0,15532.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2744532.0,2744532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,2024-12-19 11:35:02.000000,2024-12-18 22:31:35,2284.0,180.0,443.0,34.0,2459.0,322.0,121.0,1978.0,Pytorch domain library for recommendation systems.,304.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,160.0,160.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,25865.0,25865.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,50.0,193.0,21.0,181.0,49.0,139.0,1903.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,31,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,654.0,633.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,48222.0,48222.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,2024-12-17 16:29:04.000000,2024-12-17 16:25:17,736.0,6.0,345.0,46.0,395.0,71.0,244.0,1730.0,Training PyTorch models with differential privacy.,82.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],967.0,931.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,102663.0,103216.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,19306.0,,,,,2.0,,137.0,,,,,,,,,,,,,,,,,, +281,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,41.0,188.0,27.0,732.0,114.0,462.0,1710.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,,,,,282.0,263.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,15448.0,15452.0,,,,,,,,2.0,,229.0,,,,,,,,,,,,,,,,,, +282,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,57.0,1884.0,92.0,899.0,1694.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,1181456.0,1181456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-16 18:14:01.000000,2024-12-16 18:14:01,1983.0,19.0,289.0,45.0,289.0,59.0,214.0,1576.0,TensorLy: Tensor Learning in Python.,69.0,31,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,99.0,,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,167908.0,175319.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,370551.0,,,,,2.0,-2.0,,,,,,,,,,,,,,,,,,, +284,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-12-13 20:47:09.726000,2024-12-07 19:02:56,953.0,4.0,431.0,86.0,237.0,57.0,242.0,1478.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,31,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3146.0,2708.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,802927.0,811866.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,375445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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,2024-12-19 10:04:54.000000,2024-12-19 07:21:26,1627.0,25.0,171.0,18.0,856.0,110.0,457.0,1373.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,811.0,775.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,92556.0,96655.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,225492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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,2024-12-19 10:10:35.000000,2024-11-28 09:24:18,4025.0,395.0,140.0,9.0,683.0,22.0,163.0,1196.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],391.0,376.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,94556.0,94556.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +287,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,2024-12-16 00:48:23.000000,2024-11-27 19:10:03,1176.0,36.0,216.0,23.0,159.0,30.0,205.0,1148.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],708.0,671.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,200411.0,205053.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,171754.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-12-16 21:37:29.000000,2024-12-16 21:37:28,3393.0,19.0,242.0,50.0,415.0,76.0,282.0,1074.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2266.0,2092.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,81446.0,107380.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1400442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,3.0,234.0,19.0,301.0,53.0,286.0,891.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,31,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1479.0,1352.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,918079.0,921989.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,195515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,10.0,174.0,35.0,118.0,25.0,65.0,764.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,26192829.0,26282959.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9013053.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,2024-12-19 07:11:29.000000,2024-12-06 10:45:36,176528.0,2045.0,95.0,51.0,2413.0,70.0,309.0,688.0,TensorFlow ROCm port.,4743.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,6648.0,6648.0,,,,,,,,3.0,,26.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +292,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,2024-12-16 17:14:39.000000,2024-12-16 15:32:53,605.0,12.0,38.0,10.0,77.0,11.0,26.0,220.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-12-16 11:14:25.000,1.1.0,52.0,blis,conda-forge/cython-blis,,,,53520.0,53410.0,https://pypi.org/project/blis,2024-12-16 11:14:25.000,110.0,12930129.0,12976358.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2357324.0,,,,,2.0,,508.0,,,,,,,,,,,,,,,,,, +293,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-12-19 12:16:49.000000,2024-12-03 04:02:11,2300.0,18.0,2885.0,198.0,3770.0,1260.0,4243.0,12927.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,598.0,598.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2024-12-19 03:16:48.000000,2024-12-10 06:29:10,1745.0,9.0,751.0,90.0,807.0,111.0,271.0,9831.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",53.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,430.0,412.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,37791.0,38559.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,33826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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,,2158.0,290.0,98.0,311.0,446.0,8671.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,,,,1733.0,1714.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,11675.0,23708.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8402.0,,,,,2.0,,950023.0,,,,,,,,,,,,,,,,,, +296,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,788.0,5851.0,Gluon CV Toolkit.,119.0,30,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,78028.0,78028.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1081.0,111.0,258.0,107.0,498.0,5552.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4603.0,4461.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,257524.0,258123.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22792.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +298,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-12-13 20:29:50.000000,2024-12-13 20:29:18,629.0,10.0,776.0,86.0,358.0,54.0,348.0,5146.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,30,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,238.0,236.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,36491.0,36491.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,8.0,634.0,149.0,799.0,141.0,356.0,4795.0,Deep Learning Visualization Toolkit.,36.0,30,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,239830.0,239838.0,,,,,,,,2.0,,479.0,,,,,,,,,,,,,,,,,, +300,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,5.0,760.0,77.0,1823.0,325.0,637.0,4684.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,788079.0,788110.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,940.0,152.0,132.0,139.0,104.0,4407.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,4953.0,4846.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,185536.0,186219.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,31459.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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,1.0,551.0,120.0,386.0,77.0,743.0,4174.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,,,,365.0,346.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,92646.0,95051.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,86583.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-12-18 14:02:16.000000,2024-12-18 13:56:57,924.0,44.0,445.0,43.0,1019.0,27.0,352.0,4039.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,30,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,41012.0,138416.0,,,,,,,,2.0,,4480592.0,,,,,,,,,,,,,,,,,, +304,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-12-14 01:17:03.000000,2024-12-14 01:16:55,1262.0,31.0,498.0,67.0,773.0,5.0,558.0,3822.0,On-device wake word detection powered by deep learning.,39.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,10810.0,10810.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,2.0,450.0,93.0,127.0,92.0,348.0,3431.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,,,,1321.0,1258.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,492617.0,495920.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,165161.0,,,,,3.0,-2.0,,,,,,,,,,,,,,,,,,, +306,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,14.0,410.0,50.0,95.0,140.0,522.0,3082.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,30,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,11006.0,11654.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,27217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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,2024-12-19 08:09:05.000000,2024-12-12 01:51:50,8382.0,178.0,357.0,84.0,9840.0,97.0,349.0,3058.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,19278.0,19535.0,,,,,,,,3.0,,11591.0,,,,,,,,,,,,,,,,,, +308,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,65.0,346.0,29.0,339.0,95.0,40.0,3042.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1180.0,1174.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,17199.0,17295.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3872.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,60.0,194.0,139.0,197.0,2925.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'],1626.0,1547.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,401315.0,428478.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1466844.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2026.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1179.0,1143.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,82474.0,86357.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,205518.0,,,,,2.0,,700.0,,,,,,,,,,,,,,,,,, +311,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-12-17 11:38:14.000000,2024-12-17 11:38:14,920.0,42.0,425.0,39.0,954.0,160.0,333.0,1976.0,A Python package to assess and improve fairness of machine learning models.,91.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,190948.0,191740.0,https://anaconda.org/conda-forge/fairlearn,2024-12-13 09:00:20.394,38839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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,4.0,228.0,52.0,213.0,32.0,292.0,1726.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,,,,,1044.0,1010.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,21455.0,21455.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-12-08 12:55:17.000000,2024-12-08 12:55:17,1260.0,6.0,140.0,31.0,123.0,42.0,269.0,1655.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,,,,2759.0,2603.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,155540.0,158224.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,144938.0,,,,,3.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,2024-12-19 10:25:26.000000,2024-12-19 10:25:24,2358.0,252.0,161.0,12.0,1023.0,101.0,977.0,1635.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2024-12-18 11:55:07.000,0.18.31,249.0,dstack,,,,,17.0,17.0,https://pypi.org/project/dstack,2024-12-18 11:21:40.000,,8191.0,8191.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,2024-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,201.0,34.0,75.0,29.0,52.0,1593.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,30,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4220.0,4183.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1913089.0,1913769.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,32005.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,2024-11-18 14:47:40.000000,2024-11-18 14:47:37,4368.0,5.0,302.0,79.0,672.0,18.0,634.0,1346.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1752.0,1703.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,35277.0,46454.0,https://anaconda.org/conda-forge/pysal,2024-07-30 21:31:48.610,592406.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-12-18 20:55:29.000000,2024-12-18 20:55:29,10809.0,25.0,245.0,40.0,1512.0,208.0,358.0,1279.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,3525.0,3671.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4400.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,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,2024-12-05 02:06:57.000000,2024-11-27 18:24:47,1528.0,45.0,280.0,68.0,110.0,38.0,55.0,1258.0,Model analysis tools for TensorFlow.,59.0,30,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,264295.0,264295.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-12-18 19:48:19.000000,2024-12-18 19:48:15,16703.0,83.0,379.0,45.0,1656.0,316.0,2998.0,928.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,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1339.0,1401.0,,,,,,,,2.0,,8173.0,,,,,,,,,,,,,,,,,, +320,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-16 10:06:14.325000,2024-10-25 20:18:28,500.0,5.0,122.0,32.0,132.0,25.0,76.0,927.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2023-11-05 21:06:50.000,3.1.0,31.0,geojson,conda-forge/geojson,,,,19612.0,18911.0,https://pypi.org/project/geojson,2023-11-05 21:06:50.000,701.0,2943699.0,2984130.0,https://anaconda.org/conda-forge/geojson,2024-12-16 10:06:14.325,889490.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,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,2024-12-09 14:39:05.000000,2024-12-09 14:38:38,3221.0,35.0,120.0,16.0,323.0,9.0,183.0,820.0,Python bindings for MPI.,27.0,30,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,408666.0,473148.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3197109.0,,,,,2.0,,28640.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,2024-12-04 06:22:16.000000,2024-12-04 06:22:16,575.0,9.0,111.0,17.0,199.0,125.0,139.0,723.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,48711.0,47931.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3661213.0,3661375.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,,21093.0,,,,,,,,,,,,,,,,,, +323,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,64.0,102.0,24.0,117.0,4.0,113.0,715.0,Python library for reading audio file metadata.,27.0,30,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1231.0,1118.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,64426.0,64426.0,,,,,,,,2.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +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,2024-12-18 19:18:55.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1446.0,293.0,371.0,712.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.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,1151083.0,1151083.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,2024-12-19 13:55:56.000000,2024-12-19 13:55:54,2106.0,11.0,64.0,16.0,1641.0,25.0,217.0,590.0,The experiment tracker for foundation model training.,55.0,30,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,777.0,700.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,521876.0,527341.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,300585.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,1249.0,557.0,840.0,2543.0,17533.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,868.0,1006.0,,,,,,,,3.0,,14768.0,,,,,,,,,,,,,,,,,, +327,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,15901.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,600.0,597.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1485.0,1485.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-12-19 14:32:11.000000,2024-12-17 03:30:06,2002.0,7.0,2662.0,301.0,947.0,250.0,695.0,15777.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.0,29,True,2024-05-24 08:18:55.000,0.9.5,34.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-05-24 08:18:55.000,1.0,4819.0,4833.0,,,,,,,,2.0,,741.0,,,,,,,,,,,,,,,,,, +329,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,47.0,101.0,94.0,9048.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,215170.0,216025.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,46222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,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,2024-11-25 05:19:58.903000,2024-11-24 16:18:39,1063.0,25.0,935.0,140.0,758.0,135.0,348.0,7189.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,99.0,29,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,490.0,472.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,55367.0,56104.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,36139.0,,,,,2.0,,42.0,,,,,,,,,,,,,,,,,, +331,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,6219.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'],780.0,773.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1900.0,2077.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9587.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,831.0,146.0,1590.0,382.0,403.0,5086.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,264160.0,264160.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-06-24 09:15:15.000000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4481.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,,,,1554.0,1489.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,343188.0,343877.0,https://anaconda.org/conda-forge/nlpaug,2023-06-16 19:26:38.185,28971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,602.0,44.0,554.0,11.0,,4195.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,,,,1578.0,1547.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,156046.0,158856.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,82188.0,,,,,3.0,,29809.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,2024-08-08 18:40:13.000000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4095.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,,,,6610.0,6460.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,607517.0,613563.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,296288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,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,39.0,15.0,121.0,3990.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,,,,19628.0,19506.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,352504.0,394236.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,375593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-12-12 16:18:08.000000,2024-11-05 10:29:23,704.0,29.0,685.0,40.0,1024.0,147.0,805.0,3905.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,125.0,120.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,31209.0,31639.0,,,,,,,,2.0,,15500.0,,,,,,,,,,,,,,,,,, +338,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,256.0,22.0,1759.0,254.0,730.0,3651.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,,,,,483.0,471.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,42228.0,42262.0,,,,,,,,2.0,,1296.0,,,,,,,,,,,,,,,,,, +339,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,2024-12-16 10:22:21.065000,2024-10-22 15:05:01,3667.0,4.0,464.0,102.0,1066.0,270.0,368.0,3635.0,Plotting library for IPython/Jupyter notebooks.,65.0,29,True,2024-02-27 15:38:38.000,0.12.43,112.0,bqplot,conda-forge/bqplot,,,['jupyter'],179.0,59.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,99.0,205504.0,234061.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1440762.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,2362.0,,,,,,,,,,,, +340,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,230.0,95.0,404.0,3583.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,,,,1626.0,1597.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,203567.0,222825.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,979873.0,,,,,2.0,,1604.0,,,,,,,,,,,,,,,,,, +341,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-18 18:43:05.000000,2024-10-22 19:55:17,1581.0,54.0,357.0,68.0,1456.0,116.0,87.0,3501.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,True,2024-10-22 20:02:07.000,1.3,19.0,lit-nlp,conda-forge/lit-nlp,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-10-22 19:57:27.000,3.0,7275.0,9219.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,99176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,,250.0,64.0,56.0,9.0,,3415.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,,,,7667.0,7568.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,730552.0,744698.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,692571.0,,,,,2.0,,1050.0,,,,,,,,,,,,,,,,,, +343,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,96.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'],1675.0,1653.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,112545.0,112545.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,326.0,23.0,50.0,35.0,203.0,2321.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,585.0,575.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,64322.0,65519.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,57471.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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,2024-12-16 07:07:04.000000,2024-12-11 16:12:58,739.0,12.0,225.0,41.0,562.0,140.0,235.0,2263.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,505.0,498.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,80958.0,80958.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,6.0,526.0,43.0,29.0,49.0,81.0,2259.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'],6832.0,6759.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,151420.0,151666.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13846.0,,,,,3.0,,16.0,,,,,,,,,,,,,,,,,, +347,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-01 14:51:14.000000,2024-12-01 14:51:07,495.0,10.0,300.0,68.0,127.0,22.0,107.0,2062.0,ffn - a financial function library for Python.,35.0,29,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,528.0,510.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16724.0,17039.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,13883.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-12-16 11:30:33.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1851.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'],743.0,708.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,70394.0,71503.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,37710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1810.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6832.0,6729.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,135943.0,137085.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,89111.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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,17.0,294.0,30.0,581.0,102.0,722.0,1804.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,117.0,114.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1499.0,1499.0,,,,,,,,2.0,,43.0,,,,,,,,,,,,,,,,,, +351,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,26.0,601.0,103.0,296.0,22.0,300.0,1580.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,193.0,191.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7954.0,8005.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,2024-12-16 13:13:33.000000,2024-12-16 13:13:11,834.0,3.0,323.0,120.0,788.0,229.0,168.0,1500.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,706928.0,706928.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,2024-12-11 20:40:27.070000,2024-06-05 08:42:47,1478.0,,166.0,31.0,252.0,,,1354.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2079.0,1992.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,266962.0,269079.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,78336.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,2024-12-18 08:19:39.527000,2024-12-17 11:26:34,868.0,25.0,77.0,26.0,421.0,109.0,243.0,603.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1230.0,1167.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,18897.0,24121.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,266448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,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,54.0,37.0,57.0,497.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,26934.0,26799.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2165109.0,2183389.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,914017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,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,620.0,233.0,53.0,,15188.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2571.0,2497.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,46099.0,46099.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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,6.0,1377.0,424.0,51.0,105.0,88.0,10592.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,25413.0,25413.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-12-05 15:25:11.000000,2024-09-10 20:43:30,1626.0,,814.0,140.0,1572.0,122.0,125.0,8118.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,,,,,196.0,195.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4116.0,4116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,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,347.0,81.0,51.0,231.0,8048.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,888.0,862.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2849.0,3214.0,,,,,,,,3.0,,32178.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,1.0,1586.0,626.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,,2254.0,2254.0,,,,,,,,3.0,,13.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +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,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,210.0,92.0,201.0,123.0,5921.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,,,,,550.0,538.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14715.0,14715.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,200.0,158.0,49.0,227.0,5529.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1232.0,1232.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,,474.0,74.0,63.0,112.0,57.0,4962.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,,,,,3471.0,3449.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,500895.0,500895.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,,686.0,87.0,209.0,157.0,358.0,4793.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,,,,1658.0,1626.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,374168.0,377045.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,238836.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,2024-12-18 00:25:43.000000,2024-12-12 19:32:29,6179.0,14.0,528.0,147.0,1950.0,338.0,1387.0,4590.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,2709.0,2774.0,,,,,,,,2.0,,7511.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,37.0,57.0,138.0,44.0,4020.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'],17665.0,17530.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,216324.0,216324.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,217.0,408.0,139.0,402.0,3848.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,,,,,1083.0,1071.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1823.0,1823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3534.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3380.0,3349.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,174930.0,175172.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,10185.0,,,,,2.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,3303.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1256.0,1226.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,46631.0,46631.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,82.0,245.0,69.0,155.0,3076.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,,,,,213.0,210.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,35342.0,35343.0,,,,,,,,2.0,,94.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,108.0,74.0,102.0,123.0,3037.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12725.0,12616.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,55245.0,55245.0,,,,,,,,3.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,2986.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,,,,1427.0,1374.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,115413.0,117277.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,91375.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,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,13.0,524.0,110.0,364.0,388.0,691.0,2890.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,,,,,853.0,833.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,9787.0,9787.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,2024-12-12 13:40:00.000000,2024-12-12 13:39:24,2308.0,4.0,722.0,81.0,206.0,200.0,469.0,2819.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,36372.0,36372.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,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,5.0,334.0,154.0,1184.0,35.0,60.0,2731.0,Neural Network Libraries.,76.0,28,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,10196.0,10207.0,,,,,,,,3.0,,996.0,,,,,,,,,,,,,,,,,, +376,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,64.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'],5823.0,5738.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,482402.0,484550.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,191240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,45.0,57.0,70.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],368.0,361.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9861.0,9861.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,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,2330.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12069.0,11914.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,372144.0,372144.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,2024-12-19 02:55:30.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2242.0,A modular active learning framework for Python.,20.0,28,False,2024-12-19 02:55:30.000,0.68.42,1556.0,modAL,,,,['sklearn'],72.0,,https://pypi.org/project/modAL,2024-12-19 02:55:30.000,72.0,603356.0,603356.0,,,,,,,,3.0,,45.0,,,,,,,,,,,,,,,,,, +380,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-11-27 03:21:54.000000,2024-11-16 15:29:06,2316.0,65.0,135.0,28.0,271.0,5.0,43.0,2076.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,209.0,195.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5048.0,5048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +381,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-09 19:08:18.000000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1963.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,,,,2164.0,2142.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,42823.0,43674.0,https://anaconda.org/conda-forge/ogb,2023-06-16 19:21:31.692,43423.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,,279.0,40.0,495.0,172.0,151.0,1805.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,199.0,191.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,163743.0,163750.0,,,,,,,,2.0,,543.0,,,,,,,,,,,,,,,,,, +383,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,,389.0,50.0,136.0,29.0,435.0,1756.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,,,,,299.0,284.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5693.0,5808.0,,,,,,,,2.0,,12124.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +384,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,17.0,122.0,24.0,116.0,37.0,57.0,1407.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,124547.0,124547.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1390.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,200.0,193.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,24048.0,24442.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18521.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,,125.0,24.0,111.0,50.0,79.0,1342.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,,,,3724.0,3675.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,432659.0,433516.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,44569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-12-05 11:46:30.000000,2024-11-17 22:14:08,415.0,7.0,184.0,25.0,41.0,1.0,132.0,1294.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],662.0,644.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,142599.0,142957.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21848.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,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,2024-12-17 19:56:35.000000,2024-12-17 19:56:35,548.0,13.0,118.0,22.0,401.0,40.0,292.0,1290.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'],182.0,169.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,25757.0,26845.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,59849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,,418.0,52.0,41.0,17.0,139.0,1248.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2946.0,2908.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,217061.0,217998.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,52499.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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,41.0,39.0,76.0,591.0,1177.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,813.0,781.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,30596.0,32472.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,99156.0,,,,,3.0,,653.0,,,,,,,,,,,,,,,,,, +391,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1024.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,3988003.0,4018089.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2346736.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,5.0,215.0,58.0,99.0,39.0,172.0,987.0,Input pipeline framework.,29.0,28,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,515417.0,515417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,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,955.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,83065.0,90684.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,620620.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1594.0,,,,,,,,,,,, +394,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,258.0,907.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1261.0,1168.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,134985.0,151808.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,925287.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,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,50.0,59.0,21.0,70.0,856.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,,,,1472.0,1409.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,22552.0,32412.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,532490.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,300.0,283.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5443.0,5443.0,,,,,,,,2.0,,106.0,,,,,,,,,,,,,,,,,, +397,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,38.0,148.0,29.0,97.0,47.0,76.0,629.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,634.0,603.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,85639.0,85679.0,,,,,,,,3.0,,2828.0,,,,,,,,,,,,,,,,,, +398,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,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,59.0,14.0,207.0,12.0,187.0,343.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,,,,10324.0,10163.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,748051.0,748051.0,https://anaconda.org/conda-forge/pystan,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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,,1155.0,239.0,458.0,75.0,265.0,18409.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,,36802.0,37219.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27123.0,2.0,,,,,,,,,,,,,,,,,,,, +400,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,133.0,51.0,163.0,141.0,7977.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,252218.0,328998.0,,,,,,,,2.0,,4376463.0,,,,,,,,,,,,,,,,,, +401,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'],290.0,282.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,55663.0,55663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,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,459.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,1949.0,1974.0,,,,,,,,2.0,,2534.0,,,,,,,,,,,,,,,,,, +403,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,174.0,46.0,80.0,242.0,7148.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,42083.0,42083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,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,350.0,14.0,42.0,66.0,6458.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1517.0,1509.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,36916.0,36916.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,145.0,100.0,87.0,310.0,6436.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,110780.0,119016.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,436511.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,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,5085.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,,,,,871.0,859.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8256.0,8256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,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'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,689.0,689.0,,,,,,,,3.0,,25.0,,,,,,,,,,,,,,,,,, +408,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,54.0,57.0,76.0,108.0,4616.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'],2609.0,2558.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,82790.0,106773.0,,,,,,,,3.0,,1462991.0,,,,,,,,,,,,,,,,,, +409,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,147.0,32.0,52.0,77.0,4525.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,,,,9985.0,9888.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,356083.0,356425.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15411.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,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,,741.0,175.0,90.0,1.0,288.0,4312.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,42390.0,42559.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,7964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4306.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,584883.0,586551.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,86775.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,,480.0,58.0,828.0,60.0,498.0,3917.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,76039.0,76039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-12-19 06:54:06.000000,2024-12-19 06:49:48,1681.0,12.0,686.0,44.0,33.0,7.0,576.0,3637.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.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,,2005.0,2005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,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,26.0,324.0,89.0,102.0,51.0,32.0,3546.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,2257.0,2729.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,1.0,429.0,84.0,55.0,63.0,204.0,3546.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'],227.0,224.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1696.0,1913.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10636.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +416,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,3436.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,,,,725.0,720.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1184.0,1461.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,,254.0,61.0,121.0,7.0,293.0,3409.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,,,,,668.0,653.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,19745.0,19774.0,,,,,,,,3.0,,2012.0,,,,,,,,,,,,,,,,,, +418,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-10-18 19:28:12.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,22.0,761.0,3388.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,16130.0,19508.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,185824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,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,,374.0,84.0,66.0,156.0,189.0,3343.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,,,,515.0,498.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6574.0,14627.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,749021.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,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,140.0,718.0,156.0,63.0,6.0,848.0,3273.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'],,,,,,,923.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,71884.0,,,,,3.0,,4809.0,,,,,,,,,,,,,,,,,, +421,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,,386.0,38.0,522.0,62.0,217.0,3017.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,,,,339.0,328.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6316.0,6494.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9088.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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,2959.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],299.0,288.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4483.0,4483.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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,,777.0,182.0,75.0,21.0,565.0,2879.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,35760.0,36537.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,50519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,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,366.0,27.0,350.0,2799.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,,,,666.0,652.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5470.0,5769.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15869.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +425,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,2024-12-19 15:15:35.000000,2024-12-19 15:10:04,716.0,558.0,169.0,41.0,826.0,25.0,83.0,2744.0,Open-source end-to-end LLM Development Platform.,28.0,27,True,2024-12-17 15:24:45.000,1.2.8,78.0,opik,,,,,1.0,,https://pypi.org/project/opik,2024-12-18 16:52:12.000,1.0,10961.0,10961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2674.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,227921.0,231223.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,75966.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,29.0,1132.0,78.0,224.0,2644.0,Database system for AI-powered apps.,72.0,27,True,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,,940.0,15335.0,,,,,,,,3.0,,417483.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +428,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,56.0,674.0,151.0,225.0,2422.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,719.0,694.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,15964.0,15964.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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,,,,1967.0,1901.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,24853.0,26758.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,173420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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,63.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'],392.0,386.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,15331.0,15331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,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,67.0,63.0,32.0,199.0,2167.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1504.0,1504.0,,,,,,,,2.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,2024-12-19 02:33:58.000000,2024-12-18 15:54:48,6693.0,114.0,307.0,45.0,3032.0,194.0,1594.0,1813.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,372.0,960.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,25913.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,38.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,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2365.0,2974.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,24392.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +434,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,55.0,446.0,6.0,402.0,1744.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,39369.0,39464.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,2.0,164.0,22.0,128.0,9.0,131.0,1486.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,,,,989.0,942.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,45938.0,52661.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,349599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,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,1485.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,,,,,416.0,414.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1709.0,1709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,3.0,424.0,31.0,51.0,18.0,132.0,1463.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,747.0,716.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,31579.0,31579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-12-16 06:30:26.000000,2024-10-15 17:52:15,3072.0,8.0,124.0,36.0,375.0,15.0,191.0,1460.0,Multi-class confusion matrix library in Python.,17.0,27,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,384.0,360.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,43737.0,43737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,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,5.0,270.0,81.0,492.0,53.0,207.0,1438.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1345.0,1334.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,26476.0,26558.0,,,,,,,,2.0,,7531.0,,,,,,,,,,,,,,,,,, +440,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,,204.0,43.0,259.0,68.0,213.0,1366.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,,,,,479.0,452.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2247.0,2247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,1321.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,,,,1561.0,1505.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,24279.0,24661.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31386.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,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,2024-12-19 15:10:52.000000,2024-12-18 16:07:19,2408.0,184.0,421.0,56.0,590.0,190.0,266.0,1315.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1202.0,1385.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9338.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,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,,331.0,40.0,302.0,31.0,200.0,1295.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,,,,,500.0,478.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,31160.0,31160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,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,1255.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'],1756.0,1735.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,147040.0,147040.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +445,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-16 17:21:21.000000,2024-12-16 17:19:42,830.0,8.0,126.0,31.0,433.0,84.0,341.0,1101.0,BAyesian Model-Building Interface (Bambi) in Python.,43.0,27,True,2024-07-10 09:48:04.000,0.14.0,29.0,bambi,conda-forge/bambi,,,,172.0,162.0,https://pypi.org/project/bambi,2024-07-10 09:48:04.000,10.0,26076.0,26928.0,https://anaconda.org/conda-forge/bambi,2024-07-10 16:37:21.380,40928.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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-10-02 09:22:49.000000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,990.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,,,,640.0,606.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,25027.0,25711.0,https://anaconda.org/conda-forge/sentinelsat,2023-06-16 19:22:55.678,34084.0,,,,,3.0,,328.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,33.0,86.0,88.0,123.0,922.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'],1892.0,1867.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,69109.0,69109.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,2.0,106.0,14.0,100.0,73.0,67.0,906.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,,,,8931.0,8775.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1859045.0,1899379.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2137747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,2024-12-17 22:18:44.000000,2024-12-17 22:18:44,638.0,14.0,164.0,31.0,229.0,5.0,105.0,650.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],442.0,414.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,30010.0,30317.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,9224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-10-06 20:12:28.000000,2024-10-06 19:51:01,6795.0,76.0,145.0,35.0,413.0,37.0,140.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,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,3118.0,29691.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,132868.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,2024-12-11 14:40:44.000000,2024-12-11 14:40:44,102.0,2.0,1830.0,209.0,75.0,113.0,41.0,10786.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,33.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,43578.0,43578.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,,1219.0,185.0,213.0,31.0,534.0,9475.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,,,,,307.0,,,,,,,,3.0,,14434.0,,,,,,,,,,,,,,,,,, +453,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,11.0,1550.0,138.0,3624.0,76.0,1983.0,5755.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.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,,599.0,142.0,31.0,69.0,55.0,5601.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1901.0,1845.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1717712.0,1718094.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20278.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,243.0,219.0,52.0,203.0,4590.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,1619.0,1716.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4304.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,749.0,59.0,1015.0,187.0,742.0,4385.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'],188.0,184.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4407.0,4407.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,282.0,226.0,12.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,434401.0,434831.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25817.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,142.0,240.0,43.0,635.0,3298.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,882.0,882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,10.0,252.0,29.0,2020.0,3.0,666.0,3261.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,16229.0,16304.0,,,,,,,,3.0,,2727.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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,477.0,54.0,30.0,3057.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,158480.0,158757.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12220.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,215.0,3649.0,429.0,1111.0,3033.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1727.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,152989.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +462,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2965.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2733.0,2703.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,65418.0,66221.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,36941.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,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,165600.0,167475.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,170698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,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,97.0,44.0,91.0,240.0,2749.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,73806.0,73806.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +465,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,,491.0,38.0,250.0,52.0,290.0,2670.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,47080.0,47330.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9000.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,2024-12-02 23:16:14.000000,2024-12-02 23:16:14,149.0,9.0,346.0,29.0,339.0,47.0,347.0,2602.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,14.0,26,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],151.0,139.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4352.0,4352.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +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,2493.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,800.0,800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,2024-12-10 03:08:36.000000,2024-12-10 03:08:33,438.0,1.0,842.0,91.0,291.0,200.0,103.0,2485.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,,,,570.0,538.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,29690.0,30026.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,17166.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,,248.0,35.0,148.0,24.0,146.0,2423.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,,,,,259.0,250.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,21937.0,21943.0,,,,,,,,3.0,,343.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,2316.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1451.0,1402.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,36356.0,36356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,2159.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,,,,,786.0,767.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,81461.0,81461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,2069.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'],2415.0,2401.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,99134.0,103048.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,537.0,,,,,3.0,,261613.0,,,,,,,,,,,,,,,,,, +473,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,,160.0,60.0,68.0,67.0,130.0,1829.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,26,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,493.0,491.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,1268.0,1268.0,,,,,,,,3.0,,57.0,,,,,,,,,,,,,,,,,, +474,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,36.0,1782.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,779.0,734.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,111116.0,111871.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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,2024-12-19 01:48:06.000000,2024-12-19 01:34:39,1036.0,45.0,276.0,43.0,880.0,85.0,66.0,1669.0,A lightweight library for PyTorch training tools and utilities.,142.0,26,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,4898.0,4898.0,,,,,,,,3.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,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,283.0,52.0,88.0,24.0,191.0,1637.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'],697.0,678.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,55308.0,55462.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8323.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,1575.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,2454.0,2454.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,16.0,122.0,29.0,73.0,4.0,29.0,1523.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,8527.0,8528.0,,,,,,,,2.0,,126.0,,,,,,,,,,,,,,,,,, +479,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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,364.0,33.0,2283.0,86.0,234.0,1420.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,8069.0,8069.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +480,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-11-22 14:04:30.000000,2024-11-22 14:04:30,811.0,1.0,148.0,35.0,215.0,120.0,152.0,1247.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,566.0,509.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,22188.0,37295.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,1314330.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1239.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'],565.0,561.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7478.0,7478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-19 14:35:00.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,616.0,109.0,461.0,1094.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,57827.0,58420.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,26699.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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,5.0,69.0,17.0,133.0,56.0,117.0,1053.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,,,,1622.0,1598.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,483608.0,485917.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,80817.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,932.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,583.0,546.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,34584.0,34584.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,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,2024-12-18 17:29:32.000000,2024-12-18 17:28:39,1370.0,2.0,144.0,26.0,488.0,24.0,139.0,897.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,26,True,2024-12-18 17:29:32.000,2.3.0,59.0,cornac,conda-forge/cornac,,,,270.0,252.0,https://pypi.org/project/cornac,2024-08-15 06:52:10.000,18.0,41656.0,53322.0,https://anaconda.org/conda-forge/cornac,2024-09-13 18:17:19.820,629998.0,,,,,2.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-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,83.0,12.0,50.0,22.0,53.0,821.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,,,,5005.0,4928.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1143586.0,1143786.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7637.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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,9.0,174.0,49.0,89.0,39.0,144.0,765.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,154922.0,154934.0,,,,,,,,3.0,,917.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,2024-12-06 11:29:54.000000,2024-12-06 11:28:50,368.0,12.0,98.0,20.0,147.0,36.0,94.0,653.0,pyspark methods to enhance developer productivity.,31.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],96.0,89.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,695645.0,695645.0,,,,,,,,3.0,,52.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +489,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,512.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,,,,403.0,386.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,11147.0,12407.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,85707.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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'],8189.0,8050.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,315193.0,315926.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41101.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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-18 20:52:13.081000,2024-12-18 12:56:13,545.0,8.0,40.0,5.0,16.0,3.0,60.0,354.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'],990.0,927.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,110055.0,129847.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-18 20:52:13.081,989646.0,,,,,3.0,,66.0,,,,,,,,,,,,,,,,,, +492,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,,223.0,229.0,,,,,,,,3.0,,432.0,,,,,,,,,,,,,,,,,, +493,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,5804.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,,,,,140.0,140.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,654.0,699.0,,,,,,,,2.0,,3853.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,47.0,34.0,67.0,113.0,5328.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'],253.0,238.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4949.0,4949.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,2024-12-19 11:43:40.000000,2024-12-19 11:43:39,3757.0,80.0,621.0,92.0,4126.0,245.0,1422.0,5202.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,3.0,301.0,80.0,180.0,24.0,54.0,4977.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,,,,,162.0,158.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2974.0,2974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,4677.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'],804.0,798.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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,,451.0,44.0,56.0,95.0,175.0,4401.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,,,,,162.0,159.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5917.0,5917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,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,3900.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,1804.0,1804.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,2024-11-15 21:52:34.000000,2024-10-24 16:27:28,480.0,4.0,279.0,51.0,477.0,69.0,261.0,3369.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,7585.0,7598.0,https://anaconda.org/conda-forge/hummingbird-ml,,,,,,,2.0,,767.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,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,85.0,105.0,101.0,3354.0,A deep learning library for video understanding research.,57.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,30836.0,30836.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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,813.0,63.0,642.0,133.0,404.0,3300.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1350.0,1350.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,70.0,25.0,117.0,101.0,2985.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'],2999.0,2998.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1162.0,1162.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,97.0,49.0,65.0,254.0,2860.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,,,,759.0,738.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2516.0,2871.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,19914.0,,,,,3.0,,1137.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,2828.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,,,,,286.0,283.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,28050.0,28051.0,,,,,,,,2.0,,90.0,,,,,,,,,,,,,,,,,, +506,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,226.0,64.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,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1233.0,1228.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,45022.0,45293.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16845.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,2024-12-18 09:05:53.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,559.0,144.0,95.0,2756.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,18133.0,18133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,39.0,96.0,41.0,158.0,2701.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,2998.0,2998.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,12.0,227.0,40.0,137.0,63.0,127.0,2367.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,,10756.0,10756.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,1.0,291.0,55.0,14.0,22.0,80.0,2264.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,,,,649.0,644.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11798.0,12974.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,103539.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,1.0,86.0,41.0,59.0,13.0,78.0,2187.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,25562.0,25562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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,86.0,48.0,24.0,64.0,2140.0,Common financial technical indicators implemented in Pandas.,28.0,25,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,573.0,561.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,157761.0,157761.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,2114.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,93944.0,93944.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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,475.0,81.0,104.0,2080.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,123.0,113.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1119.0,1119.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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,3.0,444.0,60.0,362.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,59.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,20253.0,20255.0,,,,,,,,3.0,,183.0,,,,,,,,,,,,,,,,,, +516,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,241101.0,242290.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,61836.0,,,,,3.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,56.0,1313.0,235.0,810.0,1894.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,970.0,970.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,278.0,50.0,326.0,269.0,184.0,1869.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,307755.0,307755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,198.0,34.0,20.0,4.0,91.0,1754.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,805.0,794.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,19536.0,21313.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,71114.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,27.0,187.0,11.0,390.0,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],200.0,192.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1609.0,1609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,180.0,17.0,76.0,30.0,367.0,1576.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,39793.0,50623.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,584855.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,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,102.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,,38805.0,39054.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,15939.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,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'],275.0,271.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,153941.0,153941.0,,,,,,,,2.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,,332.0,49.0,44.0,102.0,114.0,1409.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'],617.0,609.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,21908.0,57346.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,346.0,,,,,3.0,,1806998.0,,,,,,,,,,,,,,,,,, +525,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,2024-12-18 07:37:04.000000,2024-12-18 07:37:03,584.0,21.0,140.0,21.0,325.0,10.0,151.0,1407.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,5475.0,5476.0,,,,,,,,1.0,,52.0,,,,,,,,,,,,,,,,,, +526,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1402.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],436.0,429.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5690.0,5953.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,13966.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,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,,406.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,,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,67.0,,299.0,55.0,63.0,15.0,111.0,1312.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,25,True,2023-07-30 07:07:37.000,0.6.2,24.0,stockstats,,,,,1147.0,1136.0,https://pypi.org/project/stockstats,2023-07-30 07:07:37.000,11.0,10654.0,10654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1295.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1752.0,1736.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,22577.0,22577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,34.0,68.0,57.0,206.0,1271.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'],144.0,142.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,827.0,832.0,,,,,,,,3.0,,165.0,,,,,,,,,,,,,,,,,, +531,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-12-19 07:00:59.000000,2024-12-17 18:27:36,2624.0,118.0,96.0,20.0,1237.0,89.0,241.0,1161.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,25679.0,25679.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +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,,120.0,11.0,23.0,29.0,16.0,1153.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,,,,,7232.0,6760.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,515550.0,515550.0,,,,,,,,3.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,33.0,25.0,35.0,236.0,739.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,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2314.0,2314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,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,9.0,50.0,9.0,66.0,192.0,258.0,657.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,,,,935.0,858.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,55807.0,58804.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,149867.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,2024-12-10 20:25:27.000000,2024-12-10 20:25:25,578.0,12.0,58.0,42.0,333.0,22.0,63.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",41.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,4565.0,4565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-12-18 23:25:09.000000,2024-12-18 17:25:02,4194.0,579.0,61.0,7.0,384.0,50.0,114.0,271.0,Python recommendation toolkit.,14.0,25,False,2024-02-16 21:04:30.000,0.14.4,25.0,lenskit,conda-forge/lenskit,,,,125.0,119.0,https://pypi.org/project/lenskit,2024-02-16 21:03:49.000,6.0,1421.0,2178.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,37133.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,2024-12-17 12:55:51.000000,2024-12-17 12:55:49,1003.0,413.0,8.0,5.0,237.0,16.0,37.0,190.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-05 00:46:50.000,0.3.0,28.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,163.0,158.0,https://pypi.org/project/ridgeplot,2024-12-05 00:46:04.000,5.0,42904.0,42904.0,,,,,,,,3.0,,19.0,,,,,,,,,,,,,,,,,, +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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,526.0,81.0,39.0,63.0,27.0,11195.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,62.0,62.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1143.0,1255.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3927.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5511.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,642.0,642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,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-18 16:10:49.000000,2024-12-18 16:10:20,523.0,2.0,451.0,64.0,94.0,38.0,88.0,5203.0,Finding duplicate images made easy!.,16.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],160.0,155.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18919.0,18919.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,4943.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'],1161.0,1145.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,586.0,598.0,,,,,,,,3.0,,978.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,92.0,64.0,271.0,270.0,4779.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,34221.0,34221.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,356.0,59.0,51.0,,4454.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,196.0,196.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,889.0,889.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,824.0,4183.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,4416.0,4416.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,3847.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,,73.0,73.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,,615.0,42.0,1017.0,289.0,716.0,3500.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,56916.0,57055.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,6817.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,3470.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'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,547.0,547.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,2024-12-08 03:53:54.000000,2024-11-29 09:40:42,2878.0,21.0,1239.0,133.0,1136.0,50.0,86.0,3378.0,a distributed deep learning platform.,94.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,82.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,869.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8484.0,3.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,118.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,,,,,168.0,156.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,952.0,1010.0,,,,,,,,3.0,,4755.0,,,,,,,,,,,,,,,,,, +550,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,21.0,79.0,112.0,179.0,2872.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,58.0,57.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,807.0,807.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,,143.0,28.0,200.0,20.0,73.0,2771.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,,,,494.0,468.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,36191.0,39931.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,216976.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,2719.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,,,,,119.0,115.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,230.0,230.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,93.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,20584.0,20584.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,,440.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,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,2381.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,24,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,844.0,790.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,24360.0,24360.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,62.0,32.0,60.0,96.0,2291.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,119.0,118.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3028.0,3037.0,,,,,,,,3.0,,538.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,2259.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2870.0,2870.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +558,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,,253.0,56.0,56.0,19.0,50.0,2217.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'],764.0,745.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7710.0,7710.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,29.0,65.0,11.0,83.0,2018.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'],381.0,373.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1419.0,1599.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8472.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,118.0,54.0,31.0,1642.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,,,,,108.0,107.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1149.0,1149.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,1642.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,,,,,13.0,4.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3793.0,3793.0,,,,,,,,2.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,,238.0,50.0,50.0,23.0,91.0,1630.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,,,,438.0,425.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2637.0,4766.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,51844.0,,,,,3.0,,69252.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,,123.0,28.0,31.0,63.0,50.0,1595.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],573.0,566.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,80556.0,80556.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,2.0,275.0,43.0,257.0,77.0,198.0,1557.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,,165.0,105.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,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,,1976.0,1976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,87.0,34.0,111.0,8.0,18.0,1273.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'],297.0,286.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,21734.0,21734.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +567,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,1251.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,,,,776.0,745.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,20672.0,21081.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +568,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,1180.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,,,,,180.0,175.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,420.0,420.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,28.0,211.0,53.0,94.0,59.0,219.0,1056.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,4310.0,4310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,,174.0,49.0,114.0,53.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,,,,,334.0,311.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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,2024-12-19 13:25:24.000000,2024-12-19 07:49:33,2039.0,291.0,35.0,9.0,1558.0,9.0,42.0,987.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",15.0,24,True,2024-12-12 00:41:07.000,0.0.37,45.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-12-12 00:40:19.000,1.0,34997.0,35000.0,,,,,,,,3.0,,67.0,,,,,,,,,,,,,,,,,, +572,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,986.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],497.0,494.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6116.0,6116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,744.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,230.0,198.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18081.0,18982.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,93718.0,,,,,3.0,,35.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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,670.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],243.0,231.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,14915.0,14915.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,2024-12-17 08:51:12.000000,2024-11-15 17:35:24,903.0,7.0,88.0,11.0,772.0,60.0,493.0,649.0,Automated modeling and machine learning framework FEDOT.,36.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1566.0,1566.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +576,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,2024-12-16 20:38:04.000000,2024-12-16 20:38:03,1014.0,29.0,198.0,23.0,885.0,128.0,404.0,634.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,2065.0,4663.0,,,,,,,,3.0,,106528.0,,,,,,,,,,,,,,,,,, +577,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,,138.0,21.0,49.0,1.0,87.0,581.0,Medical image processing in Python.,20.0,24,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2465.0,2412.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,25429.0,27144.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,72049.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,5.0,69.0,46.0,360.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,738.0,1231.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,18268.0,,,,,3.0,,16.0,,,,,,,,,,,,,,,,,, +579,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-12-09 16:13:36.000000,2024-11-13 16:44:08,2383.0,28.0,42.0,12.0,20.0,14.0,63.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,2932.0,2936.0,,,,,,,,2.0,,288.0,,,,,,,,,,,,,,,,,, +580,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,513.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5115.0,5012.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2220709.0,2229853.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,932762.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-19 15:07:08.000000,2024-12-10 04:11:06,5686.0,28.0,93.0,18.0,779.0,10.0,446.0,453.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2024-12-06 17:44:46.000,24.12.1.0,207.0,lightwood,,,,['pytorch'],80.0,78.0,https://pypi.org/project/lightwood,2024-12-06 17:53:45.000,2.0,5568.0,5568.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,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,2024-12-01 03:22:23.000000,2024-12-01 03:22:22,686.0,18.0,65.0,29.0,497.0,15.0,91.0,376.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,9965.0,22318.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,679445.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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,8025.0,Production infrastructure for machine learning at scale.,25.0,23,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,1435.0,1435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,6464.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,,238.0,238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,,753.0,108.0,590.0,107.0,345.0,6221.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,31043.0,31043.0,,,,,,,,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,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,831.0,146.0,1590.0,382.0,403.0,5086.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.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,73.0,4375.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,,1773.0,1773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,21.0,489.0,216.0,22.0,25.0,4.0,3482.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,517.0,517.0,,,,,,,,3.0,,57.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,90.0,78.0,67.0,137.0,3390.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,281763.0,281766.0,,,,,,,,2.0,,217.0,,,,,,,,,,,,,,,,,, +590,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,54.0,36.0,75.0,126.0,3205.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'],453.0,439.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4740.0,5377.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,29950.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,1.0,334.0,65.0,319.0,50.0,124.0,2924.0,DDSP: Differentiable Digital Signal Processing.,32.0,23,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,4329.0,4690.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19517.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1371.0,1520.0,,,,,,,,3.0,,12897.0,,,,,,,,,,,,,,,,,, +593,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,40.0,39.0,7.0,115.0,2182.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,,,,288.0,275.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4413.0,4950.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28484.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +594,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,,247.0,44.0,33.0,51.0,90.0,1996.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],189.0,189.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4902.0,4902.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,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-07-10 23:00:12.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,446.0,50.0,354.0,1901.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,12059.0,12059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,1892.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'],503.0,481.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1487.0,2789.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,57319.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,1652.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,,179.0,179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,24.0,42.0,34.0,1294.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,963.0,963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,2024-12-17 04:16:31.000000,2024-12-17 04:08:56,210.0,14.0,115.0,38.0,32.0,21.0,122.0,1270.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-17 04:17:49.000,2.3.7,91.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2962.0,2962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,1.0,214.0,53.0,461.0,145.0,296.0,1213.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,23,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,699.0,699.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,2024-11-27 18:53:38.157000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1057.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,1826.0,3245.0,https://anaconda.org/conda-forge/astroml,2024-11-27 18:53:38.157,49696.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,33.0,74.0,3.0,86.0,1050.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'],240.0,231.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7258.0,7258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,148.0,15.0,108.0,29.0,256.0,1021.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,29194.0,39273.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,544307.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,,88.0,26.0,55.0,36.0,28.0,959.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,,,,804.0,781.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,66800.0,68757.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,76358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,2.0,143.0,21.0,87.0,7.0,72.0,954.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,,,,,169.0,162.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,14487.0,14487.0,,,,,,,,3.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,,110.0,26.0,36.0,35.0,69.0,880.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'],704.0,692.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,17487.0,17487.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,,85.0,14.0,77.0,221.0,218.0,872.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3695.0,3695.0,,,,,,,,3.0,,30.0,,,,,,,,,,,,,,,,,, +608,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,3.0,75.0,6.0,5.0,2.0,25.0,854.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],540.0,525.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,45730.0,45730.0,,,,,,,,3.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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,3.0,148.0,15.0,66.0,34.0,142.0,839.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,15794.0,20156.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,239949.0,,,,,2.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,2024-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,717.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'],354.0,316.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,9646.0,12895.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,168994.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +611,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,,116.0,42.0,118.0,51.0,48.0,701.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,185.0,177.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,25997.0,25997.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,15.0,13.0,44.0,7.0,587.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,420282.0,428693.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,361688.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,2024-05-07 21:17:52.000000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,398.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,23,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,504.0,460.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,243894.0,245613.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,87683.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,9.0,7.0,7.0,78.0,364.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,,,,189.0,180.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,61120.0,61522.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +615,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,51.0,89.0,338.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2220.0,11581.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,294637.0,,,,,3.0,,9011.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,176.0,,,,,,,,,,,, +616,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,2024-12-19 08:19:35.000000,2024-12-19 08:19:35,1086.0,34.0,1328.0,113.0,539.0,52.0,713.0,13773.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,False,2024-12-18 09:11:42.000,2.4.1,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +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,,1533.0,151.0,53.0,46.0,12.0,10713.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'],77.0,74.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1127.0,1127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,109.0,180.0,356.0,5653.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,19185.0,19185.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,308.0,211.0,66.0,220.0,4990.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1653.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143815.0,3.0,,,,,,,,,,,,,,,,,,,, +620,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,22,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,,127.0,148.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1832.0,,,,,3.0,,421.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,84.0,180.0,113.0,161.0,3637.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,,196.0,216.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1361.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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3574.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,,42.0,42.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,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,1664.0,1673.0,,,,,,,,3.0,,650.0,,,,,,,,,,,,,,,,,, +624,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,54.0,414.0,82.0,106.0,3262.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],58.0,57.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,205.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'],164.0,162.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2576.0,2576.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +626,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,2024-11-22 21:00:41.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,72.0,2.0,31.0,3117.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,287.0,342.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,164.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,,272.0,272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,2896.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,3237.0,3239.0,,,,,,,,3.0,,161.0,,,,,,,,,,,,,,,,,, +629,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,1.0,727.0,7.0,34.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,2852.0,2852.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,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,53.0,53.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,,296.0,64.0,78.0,65.0,68.0,2105.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,1799.0,1799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,5.0,148.0,33.0,186.0,71.0,150.0,2039.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,,300.0,311.0,,,,,,,,3.0,,612.0,,,,,,,,,,,,,,,,,, +633,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,42.0,68.0,163.0,95.0,1873.0,Super easy library for BERT based NLP models.,37.0,22,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,,2491.0,2491.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,,255.0,44.0,14.0,57.0,35.0,1801.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']",335.0,324.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2629.0,2629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,5375.0,7824.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,245665.0,,,,,3.0,,726.0,,,,,,,,,,,,,,,,,, +636,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,30.0,424.0,11.0,163.0,1676.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,,302.0,302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,38.0,7.0,15.0,33.0,1658.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'],78.0,72.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,13342.0,13342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,868.0,1333.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,27453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,1597.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,35516.0,35516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,52.0,82.0,149.0,1571.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,,1870.0,1899.0,,,,,,,,3.0,,2899.0,,,,,,,,,,,,,,,,,, +641,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,,192.0,33.0,86.0,16.0,33.0,1455.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,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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-03-18 13:56:39.000000,2022-08-31 13:13:15,103.0,,90.0,39.0,15.0,12.0,27.0,1382.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'],262.0,240.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,36998.0,37183.0,https://anaconda.org/conda-forge/jraph,2023-06-16 19:27:46.249,7036.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +643,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,1312.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'],185.0,180.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,542.0,542.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,1.0,323.0,50.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,,1786.0,1786.0,,,,,,,,3.0,,21.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,,149.0,91.0,122.0,33.0,46.0,1203.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,582.0,582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,1193.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,13214.0,13214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,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,1742.0,1748.0,,,,,,,,3.0,,788.0,,,,,,,,,,,,,,,,,, +648,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,1036.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,,,,,250.0,246.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,20991.0,20991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,51.0,99.0,44.0,51.0,1019.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'],268.0,257.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4360.0,4360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-09-19 13:26:10.000000,2024-09-19 13:26:10,252.0,,116.0,15.0,49.0,37.0,29.0,979.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,12.0,22,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,777.0,747.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,33168.0,48908.0,,,,,,,,3.0,,771261.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,958.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'],124.0,116.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,13660.0,13660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,,170.0,30.0,113.0,91.0,56.0,929.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,6280.0,49952.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2330241.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,520.0,,,,,,,,,,,, +653,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,924.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2469.0,2460.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1542.0,1542.0,,,,,,,,3.0,,32.0,,,,,,,,,,,,,,,,,, +654,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,4.0,251.0,46.0,18.0,11.0,92.0,865.0,Data compression in TensorFlow.,24.0,22,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,2349.0,2349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,1.0,134.0,24.0,594.0,63.0,511.0,852.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,2896.0,2896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,,,,,502.0,501.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2051.0,2051.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,5526.0,9924.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,350641.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,545.0,,,,,,,,,,,, +658,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,34.0,691.0,22.0,118.0,704.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']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,692.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'],485.0,475.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,31053.0,31082.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3101.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,689.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,,,,541.0,536.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11557.0,11613.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2416.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,612.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,512.0,487.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,9456.0,9869.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,30.0,66.0,24.0,10.0,17.0,45.0,600.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,,777.0,1155.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,10986.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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,,67.0,7.0,211.0,20.0,109.0,523.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'],303.0,298.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2320.0,2320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,,109.0,36.0,277.0,85.0,174.0,495.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,90.0,88.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1366.0,1370.0,,,,,,,,3.0,,402.0,,,,,,,,,,,,,,,,,, +665,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,5.0,101.0,18.0,11.0,,50.0,463.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,64.0,64.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6211.0,6211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,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,,1842.0,1842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,3.0,60.0,28.0,110.0,33.0,184.0,374.0,scalable audio processing framework and server written in Python.,23.0,22,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,,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,453.0,43.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,22,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,1313.0,1313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,121.0,113.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,875.0,875.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,240.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,,,,1347.0,1290.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,93321.0,95094.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,88684.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,,,,,2455.0,2411.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,132446.0,132446.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,13762.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,93.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,675.0,675.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,1.0,1210.0,97.0,51.0,409.0,288.0,6689.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,47.0,47.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,5370.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,884.0,884.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,4976.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,,,,,,,,,,,,20.0,,,,,,,,3.0,,1540.0,,,,,,,,,,,,,,,,,, +677,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,746.0,102.0,35.0,107.0,113.0,4675.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,5759.0,5762.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,251.0,3.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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4606.0,High-performance TensorFlow library for quantitative finance.,47.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,725.0,725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,,172.0,65.0,54.0,6.0,44.0,3094.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,,821.0,822.0,,,,,,,,3.0,,53.0,,,,,,,,,,,,,,,,,, +680,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'],216.0,213.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2200.0,2200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,,369.0,84.0,4.0,5.0,18.0,2223.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,,,,,,,,,,,,,,,,,,, +682,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,54.0,35.0,16.0,105.0,2131.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,,13253.0,13253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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,1986.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,644.0,809.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5878.0,,,,,3.0,,129.0,,,,,,,,,,,,,,,,,, +684,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,,164.0,18.0,74.0,26.0,43.0,1848.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,,1317.0,1317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,39.0,31.0,30.0,79.0,1816.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,36.0,36.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,8694.0,8695.0,,,,,,,,3.0,,36.0,,,,,,,,,,,,,,,,,, +686,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,,3683.0,3683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,270.0,65.0,51.0,23.0,75.0,1500.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,,521.0,521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,61.0,47.0,37.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'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,431.0,431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,187.0,19.0,264.0,88.0,94.0,1374.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,34886.0,34886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,1277.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,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,,147.0,25.0,77.0,50.0,37.0,1107.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,257928.0,258091.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,,250.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'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,587.0,587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,86.0,18.0,160.0,20.0,94.0,878.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1879.0,2110.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10891.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,161.0,37.0,46.0,43.0,49.0,837.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,736.0,736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,,117.0,34.0,561.0,211.0,246.0,788.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,9041.0,9041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,772.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],67.0,63.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,740.0,740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,,125.0,30.0,29.0,21.0,34.0,771.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1356.0,1356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],682.0,674.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,50722.0,50896.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,31060.0,31060.0,,,,,,,,3.0,,29.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,,107.0,30.0,1.0,15.0,3.0,642.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']",691.0,674.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,57806.0,57806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,636.0,torchbearer: A model fitting library for PyTorch.,14.0,21,True,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,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,,,,,236.0,228.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,33516.0,33516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],417.0,409.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,30275.0,30275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,315.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,,,,,67.0,66.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,2.0,131.0,22.0,20.0,8.0,31.0,603.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,21,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12648.0,12648.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,9.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,81.0,79.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,58666.0,58666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,589.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,447.0,441.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9893.0,10089.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14141.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,573.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,2271.0,2271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,2929.0,2929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,14.0,75.0,10.0,220.0,49.0,83.0,567.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1067.0,1075.0,,,,,,,,3.0,,283.0,,,,,,,,,,,,,,,,,, +711,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,565.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,489.0,480.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12168.0,12587.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,28972.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,549.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,431.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'],2218.0,2174.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,341873.0,341873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,417.0,optimization routines for hyperparameter tuning.,9.0,21,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,3212.0,3212.0,,,,,,,,3.0,,105.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,382.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,,,,,545.0,537.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,47731.0,47731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,37351.0,37351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,,50.0,11.0,37.0,29.0,37.0,355.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,2538.0,2538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-12-19 12:09:53.000000,2024-12-18 10:41:18,811.0,27.0,25.0,5.0,302.0,4.0,,321.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-12-18 10:41:39.000,1.2.28,861.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-12-19 12:09:53.000,,16040.0,16040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,2024-12-19 13:39:12.000000,2024-11-19 09:38:40,1433.0,131.0,20.0,9.0,85.0,11.0,27.0,321.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,21,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,924.0,924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,494638.0,494638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,2024-12-15 00:33:22.000000,2024-11-07 18:17:34,501.0,9.0,107.0,20.0,566.0,58.0,130.0,272.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,,49920.0,50042.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5541.0,,,,,3.0,,124.0,,,,,,,,,,,,,,,,,, +722,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-12-04 18:38:14.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,223.0,22.0,64.0,251.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,459.0,459.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +723,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,20.0,19.0,72.0,24.0,5139.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,,2072.0,2072.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,3425.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,809.0,809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,,322.0,58.0,242.0,176.0,111.0,3223.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,2166.0,2177.0,,,,,,,,3.0,,701.0,,,,,,,,,,,,,,,,,, +726,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,2946.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,972.0,972.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +727,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,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,,,,,,,,,,,,,,,,,,,, +728,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,2693.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,75.0,75.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,126.0,225.0,90.0,183.0,2336.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,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,182.0,55.0,895.0,129.0,586.0,1939.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,31.0,41.0,35.0,176.0,1904.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,,500.0,500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,1637.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,1280.0,1280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,67.0,202.0,5.0,74.0,1594.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,,74.0,270.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13148.0,3.0,,,,,,,,,,,,,,,,,,,, +734,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,,156.0,46.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,20,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,,1115.0,1115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,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,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,,,,,175.0,173.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2415.0,2415.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,204.0,63.0,7.0,13.0,29.0,1171.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,907.0,907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,1102.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'],176.0,171.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5906.0,5906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,169.0,57.0,14.0,30.0,19.0,1029.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,,,,187.0,185.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,602.0,827.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9698.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,,183.0,52.0,12.0,16.0,42.0,1004.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'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3647.0,3642.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,847.0,python partial dependence plot toolbox.,7.0,20,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,14176.0,14518.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22266.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,765.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,890.0,890.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,5757.0,5757.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,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,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,103.0,23.0,26.0,46.0,61.0,615.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],187.0,185.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,3675.0,3801.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5298.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,610.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,403.0,403.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,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,,,,,39.0,35.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,228.0,228.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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,477.0,477.0,,,,,,,,3.0,,15.0,,,,,,,,,,,,,,,,,, +750,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,526.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,20,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,7455.0,7455.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,,109.0,19.0,57.0,27.0,21.0,501.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,2941.0,2941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,,,,168.0,160.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6624.0,6624.0,,,,,,,,3.0,,31.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,2024-12-18 08:30:19.000000,2024-11-26 14:53:35,988.0,1.0,94.0,32.0,100.0,18.0,27.0,483.0,A Python implementation of active inference for Markov Decision Processes.,18.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,9032.0,9032.0,,,,,,,,3.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,28.0,34.0,41.0,15.0,482.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,37387.0,37387.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,9.0,78.0,33.0,23.0,406.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1124.0,1810.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,28166.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,2024-12-11 01:00:10.000000,2024-12-09 21:58:06,405.0,6.0,137.0,34.0,332.0,89.0,138.0,344.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,20.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-12-11 01:00:10.000,,3742.0,3759.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1885.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'],267.0,267.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2943.0,2943.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,,26.0,22.0,239.0,24.0,25.0,301.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,324.0,324.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,288.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,18087.0,18087.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,4.0,77.0,21.0,447.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,421.0,421.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,268.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,2123.0,4848.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,135402.0,,,,,3.0,,2081.0,,,,,,,,,,,,,,,,,, +762,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,129.0,244.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,,2124.0,2145.0,,,,,,,,3.0,,1238.0,,,,,,,,,,,,,,,,,, +763,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,4.0,24.0,8.0,15.0,4.0,11.0,227.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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,19581.0,19581.0,,,,,,,,3.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,,33.0,11.0,202.0,21.0,76.0,210.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'],44.0,43.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1660.0,1660.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,336.0,58.0,2.0,,6802.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,,144.0,151.0,,,,,,,,3.0,,395.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-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3251.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2401.0,2401.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,,179.0,24.0,20.0,19.0,30.0,1739.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,,166.0,167.0,,,,,,,,3.0,,50.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,56.0,65.0,8.0,31.0,1389.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,100.0,100.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,1135.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,396.0,396.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,2024-12-19 04:54:26.000000,2024-10-01 18:33:14,293.0,4.0,62.0,15.0,63.0,9.0,22.0,1062.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,19,True,2024-10-01 18:35:24.000,3.0.3,35.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-10-01 18:35:24.000,2.0,889.0,911.0,,,,,,,,3.0,,487.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,921.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,571.0,770.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10380.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,30.0,38.0,43.0,21.0,865.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,,3096.0,3096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,337.0,337.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,,89.0,23.0,50.0,20.0,17.0,856.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,1401.0,2359.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,32585.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,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,1.0,126.0,30.0,1059.0,37.0,54.0,769.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,,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,115.0,21.0,27.0,3.0,87.0,741.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,19,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,,11479.0,11479.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,,102.0,26.0,49.0,15.0,54.0,734.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,,,,,31.0,29.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,416.0,416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,19,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,,2006.0,2006.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,504.0,46726.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2357324.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,,97.0,15.0,53.0,13.0,16.0,571.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,,4053.0,4053.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,,138.0,55.0,72.0,18.0,71.0,528.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,,,,,23.0,23.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,406.0,406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,527.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1234.0,1234.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,471.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,,887.0,887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-12-15 20:28:11.000000,2024-09-24 15:52:47,3054.0,2.0,64.0,12.0,272.0,11.0,112.0,444.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,19,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.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,4704.0,5133.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35673.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,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,597.0,903.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15325.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,2024-12-18 18:56:52.000000,2024-12-18 11:19:05,330.0,3.0,79.0,25.0,353.0,26.0,10.0,344.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1695.0,1695.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,6.0,217.0,4.0,26.0,341.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,1884.0,1884.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,334.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,213.0,213.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,,37.0,18.0,6.0,19.0,21.0,315.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,1837.0,1837.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +791,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,,20.0,18.0,464.0,90.0,76.0,236.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5850.0,5850.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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,870.0,874.0,,,,,,,,3.0,,430.0,,,,,,,,,,,,,,,,,, +793,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,6309.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,2024-12-18 07:50:44.000000,2024-12-18 07:50:39,715.0,12.0,439.0,39.0,870.0,149.0,119.0,3366.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,,417.0,106.0,83.0,67.0,48.0,2996.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8916.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,60.0,106.0,27.0,56.0,2141.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,,1152.0,1152.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,80.0,36.0,83.0,68.0,1701.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,,177.0,177.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,2024-12-17 23:19:34.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1016.0,127.0,65.0,1649.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,170.0,170.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,1550.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,,137.0,156.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1700.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,55.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,278.0,278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,1109.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,5611.0,5611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,,85.0,13.0,35.0,3.0,25.0,822.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,4027.0,4027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,,70.0,70.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,,65.0,17.0,21.0,29.0,50.0,675.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,,570.0,570.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,,71.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,,914.0,914.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,,69.0,7.0,6.0,4.0,32.0,566.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2387.0,2387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,18,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",2.0,,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,12554.0,12558.0,,,,,,,,3.0,-2.0,249.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,22.0,19.0,6.0,20.0,489.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,,1020.0,1020.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,13.0,130.0,18.0,138.0,481.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,3809.0,3809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,4198.0,4198.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,,85.0,20.0,248.0,10.0,23.0,427.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,1967.0,1967.0,,,,,,,,3.0,,28.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,8.0,12.0,11.0,18.0,408.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,144.0,140.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5069.0,5070.0,,,,,,,,3.0,,128.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,12.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,,1727.0,1727.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,,658.0,658.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,28.0,59.0,30.0,32.0,295.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,,189.0,192.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,,1250.0,6053.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,240190.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,1.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,624.0,624.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +818,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,18,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,,41515.0,41515.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,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,190.0,190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,134.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,,,,10153.0,10024.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,349538.0,349569.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1282.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,,1350.0,467.0,21.0,59.0,167.0,7148.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,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,448.0,448.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,,,,,87.0,86.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,798.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,17,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,,563.0,663.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3818.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,781.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,,,,,61.0,61.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,475.0,475.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,778.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,7908.0,7908.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,,414.0,421.0,,,,,,,,3.0,,553.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,,152.0,152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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,432.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,,144.0,144.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,,43.0,11.0,61.0,31.0,47.0,243.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,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,3070.0,3181.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3907.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +833,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,,8811.0,8811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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'],52.0,52.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,331.0,331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,4362.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,3947.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,2902.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,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,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,,75.0,75.0,,,,,,,,3.0,,52.0,,,,,,,,,,,,,,,,,, +839,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,20.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,,,,,,,,,,,,,,,,,,,, +840,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],94.0,93.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2750.0,2750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,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,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,737.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,,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,10938.0,10938.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,43.0,435.0,25.0,130.0,717.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,,57.0,16.0,83.0,18.0,49.0,611.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,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,98.0,39.0,106.0,12.0,51.0,550.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,,135.0,138.0,,,,,,,,3.0,,251.0,typedb/typedb-ml,,,,,,,,,,,,,,,,, +848,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,,42.0,21.0,171.0,6.0,65.0,519.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,149.0,149.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,19.0,101.0,19.0,15.0,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,441.0,441.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,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,1.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,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,412.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,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,99.0,99.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,22.0,22.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,2069.0,2069.0,,,,,,,,3.0,,12.0,,,,,,,,,,,,,,,,,, +855,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,,,,224.0,Pytorch framework for doing deep learning on point clouds.,29.0,16,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,,1082.0,1082.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,,13.0,9.0,2.0,,5.0,208.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,581.0,581.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,,19.0,5.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,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,,1573.0,1573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-12-16 00:50:08.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2024-11-28 13:08:26.000,3.47.4,303.0,comet_ml,comet_ml,,,,83.0,,https://pypi.org/project/comet_ml,2024-12-16 00:50:08.000,83.0,454117.0,454117.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,144.0,72.0,12.0,53.0,2212.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,39.0,40.0,73.0,34.0,1176.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,,119.0,30.0,111.0,14.0,25.0,1094.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,,,,,,,,,,,,,,,,,,,, +863,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,855.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,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,828.0,Translate - a PyTorch Language Library.,88.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,18.0,18.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,,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,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,702.0,702.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,,53.0,10.0,17.0,10.0,29.0,419.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,,804.0,804.0,,,,,,,,3.0,,20.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,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,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,,195.0,195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,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,,55.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,,,,12.0,11.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,2023-06-16 19:21:01.312,7457.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,12.0,17.0,2.0,5.0,376.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,,333.0,333.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,11.0,6.0,9.0,6.0,311.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,,219.0,219.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,13.0,271.0,64.0,181.0,298.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,,444.0,444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,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,9.0,15.0,2.0,7.0,278.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,155.0,155.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,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,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,809.0,809.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,,32.0,8.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,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,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,229.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,676.0,676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,806.0,806.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,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,,699.0,699.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,,1000.0,64.0,13.0,45.0,26.0,3748.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,,843.0,78.0,35.0,120.0,59.0,3442.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,67.0,26.0,10.0,97.0,1690.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,54.0,23.0,42.0,85.0,1313.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,,,,,,,,,,,,,,,,,,,, +882,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,1237.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,78.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,688.0,2272.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,83997.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,348.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,2109.0,2109.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,9.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,,99.0,99.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,,36.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,,117.0,117.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,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,112.0,112.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,103.0,28.0,28.0,357.0,3875.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,108.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,,,,,,,,,,,,,,,,,,,, +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,,86.0,48.0,4.0,3.0,,2573.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,1456.0,1458.0,,,,,,,,3.0,,80.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,,174.0,37.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,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,11.0,11.0,3.0,16.0,786.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,172.0,172.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,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,,53.0,17.0,3.0,2.0,1.0,538.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,,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,292.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,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,12.0,7.0,26.0,1.0,2.0,267.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,,284.0,289.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,264.0,3.0,,11.0,,,,,,,,,,,,,,,,,, +896,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,,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,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,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,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,5.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,,334.0,343.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,672.0,3.0,,,,,,,,,,,,,,,,,,,, +899,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,106.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,,4700.0,4700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,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,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,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,12.0,17.0,,,44.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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,699.0,699.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,32.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,,257.0,257.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,,412.0,63.0,6.0,66.0,17.0,1963.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,,326.0,90.0,11.0,12.0,6.0,1783.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'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,105.0,105.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,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,,135.0,135.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +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,,82.0,82.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,93.0,22.0,52.0,15.0,3268.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,951.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,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,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,17.0,5.0,4.0,12.0,626.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,530.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,,69.0,69.0,,,,,,,,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,149.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,,,,,,,,,,,,,,,,,,,, +918,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,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,,68.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,41.0,41.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2024-12-26_changes.md b/history/2024-12-26_changes.md new file mode 100644 index 00000000..5e256c2e --- /dev/null +++ b/history/2024-12-26_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._ + +- Milvus (πŸ₯‡42 Β· ⭐ 32K Β· πŸ“ˆ) - Milvus is a high-performance, cloud-native vector database.. Apache-2 +- PyVista (πŸ₯ˆ38 Β· ⭐ 2.8K Β· πŸ“ˆ) - 3D plotting and mesh analysis through a streamlined interface.. MIT +- Pydub (πŸ₯‡36 Β· ⭐ 9K Β· πŸ’€) - Manipulate audio with a simple and easy high level interface. MIT +- PyOD (πŸ₯ˆ36 Β· ⭐ 8.7K Β· πŸ“ˆ) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- stanza (πŸ₯ˆ34 Β· ⭐ 7.3K Β· πŸ“ˆ) - Stanford NLP Python library for tokenization, sentence.. Apache-2 +- tensorly (πŸ₯ˆ33 Β· ⭐ 1.6K Β· πŸ“ˆ) - TensorLy: Tensor Learning in Python. BSD-2 +- Qlib (πŸ₯ˆ31 Β· ⭐ 16K Β· πŸ“ˆ) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT +- Cornac (πŸ₯ˆ28 Β· ⭐ 900 Β· πŸ“ˆ) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 +- stockstats (πŸ₯ˆ27 Β· ⭐ 1.3K Β· πŸ“ˆ) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +- Popmon (πŸ₯‰20 Β· ⭐ 500 Β· πŸ’€) - Monitor the stability of a Pandas or Spark dataframe. 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._ + +- Tensorflow (πŸ₯‡55 Β· ⭐ 190K Β· πŸ“‰) - An Open Source Machine Learning Framework for Everyone. Apache-2 +- pytorch-lightning (πŸ₯ˆ43 Β· ⭐ 29K Β· πŸ“‰) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +- litellm (πŸ₯‡43 Β· ⭐ 15K Β· πŸ“‰) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- nltk (πŸ₯‡42 Β· ⭐ 14K Β· πŸ“‰) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- pydeck (πŸ₯‡42 Β· ⭐ 12K Β· πŸ“‰) - WebGL2 powered visualization framework. MIT +- Altair (πŸ₯‡42 Β· ⭐ 9.5K Β· πŸ“‰) - Declarative visualization library for Python. BSD-3 +- yfinance (πŸ₯‡41 Β· ⭐ 15K Β· πŸ“‰) - Download market data from Yahoo! Finances API. Apache-2 +- Fastai (πŸ₯ˆ40 Β· ⭐ 26K Β· πŸ“‰) - The fastai deep learning library. Apache-2 +- PyTorch Geometric (πŸ₯‡40 Β· ⭐ 22K Β· πŸ“‰) - Graph Neural Network Library for PyTorch. MIT +- plotnine (πŸ₯ˆ35 Β· ⭐ 4.1K Β· πŸ“‰) - A Grammar of Graphics for Python. MIT + diff --git a/history/2024-12-26_projects.csv b/history/2024-12-26_projects.csv new file mode 100644 index 00000000..448061ef --- /dev/null +++ b/history/2024-12-26_projects.csv @@ -0,0 +1,921 @@ +,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,trending,github_release_downloads,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-12-23 01:23:30.000000,2024-12-23 01:23:30,1570.0,3.0,739.0,119.0,344.0,71.0,152.0,5027.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2364.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,3747.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,3747.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,3747.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,3747.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,2024-12-26 13:05:34.000000,2024-12-26 12:20:45,173903.0,3689.0,74371.0,7547.0,41895.0,6279.0,39209.0,189622.0,An Open Source Machine Learning Framework for Everyone.,4749.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],453870.0,445793.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,22920198.0,23740463.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5186769.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-12-16 13:48:51.895865,2644.0,78741888.0,1.0,-2.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,2024-12-26 13:58:20.000000,2024-12-26 09:14:06,82624.0,3732.0,22762.0,1749.0,95639.0,15619.0,33430.0,85283.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5335.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],621681.0,601822.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,32103124.0,32748708.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25150314.0,,,,,1.0,,69881.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,2024-12-24 11:24:18.000000,2024-12-24 11:24:17,32019.0,298.0,25467.0,2145.0,18168.0,2104.0,9753.0,60558.0,scikit-learn: machine learning in Python.,3235.0,53,True,2024-12-09 18:30:05.000,1.6.0,83.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1026461.0,1000223.0,https://pypi.org/project/scikit-learn,2024-12-09 16:01:02.000,26238.0,77539158.0,78139087.0,https://anaconda.org/conda-forge/scikit-learn,2024-12-09 17:45:36.628,32995638.0,,,,,1.0,,1036.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,2024-12-26 13:58:55.000000,2024-12-26 13:58:53,17656.0,705.0,27320.0,1122.0,18536.0,1517.0,15372.0,136790.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2982.0,52,True,2024-12-17 15:42:54.000,4.47.1,166.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",268173.0,261076.0,https://pypi.org/project/transformers,2024-12-17 15:42:35.000,7097.0,47227405.0,47271837.0,https://anaconda.org/conda-forge/transformers,2024-12-18 05:19:05.387,2354937.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,2024-12-26 01:49:59.000000,2024-12-26 01:49:58,34209.0,629.0,5222.0,350.0,11666.0,1725.0,9047.0,13217.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1722.0,50,True,2024-08-21 00:10:50.000,1.14.1,110.0,scipy,conda-forge/scipy,,,,1230857.0,1182152.0,https://pypi.org/project/scipy,2024-12-24 05:05:06.000,48705.0,117278292.0,118425097.0,https://anaconda.org/conda-forge/scipy,2024-12-08 23:50:50.522,56002074.0,,,,,1.0,,441480.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,2024-12-25 11:47:17.000000,2024-12-25 11:47:17,59301.0,340.0,4458.0,294.0,13574.0,5148.0,8945.0,13153.0,A computer algebra system written in pure Python.,1344.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,206416.0,202916.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,30103154.0,30242228.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7427267.0,,,,,1.0,,552629.0,,,,,,,,,,,,,,,,,, +12,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,2024-12-25 01:22:00.000000,2024-12-25 01:22:00,11255.0,252.0,19481.0,1916.0,7675.0,253.0,12039.0,62274.0,Deep Learning for humans.,1360.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,13944846.0,14016370.0,https://anaconda.org/conda-forge/keras,2024-12-10 19:57:35.430,3862317.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-12-23 20:12:08.000000,2024-12-23 20:12:08,51524.0,412.0,7684.0,594.0,18713.0,1601.0,9410.0,20494.0,matplotlib: plotting with Python.,1759.0,48,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1528255.0,1475272.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,70414915.0,70923407.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27458612.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,2024-12-22 04:11:16.000000,2024-12-22 04:11:09,18930.0,324.0,2242.0,219.0,5216.0,136.0,3127.0,12418.0,Python Imaging Library (Fork).,482.0,48,True,2024-10-15 14:29:17.000,11.0.0,99.0,Pillow,conda-forge/pillow,,,,1986593.0,1977698.0,https://pypi.org/project/Pillow,2024-10-15 14:21:49.000,8895.0,118990312.0,119893453.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,47866523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-12-26 13:12:01.000000,2024-12-23 13:35:24,6919.0,243.0,3132.0,320.0,5253.0,994.0,3787.0,36370.0,Streamlit A faster way to build and share data apps.,267.0,46,True,2024-12-13 21:22:19.000,1.41.1,233.0,streamlit,,,,,642521.0,639513.0,https://pypi.org/project/streamlit,2024-12-13 21:22:11.000,3008.0,6585479.0,6585479.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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,2024-12-25 18:00:06.000000,2024-12-25 18:00:06,23397.0,685.0,5891.0,480.0,30039.0,4262.0,15455.0,34623.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1122.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20648.0,19828.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,5839080.0,5849577.0,https://anaconda.org/conda-forge/ray-tune,2024-12-20 21:34:53.315,503802.0,,,,,1.0,,248.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,2024-12-25 18:21:15.000000,2024-12-25 18:21:10,24872.0,1587.0,2843.0,336.0,16899.0,1471.0,4352.0,30852.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",808.0,46,True,2024-12-17 23:03:44.000,0.4.38,172.0,jax,conda-forge/jaxlib,,,,36781.0,34711.0,https://pypi.org/project/jax,2024-12-17 23:03:44.000,2070.0,4660356.0,4697518.0,https://anaconda.org/conda-forge/jaxlib,2024-12-12 03:36:57.455,2006769.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,2024-12-21 03:39:15.000000,2024-12-21 03:39:15,7271.0,159.0,8742.0,909.0,5770.0,457.0,4946.0,26430.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",655.0,46,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,124943.0,122832.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,25213090.0,25318457.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5579303.0,,,,,1.0,,12723.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,2024-12-18 20:43:31.000000,2024-12-17 17:18:05,7386.0,524.0,2558.0,276.0,1768.0,580.0,2491.0,16496.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,348886.0,342557.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,19344369.0,19505038.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,7873206.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,17520.0,,,,,,,,,,,, +20,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-12-16 14:17:50.000000,2024-12-11 13:14:08,16218.0,45.0,4417.0,562.0,4030.0,168.0,5523.0,30530.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,45,True,2024-12-11 13:12:14.000,3.8.3,238.0,spacy,conda-forge/spacy,,,,112232.0,109394.0,https://pypi.org/project/spacy,2024-12-11 13:12:14.000,2838.0,13601021.0,13690431.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4827485.0,,,,,1.0,,1118.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,2024-12-26 13:32:37.000000,2024-12-26 13:32:37,52366.0,1256.0,5606.0,716.0,51763.0,1796.0,17517.0,22374.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1339.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6841.0,6648.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,336008.0,336162.0,,,,,,,,1.0,,15419.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,2024-12-23 12:03:39.000000,2024-12-23 12:03:36,20653.0,44.0,4188.0,440.0,6226.0,785.0,7012.0,19491.0,"Interactive Data Visualization in the browser, from Python.",703.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,97736.0,95941.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,3832052.0,4120824.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15593714.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,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,2024-12-23 11:43:02.000000,2024-12-23 11:43:01,15624.0,125.0,3091.0,287.0,3969.0,2851.0,2810.0,10281.0,Statsmodels: statistical modeling and econometrics in Python.,448.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,151914.0,147445.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,15158193.0,15461854.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16397717.0,,,,,1.0,,35.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,2024-12-26 13:22:01.000000,2024-12-26 13:21:47,43097.0,787.0,28390.0,2022.0,49266.0,244.0,,40255.0,Apache Spark Python API.,3158.0,44,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,31080205.0,31146958.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3604668.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +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,2024-12-26 06:04:40.000000,2024-12-26 05:56:14,7321.0,295.0,2631.0,177.0,4717.0,452.0,4708.0,34799.0,"Wrap UIs around any model, share with anyone.",477.0,44,True,2024-12-16 23:26:54.000,5.9.1,611.0,gradio,,,,,51674.0,50740.0,https://pypi.org/project/gradio,2024-12-16 23:26:54.000,934.0,6086538.0,6086538.0,,,,,,,,1.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,2024-12-26 11:22:44.000000,2024-12-26 11:22:43,6976.0,448.0,4291.0,305.0,9859.0,1682.0,2646.0,19089.0,Open source platform for the machine learning lifecycle.,809.0,44,True,2024-12-11 12:49:06.000,2.19.0,121.0,mlflow,conda-forge/mlflow,,,,49538.0,48606.0,https://pypi.org/project/mlflow,2024-12-11 09:49:32.000,932.0,14330038.0,14377747.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2576322.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2024-12-25 14:22:43.959000,2024-12-21 17:39:31,7848.0,63.0,3253.0,279.0,3956.0,344.0,3052.0,15182.0,Network Analysis in Python.,759.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,341173.0,331543.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,64823199.0,65195349.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19351836.0,,,,,1.0,,76.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,2024-12-26 08:17:20.000000,2024-12-23 20:49:50,8443.0,123.0,1726.0,213.0,6095.0,1098.0,4328.0,12741.0,Parallel computing with task scheduling.,614.0,44,True,2024-12-17 20:26:41.000,2024.12.1,214.0,dask,conda-forge/dask,,,,70805.0,68252.0,https://pypi.org/project/dask,2024-12-17 20:26:41.000,2553.0,12796587.0,13022417.0,https://anaconda.org/conda-forge/dask,2024-12-17 22:58:45.484,12420673.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +29,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,2024-12-22 08:21:07.098000,2024-12-21 00:55:01,10495.0,71.0,3407.0,252.0,10357.0,835.0,6343.0,28682.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",991.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],41637.0,40101.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6479878.0,6505695.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1379956.0,,,,,2.0,-1.0,10803.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +30,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-12-20 17:20:57.000000,2024-12-11 17:57:01,7769.0,81.0,2077.0,426.0,1167.0,495.0,1375.0,21720.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,75940.0,74593.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4515380.0,4545180.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1609162.0,,,,,1.0,,87.0,,,,,,,,,,,,,,,,,, +31,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,2024-12-25 18:23:48.000000,2024-12-25 17:49:34,2936.0,103.0,3690.0,437.0,3487.0,349.0,2566.0,18151.0,Open standard for machine learning interoperability.,328.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,38857.0,37804.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5988091.0,6014118.0,https://anaconda.org/conda-forge/onnx,2024-10-21 21:30:32.889,1391317.0,,,,,1.0,,22569.0,,,,,,,,,,,,,,,,,, +32,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2024-12-26 05:18:39.000000,2024-12-22 15:35:51,3620.0,50.0,3834.0,435.0,3316.0,375.0,3091.0,16820.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",323.0,43,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,42973.0,41896.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,9866367.0,9926920.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2953722.0,,,,,2.0,,242605.0,,,,,,,,,,,,,,,,,, +33,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2024-12-26 05:23:50.000000,2024-12-26 05:23:42,18770.0,911.0,1806.0,85.0,3392.0,981.0,3069.0,15421.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",369.0,43,True,2024-12-25 05:09:32.000,1.55.12,1032.0,litellm,,,,others,6110.0,5462.0,https://pypi.org/project/litellm,2024-12-25 04:53:38.000,648.0,3114775.0,3115013.0,,,,,,,,1.0,-1.0,476.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,2024-12-26 03:16:57.000000,2024-12-25 17:27:20,3131.0,404.0,1651.0,196.0,3771.0,682.0,884.0,13802.0,Development repository for the Triton language and compiler.,352.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,47629.0,47364.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,14753788.0,14753788.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +35,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-12-26 11:59:49.000000,2024-12-26 11:59:48,18747.0,477.0,1042.0,117.0,3805.0,62.0,1632.0,11142.0,A hyperparameter optimization framework.,283.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,21373.0,20338.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3593513.0,3631349.0,https://anaconda.org/conda-forge/optuna,2024-12-23 04:20:25.969,2043145.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,18.0,1658.0,189.0,5059.0,687.0,1241.0,6750.0,TensorFlows Visualization Toolkit.,322.0,43,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],284231.0,282005.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,26161484.0,26258686.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5248939.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,2024-12-24 01:40:52.000000,2024-12-19 00:51:53,2603.0,139.0,4773.0,315.0,557.0,48.0,895.0,32720.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",162.0,42,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],44595.0,43588.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,5512035.0,5627281.0,https://anaconda.org/conda-forge/timm,2024-12-17 14:22:47.539,288124.0,,,,,1.0,,7357286.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,2024-12-26 13:49:07.000000,2024-12-26 10:58:56,21531.0,707.0,2980.0,284.0,23767.0,795.0,11691.0,31567.0,"Milvus is a high-performance, cloud-native vector database designed to scale seamlessly. Its the ideal solution for..",298.0,42,True,2024-12-26 11:49:33.000,2.5.2,110.0,pymilvus,,milvusdb/milvus,,,200.0,,https://pypi.org/project/pymilvus,2024-12-26 11:49:33.000,200.0,1349085.0,2420927.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-12-26 12:28:49.422117,66.0,67228455.0,1.0,1.0,292928.0,,,,,,,,,,,,,,,,,, +39,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,2.0,2887.0,460.0,1499.0,276.0,1569.0,13723.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,42,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,338035.0,333338.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,23839379.0,23904769.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2942552.0,,,,,1.0,-2.0,,,,,,,,,,,,,,,,,,, +40,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,2024-12-24 00:18:18.000000,2024-12-23 17:00:14,5040.0,40.0,2089.0,1667.0,4916.0,371.0,2744.0,12359.0,WebGL2 powered visualization framework.,277.0,42,True,2024-12-11 10:43:06.025,9.0.38,679.0,pydeck,conda-forge/pydeck,,,['jupyter'],8869.0,8442.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5648455.0,6148389.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,665638.0,,,,,1.0,-1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-12-11 10:43:06.025,307.0,488458.0,,,,,,,,,,,, +41,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,2024-12-25 10:36:01.000000,2024-12-20 22:04:03,3833.0,53.0,795.0,139.0,1535.0,195.0,1852.0,9473.0,Declarative visualization library for Python.,173.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,187324.0,186408.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,23812910.0,23883582.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2544140.0,,,,,1.0,-1.0,218.0,vega/altair,,,,,,,,,,,,,,,,, +42,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2024-12-26 01:13:24.000000,2024-12-25 00:13:15,7495.0,435.0,680.0,63.0,5700.0,602.0,2833.0,9315.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",203.0,42,True,2024-12-13 01:07:06.000,0.19.1,297.0,wandb,conda-forge/wandb,,,,63289.0,61726.0,https://pypi.org/project/wandb,2024-12-13 01:03:09.000,1563.0,17780055.0,17795320.0,https://anaconda.org/conda-forge/wandb,2024-12-14 01:53:47.787,808584.0,,,,,1.0,,420.0,wandb/wandb,,,,,,,,,,,,,,,,, +43,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,2024-12-26 08:22:03.000000,2024-12-26 08:21:58,48946.0,324.0,1189.0,191.0,402.0,575.0,1794.0,8160.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1299.0,42,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,3288213.0,3329116.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1814865.0,,,,,2.0,,336309.0,,,,,,,,,,,,,,,,,, +44,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,2024-12-23 15:21:02.928000,2024-12-18 16:51:22,14231.0,114.0,2240.0,186.0,4550.0,808.0,2129.0,6126.0,Image processing in Python.,677.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,215113.0,208425.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,12606784.0,12742292.0,https://anaconda.org/conda-forge/scikit-image,2024-12-23 15:21:02.928,7317450.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-12-24 09:46:21.000000,2024-12-24 09:44:31,6381.0,94.0,7849.0,445.0,3194.0,169.0,9301.0,45273.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'],4072.0,3964.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,376554.0,395011.0,,,,,,,,1.0,,941310.0,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-12-20 05:13:47.000000,2024-12-20 05:13:46,2625.0,133.0,4169.0,347.0,3112.0,1110.0,1916.0,36003.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",364.0,41,True,2024-12-18 17:52:34.000,0.16.2,101.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10463.0,10227.0,https://pypi.org/project/deepspeed,2024-12-18 17:52:34.000,236.0,576642.0,577003.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21314.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2024-12-26 11:49:33.000000,2024-12-23 19:27:51,1352.0,99.0,3649.0,479.0,1314.0,254.0,2321.0,32097.0,A library for efficient similarity search and clustering of dense vectors.,199.0,41,True,2024-12-26 11:49:33.000,2.5.2,110.0,pymilvus,conda-forge/faiss,,,,4468.0,4268.0,https://pypi.org/project/pymilvus,2024-12-26 11:49:33.000,200.0,1349085.0,1386007.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,1993796.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2024-12-13 21:16:38.000000,2024-12-13 21:16:38,2780.0,14.0,3289.0,245.0,991.0,704.0,1850.0,23140.0,A game theoretic approach to explain the output of any machine learning model.,254.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,24129.0,23381.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6813554.0,6909757.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4617747.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +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,2024-12-26 11:34:43.000000,2024-12-20 18:43:16,3979.0,40.0,6966.0,444.0,5468.0,1048.0,2488.0,16406.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,15104323.0,15149004.0,https://anaconda.org/conda-forge/torchvision,2024-12-26 01:04:39.537,1991348.0,,,,,1.0,,39559.0,,,,,,,,,,,,,,,,,, +50,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,2024-12-23 14:29:58.000000,2024-12-23 14:29:58,1618.0,68.0,2496.0,142.0,615.0,1193.0,1073.0,15652.0,State-of-the-Art Text Embeddings.,200.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],63580.0,61743.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7778850.0,7788681.0,https://anaconda.org/conda-forge/sentence-transformers,2024-12-21 19:23:58.994,501429.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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,2024-12-22 13:12:11.000000,2024-12-19 22:46:16,1386.0,79.0,2477.0,242.0,649.0,196.0,1221.0,15181.0,Download market data from Yahoo! Finances API.,129.0,41,True,2024-12-19 22:51:55.000,0.2.51,123.0,yfinance,ranaroussi/yfinance,,,,55896.0,55153.0,https://pypi.org/project/yfinance,2024-12-19 22:51:55.000,743.0,2944929.0,2947306.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97460.0,,,,,1.0,-1.0,,,,,,,,,,,,,,,,,,, +52,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,2024-12-24 21:59:32.000000,2024-12-24 21:40:23,1142.0,140.0,1653.0,128.0,1052.0,160.0,960.0,14430.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,158.0,41,True,2024-12-24 21:59:11.000,1.4.24,79.0,albumentations,conda-forge/albumentations,,,['pytorch'],31123.0,30498.0,https://pypi.org/project/albumentations,2024-12-24 21:59:32.000,625.0,5129445.0,5133545.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,217310.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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,2024-12-26 09:00:02.000000,2024-12-26 09:00:00,9372.0,35.0,1191.0,134.0,5553.0,244.0,4490.0,14037.0,Data Versioning and ML Experiments.,308.0,41,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,20044.0,19910.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,494914.0,540530.0,https://anaconda.org/conda-forge/dvc,2024-12-20 18:40:34.170,2463314.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +54,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2024-12-22 10:46:24.000000,2024-12-20 08:01:04,6506.0,358.0,2106.0,204.0,1250.0,113.0,2234.0,13997.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],3844.0,3696.0,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,95484.0,96155.0,https://anaconda.org/conda-forge/python-flair,2024-01-05 20:59:40.138,35566.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-12-05 16:37:31.000000,2024-12-05 16:35:57,1267.0,79.0,1583.0,254.0,709.0,498.0,1072.0,12786.0,Video editing with Python.,168.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,52064.0,51059.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,2370356.0,2373502.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,280033.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1129.0,185.0,2432.0,12698.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,541846.0,531003.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19461217.0,19667905.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11161019.0,,,,,1.0,,464.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,2024-12-26 08:26:41.000000,2024-12-26 08:26:41,10152.0,103.0,2025.0,225.0,4125.0,325.0,3081.0,8800.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2024-12-05 17:01:07.000,5.19.1,95.0,pymc3,conda-forge/pymc3,,,,5264.0,5072.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,275147.0,286739.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,625131.0,,,,,1.0,,1962.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,2024-12-23 21:43:13.000000,2024-12-23 21:43:13,4011.0,168.0,1136.0,136.0,3258.0,343.0,1208.0,2113.0,A library for training and deploying machine learning models on Amazon SageMaker.,464.0,41,True,2024-12-17 19:30:11.000,2.237.2,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5148.0,4991.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24542802.0,24566959.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-12-17 18:43:08.208,1256165.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,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,1059.0,1458.0,121.0,1725.0,35021.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,40,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,61831.0,60283.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,968472.0,974594.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,342834.0,,,,,1.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,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,11.0,7565.0,603.0,2238.0,226.0,1594.0,26422.0,The fastai deep learning library.,670.0,40,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20371.0,20063.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,430502.0,430502.0,,,,,,,,2.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,2024-12-26 12:01:15.000000,2024-12-26 12:01:15,36247.0,324.0,13420.0,939.0,25845.0,1257.0,,24307.0,Apache Flink Python API.,1954.0,40,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,37707778.0,37707778.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,2024-12-21 01:16:03.000000,2024-12-17 17:02:38,7665.0,41.0,3716.0,254.0,3229.0,1101.0,2681.0,21662.0,Graph Neural Network Library for PyTorch.,531.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7709.0,7354.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,472556.0,475028.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,131061.0,,,,,1.0,-1.0,,,,,,,,,,,,,,,,,,, +63,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2024-11-27 19:20:00.476000,2024-11-27 15:01:48,1846.0,33.0,807.0,122.0,673.0,58.0,961.0,9181.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,125874.0,124778.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,34096045.0,34140886.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2376540.0,,,,,1.0,,69.0,,,,,,,,,,,,,,,,,, +64,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,2024-12-24 15:48:00.000000,2024-12-24 15:48:00,1638.0,69.0,989.0,98.0,1628.0,123.0,1574.0,8100.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",308.0,40,True,2024-12-13 18:56:09.000,1.2.1,66.0,accelerate,conda-forge/accelerate,,,['pytorch'],65715.0,64014.0,https://pypi.org/project/accelerate,2024-12-13 18:54:30.000,1701.0,7878479.0,7885496.0,https://anaconda.org/conda-forge/accelerate,2024-12-16 20:09:03.263,266661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,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,2024-12-16 09:59:29.229000,2024-12-14 16:13:03,1925.0,45.0,2226.0,163.0,905.0,86.0,1053.0,6973.0,Python Data. Leaflet.js Maps.,172.0,40,True,2024-12-13 17:29:32.000,0.19.2,36.0,folium,conda-forge/folium,,,,49342.0,48540.0,https://pypi.org/project/folium,2024-12-13 17:29:32.000,802.0,1603862.0,1674736.0,https://anaconda.org/conda-forge/folium,2024-12-16 09:59:29.229,3331120.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,11.0,571.0,89.0,890.0,294.0,959.0,3959.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,92077.0,89142.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,31680974.0,31891329.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10933406.0,,,,,1.0,,3727.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,2024-12-26 08:11:03.000000,2024-12-20 19:43:14,5955.0,62.0,719.0,57.0,5214.0,1580.0,2390.0,1585.0,A distributed task scheduler for Dask.,329.0,40,True,2024-12-17 20:26:42.000,2024.12.1,246.0,distributed,conda-forge/distributed,,,,38699.0,37810.0,https://pypi.org/project/distributed,2024-12-17 20:26:42.000,889.0,5376698.0,5666011.0,https://anaconda.org/conda-forge/distributed,2024-12-17 22:07:27.324,15912262.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,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,430.0,1714.0,384.0,1465.0,15756.0,Topic Modelling for Humans.,458.0,39,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,69994.0,68617.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4780143.0,4812670.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1461564.0,,,,,1.0,,5238.0,piskvorky/gensim,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-12-26 13:45:24.000000,2024-12-26 13:45:20,1715.0,81.0,2259.0,153.0,257.0,4.0,1144.0,15213.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",75.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,4980.0,4936.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,320157.0,320157.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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,2024-12-20 16:53:53.000000,2024-12-20 16:53:53,8289.0,9.0,3366.0,480.0,727.0,53.0,2185.0,13655.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33013.0,32800.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,159800.0,177999.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,970682.0,,,,,2.0,,25549.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,2024-12-25 02:55:15.000000,2024-12-24 07:48:32,29404.0,260.0,856.0,127.0,6478.0,617.0,1804.0,9633.0,NumPy & SciPy for GPU.,398.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2687.0,2418.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,38296.0,137585.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5268397.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,72775.0,1.0,,192525.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,2024-12-20 13:04:03.000000,2024-12-20 13:04:03,10284.0,117.0,1404.0,134.0,1307.0,146.0,1012.0,9107.0,A PyTorch-based Speech Toolkit.,247.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2702.0,2635.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2424826.0,2424826.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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,2024-12-25 23:11:51.000000,2024-12-22 15:30:55,5103.0,174.0,1391.0,108.0,4489.0,1000.0,1627.0,8040.0,A unified framework for machine learning with time series.,430.0,39,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3835.0,3705.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,918105.0,943652.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-12-14 09:46:59.648,1047411.0,,,,,1.0,,110.0,sktime/sktime,,,,,,,,,,,,,,,,, +74,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,2024-12-16 10:51:59.253000,2024-12-13 15:43:12,2051.0,29.0,928.0,107.0,1719.0,449.0,1274.0,4576.0,Python tools for geographic data.,236.0,39,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],48776.0,45937.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6597359.0,6675833.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4236097.0,,,,,2.0,,2865.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,2024-12-23 23:51:08.000000,2024-12-23 23:51:07,18235.0,101.0,1331.0,84.0,8122.0,552.0,4407.0,2788.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5270.0,4851.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,140519.0,148847.0,https://anaconda.org/conda-forge/mne,2024-12-19 01:36:08.275,458052.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,2024-12-26 13:13:24.000000,2024-12-26 13:13:24,10657.0,288.0,595.0,66.0,2806.0,298.0,1929.0,1218.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'],3983.0,3674.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,72189.0,78474.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,307712.0,,,,,1.0,,277.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,1070.0,11124.0,1805.0,7758.0,20796.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'],7773.0,7647.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,566964.0,567369.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11371.0,,,,,2.0,,27810.0,apache/mxnet,,,,,,,,,,6.0,,,,,,, +78,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,11.0,2852.0,380.0,475.0,3.0,1920.0,15007.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4955.0,4740.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,188010.0,188013.0,,,,,,,,2.0,,72.0,,,,,,,,,,,,,,,,,, +79,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-01 15:47:18.000000,2024-08-18 00:47:35,986.0,,1176.0,126.0,316.0,41.0,718.0,10405.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,90007.0,88275.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,24705700.0,24728409.0,https://anaconda.org/conda-forge/sentencepiece,2024-11-25 20:20:10.872,1170543.0,,,,,1.0,,47453.0,,,,,,,,,,,,,,,,,, +80,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2024-12-25 18:31:20.000000,2024-12-25 18:31:19,2845.0,44.0,971.0,129.0,1983.0,288.0,666.0,10097.0,Geometric Computer Vision Library for Spatial AI.,277.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13512.0,13225.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1694912.0,1698341.0,https://anaconda.org/conda-forge/kornia,2024-12-20 18:13:26.403,163613.0,,,,,2.0,,1593.0,,,,,,,,,,,,,,,,,, +81,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2024-12-23 16:03:02.000000,2024-12-23 15:38:04,22405.0,234.0,2190.0,177.0,3413.0,368.0,2092.0,8623.0,End-to-End Speech Processing Toolkit.,471.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,408.0,396.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,22150.0,22151.0,,,,,,,,1.0,,83.0,,,,,,,,,,,,,,,,,, +82,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,2024-12-23 23:00:40.000000,2024-12-17 19:56:10,4921.0,219.0,647.0,87.0,2734.0,306.0,748.0,6212.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,38,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11434.0,10940.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,986518.0,988348.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,82314.0,,,,,2.0,,58.0,,,,,,,,,,,,,,,,,, +83,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,2024-12-26 00:45:20.000000,2024-12-24 00:45:51,6633.0,135.0,1556.0,108.0,4592.0,740.0,757.0,4332.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",386.0,38,True,2024-12-26 00:45:20.000,4.9.7.de202412260044,65.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21284.0,20955.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1844754.0,1845708.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,41028.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2024-12-26 00:10:10.000000,2024-12-22 20:11:36,4932.0,193.0,514.0,38.0,3927.0,661.0,1152.0,2805.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,170.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4438.0,3860.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,401850.0,412964.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,599696.0,,,,,2.0,1.0,847.0,,,,,,,,,,,,,,,,,, +85,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,2024-12-24 03:05:15.000000,2024-12-23 10:32:33,1640.0,72.0,567.0,59.0,1594.0,152.0,862.0,2186.0,The official Python client for the Huggingface Hub.,210.0,38,True,2024-12-16 13:13:32.000,0.27.0,138.0,huggingface_hub,conda-forge/huggingface_hub,,,,2207.0,,https://pypi.org/project/huggingface_hub,2024-12-16 13:13:32.000,2207.0,51177599.0,51231755.0,https://anaconda.org/conda-forge/huggingface_hub,2024-12-10 17:41:30.388,2491183.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,299.0,31.0,502.0,99.0,512.0,1527.0,Python library for reading and writing image data.,119.0,38,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,155026.0,152494.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,26267469.0,26405402.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7309483.0,,,,,2.0,,1439.0,,,,,,,,,,,,,,,,,, +87,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2024-12-25 21:54:08.000000,2024-12-25 21:54:03,8720.0,229.0,2816.0,307.0,239.0,21.0,1148.0,28846.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-12-20 18:59:25.000,8.0.7,683.0,netron,,,,"['pytorch', 'tensorflow']",703.0,620.0,https://pypi.org/project/netron,2024-12-20 18:59:25.000,83.0,30112.0,197580.0,,,,,,,,1.0,,167468.0,,,,,,,,,,,,,,,,,, +88,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,14.0,5431.0,513.0,183.0,1154.0,1386.0,23844.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3164.0,3134.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,243037.0,538840.0,,,,,,,,2.0,,5916076.0,,,,,,,,,,,,,,,,,, +89,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2024-12-20 13:30:44.000000,2024-11-25 16:28:03,32612.0,2.0,4651.0,357.0,6387.0,129.0,6642.0,19107.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",599.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4731.0,4671.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,213397.0,213397.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +90,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,6.0,3018.0,177.0,5055.0,539.0,2358.0,13616.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,474.0,326.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,516508.0,516508.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +91,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,382.0,727.0,670.0,1377.0,13252.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1738.0,1539.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,480372.0,521927.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,303547.0,,,,,2.0,,4089995.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,2024-12-25 09:50:57.000000,2024-12-19 17:17:22,1513.0,29.0,1690.0,152.0,832.0,236.0,579.0,12614.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5122.0,4939.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,426983.0,431791.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,480642.0,,,,,2.0,,223.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +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,2024-12-26 11:38:27.000000,2024-12-25 21:17:36,7732.0,546.0,2573.0,210.0,8645.0,141.0,2299.0,12524.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",372.0,37,True,2024-11-14 18:57:24.000,2.0.0,78.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-12-21 18:54:09.000,13.0,112816.0,117331.0,,,,,,,,1.0,,284497.0,,,,,,,,,,,,,,,,,, +94,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,2024-12-26 13:19:15.000000,2024-12-19 16:29:34,6281.0,24.0,3703.0,250.0,1791.0,1079.0,4587.0,11769.0,Open-source simulator for autonomous driving research.,196.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,895.0,884.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14112.0,14112.0,,,,,,,,1.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,539.0,4121.0,697.0,2087.0,9909.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15921.0,15749.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,79122.0,103623.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2474636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,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,2024-12-26 00:00:46.000000,2024-12-25 21:14:58,22289.0,972.0,580.0,63.0,3752.0,519.0,1078.0,9012.0,"Visualize, create, and debug image and video datasets and model predictions.",144.0,37,True,2024-12-20 23:48:02.000,1.2.0,152.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",797.0,772.0,https://pypi.org/project/fiftyone,2024-12-20 22:56:42.000,25.0,105145.0,105145.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2024-12-23 17:51:44.000000,2024-12-23 17:51:41,1456.0,16.0,910.0,212.0,256.0,179.0,246.0,7061.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11072.0,10789.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3882801.0,3899457.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,499684.0,,,,,1.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,2024-12-09 17:49:22.000000,2024-12-09 17:49:19,12199.0,28.0,1108.0,157.0,468.0,701.0,756.0,4280.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1351642.0,1355079.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,158128.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,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,2024-12-20 19:28:20.000000,2024-12-20 19:28:20,10894.0,52.0,403.0,58.0,3126.0,1108.0,2247.0,2725.0,"With Holoviews, your data visualizes itself.",146.0,37,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13830.0,13423.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,403221.0,438703.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1907678.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,155.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,2024-12-26 09:51:46.000000,2024-12-26 09:51:45,4906.0,349.0,608.0,46.0,5365.0,346.0,1128.0,2423.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",191.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1321.0,1204.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,65713.0,70525.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,178040.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,2024-12-15 02:03:30.000000,2024-12-15 02:03:25,3921.0,30.0,535.0,145.0,1243.0,146.0,1710.0,2287.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,15912.0,14376.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2426206.0,2426214.0,https://anaconda.org/conda-forge/rasterio,,,,,,,2.0,,992.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-08-21 09:23:45.000000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33524.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,,,,34236.0,33398.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1435969.0,1437789.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,167524.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +103,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,2.0,6414.0,426.0,1350.0,1291.0,3052.0,30725.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3948.0,3831.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,120577.0,122634.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,108837.0,,,,,2.0,,371.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,372.0,3164.0,1846.0,6729.0,29899.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3398.0,3316.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,184077.0,184077.0,,,,,,,,2.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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,37.0,2211.0,215.0,4222.0,4.0,1939.0,21208.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,64921.0,97565.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,82666.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1770463.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +106,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,225.0,14465.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,,,,23765.0,23500.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,543779.0,546672.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,190938.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1864.0,14309.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1321.0,1288.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,86599.0,86599.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +108,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-12-23 22:55:05.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9195.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,47364.0,46974.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1244076.0,1246807.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,273143.0,,,,,2.0,,125.0,,,,,,,,,,,,,,,,,, +109,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,,1046.0,136.0,238.0,371.0,274.0,9047.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,,,,78900.0,77531.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6100050.0,6103018.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,133596.0,,,,,1.0,1.0,,,,,,,,,,,,,,,,,,, +110,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-12-22 09:47:16.000000,2024-12-22 09:46:56,1887.0,16.0,1377.0,146.0,256.0,222.0,147.0,8679.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,,,,4694.0,4573.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,646318.0,648735.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,132937.0,,,,,2.0,1.0,,,,,,,,,,,,,,,,,,, +111,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,2024-12-22 23:51:05.000000,2024-12-22 23:51:05,662.0,114.0,2405.0,277.0,195.0,336.0,331.0,8502.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2024-12-08 12:57:13.000,3.12.0,61.0,SpeechRecognition,conda-forge/speechrecognition,,,,633.0,21.0,https://pypi.org/project/SpeechRecognition,2024-12-08 12:56:25.000,612.0,1003573.0,1007716.0,https://anaconda.org/conda-forge/speechrecognition,2024-12-09 20:21:08.080,215443.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2024-12-26 09:04:53.000000,2024-12-19 19:28:10,2434.0,120.0,937.0,97.0,2752.0,370.0,1144.0,8224.0,Fast and Accurate ML in 3 Lines of Code.,130.0,36,True,2024-11-27 17:04:12.000,1.2.0,1709.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",939.0,909.0,https://pypi.org/project/autogluon,2024-12-26 09:04:53.000,30.0,163865.0,165146.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,25087.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,12471.0,1.0,,,,,,,,,,,,,,,,,,,, +113,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,2024-12-23 06:56:31.847000,2024-12-23 03:33:57,3181.0,41.0,1105.0,89.0,3533.0,382.0,2788.0,5983.0,AI Toolkit for Healthcare Imaging.,213.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3418.0,3282.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,240876.0,241879.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,36121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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,2024-12-19 15:04:28.000000,2024-12-19 15:04:27,1205.0,23.0,643.0,127.0,964.0,360.0,1116.0,4491.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4445.0,4358.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,641658.0,643360.0,https://anaconda.org/conda-forge/coremltools,2023-06-16 19:23:14.592,77939.0,,,,,2.0,,12558.0,,,,,,,,,,,,,,,,,, +115,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-12-17 13:59:48.000000,2024-11-06 01:12:46,4201.0,30.0,1107.0,155.0,1750.0,435.0,900.0,3928.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,11972.0,10946.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,330946.0,342565.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,627465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-12-25 04:55:50.000000,2024-12-20 13:05:38,1152.0,54.0,476.0,57.0,1358.0,427.0,449.0,2639.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",133.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4334.0,4159.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,1024319.0,1025235.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,29324.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2024-12-26 11:34:34.000000,2024-12-20 23:50:21,2324.0,10.0,655.0,73.0,2918.0,263.0,728.0,2569.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",229.0,36,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,5078540.0,5078540.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-12-26 07:26:29.000000,2024-12-24 19:20:21,3667.0,377.0,311.0,70.0,2434.0,73.0,725.0,2397.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],914.0,860.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,114642.0,115380.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,31029.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,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,2024-12-26 06:40:15.359000,2024-12-25 14:25:25,2017.0,91.0,407.0,35.0,1752.0,77.0,822.0,2164.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],34460.0,34458.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4226.0,42893.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1734080.0,,,,,2.0,,5961.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +120,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,2024-12-18 20:35:19.000000,2024-12-03 16:56:50,4986.0,89.0,1102.0,150.0,1386.0,79.0,711.0,1914.0,Documentation and samples for ArcGIS API for Python.,94.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,921.0,881.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,83267.0,83401.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,,13323.0,,,,,,,,,,,,,,,,,, +121,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,2024-12-18 03:01:58.000000,2024-12-18 03:01:53,900.0,11.0,348.0,42.0,1079.0,189.0,173.0,1240.0,Making text a first-class citizen in TensorFlow.,164.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],7974.0,7755.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,9237825.0,9237825.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,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,2024-12-23 07:50:05.000000,2024-11-18 15:17:40,1568.0,7.0,202.0,47.0,623.0,32.0,775.0,1167.0,Fiona reads and writes geographic data files.,76.0,36,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,24127.0,23824.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4361647.0,4480310.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6289146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,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,23.0,215.0,34.0,720.0,32.0,595.0,1076.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,39051.0,37311.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,8794802.0,8969096.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9237586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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,2024-12-23 04:20:57.000000,2024-12-17 17:48:18,15068.0,185.0,530.0,51.0,2332.0,420.0,969.0,752.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5617.0,5465.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,217248.0,231330.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,732313.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-12 17:03:50.685000,2024-12-07 02:29:14,6055.0,55.0,259.0,37.0,860.0,130.0,415.0,663.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,,,,25048.0,23867.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,768653.0,783734.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,814418.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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,1569.0,234.0,795.0,592.0,53790.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'],3905.0,3789.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,143285.0,143910.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31153.0,,,,,2.0,,1398.0,,,,,,,,,,,,,,,,,, +127,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,,3151.0,318.0,263.0,436.0,598.0,24975.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,,,,,10409.0,10196.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,719215.0,1033153.0,,,,,,,,1.0,,16952689.0,,,,,,,,,,,,,,,,,, +128,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,13.0,4535.0,452.0,469.0,424.0,1734.0,18667.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,35,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,209014.0,238910.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1314101.0,,,,,1.0,,2915.0,,,,,,,,,,,,,,,,,, +129,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,2024-12-25 11:40:47.000000,2024-12-21 08:46:30,3794.0,121.0,1948.0,144.0,4141.0,113.0,3515.0,18281.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,721.0,716.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5795.0,5795.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2024-12-23 10:08:40.000000,2024-12-13 01:00:21,3926.0,58.0,1022.0,138.0,189.0,113.0,1094.0,14444.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",102.0,35,True,2024-12-09 08:48:06.000,16.7.0,248.0,ocrmypdf,conda-forge/ocrmypdf,,,,1142.0,1105.0,https://pypi.org/project/ocrmypdf,2024-12-09 08:47:35.000,37.0,172873.0,175122.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,86075.0,,,,,1.0,,6052.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +131,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2024-12-18 19:35:51.000000,2024-12-06 11:14:53,18781.0,109.0,5743.0,71.0,11746.0,942.0,15953.0,14022.0,Convert Machine Learning Code Between Frameworks.,1479.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,17806.0,17806.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +132,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,11779.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4432.0,4307.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,53322.0,55609.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,164725.0,,,,,2.0,,71.0,,,,,,,,,,,,,,,,,, +133,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,2024-12-23 02:54:43.000000,2024-11-03 12:40:00,33357.0,139.0,1994.0,198.0,5867.0,46.0,3392.0,9561.0,Perform data science on data that remains in someone elses server.,515.0,35,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,9111.0,9293.0,,,,,,,,1.0,,2374.0,,,,,,,,,,,,,,,,,, +134,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-12-16 01:34:24.000000,2024-08-30 03:34:11,5357.0,,1775.0,136.0,1034.0,388.0,1949.0,9041.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6897.0,6866.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,337825.0,338997.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,60303.0,,,,,2.0,,720.0,,,,,,,,,,,,,,,,,, +135,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-12-21 06:36:23.000000,2024-12-16 18:10:12,701.0,4.0,352.0,69.0,129.0,33.0,152.0,8607.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,57299.0,55259.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5215098.0,5221294.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,309806.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,2024-12-25 02:25:30.000000,2024-12-23 18:06:36,40026.0,470.0,912.0,155.0,11035.0,1073.0,5629.0,8554.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3068.0,3068.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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,352.0,3431.0,134.0,1140.0,8501.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,35,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,59129.0,64343.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,260734.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,2024-12-25 17:02:27.000000,2024-12-20 17:19:46,1136.0,81.0,777.0,294.0,1511.0,322.0,436.0,8383.0,Open Source AI/ML Platform.,100.0,35,True,2024-12-20 06:48:48.000,2.13,164.0,metaflow,conda-forge/metaflow,,,,823.0,776.0,https://pypi.org/project/metaflow,2024-12-20 07:38:43.000,47.0,1062233.0,1066744.0,https://anaconda.org/conda-forge/metaflow,2024-12-05 21:14:08.213,239121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,43.0,811.0,127.0,291.0,485.0,340.0,7541.0,Uniform Manifold Approximation and Projection.,138.0,35,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,1732333.0,1783303.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2752395.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,2024-12-26 13:35:10.000000,2024-12-26 13:35:10,3420.0,127.0,797.0,76.0,3799.0,166.0,932.0,7244.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2024-12-24 09:29:59.000,1.3.17,172.0,bentoml,,,,,2321.0,2288.0,https://pypi.org/project/bentoml,2024-12-24 09:29:59.000,33.0,99208.0,99224.0,,,,,,,,2.0,,806.0,,,,,,,,,,,,,,,,,, +141,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,51.0,657.0,62.0,145.0,71.0,450.0,6055.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2219.0,2164.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,669829.0,670037.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12309.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,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,2024-12-23 07:26:45.000000,2024-12-20 00:33:15,12510.0,66.0,1171.0,99.0,1411.0,144.0,880.0,4957.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",140.0,35,True,2024-12-20 00:51:46.000,1.19.0,62.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,651.0,631.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-12-20 00:38:03.000,20.0,63410.0,64490.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-12-20 21:20:31.925,57246.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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,115.0,538.0,147.0,345.0,4942.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],16980.0,16792.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,736795.0,743120.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,335262.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,2024-12-24 06:18:02.000000,2024-12-24 06:18:02,988.0,8.0,852.0,90.0,228.0,139.0,687.0,4624.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",50.0,35,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,496548.0,486192.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,14003184.0,14003184.0,,,,,,,,2.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,2024-12-26 00:18:34.000000,2024-12-16 23:32:20,1746.0,21.0,620.0,60.0,1895.0,157.0,1271.0,4560.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,729.0,35,True,2024-08-13 12:47:02.000,0.5.1,1840.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3533.0,3432.0,https://pypi.org/project/pytorch-ignite,2024-12-26 00:18:34.000,101.0,125774.0,128468.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,210142.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2024-12-20 23:38:25.000000,2024-12-16 12:54:47,2445.0,41.0,227.0,65.0,145.0,81.0,614.0,4087.0,A Grammar of Graphics for Python.,112.0,35,True,2024-12-16 14:20:46.000,0.14.4,32.0,plotnine,conda-forge/plotnine,,,,10245.0,9916.0,https://pypi.org/project/plotnine,2024-12-16 13:55:54.000,329.0,3249982.0,3257885.0,https://anaconda.org/conda-forge/plotnine,2024-12-16 16:11:17.647,426808.0,,,,,2.0,-2.0,,,,,,,,,,,,,,,,,,, +147,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,2024-12-25 05:30:38.000000,2024-12-20 11:15:55,8639.0,37.0,715.0,101.0,13390.0,35.0,865.0,3895.0,State of the Art Natural Language Processing.,114.0,35,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],570.0,533.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4064868.0,4064868.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2024-12-16 12:35:23.000000,2024-12-11 13:00:06,5345.0,3.0,277.0,79.0,798.0,21.0,129.0,2828.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,35,True,2024-12-16 12:35:23.000,8.3.3,242.0,thinc,conda-forge/thinc,,,,58249.0,58099.0,https://pypi.org/project/thinc,2024-12-16 12:35:23.000,150.0,11889705.0,11948511.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3234092.0,,,,,2.0,,568.0,,,,,,,,,,,,,,,,,, +149,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,170.0,1665.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,,,,81490.0,78871.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15599086.0,15599638.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,50873.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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,2024-12-24 17:15:08.000000,2024-12-24 17:15:04,1575.0,9.0,407.0,49.0,1526.0,182.0,690.0,1626.0,Exploratory analysis of Bayesian models with Python.,164.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,8954.0,8641.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1238717.0,1279998.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2270360.0,,,,,1.0,,177.0,,,,,,,,,,,,,,,,,, +151,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,2024-12-10 20:37:31.000000,2024-12-10 20:37:29,3127.0,47.0,365.0,55.0,1221.0,313.0,994.0,1447.0,Cartopy - a cartographic python library with matplotlib support.,129.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6958.0,6240.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,359724.0,438469.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4330992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,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,2024-12-25 18:35:39.000000,2024-12-24 17:14:54,1977.0,136.0,177.0,29.0,1947.0,44.0,196.0,1235.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12807.0,12752.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,121056.0,130075.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,396855.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +153,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4263.0,4214.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,13315350.0,13321431.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,261507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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,,4374.0,297.0,753.0,88.0,1048.0,36353.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2071.0,2018.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,144020.0,230776.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,20545.0,,,,,2.0,,3879741.0,,,,,,,,,,,,,,,,,, +155,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-12-19 21:33:27.000000,2024-12-19 21:30:34,1539.0,9.0,7505.0,390.0,693.0,542.0,3078.0,30881.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",275.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2211.0,2198.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9654.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,511686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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,25996.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,,,,7262.0,7015.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1766502.0,1768746.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,114485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,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,2024-12-24 07:18:07.000000,2024-12-23 13:35:54,9029.0,16.0,3127.0,275.0,1306.0,164.0,711.0,19515.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,145.0,141.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,37549.0,37557.0,,,,,,,,1.0,,648.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +158,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14134.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6056.0,6038.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,34239.0,34239.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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,,1164.0,318.0,268.0,58.0,343.0,13353.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,,,,4779.0,4578.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,846997.0,858665.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,595084.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2024-11-30 17:36:40.595000,2024-11-29 01:15:54,2663.0,5.0,693.0,105.0,499.0,610.0,1265.0,9655.0,An open source multi-tool for exploring and publishing data.,80.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1794.0,1379.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,209701.0,210844.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,50271.0,,,,,2.0,,69.0,,,,,,,,datasette,,,,,,,,,, +161,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-12-24 00:10:37.000000,2024-12-24 00:05:26,1194.0,18.0,1318.0,149.0,182.0,277.0,1363.0,8928.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1087.0,1073.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3750.0,8293.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,277152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-12-25 07:02:12.000000,2024-12-25 06:44:36,2948.0,19.0,1681.0,93.0,1705.0,236.0,2130.0,8791.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1339.0,1332.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1623.0,1623.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,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,2024-12-25 04:48:33.228000,2024-12-23 05:10:02,6216.0,119.0,1194.0,125.0,1771.0,114.0,730.0,8697.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2024-12-23 07:07:47.000,3.2.1,141.0,perspective-python,conda-forge/perspective,,,['jupyter'],192.0,158.0,https://pypi.org/project/perspective-python,2024-12-23 07:03:32.000,28.0,12635.0,40160.0,https://anaconda.org/conda-forge/perspective,2024-12-25 04:48:33.228,1410626.0,,,,,2.0,,7477.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-23 07:05:48.923,6.0,964.0,,,,,,,,,,,, +164,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-12-24 06:20:02.000000,2024-12-24 06:19:04,4785.0,98.0,895.0,140.0,501.0,94.0,815.0,7324.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,34,True,2024-12-24 06:07:22.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3547.0,3351.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,245271.0,245416.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8306.0,,,,,2.0,2.0,,,,,,,,,,,,,,,,,,, +165,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2024-12-23 23:20:18.000000,2024-09-25 17:28:01,1221.0,,1051.0,121.0,278.0,143.0,550.0,7297.0,Distributed Asynchronous Hyperparameter Optimization in Python.,104.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,18919.0,18466.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2202046.0,2218160.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,805700.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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,2024-12-26 00:36:34.000000,2024-12-18 07:37:27,32554.0,35.0,2004.0,386.0,6899.0,2850.0,6682.0,6969.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,214197.0,214197.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,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,2024-12-23 16:42:48.000000,2024-12-23 16:42:41,883.0,18.0,1289.0,142.0,514.0,48.0,568.0,6883.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,15444099.0,15456077.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,646830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2024-12-26 09:53:20.000000,2024-12-26 09:53:11,3577.0,179.0,735.0,146.0,133.0,106.0,350.0,6332.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2024-12-10 09:46:40.000,0.6.8,56.0,interpret,,,,['jupyter'],859.0,809.0,https://pypi.org/project/interpret,2024-12-10 09:46:40.000,50.0,143861.0,143861.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,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,5898.0,A flexible framework of neural networks for deep learning.,326.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3415.0,3357.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,69853.0,70212.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20864.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2024-12-24 20:22:53.000000,2024-12-24 18:39:49,10567.0,32.0,1704.0,144.0,2505.0,665.0,1241.0,5621.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",252.0,34,True,2024-04-03 16:21:23.000,2.8.0,955.0,deepchem,conda-forge/deepchem,,,['tensorflow'],489.0,475.0,https://pypi.org/project/deepchem,2024-12-24 20:22:53.000,14.0,49642.0,51718.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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,2024-12-23 02:59:55.000000,2024-12-23 02:59:54,30570.0,182.0,1613.0,189.0,2228.0,28.0,1614.0,5170.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,5025.0,10285.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,284065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-12-23 23:51:03.000000,2024-12-23 23:41:43,1216.0,80.0,499.0,280.0,906.0,249.0,341.0,4996.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'],2802.0,2676.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,289304.0,292242.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,105785.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +173,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,2024-12-23 21:22:40.000000,2024-12-20 15:29:14,1352.0,26.0,290.0,41.0,500.0,103.0,248.0,4057.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1386.0,1327.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,930298.0,933862.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,117640.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +174,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,2024-12-16 09:39:33.334000,2024-12-12 10:23:51,1538.0,16.0,366.0,91.0,784.0,138.0,452.0,3340.0,Quickly and accurately render even the largest data.,58.0,34,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5451.0,5255.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,142252.0,165421.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1274339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2024-12-24 10:55:29.000000,2024-12-24 02:28:48,2071.0,68.0,405.0,52.0,1823.0,79.0,483.0,3130.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1360.0,1276.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,184703.0,187292.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,134679.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,16.0,505.0,56.0,152.0,359.0,171.0,2827.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'],4848.0,4496.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,743404.0,788773.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2268483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-18 06:27:04.000000,2024-12-18 06:27:04,3051.0,53.0,717.0,76.0,945.0,297.0,652.0,2784.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1359.0,1306.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,92315.0,92325.0,,,,,,,,1.0,,577.0,,,,,,,,,,,,,,,,,, +178,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2024-12-23 20:30:51.001000,2024-12-23 19:20:10,5370.0,75.0,562.0,20.0,1471.0,1135.0,713.0,2337.0,"This is the development home of the workflow management system Snakemake. For general information, see.",347.0,34,True,2024-12-23 19:21:12.000,8.26.0,374.0,snakemake,bioconda/snakemake,,,,2445.0,2189.0,https://pypi.org/project/snakemake,2024-12-23 19:21:12.000,256.0,83984.0,95541.0,https://anaconda.org/bioconda/snakemake,2024-12-23 20:30:51.001,1271337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,86.0,714.0,88.0,6050.0,257.0,867.0,2123.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1657.0,1640.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,30927.0,30927.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-12-23 21:02:00.000000,2024-12-23 21:02:00,579.0,21.0,104.0,35.0,72.0,72.0,84.0,957.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,,,,112794.0,112261.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14251799.0,14595676.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13411218.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,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,2024-12-25 09:03:26.000000,2024-12-25 09:03:25,3779.0,72.0,4349.0,384.0,4253.0,446.0,1268.0,38966.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,454.0,454.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2024-12-26 14:23:03.000000,2024-12-26 12:05:08,7361.0,1211.0,2987.0,274.0,7497.0,139.0,694.0,27279.0,You like pytorch? You like micrograd? You love tinygrad!.,357.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],150.0,150.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +183,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,2024-12-26 07:44:09.000000,2024-12-24 13:56:57,18959.0,295.0,4884.0,398.0,5740.0,150.0,3996.0,26989.0,Platform for building AI that can learn and answer questions over federated data.,864.0,33,False,2024-12-24 13:58:35.000,24.12.4.0,509.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-12-24 13:59:38.000,,13861.0,13861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +184,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,,3975.0,674.0,1678.0,151.0,1988.0,25511.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'],503.0,479.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,18741.0,35053.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3404.0,,,,,2.0,,1217220.0,,,,,,,,,,,,,,,,,, +185,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2024-12-25 16:33:25.000000,2024-12-09 13:38:58,3653.0,331.0,1434.0,128.0,4074.0,348.0,1036.0,21101.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",128.0,33,True,2024-12-09 15:05:46.000,1.12.5,89.0,,,,,,115.0,115.0,,,,,6136.0,,,,,,,,2.0,,270026.0,,,,,,,,,,,,,,,,,, +186,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19255.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'],557.0,552.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8698.0,8698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,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,117.0,120.0,535.0,11680.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,,,,7182.0,6979.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,301742.0,306208.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,241204.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,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,2024-12-23 23:13:18.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11256.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,33,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],295.0,289.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1753.0,1753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +189,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,2.0,2312.0,218.0,255.0,130.0,418.0,10224.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,1852234.0,1863261.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,584445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,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,2024-12-23 09:51:44.000000,2024-12-23 09:41:02,391.0,10.0,1552.0,131.0,171.0,9.0,357.0,7994.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-12-23 09:51:44.000,2.0.3,20.0,bayesian-optimization,,,,,3333.0,3179.0,https://pypi.org/project/bayesian-optimization,2024-12-23 09:51:44.000,154.0,404259.0,404260.0,,,,,,,,1.0,,166.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +191,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2024-12-24 16:44:59.000000,2024-12-24 16:44:32,537.0,9.0,862.0,85.0,287.0,81.0,376.0,7892.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,,,,52511.0,51886.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2849915.0,2873391.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1243966.0,,,,,2.0,,455.0,,,,,,,,,,,,,,,,,, +192,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2024-12-26 09:39:14.000000,2024-12-26 09:39:13,3826.0,335.0,1276.0,253.0,9948.0,1020.0,1645.0,6842.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",113.0,33,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,25448.0,25455.0,,,,,,,,2.0,,645.0,intel-analytics/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,,, +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,2024-12-23 16:42:32.000000,2024-12-23 16:42:30,213.0,10.0,1106.0,201.0,160.0,147.0,344.0,6353.0,Official Kaggle API.,48.0,33,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,234995.0,238901.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,199224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,192.0,240.0,279.0,285.0,5902.0,Distributed Evolutionary Algorithms in Python.,89.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5863.0,5611.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,317175.0,326603.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,471409.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2024-12-25 15:49:37.000000,2024-12-25 15:49:31,2458.0,31.0,660.0,97.0,276.0,505.0,575.0,5760.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2024-12-18 15:45:08.000,1.17.0,175.0,clearml,,allegroai/trains,,,1514.0,1463.0,https://pypi.org/project/clearml,2024-12-18 15:41:51.000,51.0,327644.0,328149.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30334.0,2.0,,3041.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,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,4533.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,6129253.0,6157810.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1542091.0,,,,,2.0,,110.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,2024-12-20 19:49:50.000000,2024-12-20 19:13:34,3885.0,8.0,867.0,57.0,1721.0,425.0,1272.0,4275.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'],800.0,778.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,45792.0,75315.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,402071.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1377228.0,2.0,,7350.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,2024-12-24 00:08:39.000000,2024-12-20 10:10:54,3603.0,190.0,386.0,32.0,3416.0,103.0,2079.0,4142.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,33,True,2024-12-18 15:46:15.000,2.6.0,100.0,rubrix,conda-forge/rubrix,,,,2845.0,2845.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1650.0,2756.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,39846.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +199,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,21.0,355.0,58.0,1405.0,123.0,185.0,3980.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,,,,864.0,802.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,121670.0,122705.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,56933.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,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,36.0,122.0,75.0,75.0,8.0,136.0,3832.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,26158.0,25587.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4382852.0,4389456.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,310422.0,,,,,2.0,,26.0,,,,,,,,,,,,,,,,,, +201,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2024-12-26 11:34:39.000000,2024-08-14 20:32:21,1311.0,,812.0,318.0,1470.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,972889.0,972889.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,3.0,618.0,115.0,1191.0,365.0,1115.0,3341.0,High-performance interactive 2D/3D data visualization library.,199.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1957.0,1781.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,226792.0,239901.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,668101.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.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,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,8.0,559.0,70.0,487.0,267.0,713.0,2392.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,,,,3366.0,3205.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2522052.0,2529135.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,389581.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,2024-12-17 14:25:05.549000,2024-12-14 19:36:16,574.0,9.0,159.0,42.0,83.0,7.0,136.0,2079.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,,,,12236.0,11960.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6402385.0,6423626.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1147028.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,2024-12-13 18:16:32.000000,2024-12-13 18:16:32,3772.0,18.0,193.0,49.0,1404.0,134.0,743.0,2012.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,,,,2966.0,2945.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,363368.0,379019.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,798249.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,219.0,1630.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12859.0,12647.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,980666.0,1136488.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,155822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +207,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-23 17:47:51.000000,2024-12-23 17:47:51,1986.0,22.0,289.0,45.0,291.0,59.0,215.0,1578.0,TensorLy: Tensor Learning in Python.,69.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,948.0,849.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,83460.0,90875.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,370767.0,,,,,2.0,2.0,,,,,,,,,,,,,,,,,,, +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,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,3.0,363.0,68.0,616.0,300.0,361.0,1498.0,A Jupyter - Leaflet.js bridge.,91.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13550.0,13266.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,212252.0,242212.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1331301.0,,,,,2.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5755.0,,,,,,,,,,,, +209,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-12-19 14:07:37.000000,2024-12-19 12:37:00,1874.0,2.0,200.0,33.0,215.0,26.0,403.0,1421.0,The ctypes-based simple ImageMagick binding for Python.,107.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20335.0,20078.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,992879.0,995047.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,93606.0,,,,,2.0,,51601.0,,,,,,,,,,,,,,,,,, +210,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,2024-12-23 12:02:10.000000,2024-12-23 12:02:10,2932.0,28.0,248.0,35.0,234.0,48.0,514.0,1331.0,Python interface for igraph.,77.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4673.0,4267.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,295918.0,314522.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,660934.0,,,,,1.0,,565896.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,2024-12-18 19:30:47.000000,2024-12-18 18:28:20,11612.0,45.0,246.0,55.0,12342.0,251.0,2220.0,985.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'],187.0,153.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,289540.0,289540.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2857.0,386.0,125.0,239.0,561.0,26091.0,Deezer source separation library including pretrained models.,21.0,32,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],866.0,854.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,26010.0,86357.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,99620.0,,,,,2.0,,3640306.0,,,,,,,,,,,,,,,,,, +213,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,2024-12-21 01:43:57.000000,2024-12-21 01:43:50,336.0,15.0,3110.0,156.0,56.0,137.0,142.0,21213.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-12-21 01:31:54.000,1.9.0,213.0,vit-pytorch,,,,['pytorch'],587.0,570.0,https://pypi.org/project/vit-pytorch,2024-12-21 01:31:54.000,17.0,23278.0,23278.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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,1016.0,1869.0,363.0,658.0,17861.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,,,,1029.0,1019.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2284.0,2466.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9298.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +215,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,469.0,671.0,590.0,672.0,15669.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'],1534.0,1520.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8035.0,8035.0,,,,,,,,2.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,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,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,20934.0,21067.0,,,,,,,,3.0,,11175.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,283.0,3401.0,51.0,1494.0,10496.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],270.0,261.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3316.0,3316.0,,,,,,,,2.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,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,259.0,148.0,107.0,104.0,9231.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,7386607.0,7398325.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,574200.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,3.0,1399.0,301.0,897.0,145.0,760.0,9177.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],796.0,783.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,24117.0,24341.0,,,,,,,,2.0,,19072.0,,,,,,,,,,,,,,,,,, +220,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,2024-12-18 15:30:29.916000,2024-12-04 03:39:13,2498.0,6.0,987.0,201.0,2330.0,261.0,847.0,8612.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,286243.0,290930.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,210949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,172.0,438.0,68.0,474.0,8497.0,Automatic extraction of relevant features from time series:.,98.0,32,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,241589.0,267234.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1410520.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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,2024-12-24 10:57:43.000000,2024-12-24 10:57:43,1276.0,32.0,893.0,62.0,1052.0,245.0,1354.0,8182.0,A python library for user-friendly forecasting and anomaly detection on time series.,125.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,81361.0,82963.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,65174.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1037.0,2.0,,,,,,,,,,,,,,,,,,,, +223,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1152.0,27.0,1429.0,6798.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],327.0,304.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,14756.0,14756.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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,2023-08-06 00:30:36.000000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1671.0,1653.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13256.0,13572.0,https://anaconda.org/conda-forge/tensorpack,2023-06-16 19:27:42.012,11956.0,,,,,3.0,,187.0,,,,,,,,,,,,,,,,,, +225,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-12-23 21:01:14.000000,2024-11-22 18:31:49,630.0,9.0,722.0,109.0,197.0,9.0,356.0,5928.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,2383368.0,2395417.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,638610.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,2024-12-25 20:02:14.000000,2024-12-18 16:11:43,2234.0,23.0,321.0,45.0,2211.0,383.0,669.0,5289.0,Aim An easy-to-use & supercharged open-source experiment tracker.,78.0,32,True,2024-12-18 16:58:41.000,3.27.0,1180.0,aim,conda-forge/aim,,,,807.0,767.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,116571.0,118787.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,90864.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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,32.0,552.0,85.0,635.0,122.0,500.0,5137.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,,,,676.0,612.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,82001.0,84085.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,91723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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,,660.0,66.0,228.0,245.0,164.0,4454.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,,,,7494.0,7360.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,671322.0,677069.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,275903.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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,4.0,383.0,70.0,376.0,103.0,460.0,4270.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,32,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3383.0,3323.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,91159.0,91359.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,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,8.0,2506.0,1942.0,539.0,390.0,1078.0,4127.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,304518.0,304526.0,,,,,,,,2.0,,660.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,2024-12-26 08:59:46.000000,2024-12-26 08:59:46,1926.0,25.0,633.0,45.0,924.0,491.0,312.0,4047.0,Time series forecasting with PyTorch.,59.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,480.0,458.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,60307.0,61661.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,69080.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +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,2024-12-21 13:31:00.768000,2024-11-17 17:28:27,1360.0,5.0,321.0,59.0,248.0,70.0,450.0,3695.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,,,,1015.0,985.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,297116.0,316504.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1046971.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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1662.0,156.0,210.0,13.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,1984007.0,1986130.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,110430.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,2024-12-23 12:30:00.000000,2024-12-23 12:29:58,1311.0,58.0,285.0,29.0,1175.0,73.0,515.0,3224.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-29 08:09:44.000,1.5.15,129.0,lightly,,,,['pytorch'],374.0,357.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,51445.0,51445.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,2024-12-19 20:53:17.000000,2024-12-19 20:53:16,1213.0,26.0,366.0,36.0,553.0,117.0,462.0,3207.0,Scalable and user friendly neural forecasting algorithms.,48.0,32,True,2024-12-16 22:41:41.000,1.7.7,28.0,neuralforecast,conda-forge/neuralforecast,,,,297.0,276.0,https://pypi.org/project/neuralforecast,2024-12-16 22:41:41.000,21.0,59853.0,60681.0,https://anaconda.org/conda-forge/neuralforecast,2024-12-17 13:54:40.198,27329.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,2024-12-23 08:50:11.458000,2024-12-17 12:15:00,997.0,11.0,233.0,37.0,557.0,72.0,177.0,2928.0,JAX-based neural network library.,84.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2388.0,2213.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,221923.0,222488.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,25994.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +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,2750.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,,,,7458.0,7090.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,840758.0,855318.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,757120.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,2024-12-20 13:40:43.289000,2024-10-01 21:19:30,966.0,9.0,395.0,39.0,152.0,46.0,248.0,2418.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2720.0,2436.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1447189.0,1454945.0,https://anaconda.org/conda-forge/category_encoders,2024-12-20 13:40:43.289,294747.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2024-12-25 14:02:36.000000,2024-12-24 21:06:31,1873.0,270.0,208.0,48.0,295.0,180.0,165.0,2193.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-12-24 20:35:51.000,0.35.3,198.0,graphistry,,,,['jupyter'],134.0,128.0,https://pypi.org/project/graphistry,2024-12-24 20:35:51.000,6.0,16154.0,16154.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,287.0,56.0,143.0,83.0,194.0,1887.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3483.0,3326.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,78412.0,93444.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,676470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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,2024-12-20 16:32:22.000000,2024-12-20 16:30:05,742.0,11.0,345.0,46.0,400.0,71.0,244.0,1731.0,Training PyTorch models with differential privacy.,82.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],972.0,936.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,90456.0,91014.0,https://anaconda.org/conda-forge/opacus,2024-08-05 12:31:17.057,19471.0,,,,,2.0,,137.0,,,,,,,,,,,,,,,,,, +242,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,2024-12-26 11:20:29.000000,2024-12-26 11:12:18,4515.0,203.0,53.0,173.0,599.0,160.0,493.0,1600.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,,,,,169.0,154.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,45512.0,45535.0,,,,,,,,2.0,,1418.0,,,,,,,,,,,,,,,,,, +243,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-12-10 01:49:14.000000,2024-11-05 17:47:01,1157.0,22.0,250.0,50.0,550.0,33.0,186.0,1342.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2378.0,2265.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,895791.0,904182.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,453130.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +244,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,2024-12-16 22:46:09.000000,2024-12-16 13:06:20,736.0,17.0,109.0,26.0,593.0,363.0,464.0,1157.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,,,,6529.0,6311.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,179891.0,192697.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,691531.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,2024-12-12 15:31:23.000000,2024-12-12 15:31:13,14286.0,222.0,295.0,34.0,1924.0,499.0,685.0,1079.0,Python package for earth-observing satellite data processing.,173.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,10695.0,15154.0,https://anaconda.org/conda-forge/satpy,2024-11-09 03:23:38.486,240797.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +246,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-12-22 21:30:05.000000,2024-12-22 21:30:05,14740.0,183.0,442.0,58.0,2267.0,167.0,815.0,726.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,,,,1445.0,1317.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,33538.0,44160.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,541750.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,45.0,111.0,28.0,3628.0,535.0,3417.0,550.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,542.0,443.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,17777.0,30665.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,695993.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2024-12-26 07:56:42.000000,2024-12-26 07:56:41,2006.0,11.0,2682.0,301.0,951.0,249.0,695.0,15839.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.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,4954.0,4968.0,,,,,,,,2.0,2.0,744.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,284.0,3507.0,417.0,1684.0,14082.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,18591.0,18591.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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,1006.0,574.0,727.0,12770.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'],1808.0,1801.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5732.0,5744.0,,,,,,,,2.0,,837.0,,,,,,,,,,,,,,,,,, +251,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,2024-12-24 00:26:28.000000,2024-12-13 11:42:35,2969.0,10.0,2423.0,209.0,482.0,246.0,479.0,10292.0,FinRL: Financial Reinforcement Learning.,119.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,57.0,57.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1369.0,1369.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +252,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9795.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1386.0,1367.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,17992.0,18603.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,37329.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +253,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9784.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3185.0,3147.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,41551.0,46747.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,280635.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,456.0,263.0,579.0,364.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'],5087.0,5073.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3840.0,3840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +255,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,11.0,1401.0,100.0,670.0,735.0,528.0,8473.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'],2898.0,2898.0,,,,,7644.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,382231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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,2024-11-29 14:40:31.000000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7671.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'],665.0,631.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,15285.0,15914.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27697.0,,,,,2.0,,68.0,,,,,,,,,,,,,,,,,, +257,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-12-19 19:04:01.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7319.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1933.0,1859.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,59633.0,63745.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,222068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-12-19 14:28:40.998000,2024-11-26 20:42:35,3285.0,2.0,959.0,139.0,669.0,55.0,1165.0,7257.0,Python library for audio and music analysis.,124.0,31,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2787836.0,2803761.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,844075.0,,,,,2.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,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,211.0,1052.0,27.0,615.0,6755.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],426.0,422.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11279.0,11279.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +260,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,2024-12-19 13:11:58.000000,2024-12-19 13:11:55,1097.0,3.0,390.0,81.0,545.0,61.0,460.0,5922.0,A scikit-learn compatible neural network library that wraps PyTorch.,62.0,31,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1582.0,1497.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,160059.0,175556.0,https://anaconda.org/conda-forge/skorch,2024-05-30 08:55:05.943,790372.0,,,,,3.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,296.0,161.0,267.0,5757.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,,,,1130.0,1116.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,8893.0,9068.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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,127.0,40.0,75.0,147.0,5680.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4417.0,4301.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,786735.0,787081.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19050.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +263,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,2024-12-23 19:45:58.000000,2024-12-13 16:40:15,828.0,15.0,407.0,74.0,304.0,62.0,531.0,4802.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1351.0,1303.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,73925.0,80567.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,365311.0,,,,,3.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,2024-12-24 21:30:08.000000,2024-12-24 21:30:05,15605.0,64.0,536.0,78.0,3698.0,919.0,1627.0,4309.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3833.0,3833.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,2024-12-18 23:54:59.385000,2024-12-12 13:55:22,3907.0,8.0,562.0,58.0,922.0,380.0,982.0,3612.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,31,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2710.0,2541.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,235596.0,239011.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,187872.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,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,3438.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,,,,1325.0,1262.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,492054.0,495388.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,166724.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,184.0,737.0,277.0,669.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,,,,,286.0,268.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,146621.0,146803.0,,,,,,,,3.0,,17858.0,,,,,,,,,,,,,,,,,, +268,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,78.0,80.0,74.0,162.0,3407.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,,,,7990.0,7870.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,2471009.0,2473949.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,264636.0,,,,,2.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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3215.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7240.0,7087.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,391252.0,400921.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,357789.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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,3.0,739.0,123.0,130.0,71.0,375.0,3087.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'],3075.0,2983.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,342886.0,349023.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,312992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,61.0,498.0,221.0,273.0,2862.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'],4977.0,4862.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,375418.0,376542.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,44982.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,2024-12-09 15:46:12.000000,2024-12-09 15:31:38,1700.0,53.0,335.0,37.0,367.0,38.0,185.0,2754.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-12-09 15:46:12.000,2.7.5,48.0,shapash,,,,['jupyter'],189.0,185.0,https://pypi.org/project/shapash,2024-12-09 15:46:12.000,4.0,13615.0,13615.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-12-14 20:51:53.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,544.0,61.0,304.0,2596.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,462436.0,485774.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1166941.0,,,,,2.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,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,3.0,361.0,82.0,169.0,218.0,149.0,2364.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,,,,6983.0,6828.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,311261.0,316144.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,217087.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,863.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,2024-12-13 23:32:03.470000,2024-12-13 23:28:41,1961.0,66.0,149.0,29.0,372.0,64.0,112.0,2357.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",58.0,31,True,2024-12-13 23:32:03.470,2.16.7,133.0,usearch,,unum/usearch,,,185.0,147.0,https://pypi.org/project/usearch,2024-11-21 10:00:25.000,23.0,257038.0,266507.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,169.0,2.0,,39862.0,,usearch,https://www.npmjs.com/package/usearch,2024-12-13 23:32:03.470,15.0,7248.0,,,,,,,,,,,, +276,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,2024-12-24 12:07:59.000000,2024-12-24 11:57:39,965.0,20.0,145.0,25.0,444.0,168.0,315.0,2164.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,57.0,31,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1096.0,896.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,292858.0,292858.0,,,,,,,,1.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,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,,260.0,47.0,354.0,220.0,141.0,2076.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,16089.0,15686.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2498970.0,2498970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,2024-12-26 11:34:45.000000,2024-12-25 08:55:53,2294.0,167.0,445.0,34.0,2468.0,322.0,122.0,1986.0,Pytorch domain library for recommendation systems.,307.0,31,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,164.0,164.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,16815.0,16815.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +279,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,41.0,188.0,27.0,732.0,114.0,462.0,1716.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,,,,,283.0,264.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14118.0,14122.0,,,,,,,,2.0,,229.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,57.0,1884.0,92.0,899.0,1694.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,1199553.0,1199553.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,2.0,234.0,37.0,256.0,65.0,274.0,1607.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,,,,10362.0,10209.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2463833.0,2488373.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1227003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,2024-12-24 22:43:41.000000,2024-12-24 22:41:11,1629.0,23.0,171.0,18.0,858.0,110.0,457.0,1377.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,817.0,781.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,84750.0,88873.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,226766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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,2024-12-26 09:11:22.000000,2024-11-28 09:24:18,4025.0,363.0,142.0,9.0,689.0,22.0,163.0,1199.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],393.0,378.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,92491.0,92491.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +284,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,2024-12-21 22:51:16.000000,2024-11-27 19:10:03,1176.0,33.0,216.0,23.0,160.0,30.0,205.0,1149.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],711.0,674.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,197981.0,202666.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,173365.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,2024-12-16 21:37:29.000000,2024-12-16 21:37:28,3393.0,19.0,242.0,50.0,415.0,76.0,282.0,1073.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2273.0,2099.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,77660.0,103755.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1409163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,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,6.0,122.0,32.0,133.0,24.0,77.0,927.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,,,,19652.0,18929.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2437741.0,2478293.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,892145.0,,,,,3.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,2024-12-20 23:24:56.000000,2024-12-20 05:32:33,176529.0,1726.0,95.0,51.0,2414.0,69.0,310.0,688.0,TensorFlow ROCm port.,4743.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,6672.0,6672.0,,,,,,,,3.0,,26.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +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,2024-12-16 17:14:39.000000,2024-12-16 15:32:53,605.0,12.0,38.0,10.0,77.0,11.0,26.0,221.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-12-16 11:14:25.000,1.1.0,52.0,blis,conda-forge/cython-blis,,,,53797.0,53687.0,https://pypi.org/project/blis,2024-12-16 11:14:25.000,110.0,11934482.0,11980818.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2362744.0,,,,,2.0,,568.0,,,,,,,,,,,,,,,,,, +289,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2024-12-24 12:51:38.000000,2024-12-03 04:02:11,2300.0,15.0,2890.0,198.0,3773.0,1260.0,4248.0,12941.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,501.0,501.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,2024-12-26 11:09:17.000000,2024-12-26 11:09:16,1748.0,8.0,751.0,88.0,811.0,111.0,286.0,9841.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",53.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,435.0,417.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,39676.0,40452.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,34161.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,,2158.0,290.0,98.0,311.0,446.0,8680.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,,,,1738.0,1719.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,8988.0,21029.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8441.0,,,,,2.0,,950568.0,,,,,,,,,,,,,,,,,, +292,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,788.0,5853.0,Gluon CV Toolkit.,119.0,30,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,71415.0,71415.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1081.0,111.0,259.0,107.0,500.0,5581.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4636.0,4494.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,159007.0,159609.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-12-13 20:29:50.000000,2024-12-13 20:29:18,629.0,10.0,776.0,86.0,358.0,54.0,348.0,5154.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,30,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,239.0,237.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,35396.0,35396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,8.0,634.0,149.0,799.0,141.0,356.0,4796.0,Deep Learning Visualization Toolkit.,36.0,30,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,234162.0,234170.0,,,,,,,,2.0,,480.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,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,5.0,760.0,77.0,1823.0,325.0,637.0,4690.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,585962.0,585994.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4546.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,48840.0,48405.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,427209.0,431099.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,206204.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,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,4481.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,,,,1564.0,1499.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,192880.0,193576.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,29247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,953.0,152.0,132.0,139.0,104.0,4416.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,5013.0,4906.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,176151.0,176838.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,31646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,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,1.0,551.0,120.0,386.0,77.0,743.0,4184.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,,,,365.0,346.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,89481.0,91918.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,87742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,4101.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6637.0,6487.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,566231.0,572282.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,296541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2024-12-20 15:28:08.000000,2024-12-20 15:21:31,925.0,44.0,447.0,43.0,1020.0,27.0,352.0,4078.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,30,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,38546.0,137140.0,,,,,,,,2.0,,4535342.0,,,,,,,,,,,,,,,,,, +303,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-12-14 01:17:03.000000,2024-12-14 01:16:55,1262.0,25.0,498.0,67.0,773.0,5.0,559.0,3830.0,On-device wake word detection powered by deep learning.,40.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,10531.0,10531.0,,,,,,,,2.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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,4.0,466.0,102.0,1067.0,271.0,368.0,3638.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'],186.0,59.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,180992.0,210489.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1446196.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,3203.0,,,,,,,,,,,, +305,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,2.0,337.0,65.0,78.0,20.0,124.0,3452.0,A Python Perceptual Image Hashing Module.,27.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15514.0,15272.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1389029.0,1397458.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,413032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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,2024-12-26 08:07:43.000000,2024-12-12 01:51:50,8382.0,152.0,357.0,84.0,9840.0,97.0,349.0,3066.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,18085.0,18343.0,,,,,,,,3.0,,11620.0,,,,,,,,,,,,,,,,,, +307,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,65.0,346.0,29.0,339.0,95.0,40.0,3042.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1186.0,1180.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,17288.0,17385.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3903.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,60.0,194.0,139.0,197.0,2927.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'],1638.0,1559.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,384871.0,412143.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1472707.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,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,6.0,428.0,92.0,119.0,78.0,265.0,2318.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1647.0,1637.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7307.0,8583.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,56156.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2028.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1183.0,1147.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,77512.0,81437.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,207729.0,,,,,2.0,,710.0,,,,,,,,,,,,,,,,,, +311,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-12-17 11:38:14.000000,2024-12-17 11:38:14,920.0,41.0,425.0,39.0,954.0,160.0,333.0,1979.0,A Python package to assess and improve fairness of machine learning models.,91.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,401547.0,402344.0,https://anaconda.org/conda-forge/fairlearn,2024-12-13 09:00:20.394,39062.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,42.0,193.0,21.0,181.0,49.0,140.0,1911.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,30,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,661.0,640.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,43916.0,43916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,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,4.0,228.0,52.0,213.0,32.0,292.0,1728.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,,,,,1048.0,1014.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,21662.0,21662.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,2024-12-08 12:55:17.000000,2024-12-08 12:55:17,1260.0,6.0,141.0,31.0,123.0,42.0,269.0,1657.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,,,,2772.0,2616.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,133774.0,136472.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,145693.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,2024-11-21 00:34:31.332000,2023-09-26 23:11:11,163.0,,201.0,34.0,75.0,29.0,52.0,1594.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,8.0,30,False,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4254.0,4217.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1925655.0,1926344.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,32421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2024-12-13 20:47:09.726000,2024-12-07 19:02:56,953.0,4.0,431.0,86.0,238.0,57.0,242.0,1480.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3152.0,2714.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,292429.0,301396.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,376647.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,2024-12-23 13:20:05.726000,2024-11-18 14:47:37,4368.0,5.0,302.0,79.0,672.0,18.0,634.0,1348.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1754.0,1705.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,32062.0,43261.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,593551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2024-12-23 16:19:35.000000,2024-12-18 20:55:29,10809.0,24.0,251.0,40.0,1512.0,209.0,358.0,1279.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,4001.0,4149.0,https://anaconda.org/conda-forge/geomstats,2024-09-10 11:38:37.614,4461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,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,2024-12-05 02:06:57.000000,2024-11-27 18:24:47,1528.0,45.0,280.0,68.0,110.0,38.0,55.0,1258.0,Model analysis tools for TensorFlow.,59.0,30,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,170605.0,170605.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-12-18 19:48:19.000000,2024-12-18 19:48:15,16703.0,50.0,379.0,45.0,1656.0,316.0,2998.0,930.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,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1238.0,1300.0,,,,,,,,2.0,,8182.0,,,,,,,,,,,,,,,,,, +321,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-10-10 16:48:51.000000,2024-10-10 16:48:51,1966.0,3.0,235.0,19.0,301.0,53.0,286.0,892.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,30,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1483.0,1356.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,349875.0,353806.0,https://anaconda.org/conda-forge/salib,2024-09-20 11:56:36.472,196561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,10.0,174.0,35.0,118.0,25.0,65.0,765.0,Snowball compiler and stemming algorithms.,35.0,30,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,16945258.0,17035591.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9033301.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,2024-12-04 06:22:16.000000,2024-12-04 06:22:16,575.0,9.0,111.0,17.0,199.0,125.0,139.0,726.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,49169.0,48389.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3393282.0,3393444.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,,21107.0,,,,,,,,,,,,,,,,,, +324,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,64.0,102.0,24.0,117.0,4.0,113.0,716.0,Python library for reading audio file metadata.,27.0,30,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1234.0,1121.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,66040.0,66040.0,,,,,,,,2.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +325,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,2024-12-20 19:43:57.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1447.0,293.0,371.0,712.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.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,965769.0,965769.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,1249.0,557.0,840.0,2543.0,17538.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,809.0,947.0,,,,,,,,3.0,,14784.0,,,,,,,,,,,,,,,,,, +327,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,15912.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,602.0,599.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1491.0,1491.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,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,47.0,101.0,94.0,9052.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,206532.0,207392.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,46443.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,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,2024-11-25 05:19:58.903000,2024-11-24 16:18:39,1063.0,25.0,935.0,140.0,758.0,135.0,348.0,7198.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,99.0,29,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,494.0,476.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,49906.0,50647.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,36333.0,,,,,2.0,,42.0,,,,,,,,,,,,,,,,,, +330,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,6221.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'],782.0,775.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1477.0,1655.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,833.0,146.0,1590.0,387.0,403.0,5089.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,242681.0,242681.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,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,602.0,44.0,555.0,11.0,,4211.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,,,,1595.0,1564.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,161478.0,164316.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,83022.0,,,,,3.0,,30095.0,,,,,,,,,,,,,,,,,, +333,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,39.0,15.0,121.0,3992.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,,,,19734.0,19612.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,241288.0,283108.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,376382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-12-20 05:56:48.000000,2024-11-05 10:29:23,704.0,25.0,686.0,41.0,1029.0,147.0,807.0,3914.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,126.0,121.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,26446.0,26880.0,,,,,,,,2.0,,15655.0,,,,,,,,,,,,,,,,,, +335,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,256.0,22.0,1759.0,254.0,730.0,3652.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,,,,,485.0,473.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,37904.0,37938.0,,,,,,,,2.0,,1316.0,,,,,,,,,,,,,,,,,, +336,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,230.0,95.0,404.0,3588.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,,,,1637.0,1608.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,214254.0,233718.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,990341.0,,,,,2.0,,1623.0,,,,,,,,,,,,,,,,,, +337,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,60.0,357.0,69.0,1459.0,118.0,88.0,3502.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,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,5624.0,7585.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,100037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,,250.0,64.0,56.0,9.0,,3422.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,,,,7697.0,7598.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,721970.0,736191.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,696259.0,,,,,2.0,,1050.0,,,,,,,,,,,,,,,,,, +339,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,9.0,410.0,50.0,95.0,140.0,522.0,3082.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,10777.0,11435.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,27642.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,13.0,526.0,110.0,364.0,388.0,691.0,2897.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,855.0,835.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,9034.0,9034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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,96.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'],1677.0,1655.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,103641.0,103641.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-07-18 15:45:47.000000,2024-06-20 19:30:24,1373.0,,329.0,23.0,50.0,35.0,203.0,2338.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,29,True,2024-03-18 21:02:33.000,0.4.7,91.0,explainerdashboard,conda-forge/explainerdashboard,,,,585.0,575.0,https://pypi.org/project/explainerdashboard,2024-03-18 21:02:33.000,10.0,59372.0,60576.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,57838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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,2024-12-16 07:07:04.000000,2024-12-11 16:12:58,739.0,12.0,225.0,41.0,562.0,140.0,235.0,2267.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,506.0,499.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,80383.0,80383.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,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,6.0,526.0,43.0,29.0,49.0,81.0,2264.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'],6882.0,6809.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,147728.0,147975.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13910.0,,,,,3.0,,17.0,,,,,,,,,,,,,,,,,, +345,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-01 14:51:14.000000,2024-12-01 14:51:07,495.0,10.0,300.0,68.0,127.0,23.0,107.0,2067.0,ffn - a financial function library for Python.,35.0,29,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,528.0,510.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16203.0,16521.0,https://anaconda.org/conda-forge/ffn,2024-11-03 02:53:44.505,14008.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-12-23 11:31:22.000000,2024-10-04 09:56:03,2451.0,1.0,435.0,76.0,1271.0,154.0,682.0,1854.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'],746.0,711.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,70754.0,71872.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,38031.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +347,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,78.0,113.0,1811.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6860.0,6757.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,124743.0,125888.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,89325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,17.0,294.0,30.0,581.0,102.0,722.0,1807.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,117.0,114.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1249.0,1250.0,,,,,,,,2.0,,45.0,,,,,,,,,,,,,,,,,, +349,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2024-12-26 13:10:20.000000,2024-12-26 12:57:45,2374.0,256.0,162.0,12.0,1039.0,95.0,993.0,1638.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,29,True,2024-12-18 11:55:07.000,0.18.31,250.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2024-12-26 13:10:20.000,,6730.0,6730.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,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,24.0,601.0,103.0,296.0,22.0,300.0,1581.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,194.0,192.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7353.0,7404.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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,2024-12-11 20:40:27.070000,2024-06-05 08:42:47,1478.0,,166.0,31.0,252.0,,,1356.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2084.0,1997.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,233893.0,236047.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,79719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,2024-12-21 15:02:43.000000,2024-12-21 14:41:29,3222.0,36.0,120.0,16.0,323.0,8.0,184.0,821.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,345545.0,410446.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3218037.0,,,,,2.0,,28712.0,,,,,,,,,,,,,,,,,, +353,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,2024-12-18 08:19:39.527000,2024-12-17 11:26:34,868.0,24.0,77.0,26.0,421.0,109.0,243.0,604.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1233.0,1170.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15596.0,20846.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,267753.0,,,,,3.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,2024-12-24 21:04:09.000000,2024-12-19 13:55:54,2106.0,8.0,64.0,17.0,1645.0,27.0,218.0,590.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,,,,781.0,704.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,525021.0,530522.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,302576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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,54.0,37.0,57.0,499.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,True,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,27142.0,27007.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2061020.0,2079370.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,917505.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,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,620.0,233.0,53.0,,15267.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2592.0,2518.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,44921.0,44921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,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,6.0,1377.0,425.0,51.0,105.0,88.0,10591.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,23352.0,23352.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-12-05 15:25:11.000000,2024-09-10 20:43:30,1626.0,,814.0,140.0,1572.0,122.0,125.0,8121.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,,,,,196.0,195.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4054.0,4054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,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,347.0,81.0,51.0,231.0,8049.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,891.0,865.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2336.0,2701.0,,,,,,,,3.0,,32202.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,1.0,1586.0,626.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,,1702.0,1702.0,,,,,,,,3.0,,13.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +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,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,5931.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,,,,,552.0,540.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,11949.0,11949.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,200.0,158.0,49.0,227.0,5532.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1216.0,1216.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,,474.0,74.0,63.0,112.0,57.0,4972.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,,,,,3506.0,3484.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,468826.0,468826.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,,686.0,87.0,209.0,157.0,358.0,4800.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,,,,1660.0,1628.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,381998.0,384889.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,240010.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,2024-12-20 20:59:37.000000,2024-12-12 19:32:29,6179.0,14.0,529.0,147.0,1950.0,338.0,1388.0,4598.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,2383.0,2449.0,,,,,,,,2.0,,7583.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,37.0,57.0,138.0,45.0,4021.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'],17815.0,17680.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,196313.0,196313.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,217.0,408.0,139.0,402.0,3849.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,,,,,1083.0,1071.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1603.0,1603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3537.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3397.0,3366.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,124238.0,124482.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,10263.0,,,,,2.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,3308.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1256.0,1226.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,43845.0,43845.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,82.0,245.0,69.0,155.0,3079.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,,,,,213.0,210.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30585.0,30586.0,,,,,,,,2.0,,94.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,108.0,74.0,102.0,123.0,3038.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12791.0,12682.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,52717.0,52717.0,,,,,,,,3.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,2989.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,,,,1432.0,1379.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,108245.0,110121.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,91971.0,,,,,2.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,2024-12-12 13:40:00.000000,2024-12-12 13:39:24,2308.0,4.0,722.0,81.0,206.0,200.0,469.0,2823.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,35381.0,35381.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,4.0,334.0,154.0,1184.0,35.0,60.0,2731.0,Neural Network Libraries.,76.0,28,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,9502.0,9513.0,,,,,,,,3.0,,1002.0,,,,,,,,,,,,,,,,,, +375,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,64.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'],5843.0,5758.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,449308.0,451461.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,191697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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,45.0,57.0,71.0,210.0,2374.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],370.0,363.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9007.0,9007.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,2336.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12101.0,11946.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,361722.0,361722.0,,,,,,,,2.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,2024-12-23 15:28:52.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2243.0,A modular active learning framework for Python.,20.0,28,False,2024-12-23 15:28:52.000,0.70.0,1573.0,modAL,,,,['sklearn'],73.0,,https://pypi.org/project/modAL,2024-12-23 15:28:52.000,73.0,584115.0,584115.0,,,,,,,,3.0,,46.0,,,,,,,,,,,,,,,,,, +379,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-12-22 04:06:49.000000,2024-12-22 04:06:41,2338.0,81.0,135.0,29.0,272.0,5.0,43.0,2078.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,209.0,195.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,4639.0,4639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,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,1967.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,,,,2173.0,2151.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,39333.0,40191.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,43806.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,,279.0,40.0,495.0,172.0,151.0,1808.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,True,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,199.0,191.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,160142.0,160149.0,,,,,,,,2.0,,548.0,,,,,,,,,,,,,,,,,, +382,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,,390.0,50.0,136.0,30.0,435.0,1759.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,,,,,300.0,285.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4740.0,4855.0,,,,,,,,2.0,,12129.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +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,2024-12-16 13:13:33.000000,2024-12-16 13:13:11,834.0,2.0,323.0,120.0,788.0,229.0,168.0,1503.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,585672.0,585672.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,16.0,122.0,24.0,116.0,37.0,57.0,1409.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,28,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,67606.0,67606.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,9.0,166.0,50.0,164.0,24.0,384.0,1391.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,28,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,202.0,195.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,23299.0,23695.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18648.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,,127.0,24.0,111.0,50.0,79.0,1349.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,,,,3746.0,3697.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,399690.0,400553.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,44879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-12-24 10:44:32.000000,2024-12-24 10:44:31,417.0,9.0,184.0,25.0,42.0,1.0,132.0,1298.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],667.0,649.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,138903.0,139263.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,21970.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,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,2024-12-17 19:56:35.000000,2024-12-17 19:56:35,548.0,12.0,118.0,22.0,401.0,40.0,292.0,1293.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'],182.0,169.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,25059.0,26154.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,60233.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,,418.0,52.0,41.0,17.0,139.0,1248.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2953.0,2915.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,219112.0,220053.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,52703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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,41.0,39.0,76.0,591.0,1181.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,815.0,783.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29645.0,31537.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,99977.0,,,,,3.0,,653.0,,,,,,,,,,,,,,,,,, +391,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-23 13:13:40.970000,2024-12-21 17:59:38,833.0,10.0,126.0,30.0,434.0,81.0,342.0,1105.0,BAyesian Model-Building Interface (Bambi) in Python.,44.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,178.0,164.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,24024.0,24883.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,41270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1024.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,3798752.0,3828871.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2349355.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,5.0,215.0,58.0,99.0,39.0,172.0,987.0,Input pipeline framework.,29.0,28,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,469723.0,469723.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,955.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,77329.0,84837.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,622292.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1467.0,,,,,,,,,,,, +395,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,258.0,906.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1265.0,1172.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,131098.0,147957.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,927265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,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,2024-12-24 18:09:00.000000,2024-12-24 18:02:36,1380.0,12.0,146.0,26.0,492.0,24.0,139.0,898.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,,,,270.0,252.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,39935.0,51697.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,635181.0,,,,,2.0,2.0,,,,,,,,,,,,,,,,,,, +397,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,50.0,59.0,21.0,70.0,856.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,,,,1476.0,1413.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,20953.0,30868.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,535449.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,300.0,283.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,4597.0,4597.0,,,,,,,,2.0,,109.0,,,,,,,,,,,,,,,,,, +399,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,38.0,148.0,29.0,97.0,47.0,76.0,629.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,28,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,639.0,608.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,79783.0,79824.0,,,,,,,,3.0,,2853.0,,,,,,,,,,,,,,,,,, +400,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,,59.0,14.0,207.0,12.0,187.0,343.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,,,,10331.0,10170.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,717589.0,749238.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2943394.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,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,,1157.0,240.0,458.0,75.0,265.0,18440.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,,29882.0,30300.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27199.0,2.0,,,,,,,,,,,,,,,,,,,, +402,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,133.0,51.0,163.0,141.0,7985.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,237433.0,314438.0,,,,,,,,2.0,,4389285.0,,,,,,,,,,,,,,,,,, +403,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'],292.0,284.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,52782.0,52782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,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,459.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,1883.0,1908.0,,,,,,,,2.0,,2549.0,,,,,,,,,,,,,,,,,, +405,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,174.0,46.0,80.0,242.0,7155.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,39882.0,39882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,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,351.0,14.0,42.0,66.0,6460.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1533.0,1525.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,37264.0,37264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,145.0,100.0,87.0,310.0,6448.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,125808.0,134079.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,438407.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,4831.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'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,658.0,658.0,,,,,,,,3.0,,25.0,,,,,,,,,,,,,,,,,, +409,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,54.0,57.0,77.0,108.0,4625.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'],2636.0,2585.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,77002.0,101147.0,,,,,,,,3.0,,1472876.0,,,,,,,,,,,,,,,,,, +410,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-03-16 11:54:12.000000,2022-04-01 13:57:36,131.0,,999.0,146.0,32.0,52.0,77.0,4532.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,,,,10053.0,9956.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,336498.0,336841.0,https://anaconda.org/conda-forge/vadersentiment,2023-06-16 19:25:16.902,15448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,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,742.0,4392.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'],191.0,187.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4070.0,4070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,,741.0,175.0,90.0,1.0,288.0,4315.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,39607.0,39777.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8003.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2024-09-27 16:58:57.000000,2023-07-05 18:14:28,901.0,,559.0,103.0,619.0,99.0,608.0,4310.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,458679.0,460351.0,https://anaconda.org/conda-forge/yellowbrick,2023-06-16 19:21:13.554,86982.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,,480.0,58.0,828.0,60.0,498.0,3922.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,74129.0,74129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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,2024-12-25 14:11:57.000000,2024-12-24 16:21:28,730.0,553.0,213.0,44.0,843.0,25.0,84.0,3739.0,"From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better,..",28.0,27,True,2024-12-17 15:24:45.000,1.2.8,78.0,opik,,,,,1.0,,https://pypi.org/project/opik,2024-12-18 16:52:12.000,1.0,11697.0,11697.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2024-12-25 07:57:30.000000,2024-12-25 07:57:25,1686.0,17.0,688.0,44.0,33.0,7.0,579.0,3651.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.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,,1853.0,1853.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,26.0,324.0,89.0,102.0,51.0,32.0,3549.0,Python library that makes it easy for data scientists to create charts.,27.0,27,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,2032.0,2506.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34643.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,1.0,430.0,84.0,55.0,63.0,204.0,3549.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'],227.0,224.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1549.0,1767.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10706.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +419,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,3448.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,,,,725.0,720.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1091.0,1369.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22802.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,,254.0,61.0,121.0,7.0,293.0,3415.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,,,,,672.0,657.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,17068.0,17097.0,,,,,,,,3.0,,2039.0,,,,,,,,,,,,,,,,,, +421,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-12-22 12:38:32.174000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,23.0,761.0,3391.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,14844.0,18243.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,186989.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,,375.0,85.0,66.0,157.0,189.0,3353.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,,,,516.0,499.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6458.0,14547.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,752317.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,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,120.0,721.0,156.0,64.0,6.0,848.0,3279.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'],,,,,,,926.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,72198.0,,,,,3.0,,4809.0,,,,,,,,,,,,,,,,,, +424,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,,386.0,38.0,522.0,62.0,217.0,3021.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,,,,342.0,331.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5009.0,5188.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9149.0,,,,,2.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,62.0,933.0,325.0,747.0,2960.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4685.0,4685.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,779.0,182.0,75.0,21.0,565.0,2885.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,34438.0,35220.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,50853.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,2805.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,,,,668.0,654.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5199.0,5500.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,15962.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2675.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,211796.0,215126.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,76594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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,29.0,1132.0,78.0,224.0,2645.0,Database system for AI-powered apps.,72.0,27,True,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,,839.0,15238.0,,,,,,,,3.0,,417589.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +430,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,2024-12-25 21:52:12.000000,2024-12-25 21:52:12,151.0,11.0,346.0,29.0,340.0,46.0,348.0,2607.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],153.0,141.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,3896.0,3896.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +431,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,56.0,674.0,151.0,225.0,2420.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,720.0,695.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,14642.0,14642.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,,,,1970.0,1904.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,23156.0,25072.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,174404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,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,63.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'],392.0,386.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,15831.0,15831.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,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,67.0,63.0,32.0,199.0,2171.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],60.0,58.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1409.0,1409.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,2024-12-23 17:00:42.000000,2024-12-21 06:59:02,6695.0,102.0,307.0,45.0,3035.0,194.0,1595.0,1814.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,345.0,938.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,26112.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,38.0,1081.0,25.0,496.0,1747.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2145.0,2759.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,24572.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +437,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,55.0,446.0,6.0,402.0,1746.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,38220.0,38316.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,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,2.0,164.0,22.0,128.0,9.0,131.0,1489.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,,,,994.0,947.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,40316.0,47104.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,353004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,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,1484.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,,,,,416.0,414.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1469.0,1469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,3.0,424.0,31.0,52.0,18.0,132.0,1463.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,753.0,722.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,27902.0,27902.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-12-26 11:34:47.000000,2024-10-15 17:52:15,3072.0,6.0,124.0,36.0,378.0,15.0,191.0,1461.0,Multi-class confusion matrix library in Python.,17.0,27,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,385.0,361.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,41792.0,41792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,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,5.0,270.0,81.0,492.0,53.0,207.0,1439.0,Underthesea - Vietnamese NLP Toolkit.,19.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1354.0,1343.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,25051.0,25133.0,,,,,,,,2.0,,7549.0,,,,,,,,,,,,,,,,,, +443,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,,204.0,44.0,259.0,68.0,213.0,1368.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,,,,,479.0,452.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2124.0,2124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,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,2024-12-23 20:37:23.000000,2024-12-18 16:07:19,2408.0,171.0,421.0,56.0,592.0,190.0,266.0,1321.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1187.0,1371.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9394.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +445,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,1320.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,,,,1564.0,1508.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,22954.0,23338.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31503.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,55.0,65.0,14.0,112.0,1315.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1153.0,1141.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9829.0,9829.0,,,,,,,,2.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,,331.0,40.0,302.0,31.0,200.0,1298.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,,,,,500.0,478.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,29912.0,29912.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,,176.0,25.0,36.0,1.0,116.0,1255.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'],1761.0,1740.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,151544.0,151544.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +449,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2024-12-23 13:15:00.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,617.0,109.0,461.0,1097.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,27,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,45546.0,46144.0,https://anaconda.org/conda-forge/smac,2024-05-16 20:20:11.437,26916.0,,,,,2.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,61.0,249.0,5.0,367.0,991.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,,,,640.0,606.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20990.0,21677.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,34230.0,,,,,3.0,,329.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,,177.0,33.0,86.0,88.0,123.0,922.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'],1903.0,1878.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,66064.0,66064.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,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,2.0,106.0,14.0,100.0,73.0,67.0,906.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,,,,8991.0,8835.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1672286.0,1712712.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2142627.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,2024-12-17 22:18:44.000000,2024-12-17 22:18:44,638.0,13.0,164.0,31.0,231.0,5.0,105.0,652.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],443.0,415.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,27127.0,27437.0,https://anaconda.org/conda-forge/pyriemann,2024-10-04 03:48:24.751,9322.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,77.0,145.0,35.0,414.0,37.0,141.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,27,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,2733.0,29449.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,133580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,2024-12-11 14:40:44.000000,2024-12-11 14:40:44,102.0,2.0,1833.0,209.0,75.0,113.0,41.0,10803.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,33.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,32138.0,32138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,1221.0,185.0,213.0,32.0,534.0,9496.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,,,,,308.0,,,,,,,,3.0,,14522.0,,,,,,,,,,,,,,,,,, +457,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,11.0,1551.0,137.0,3624.0,75.0,1985.0,5765.0,An Industrial Grade Federated Learning Framework.,101.0,26,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,,,,,,,,,,,2.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,,599.0,142.0,31.0,69.0,55.0,5603.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1908.0,1852.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1690184.0,1690567.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,5086.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,,,,,874.0,862.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7806.0,7806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,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,243.0,219.0,52.0,203.0,4598.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,1721.0,1819.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4330.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,281.0,226.0,12.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,305187.0,305619.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,25953.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,3.0,279.0,51.0,477.0,69.0,261.0,3370.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7286.0,8468.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,52582.0,,,,,2.0,,770.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,142.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,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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,10.0,252.0,29.0,2020.0,3.0,666.0,3268.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,26,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,,18807.0,18882.0,,,,,,,,3.0,,2727.0,,,,,,,,,,,,,,,,,, +465,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-03-22 11:10:03.000000,2023-06-20 03:14:12,435.0,,300.0,33.0,477.0,54.0,30.0,3058.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,159930.0,160209.0,https://anaconda.org/conda-forge/torch-optimizer,2023-06-16 19:25:40.043,12306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,3035.0,Unified and efficient Machine Learning.,248.0,26,True,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1735.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,153630.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +467,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,156822.0,158703.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,171256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,,491.0,38.0,250.0,52.0,290.0,2675.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,44369.0,44620.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,2495.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,593.0,593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,2024-12-10 03:08:36.000000,2024-12-10 03:08:33,438.0,1.0,842.0,91.0,291.0,200.0,103.0,2489.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,,,,575.0,543.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,24085.0,24424.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,17328.0,,,,,2.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,,249.0,35.0,148.0,24.0,146.0,2426.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,,,,,262.0,253.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,19844.0,19850.0,,,,,,,,3.0,,343.0,,,,,,,,,,,,,,,,,, +472,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,2316.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1456.0,1407.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,34443.0,34443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,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,2266.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,,,,649.0,644.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,12089.0,13270.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,103990.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,,86.0,41.0,59.0,13.0,78.0,2186.0,The friendly PIL fork.,434.0,26,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21970.0,21970.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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,2160.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,,,,,791.0,772.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,72936.0,72936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,2070.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'],2435.0,2421.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,90622.0,94538.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,542.0,,,,,3.0,,261689.0,,,,,,,,,,,,,,,,,, +477,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,36.0,1783.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,782.0,737.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,104627.0,105386.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28857.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,2024-12-23 19:45:21.000000,2024-12-23 19:38:03,1038.0,44.0,276.0,43.0,882.0,85.0,66.0,1670.0,A lightweight library for PyTorch training tools and utilities.,142.0,26,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,4498.0,4498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2023-11-29 15:04:03.000000,2023-08-12 06:34:27,161.0,,283.0,52.0,88.0,24.0,191.0,1637.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'],697.0,678.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,11406.0,11560.0,https://anaconda.org/conda-forge/gplearn,2023-06-16 19:20:25.471,8368.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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,1576.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,1717.0,1717.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,365.0,33.0,2283.0,86.0,237.0,1422.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,7785.0,7785.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,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,148.0,35.0,215.0,120.0,152.0,1248.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,566.0,509.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,23755.0,49367.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1357470.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1239.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'],565.0,561.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7049.0,7049.0,,,,,,,,3.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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,5.0,69.0,17.0,133.0,56.0,117.0,1054.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,,,,1630.0,1606.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,443323.0,445658.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,81727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,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,932.0,Gaussian Process Optimization using GPy.,50.0,26,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,583.0,546.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,14882.0,14882.0,,,,,,,,2.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-08-20 16:20:38.000000,2021-02-11 16:40:18,279.0,,82.0,12.0,50.0,22.0,53.0,821.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,,,,5109.0,5032.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1056455.0,1056657.0,https://anaconda.org/conda-forge/pysbd,2023-06-16 19:27:37.870,7684.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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,9.0,174.0,49.0,89.0,39.0,144.0,765.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,148737.0,148749.0,,,,,,,,3.0,,923.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,2024-12-06 11:29:54.000000,2024-12-06 11:28:50,368.0,11.0,98.0,20.0,147.0,36.0,94.0,654.0,pyspark methods to enhance developer productivity.,31.0,26,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],96.0,89.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,687475.0,687475.0,,,,,,,,3.0,,53.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +489,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,512.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,,,,404.0,387.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10255.0,11519.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,85957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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'],8203.0,8064.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,316829.0,317563.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,8.0,40.0,5.0,16.0,3.0,60.0,354.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'],995.0,932.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,108647.0,128470.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,991152.0,,,,,3.0,,66.0,,,,,,,,,,,,,,,,,, +492,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,,205.0,211.0,,,,,,,,3.0,,432.0,,,,,,,,,,,,,,,,,, +493,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,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,,,,,141.0,141.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,613.0,658.0,,,,,,,,3.0,,3854.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,47.0,34.0,67.0,113.0,5339.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'],254.0,239.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4634.0,4634.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,2024-12-20 11:10:49.000000,2024-12-20 11:10:48,3759.0,79.0,621.0,92.0,4127.0,245.0,1423.0,5208.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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,453.0,64.0,94.0,39.0,88.0,5207.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],165.0,160.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18019.0,18019.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,3.0,300.0,80.0,180.0,24.0,54.0,4980.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,,,,,164.0,160.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3278.0,3278.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,158.0,130.0,83.0,101.0,4677.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'],805.0,799.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,599.0,599.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,44.0,56.0,95.0,175.0,4407.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,,,,,163.0,160.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,6010.0,6010.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,134.0,649.0,65.0,198.0,3900.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,1640.0,1640.0,,,,,,,,3.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,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,85.0,105.0,101.0,3357.0,A deep learning library for video understanding research.,57.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,28341.0,28341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2966.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,25,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2743.0,2713.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,58741.0,59548.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,37166.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,97.0,49.0,65.0,254.0,2862.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,,,,759.0,738.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2572.0,2929.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20051.0,,,,,3.0,,1140.0,,,,,,,,,,,,,,,,,, +504,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,2833.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,,,,,286.0,283.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,25220.0,25221.0,,,,,,,,3.0,,91.0,,,,,,,,,,,,,,,,,, +505,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,226.0,64.0,42.0,18.0,24.0,2796.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1239.0,1234.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,45038.0,45310.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,2024-12-18 09:05:53.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,559.0,144.0,95.0,2754.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,16173.0,16173.0,,,,,,,,3.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,97.0,44.0,91.0,240.0,2750.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,58674.0,58674.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +508,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,39.0,96.0,41.0,158.0,2703.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,25,True,2022-09-04 16:37:07.000,0.54.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,2753.0,2753.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,2381.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,,,,,856.0,802.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,23394.0,23394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,12.0,228.0,40.0,137.0,63.0,127.0,2379.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,,9699.0,9699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,2113.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,93342.0,93342.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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,3.0,444.0,60.0,362.0,117.0,93.0,1946.0,Library for training machine learning models with privacy for training data.,59.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,17990.0,17992.0,,,,,,,,3.0,,184.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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,210753.0,211948.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,62185.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,,310.0,56.0,1313.0,235.0,810.0,1896.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,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,278.0,50.0,326.0,269.0,184.0,1871.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,288962.0,288962.0,,,,,,,,2.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,,160.0,60.0,68.0,67.0,130.0,1829.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,,,,,493.0,491.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,954.0,954.0,,,,,,,,3.0,,59.0,,,,,,,,,,,,,,,,,, +517,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,198.0,34.0,20.0,4.0,91.0,1754.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,807.0,796.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,17669.0,19460.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,71678.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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],201.0,193.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1405.0,1405.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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,180.0,17.0,76.0,30.0,367.0,1579.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,37505.0,48504.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,593989.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,102.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,,37241.0,37491.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16007.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,1567.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'],277.0,273.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,160257.0,160257.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,16.0,122.0,29.0,73.0,4.0,29.0,1524.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,7519.0,7520.0,,,,,,,,2.0,,126.0,,,,,,,,,,,,,,,,,, +523,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,2024-12-24 00:22:41.000000,2024-12-18 07:37:03,584.0,21.0,140.0,21.0,326.0,10.0,151.0,1411.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,4902.0,4903.0,,,,,,,,1.0,,52.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,,332.0,49.0,44.0,102.0,114.0,1409.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'],621.0,613.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,20347.0,55928.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,347.0,,,,,3.0,,1814293.0,,,,,,,,,,,,,,,,,, +525,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1403.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],438.0,431.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5255.0,5519.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,14030.0,,,,,3.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,,404.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,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1298.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1755.0,1739.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,20931.0,20931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,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,34.0,68.0,57.0,206.0,1272.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'],145.0,143.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,757.0,763.0,,,,,,,,3.0,,170.0,,,,,,,,,,,,,,,,,, +529,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-12-21 02:32:12.000000,2024-12-21 02:32:10,2629.0,100.0,97.0,20.0,1237.0,89.0,241.0,1164.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,23905.0,23905.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +530,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,1154.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,,,,,7271.0,6799.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,517911.0,517911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2109.0,2109.0,,,,,,,,3.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,3.0,50.0,9.0,66.0,192.0,258.0,657.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,,,,936.0,859.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,49799.0,52830.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,151564.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,2024-12-23 04:48:41.000000,2024-12-23 04:48:41,580.0,14.0,60.0,42.0,338.0,22.0,63.0,321.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,3951.0,3951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-12-26 15:01:15.000000,2024-12-26 13:59:21,4292.0,667.0,62.0,7.0,399.0,51.0,117.0,273.0,Python recommendation toolkit.,15.0,25,False,2024-02-16 21:04:30.000,0.14.4,26.0,lenskit,conda-forge/lenskit,,,,129.0,120.0,https://pypi.org/project/lenskit,2024-12-25 21:03:45.000,9.0,1129.0,1893.0,https://anaconda.org/conda-forge/lenskit,2024-11-05 21:32:45.433,37448.0,,,,,2.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,2024-12-24 18:08:30.000000,2024-12-24 18:07:13,1043.0,453.0,8.0,5.0,247.0,13.0,39.0,199.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/,,164.0,159.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,43182.0,43182.0,,,,,,,,3.0,,23.0,,,,,,,,,,,,,,,,,, +536,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,529.0,82.0,40.0,63.0,27.0,11390.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,24,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,64.0,64.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1406.0,1519.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,3971.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5514.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,546.0,546.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,136.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'],1162.0,1146.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,605.0,617.0,,,,,,,,3.0,,979.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,92.0,64.0,271.0,270.0,4780.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,32091.0,32091.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,356.0,59.0,51.0,,4454.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,197.0,197.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,901.0,901.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,63.0,247.0,130.0,824.0,4188.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,3988.0,3988.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,176.0,386.0,34.0,430.0,3848.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,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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,,617.0,42.0,1017.0,289.0,716.0,3512.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,57680.0,57826.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7159.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,172.0,50.0,67.0,49.0,3470.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'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,433.0,433.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,2024-12-26 13:02:53.000000,2024-11-29 09:40:42,2878.0,21.0,1243.0,133.0,1141.0,50.0,87.0,3383.0,a distributed deep learning platform.,94.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,82.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,871.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8519.0,3.0,,,,,,,,,,,,,,,,,,,, +546,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,813.0,63.0,642.0,133.0,405.0,3300.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1053.0,1053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,118.0,3088.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,,,,,168.0,156.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,800.0,858.0,,,,,,,,3.0,,4757.0,,,,,,,,,,,,,,,,,, +548,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,70.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'],3002.0,3001.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,953.0,953.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,335.0,65.0,319.0,50.0,124.0,2931.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,3562.0,3925.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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,21.0,79.0,112.0,179.0,2875.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,858.0,858.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,,144.0,28.0,200.0,20.0,73.0,2773.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,,,,495.0,469.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,32848.0,36600.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,217668.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,2724.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,,,,,120.0,116.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,214.0,214.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,93.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,19586.0,19586.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,,439.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,174.0,174.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,62.0,32.0,60.0,96.0,2297.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,120.0,119.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2811.0,2820.0,,,,,,,,3.0,,538.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,2263.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2791.0,2791.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +557,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,56.0,56.0,19.0,50.0,2216.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'],765.0,746.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7164.0,7164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,86.0,48.0,24.0,64.0,2148.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,574.0,562.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,57665.0,57665.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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,475.0,81.0,104.0,2081.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,,,,,124.0,114.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1048.0,1048.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,29.0,65.0,11.0,83.0,2020.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'],381.0,373.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1234.0,1415.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8514.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,1901.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,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,11494.0,11494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,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,1642.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,,,,,13.0,4.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3037.0,3037.0,,,,,,,,2.0,,71.0,,,,,,,,,,,,,,,,,, +563,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,,238.0,50.0,50.0,23.0,91.0,1632.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,,,,440.0,427.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2468.0,4608.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,52218.0,,,,,3.0,,69401.0,,,,,,,,,,,,,,,,,, +564,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,,123.0,28.0,31.0,63.0,50.0,1597.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],580.0,573.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,70543.0,70543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,2.0,275.0,43.0,257.0,77.0,198.0,1559.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,454.0,454.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,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,165.0,105.0,189.0,40.0,25.0,1512.0,fklearn: Functional Machine Learning.,56.0,24,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,,1794.0,1794.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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,88.0,34.0,111.0,8.0,18.0,1274.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'],297.0,286.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,19349.0,19349.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +568,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,1253.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,,,,786.0,755.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,18652.0,19062.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +569,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,53.0,461.0,145.0,296.0,1213.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,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,1181.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,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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,28.0,211.0,53.0,94.0,59.0,219.0,1060.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,3851.0,3851.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,,173.0,49.0,114.0,53.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,,,,,335.0,312.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,549.0,549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,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,2024-12-26 14:03:02.000000,2024-12-23 19:18:13,2051.0,282.0,36.0,9.0,1569.0,9.0,42.0,988.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2024-12-12 00:41:07.000,0.0.37,45.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-12-12 00:40:19.000,1.0,36642.0,36645.0,,,,,,,,3.0,,68.0,,,,,,,,,,,,,,,,,, +574,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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,986.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],497.0,494.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5600.0,5600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,744.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,232.0,200.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,17317.0,18222.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,94161.0,,,,,3.0,,35.0,,,,,,,,,,,,,,,,,, +576,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,670.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],243.0,231.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,13495.0,13495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2024-12-25 22:52:21.000000,2024-12-25 22:52:20,905.0,9.0,88.0,11.0,773.0,60.0,493.0,650.0,Automated modeling and machine learning framework FEDOT.,36.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1377.0,1377.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +578,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,2024-12-16 20:38:04.000000,2024-12-16 20:38:03,1014.0,27.0,199.0,23.0,885.0,128.0,404.0,637.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,1687.0,4292.0,,,,,,,,3.0,,106822.0,,,,,,,,,,,,,,,,,, +579,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,,138.0,21.0,49.0,1.0,87.0,582.0,Medical image processing in Python.,20.0,24,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2477.0,2424.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24106.0,25853.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,73404.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000,2024-10-28 02:06:34.000000,2024-10-21 13:56:46,3772.0,5.0,69.0,46.0,361.0,21.0,399.0,552.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-03-08 20:13:23.000,5.0.1,71.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-03-08 20:01:40.000,2.0,651.0,1148.0,https://anaconda.org/conda-forge/skll,2024-03-09 00:32:37.185,18397.0,,,,,3.0,,16.0,,,,,,,,,,,,,,,,,, +581,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2024-12-09 16:13:36.000000,2024-11-13 16:44:08,2383.0,27.0,42.0,12.0,20.0,14.0,63.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,2596.0,2600.0,,,,,,,,2.0,,292.0,,,,,,,,,,,,,,,,,, +582,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,513.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5130.0,5027.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2093168.0,2102318.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,933326.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,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,93.0,18.0,779.0,11.0,446.0,454.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'],80.0,78.0,https://pypi.org/project/lightwood,2024-12-19 16:38:42.000,2.0,5500.0,5500.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +584,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,2024-12-25 07:49:33.909000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,398.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,504.0,460.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,232280.0,234010.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,88239.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,2024-12-01 03:22:23.000000,2024-12-01 03:22:22,686.0,12.0,65.0,29.0,497.0,15.0,91.0,376.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,11040.0,23443.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,682180.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,366.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,,,,191.0,182.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,63546.0,63950.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +587,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,8024.0,Production infrastructure for machine learning at scale.,25.0,23,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,1396.0,1396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,6469.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,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,,753.0,108.0,590.0,107.0,345.0,6227.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,28089.0,28089.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,2024-12-02 21:29:39.000000,2024-12-02 21:29:38,1651.0,16.0,833.0,146.0,1590.0,387.0,403.0,5089.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,76.0,4375.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,,1583.0,1583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,21.0,489.0,216.0,22.0,25.0,4.0,3486.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,413.0,413.0,,,,,,,,3.0,,57.0,,,,,,,,,,,,,,,,,, +593,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,90.0,78.0,67.0,137.0,3389.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,277887.0,277890.0,,,,,,,,2.0,,217.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,,233.0,54.0,36.0,75.0,126.0,3206.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'],456.0,442.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4417.0,5058.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,30171.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,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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1795.0,1945.0,,,,,,,,3.0,,12901.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,40.0,39.0,7.0,115.0,2183.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,,,,291.0,278.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,3926.0,4466.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28647.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +597,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,,247.0,44.0,33.0,51.0,90.0,1997.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],189.0,189.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4402.0,4402.0,,,,,,,,3.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,42.0,36.0,45.0,24.0,1892.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'],505.0,483.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1364.0,2679.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,57866.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,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6398.0,8858.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,246780.0,,,,,3.0,,726.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,,296.0,43.0,801.0,72.0,485.0,1653.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,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,118.0,54.0,31.0,1645.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,,,,,108.0,107.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,,91.0,39.0,15.0,12.0,27.0,1385.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'],263.0,241.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,24690.0,24877.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7117.0,,,,,2.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +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,1295.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,2024-12-17 04:16:31.000000,2024-12-17 04:08:56,210.0,14.0,115.0,37.0,32.0,21.0,122.0,1272.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-17 04:17:49.000,2.3.7,91.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2837.0,2837.0,,,,,,,,3.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-11-27 18:53:38.157000,2024-01-04 20:41:21,582.0,,297.0,95.0,123.0,62.0,98.0,1060.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,1556.0,2982.0,https://anaconda.org/conda-forge/astroml,2024-11-27 18:53:38.157,49914.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,33.0,74.0,3.0,86.0,1052.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'],241.0,232.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,6933.0,6933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,148.0,15.0,108.0,29.0,256.0,1023.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,27248.0,37474.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,552211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2024-12-23 21:35:18.000000,2024-12-23 16:20:32,257.0,5.0,117.0,15.0,51.0,37.0,29.0,981.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,13.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,783.0,753.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,29843.0,45764.0,,,,,,,,3.0,,780131.0,,,,,,,,,,,,,,,,,, +609,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,2.0,143.0,21.0,87.0,7.0,72.0,955.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,,,,,169.0,162.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,13155.0,13155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,,110.0,26.0,36.0,35.0,69.0,880.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'],704.0,692.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,16059.0,16059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,,85.0,14.0,77.0,221.0,218.0,872.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,2855.0,2855.0,,,,,,,,3.0,,30.0,,,,,,,,,,,,,,,,,, +612,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,3.0,75.0,6.0,5.0,2.0,25.0,855.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,23,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],540.0,525.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,39752.0,39752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,3.0,148.0,15.0,66.0,34.0,143.0,840.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,14661.0,19088.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,243496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +614,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-08-02 05:29:18.056000,2024-08-01 17:33:11,360.0,,119.0,17.0,84.0,21.0,38.0,718.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'],356.0,318.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,8648.0,11907.0,https://anaconda.org/conda-forge/biopandas,2024-08-02 05:29:18.056,169515.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +615,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,,116.0,42.0,118.0,51.0,48.0,702.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,185.0,177.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,23792.0,23792.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,15.0,13.0,44.0,7.0,588.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,404448.0,412921.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,364343.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,51.0,89.0,338.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,1853.0,11226.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,299715.0,,,,,3.0,,9186.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,29.0,,,,,,,,,,,, +618,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,2024-12-20 16:08:35.000000,2024-12-19 08:19:35,1086.0,31.0,1340.0,113.0,541.0,51.0,714.0,13853.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,False,2024-12-18 09:11:42.000,2.4.1,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,, +619,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,,1543.0,151.0,53.0,46.0,12.0,10754.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'],80.0,77.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1127.0,1127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,109.0,180.0,357.0,5673.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,18861.0,18861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,211.0,66.0,220.0,5005.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1653.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143830.0,3.0,,,,,,,,,,,,,,,,,,,, +622,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,22,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,,106.0,127.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1839.0,,,,,3.0,,421.0,,,,,,,,,,,,,,,,,, +623,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,3640.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,,156.0,176.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1361.0,3.0,,,,,,,,,,,,,,,,,,,, +624,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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3575.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,,37.0,37.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,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,1541.0,1550.0,,,,,,,,3.0,,650.0,,,,,,,,,,,,,,,,,, +626,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,54.0,414.0,82.0,106.0,3262.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,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,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,205.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'],164.0,162.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2253.0,2253.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +628,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,2024-12-23 19:44:47.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,73.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,292.0,347.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1939.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,164.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,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,2896.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,2870.0,2872.0,,,,,,,,3.0,,161.0,,,,,,,,,,,,,,,,,, +631,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,1.0,727.0,7.0,34.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,2624.0,2624.0,,,,,,,,3.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,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,53.0,53.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,2105.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,1589.0,1589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,5.0,148.0,33.0,186.0,71.0,150.0,2042.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,,278.0,289.0,,,,,,,,3.0,,612.0,,,,,,,,,,,,,,,,,, +635,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,42.0,68.0,163.0,95.0,1875.0,Super easy library for BERT based NLP models.,37.0,22,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,,2054.0,2054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,44.0,14.0,57.0,35.0,1801.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']",336.0,325.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2354.0,2354.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,,197.0,30.0,424.0,11.0,163.0,1678.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,,249.0,249.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,,200.0,38.0,7.0,15.0,33.0,1658.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'],78.0,72.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,12605.0,12605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,806.0,1274.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,27666.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,51.0,312.0,98.0,18.0,1597.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,32645.0,32645.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,57.0,52.0,82.0,149.0,1574.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,,1433.0,1462.0,,,,,,,,3.0,,2901.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,,193.0,33.0,86.0,16.0,33.0,1456.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,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,1314.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'],185.0,180.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,460.0,460.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,1.0,323.0,50.0,798.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,,1462.0,1462.0,,,,,,,,3.0,,21.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,,149.0,91.0,122.0,33.0,46.0,1207.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,486.0,486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,1192.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,10490.0,10490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,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,1263.0,1269.0,,,,,,,,3.0,,788.0,,,,,,,,,,,,,,,,,, +648,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,20.0,73.0,18.0,45.0,1038.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,,,,,254.0,250.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,23343.0,23343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,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,51.0,99.0,44.0,51.0,1019.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'],268.0,257.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4218.0,4218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,,88.0,26.0,55.0,36.0,28.0,964.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,,,,806.0,783.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,54477.0,56458.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,77272.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,961.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'],125.0,117.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,13183.0,13183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,,170.0,30.0,113.0,91.0,56.0,928.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,6072.0,49682.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2333239.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,402.0,,,,,,,,,,,, +653,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'],2473.0,2464.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1457.0,1457.0,,,,,,,,3.0,,32.0,,,,,,,,,,,,,,,,,, +654,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,3.0,251.0,46.0,18.0,11.0,92.0,866.0,Data compression in TensorFlow.,24.0,22,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,2149.0,2149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,1.0,134.0,24.0,594.0,63.0,511.0,852.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,2794.0,2794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,,,,,504.0,503.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1947.0,1947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,5014.0,9274.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,351652.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,396.0,,,,,,,,,,,, +658,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,34.0,691.0,22.0,118.0,705.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']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,693.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'],488.0,478.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,29373.0,29402.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3117.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,689.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,,,,542.0,537.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11315.0,11371.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2430.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,612.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,512.0,487.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8886.0,9300.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,13.0,75.0,10.0,220.0,49.0,83.0,568.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1107.0,1115.0,,,,,,,,3.0,,285.0,,,,,,,,,,,,,,,,,, +663,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,7.0,211.0,20.0,109.0,526.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'],303.0,298.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2060.0,2060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,,109.0,36.0,277.0,85.0,174.0,496.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1200.0,1204.0,,,,,,,,3.0,,402.0,,,,,,,,,,,,,,,,,, +665,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,5.0,101.0,18.0,11.0,,50.0,463.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,22,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,64.0,64.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6663.0,6663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,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,,1509.0,1509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,3.0,60.0,28.0,110.0,33.0,184.0,375.0,scalable audio processing framework and server written in Python.,23.0,22,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,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,453.0,43.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,22,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,1190.0,1190.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,2024-12-26 12:20:41.000000,2024-11-19 09:38:40,1433.0,121.0,21.0,9.0,86.0,11.0,27.0,326.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,788.0,788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,121.0,113.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,788.0,788.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,12.0,9.0,5.0,12.0,240.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,,,,1349.0,1292.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,87587.0,89373.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,89348.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,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,,,,,2459.0,2415.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,131510.0,131510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,13795.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,,,,,,,,,,,,,,,,,,,, +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,93.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,598.0,598.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,1.0,1210.0,97.0,51.0,409.0,290.0,6708.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,50.0,50.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,225.0,25.0,8.0,122.0,5370.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,912.0,912.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,4982.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,,,,,,,,,,,,20.0,,,,,,,,3.0,,1540.0,,,,,,,,,,,,,,,,,, +678,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,746.0,103.0,35.0,107.0,113.0,4683.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,5842.0,5845.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,264.0,3.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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4616.0,High-performance TensorFlow library for quantitative finance.,47.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,791.0,791.0,,,,,,,,3.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,,172.0,65.0,54.0,6.0,44.0,3094.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,,596.0,597.0,,,,,,,,3.0,,53.0,,,,,,,,,,,,,,,,,, +681,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'],216.0,213.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1824.0,1824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,2225.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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,54.0,35.0,16.0,105.0,2133.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,,13169.0,13169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,1987.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,594.0,760.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5918.0,,,,,3.0,,129.0,,,,,,,,,,,,,,,,,, +685,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,,164.0,18.0,74.0,26.0,43.0,1852.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,,1255.0,1255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,39.0,31.0,30.0,79.0,1815.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,36.0,36.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,8590.0,8591.0,,,,,,,,3.0,,36.0,,,,,,,,,,,,,,,,,, +687,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,,3586.0,3586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,1503.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,,418.0,418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,61.0,47.0,37.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'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,187.0,19.0,264.0,88.0,94.0,1374.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,32443.0,32443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1278.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,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,,147.0,25.0,77.0,50.0,37.0,1108.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,252406.0,252570.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9351.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,250.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'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,86.0,18.0,160.0,20.0,94.0,879.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,,,,64.0,62.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1636.0,1869.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,10973.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,,161.0,37.0,46.0,43.0,49.0,839.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,652.0,652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,,117.0,34.0,561.0,211.0,246.0,789.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,8126.0,8126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],67.0,63.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,637.0,637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,125.0,30.0,29.0,21.0,34.0,771.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1297.0,1297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],682.0,674.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,52125.0,52300.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8782.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,31367.0,31367.0,,,,,,,,3.0,,29.0,,,,,,,,,,,,,,,,,, +701,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,643.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']",691.0,674.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,27744.0,27744.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,25.0,433.0,10.0,237.0,636.0,torchbearer: A model fitting library for PyTorch.,14.0,21,True,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,406.0,406.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,29.0,12.0,13.0,15.0,631.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,,,,,237.0,229.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,32789.0,32789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,625.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],417.0,409.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,32231.0,32231.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,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,315.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,410.0,410.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,1.0,131.0,22.0,20.0,8.0,31.0,603.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,21,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12857.0,12857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,29.0,66.0,24.0,10.0,17.0,45.0,600.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,,564.0,948.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,11138.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,9.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,81.0,79.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,45809.0,45809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,589.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,451.0,445.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,10488.0,10685.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14233.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,2325.0,2325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,2749.0,2749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,571.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,491.0,482.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11296.0,11717.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,29083.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,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,549.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,431.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'],2232.0,2188.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,318926.0,318926.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,417.0,optimization routines for hyperparameter tuning.,9.0,21,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,2230.0,2230.0,,,,,,,,3.0,,105.0,,,,,,,,,,,,,,,,,, +716,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,,,,,545.0,537.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,19874.0,19874.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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,36305.0,36305.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,356.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,3227.0,3227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2024-12-24 15:58:27.000000,2024-12-18 10:41:18,811.0,23.0,25.0,5.0,303.0,5.0,,322.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-12-18 10:41:39.000,1.2.28,865.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-12-24 13:46:31.000,,11411.0,11411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,491212.0,491212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,2024-12-22 00:12:18.000000,2024-11-07 18:17:34,501.0,9.0,107.0,20.0,568.0,58.0,130.0,272.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,,41652.0,41775.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5586.0,,,,,3.0,,124.0,,,,,,,,,,,,,,,,,, +722,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2024-12-04 18:38:14.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,223.0,22.0,64.0,252.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,420.0,420.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +723,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,20.0,19.0,72.0,24.0,5149.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,,1464.0,1464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,3427.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,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,,322.0,58.0,242.0,176.0,111.0,3233.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,1892.0,1903.0,,,,,,,,3.0,,701.0,,,,,,,,,,,,,,,,,, +726,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,2947.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,807.0,807.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +727,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,,,,,,,,,,,,,,,,,,,, +728,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,2694.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,75.0,75.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,127.0,225.0,90.0,183.0,2336.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,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,,182.0,55.0,895.0,129.0,586.0,1940.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,31.0,41.0,35.0,176.0,1907.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,,461.0,461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,1637.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,1228.0,1228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,67.0,202.0,5.0,74.0,1593.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,,63.0,259.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13159.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,101.0,36.0,13.0,24.0,1432.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,,104.0,104.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,,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,,,,,176.0,174.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2279.0,2279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,205.0,63.0,7.0,13.0,29.0,1176.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,731.0,731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,1105.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'],177.0,172.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5482.0,5482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,,169.0,57.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,,,,188.0,186.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,538.0,764.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9719.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,183.0,52.0,12.0,16.0,42.0,1004.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'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,120.0,120.0,,,,,,,,3.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,36.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,,,,,3647.0,3642.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,539.0,539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,28.0,40.0,847.0,python partial dependence plot toolbox.,7.0,20,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,12919.0,13262.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,766.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,820.0,820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,5165.0,5165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,2022-02-09 16:35:40,142.0,,102.0,23.0,26.0,46.0,61.0,616.0,Build fully-functioning computer vision models with PyTorch.,12.0,20,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,2931.0,3058.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5342.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,610.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,20,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,,405.0,405.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,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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,219.0,219.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,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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,482.0,482.0,,,,,,,,3.0,,15.0,,,,,,,,,,,,,,,,,, +749,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,527.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,20,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,5812.0,5812.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,,109.0,19.0,57.0,27.0,21.0,501.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,2774.0,2774.0,,,,,,,,3.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,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,,,,,169.0,161.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,5691.0,5691.0,,,,,,,,3.0,,31.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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,10383.0,10387.0,,,,,,,,3.0,2.0,249.0,,,,,,,,,,,,,,,,,, +753,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,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,31842.0,31842.0,,,,,,,,3.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-15 20:28:11.000000,2024-09-24 15:52:47,3054.0,,64.0,12.0,272.0,11.0,112.0,445.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,191.0,191.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,9.0,78.0,33.0,23.0,406.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1000.0,1692.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,28400.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,2024-12-11 01:00:10.000000,2024-12-09 21:58:06,405.0,6.0,137.0,34.0,333.0,89.0,138.0,344.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,20.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-12-11 01:00:10.000,,3578.0,3595.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1885.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'],267.0,267.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2872.0,2872.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,,26.0,22.0,239.0,24.0,25.0,301.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,349.0,349.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,289.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,17114.0,17114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,4.0,77.0,21.0,447.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,5.0,5.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,387.0,387.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,268.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,1715.0,4467.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,136771.0,,,,,3.0,,2081.0,,,,,,,,,,,,,,,,,, +762,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,130.0,244.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,,2093.0,2114.0,,,,,,,,3.0,,1244.0,,,,,,,,,,,,,,,,,, +763,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,227.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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20665.0,20665.0,,,,,,,,3.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,,33.0,11.0,202.0,21.0,76.0,211.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,1514.0,1514.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,335.0,58.0,2.0,,6806.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,,146.0,153.0,,,,,,,,3.0,,395.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-04-02 17:52:52.000000,2021-06-15 18:41:51,22.0,,279.0,31.0,22.0,34.0,37.0,3259.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,False,,,,,,,,,2419.0,2419.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,,179.0,24.0,20.0,19.0,30.0,1740.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,,173.0,174.0,,,,,,,,3.0,,50.0,,,,,,,,,,,,,,,,,, +768,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,,156.0,46.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,,998.0,998.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,56.0,65.0,8.0,31.0,1388.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,95.0,95.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,,174.0,44.0,5.0,4.0,7.0,1139.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,387.0,387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,2024-12-20 12:32:52.000000,2024-12-20 12:31:21,296.0,6.0,63.0,15.0,63.0,9.0,22.0,1065.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,19,True,2024-12-20 12:32:52.000,3.1.0,36.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-12-20 12:32:52.000,2.0,771.0,793.0,,,,,,,,3.0,,496.0,,,,,,,,,,,,,,,,,, +772,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,924.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,464.0,664.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10442.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,30.0,38.0,43.0,21.0,865.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,,2944.0,2944.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,859.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,,91.0,23.0,51.0,20.0,17.0,857.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,1528.0,2494.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,32845.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,1.0,126.0,30.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,,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,,115.0,21.0,27.0,3.0,87.0,740.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,19,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,,11440.0,11440.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,,102.0,26.0,49.0,15.0,54.0,734.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,,,,,31.0,29.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,19,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,,1204.0,1204.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,2024-10-23 06:29:06.515000,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,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,416.0,46744.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2362744.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,,97.0,15.0,53.0,13.0,16.0,572.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,,3989.0,3989.0,,,,,,,,3.0,,8.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,55.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,,,,,24.0,24.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,336.0,336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,527.0,Topological Data Analysis for Python.,6.0,19,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1207.0,1207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2024-12-18 08:30:19.000000,2024-11-26 14:53:35,988.0,1.0,95.0,32.0,100.0,18.0,27.0,484.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,6645.0,6645.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,16.0,148.0,40.0,66.0,471.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,,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,2023-06-16 16:08:23.527000,2021-02-15 17:10:59,283.0,,73.0,25.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,4150.0,4580.0,https://anaconda.org/conda-forge/skrebate,2023-06-16 16:08:23.527,35759.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,395.0,703.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15403.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2024-12-20 19:50:28.000000,2024-12-18 11:19:05,330.0,3.0,79.0,25.0,353.0,26.0,10.0,345.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1679.0,1679.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,6.0,217.0,4.0,26.0,341.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,1662.0,1662.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,334.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,182.0,182.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,,37.0,18.0,6.0,19.0,21.0,315.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,1750.0,1750.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +792,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,,20.0,18.0,464.0,90.0,76.0,237.0,Functional tensors for probabilistic programming.,11.0,19,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5089.0,5089.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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,828.0,832.0,,,,,,,,3.0,,430.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,112.0,51.0,46.0,160.0,6309.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,2024-12-20 15:56:56.000000,2024-12-18 07:50:39,715.0,12.0,439.0,39.0,871.0,149.0,119.0,3371.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,,416.0,106.0,83.0,67.0,48.0,2996.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'],,,,,,,99.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8916.0,,,,,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,60.0,106.0,27.0,56.0,2141.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,,1150.0,1150.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,80.0,36.0,83.0,68.0,1702.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,,174.0,174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,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,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,1109.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,4969.0,4969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,,85.0,13.0,35.0,3.0,25.0,822.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3833.0,3833.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,,62.0,62.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,,65.0,17.0,21.0,29.0,50.0,675.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,,481.0,481.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,,71.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,,855.0,855.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,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2117.0,2117.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,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,,827.0,827.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,482.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,3222.0,3222.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,4006.0,4006.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,,85.0,20.0,248.0,10.0,23.0,427.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,2092.0,2092.0,,,,,,,,3.0,,29.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,408.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,144.0,140.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5246.0,5247.0,,,,,,,,3.0,,129.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,12.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,,1548.0,1548.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,,507.0,507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,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,28.0,59.0,30.0,32.0,295.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,,163.0,166.0,,,,,,,,3.0,,206.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,,1145.0,5986.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,242097.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,1.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,546.0,546.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +816,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,18,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,,36703.0,36703.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,158.0,158.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,134.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,,,,10176.0,10047.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,300379.0,300410.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1284.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,,1349.0,467.0,21.0,59.0,167.0,7149.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,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,2024-12-20 23:39:26.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1017.0,127.0,65.0,1649.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,127.0,127.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,,255.0,52.0,13.0,20.0,13.0,1551.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,,121.0,140.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1701.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,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,424.0,424.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,,,,,87.0,86.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,174.0,174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,2023-06-16 19:27:38.210000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,799.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,17,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,,555.0,656.0,https://anaconda.org/conda-forge/tensor-sensor,2023-06-16 19:27:38.210,3843.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,781.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,,,,,61.0,61.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,389.0,389.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,779.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,7456.0,7456.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,,305.0,312.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,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,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,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,433.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,,118.0,118.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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,,43.0,11.0,61.0,31.0,47.0,243.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,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,1709.0,1821.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3932.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +833,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,,8697.0,8697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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'],52.0,52.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,295.0,295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,4365.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,,,,,,,,,,,,,,,,,,, +837,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,2902.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,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,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,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,,58.0,58.0,,,,,,,,3.0,,52.0,,,,,,,,,,,,,,,,,, +839,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,20.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,,,,,,,,,,,,,,,,,,,, +840,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],94.0,93.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2831.0,2831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,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,1126.0,1126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,737.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,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,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,11227.0,11227.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,,127.0,43.0,435.0,25.0,130.0,716.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,,98.0,39.0,106.0,12.0,51.0,550.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,,120.0,123.0,,,,,,,,3.0,,251.0,typedb/typedb-ml,,,,,,,,,,,,,,,,, +847,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,,42.0,21.0,171.0,6.0,65.0,520.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,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,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,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,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,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,2521.0,2521.0,,,,,,,,3.0,,12.0,,,,,,,,,,,,,,,,,, +853,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,,,,224.0,Pytorch framework for doing deep learning on point clouds.,29.0,16,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,,929.0,929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,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,,13.0,9.0,2.0,,5.0,208.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,456.0,456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,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,5.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,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,,1457.0,1457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,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,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,106.0,106.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,2213.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,,119.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,855.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,,92.0,92.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,828.0,Translate - a PyTorch Language Library.,88.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,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,,57.0,16.0,83.0,18.0,49.0,612.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,,130.0,130.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,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,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,1.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,15,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,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,420.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,,698.0,698.0,,,,,,,,3.0,,20.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,419.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,,157.0,157.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,,55.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,83.0,224.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7493.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,376.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,,319.0,319.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,311.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,,228.0,228.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,298.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,,400.0,400.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,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,683.0,683.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,,32.0,8.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,,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,229.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,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,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,627.0,627.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,197.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,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-12-23 18:24:49.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-12-16 00:50:08.000,3.47.5,304.0,comet_ml,comet_ml,,,,83.0,,https://pypi.org/project/comet_ml,2024-12-23 18:24:49.000,83.0,316710.0,316710.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,,1000.0,64.0,13.0,45.0,26.0,3751.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,3443.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,67.0,26.0,10.0,97.0,1692.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['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,54.0,23.0,42.0,85.0,1314.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,1238.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,78.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5013.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,708.0,2302.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,84505.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,349.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,2034.0,2034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,9.0,15.0,2.0,7.0,278.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,,129.0,129.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,9.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,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,,81.0,81.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,,36.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,,101.0,101.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,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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,97.0,97.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,103.0,28.0,28.0,357.0,3880.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,,484.0,108.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,,,,,,,,,,,,,,,,,,,, +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,,86.0,48.0,4.0,3.0,,2575.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,1394.0,1396.0,,,,,,,,3.0,,80.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,,174.0,37.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,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,11.0,11.0,3.0,16.0,787.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,172.0,172.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,11.0,58.0,4.0,20.0,292.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,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,12.0,7.0,26.0,1.0,2.0,267.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,,211.0,217.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,281.0,3.0,,11.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,,406.0,406.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,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,,38.0,38.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,5.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,,268.0,277.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +898,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,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,106.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,,7800.0,7800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,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,,125.0,125.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,12.0,17.0,,,44.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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,585.0,585.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,32.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,,231.0,231.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,,412.0,63.0,6.0,66.0,17.0,1964.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,,327.0,90.0,11.0,12.0,6.0,1786.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,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,,53.0,17.0,3.0,2.0,1.0,539.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,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,,137.0,137.0,,,,,,,,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'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,91.0,91.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,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,,112.0,112.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +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,,75.0,75.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,93.0,22.0,52.0,15.0,3268.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,951.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,17.0,5.0,4.0,12.0,627.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,530.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,,59.0,59.0,,,,,,,,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,149.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,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,,68.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,35.0,35.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-01-02_changes.md b/history/2025-01-02_changes.md new file mode 100644 index 00000000..a10d10a2 --- /dev/null +++ b/history/2025-01-02_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._ + +- PyTorch Geometric (πŸ₯‡41 Β· ⭐ 22K Β· πŸ“ˆ) - Graph Neural Network Library for PyTorch. MIT +- accelerate (πŸ₯‡41 Β· ⭐ 8.1K Β· πŸ“ˆ) - A simple way to launch, train, and use PyTorch models.. Apache-2 +- jieba (πŸ₯‡37 Β· ⭐ 34K Β· πŸ’€) - Chinese Words Segmentation Utilities. MIT +- opencv-python (πŸ₯ˆ36 Β· ⭐ 4.6K Β· πŸ“ˆ) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- plotnine (πŸ₯ˆ36 Β· ⭐ 4.1K Β· πŸ“ˆ) - A Grammar of Graphics for Python. MIT +- tensorboardX (πŸ₯ˆ34 Β· ⭐ 7.9K Β· πŸ“ˆ) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +- jellyfish (πŸ₯ˆ34 Β· ⭐ 2.1K Β· πŸ“ˆ) - a python library for doing approximate and phonetic matching of.. MIT +- tensorpack (πŸ₯‰33 Β· ⭐ 6.3K Β· πŸ’€) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 +- Tesseract (πŸ₯ˆ33 Β· ⭐ 5.9K Β· πŸ“ˆ) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +- USearch (πŸ₯ˆ32 Β· ⭐ 2.4K Β· πŸ“ˆ) - Fast Open-Source Search & Clustering engine for Vectors &.. 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 (πŸ₯‡44 Β· ⭐ 31K Β· πŸ“‰) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- LightGBM (πŸ₯ˆ42 Β· ⭐ 17K Β· πŸ“‰) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT +- Catboost (πŸ₯ˆ41 Β· ⭐ 8.2K Β· πŸ“‰) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- OpenAI Gym (πŸ₯‡39 Β· ⭐ 35K Β· πŸ’€) - A toolkit for developing and comparing reinforcement learning.. MIT +- dgl (πŸ₯‡35 Β· ⭐ 14K Β· πŸ“‰) - Python package built to ease deep learning on graph, on top of.. Apache-2 +- Prophet (πŸ₯‡32 Β· ⭐ 19K Β· πŸ“‰) - Tool for producing high quality forecasts for time series data that.. MIT +- kaggle (πŸ₯ˆ31 Β· ⭐ 6.4K Β· πŸ“‰) - Official Kaggle API. Apache-2 +- Essentia (πŸ₯‰27 Β· ⭐ 2.9K Β· πŸ“‰) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 +- ivis (πŸ₯‰19 Β· ⭐ 330 Β· πŸ“‰) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +- Saliency (πŸ₯‰18 Β· ⭐ 960 Β· πŸ’€) - Framework-agnostic implementation for state-of-the-art.. Apache-2 + diff --git a/history/2025-01-02_projects.csv b/history/2025-01-02_projects.csv new file mode 100644 index 00000000..10d3609c --- /dev/null +++ b/history/2025-01-02_projects.csv @@ -0,0 +1,921 @@ +,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,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-12-23 01:23:30.000000,2024-12-23 01:23:30,1570.0,3.0,739.0,119.0,345.0,71.0,152.0,5034.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2373.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,3750.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,3750.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,3750.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,3750.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-01-02 12:28:22.000000,2025-01-02 11:42:10,174047.0,3610.0,74384.0,7547.0,42160.0,6361.0,39273.0,189707.0,An Open Source Machine Learning Framework for Everyone.,4749.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],455991.0,447914.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,21502590.0,22315047.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5200417.0,https://hub.docker.com/r/tensorflow/tensorflow,2024-12-16 13:48:51.895865,2649.0,78776850.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-01-02 13:59:08.000000,2025-01-02 05:35:52,82737.0,3597.0,22762.0,1752.0,95782.0,15619.0,33466.0,85458.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5339.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],625891.0,606032.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,30490576.0,31122269.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25239679.0,,,,,1.0,70282.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-01-02 12:06:18.000000,2025-01-02 12:06:18,32032.0,293.0,25467.0,2147.0,18187.0,2104.0,9759.0,60593.0,scikit-learn: machine learning in Python.,3237.0,53,True,2024-12-09 18:30:05.000,1.6.0,83.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1032937.0,1006699.0,https://pypi.org/project/scikit-learn,2024-12-09 16:01:02.000,26238.0,73425448.0,74016096.0,https://anaconda.org/conda-forge/scikit-learn,2024-12-09 17:45:36.628,33075785.0,,,,,1.0,1036.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-01-02 10:36:53.000000,2025-01-02 10:36:53,17670.0,643.0,27320.0,1126.0,18568.0,1517.0,15405.0,137048.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",2986.0,52,True,2024-12-17 15:42:54.000,4.47.1,166.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",270801.0,263704.0,https://pypi.org/project/transformers,2024-12-17 15:42:35.000,7097.0,43036427.0,43080261.0,https://anaconda.org/conda-forge/transformers,2024-12-18 05:19:05.387,2367063.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-01-02 09:39:06.000000,2025-01-02 09:39:05,34267.0,658.0,5222.0,350.0,11691.0,1725.0,9065.0,13236.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1724.0,50,True,2024-08-21 00:10:50.000,1.14.1,110.0,scipy,conda-forge/scipy,,,,1235545.0,1186840.0,https://pypi.org/project/scipy,2024-12-24 05:05:06.000,48705.0,111510127.0,112637541.0,https://anaconda.org/conda-forge/scipy,2024-12-08 23:50:50.522,56176409.0,,,,,1.0,443051.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-01-01 14:39:38.000000,2025-01-01 14:39:36,59327.0,334.0,4458.0,294.0,13583.0,5148.0,8954.0,13164.0,A computer algebra system written in pure Python.,1344.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,208192.0,204692.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,27764922.0,27902156.0,https://anaconda.org/conda-forge/sympy,2024-10-09 14:38:28.134,7460823.0,,,,,1.0,552836.0,,,,,,,,,,,,,,,,,,, +12,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-01-02 02:36:45.000000,2025-01-02 02:36:45,11266.0,242.0,19482.0,1917.0,7686.0,249.0,12049.0,62292.0,Deep Learning for humans.,1362.0,48,True,2024-11-26 17:04:02.000,3.7.0,104.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1654.0,,https://pypi.org/project/keras,2024-11-26 17:04:02.000,1654.0,12968665.0,13039008.0,https://anaconda.org/conda-forge/keras,2024-12-10 19:57:35.430,3868884.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2024-12-30 21:24:41.000000,2024-12-30 18:22:34,51529.0,372.0,7684.0,594.0,18722.0,1601.0,9413.0,20520.0,matplotlib: plotting with Python.,1759.0,48,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1535936.0,1482953.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,65146248.0,65646672.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27523347.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-01-02 10:57:31.000000,2025-01-02 10:57:30,19011.0,348.0,2243.0,219.0,5243.0,125.0,3141.0,12438.0,Python Imaging Library (Fork).,482.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,1997261.0,1986350.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,110637154.0,111526783.0,https://anaconda.org/conda-forge/pillow,2024-10-18 22:08:55.292,48039974.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,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-01-02 06:41:54.000000,2024-12-31 19:32:29,6920.0,229.0,3141.0,321.0,5262.0,1003.0,3788.0,36500.0,Streamlit A faster way to build and share data apps.,271.0,46,True,2024-12-13 21:22:19.000,1.41.1,233.0,streamlit,,,,,649816.0,646808.0,https://pypi.org/project/streamlit,2024-12-13 21:22:11.000,3008.0,5856426.0,5856426.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-01-02 11:15:22.000000,2025-01-02 11:15:21,23450.0,721.0,5895.0,478.0,30113.0,4261.0,15486.0,34707.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1123.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20750.0,19930.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,5353361.0,5363790.0,https://anaconda.org/conda-forge/ray-tune,2024-12-20 21:34:53.315,510968.0,,,,,1.0,248.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-01-02 14:10:56.000000,2025-01-02 14:04:14,24883.0,1455.0,2843.0,336.0,16910.0,1476.0,4353.0,30883.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",808.0,46,True,2024-12-17 23:03:44.000,0.4.38,172.0,jax,conda-forge/jaxlib,,,,37035.0,34965.0,https://pypi.org/project/jax,2024-12-17 23:03:44.000,2070.0,4490141.0,4526986.0,https://anaconda.org/conda-forge/jaxlib,2024-12-12 03:36:57.455,2026498.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-01-02 04:08:05.000000,2025-01-02 04:08:05,7277.0,156.0,8742.0,909.0,5776.0,457.0,4948.0,26447.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",656.0,46,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,125916.0,123805.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,24092672.0,24196391.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5595581.0,,,,,1.0,12769.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,2024-12-31 19:49:54.000000,2024-12-17 17:18:05,7386.0,490.0,2558.0,276.0,1768.0,580.0,2491.0,16521.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,350999.0,344670.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,17616875.0,17781700.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,7917142.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,23448.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-01-02 10:03:14.000000,2025-01-02 10:03:14,52440.0,1305.0,5638.0,716.0,51856.0,1809.0,17520.0,22386.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1342.0,45,True,2024-09-13 08:31:46.000,2.6.2,71.0,paddlepaddle,,,,['paddle'],6886.0,6693.0,https://pypi.org/project/paddlepaddle,2024-11-01 08:33:35.000,193.0,319375.0,319527.0,,,,,,,,1.0,15422.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-01-01 23:01:22.000000,2024-12-29 15:30:37,20656.0,43.0,4188.0,439.0,6228.0,785.0,7015.0,19505.0,"Interactive Data Visualization in the browser, from Python.",704.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,97907.0,96112.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,3466525.0,3750449.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15615827.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,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-01-02 08:43:35.000000,2025-01-02 08:43:34,15626.0,124.0,3091.0,288.0,3971.0,2851.0,2810.0,10315.0,Statsmodels: statistical modeling and econometrics in Python.,448.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,152542.0,148073.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,14288833.0,14588283.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16469756.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +23,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-01-02 08:44:30.000000,2025-01-02 08:44:21,43140.0,779.0,28412.0,2022.0,49308.0,243.0,,40268.0,Apache Spark Python API.,3164.0,44,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,30344479.0,30410213.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3615376.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +24,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-01-02 14:32:04.000000,2025-01-01 20:05:12,7324.0,286.0,2631.0,177.0,4720.0,452.0,4719.0,34930.0,"Wrap UIs around any model, share with anyone.",477.0,44,True,2024-12-16 23:26:54.000,5.9.1,611.0,gradio,,,,,52270.0,51336.0,https://pypi.org/project/gradio,2024-12-16 23:26:54.000,934.0,5819904.0,5819904.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-12-16 14:17:50.000000,2024-12-11 13:14:08,16218.0,15.0,4417.0,562.0,4030.0,168.0,5523.0,30578.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,44,True,2024-12-11 13:12:14.000,3.8.3,238.0,spacy,conda-forge/spacy,,,,112781.0,109943.0,https://pypi.org/project/spacy,2024-12-11 13:12:14.000,2838.0,12318297.0,12407143.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4885814.0,,,,,1.0,1222.0,,,,,,,,-1.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-01-02 07:44:26.000000,2024-12-31 09:30:04,6981.0,428.0,4291.0,306.0,9866.0,1682.0,2648.0,19124.0,Open source platform for the machine learning lifecycle.,810.0,44,True,2024-12-11 12:49:06.000,2.19.0,121.0,mlflow,conda-forge/mlflow,,,,49936.0,49004.0,https://pypi.org/project/mlflow,2024-12-11 09:49:32.000,932.0,13548945.0,13595969.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2586365.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,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-01-02 03:09:49.000000,2025-01-02 03:09:49,7851.0,60.0,3253.0,281.0,3959.0,344.0,3055.0,15216.0,Network Analysis in Python.,760.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,343270.0,333640.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,60176706.0,60543446.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19437250.0,,,,,1.0,76.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-01-02 08:15:16.000000,2024-12-23 20:49:50,8443.0,120.0,1726.0,213.0,6098.0,1098.0,4328.0,12786.0,Parallel computing with task scheduling.,614.0,44,True,2024-12-17 20:26:41.000,2024.12.1,214.0,dask,conda-forge/dask,,,,71011.0,68458.0,https://pypi.org/project/dask,2024-12-17 20:26:41.000,2553.0,10873178.0,11095281.0,https://anaconda.org/conda-forge/dask,2024-12-17 22:58:45.484,12437809.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +29,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,2024-12-22 08:21:07.098000,2024-12-21 00:55:01,10495.0,68.0,3410.0,252.0,10357.0,835.0,6345.0,28727.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",991.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],41808.0,40272.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6102132.0,6127555.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1383978.0,,,,,2.0,10923.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +30,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2024-12-20 17:20:57.000000,2024-12-11 17:57:01,7769.0,80.0,2077.0,426.0,1168.0,495.0,1375.0,21753.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,76214.0,74867.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4301002.0,4330366.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1614966.0,,,,,1.0,87.0,,,,,,,,,,,,,,,,,,, +31,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-01-02 08:51:18.000000,2025-01-02 08:26:29,2950.0,105.0,3692.0,437.0,3500.0,350.0,2570.0,18177.0,Open standard for machine learning interoperability.,330.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,39115.0,38062.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5521628.0,5547372.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1401714.0,,,,,1.0,22607.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-01-02 06:40:21.000000,2025-01-02 06:18:01,18865.0,907.0,1833.0,87.0,3447.0,971.0,3100.0,15616.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",373.0,43,True,2025-01-02 06:40:21.000,1.56.6,1037.0,litellm,,,,others,6284.0,5625.0,https://pypi.org/project/litellm,2025-01-02 06:24:56.000,659.0,2844260.0,2844421.0,,,,,,,,1.0,485.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-01-02 12:51:55.000000,2025-01-01 19:33:45,3141.0,382.0,1651.0,198.0,3781.0,680.0,888.0,13867.0,Development repository for the Triton language and compiler.,354.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,48168.0,47903.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,13776171.0,13776171.0,,,,,,,,1.0,,triton-lang/triton,,,,,,,,,,,,,,,,,, +34,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2024-12-30 13:51:59.000000,2024-12-30 13:51:59,18805.0,519.0,1042.0,117.0,3823.0,63.0,1633.0,11164.0,A hyperparameter optimization framework.,283.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,21541.0,20506.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3246508.0,3284025.0,https://anaconda.org/conda-forge/optuna,2024-12-23 04:20:25.969,2063464.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,18.0,1659.0,189.0,5059.0,687.0,1241.0,6757.0,TensorFlows Visualization Toolkit.,322.0,43,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],285474.0,283248.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,24554706.0,24650303.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5257860.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-01 20:34:07.000000,2025-01-01 20:34:07,2627.0,151.0,4773.0,318.0,564.0,47.0,898.0,32772.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",165.0,42,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],44967.0,43960.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,5130895.0,5244703.0,https://anaconda.org/conda-forge/timm,2024-12-17 14:22:47.539,290393.0,,,,,1.0,7373366.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +37,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-01-02 13:47:35.000000,2025-01-02 07:04:58,21560.0,708.0,2985.0,284.0,23882.0,829.0,11768.0,31685.0,"Milvus is a high-performance, cloud-native vector database designed to scale vector search.",298.0,42,True,2025-01-02 11:19:58.000,2.5.3,111.0,pymilvus,,milvusdb/milvus,,,205.0,,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1192103.0,2247711.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-01-02 13:45:27.146909,66.0,67254916.0,1.0,294522.0,,,,,,,,,,,,,,,,,,, +38,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-01-02 06:55:04.000000,2025-01-02 06:55:02,3621.0,50.0,3834.0,435.0,3317.0,375.0,3092.0,16845.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",323.0,42,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,43267.0,42190.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8871403.0,8931215.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2965489.0,,,,,2.0,258946.0,,,,,,,,-1.0,,,,,,,,,,, +39,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,2.0,2887.0,460.0,1499.0,276.0,1569.0,13734.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,42,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,339650.0,334953.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,22431762.0,22495845.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2947834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +40,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,2024-12-24 00:18:18.000000,2024-12-23 17:00:14,5040.0,35.0,2089.0,1667.0,4917.0,371.0,2744.0,12371.0,WebGL2 powered visualization framework.,277.0,42,True,2024-12-11 10:43:06.025,9.0.38,679.0,pydeck,conda-forge/pydeck,,,['jupyter'],8891.0,8464.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,4999443.0,5433438.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,667563.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-12-11 10:43:06.025,307.0,422681.0,,,,,,,,,,,,, +41,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-01-02 14:15:57.000000,2025-01-02 14:15:47,3838.0,55.0,795.0,139.0,1540.0,175.0,1873.0,9486.0,Declarative visualization library for Python.,173.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,188677.0,187761.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,22862655.0,22931530.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2548310.0,,,,,1.0,219.0,vega/altair,,,,,,,,,,,,,,,,,, +42,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-01-02 15:00:47.000000,2025-01-01 01:26:38,7509.0,419.0,680.0,63.0,5711.0,606.0,2833.0,9338.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",203.0,42,True,2024-12-13 01:07:06.000,0.19.1,297.0,wandb,conda-forge/wandb,,,,63713.0,62150.0,https://pypi.org/project/wandb,2024-12-13 01:03:09.000,1563.0,17013488.0,17028571.0,https://anaconda.org/conda-forge/wandb,2024-12-14 01:53:47.787,814039.0,,,,,1.0,429.0,wandb/wandb,,,,,,,,,,,,,,,,,, +43,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,2024-12-23 15:21:02.928000,2024-12-18 16:51:22,14231.0,95.0,2240.0,186.0,4552.0,808.0,2129.0,6133.0,Image processing in Python.,677.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,215747.0,209059.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,11479017.0,11612354.0,https://anaconda.org/conda-forge/scikit-image,2024-12-23 15:21:02.928,7333535.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2024-12-30 10:47:29.000000,2024-12-30 10:45:49,6383.0,89.0,7849.0,446.0,3196.0,169.0,9322.0,45431.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'],4124.0,4016.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,332186.0,350958.0,,,,,,,,1.0,976153.0,,,,,,,,,,,,,,,,,,, +45,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2024-12-30 21:04:00.000000,2024-12-30 18:53:41,2628.0,135.0,4169.0,348.0,3114.0,1110.0,1922.0,36091.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",364.0,41,True,2024-12-18 17:52:34.000,0.16.2,101.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10543.0,10307.0,https://pypi.org/project/deepspeed,2024-12-18 17:52:34.000,236.0,610833.0,611188.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21357.0,1.0,,,,,,,,,,,,,,,,,,,, +46,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-01-02 11:19:58.000000,2024-12-27 17:44:28,1354.0,97.0,3649.0,479.0,1316.0,254.0,2322.0,32183.0,A library for efficient similarity search and clustering of dense vectors.,199.0,41,True,2025-01-02 11:19:58.000,2.5.3,111.0,pymilvus,conda-forge/faiss,,,,4494.0,4289.0,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1192103.0,1228700.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2012835.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-01-01 15:27:29.000000,2024-12-13 21:16:38,2780.0,14.0,3289.0,245.0,996.0,704.0,1853.0,23165.0,A game theoretic approach to explain the output of any machine learning model.,254.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,24357.0,23609.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6740555.0,6835556.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4655071.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,, +48,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,2024-12-30 19:27:55.000000,2024-12-30 19:27:54,7668.0,43.0,3721.0,254.0,3236.0,1107.0,2684.0,21689.0,Graph Neural Network Library for PyTorch.,532.0,41,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7749.0,7394.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,452163.0,454599.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,131594.0,,,,,1.0,,,,,,,,,1.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-01-02 11:34:41.000000,2024-12-20 18:43:16,3979.0,36.0,6966.0,445.0,5469.0,1048.0,2488.0,16427.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,14156686.0,14200902.0,https://anaconda.org/conda-forge/torchvision,2024-12-28 03:50:55.334,2014395.0,,,,,1.0,39602.0,,,,,,,,,,,,,,,,,,, +50,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,2024-12-23 14:29:58.000000,2024-12-23 14:29:58,1618.0,65.0,2496.0,143.0,617.0,1193.0,1075.0,15684.0,State-of-the-Art Text Embeddings.,200.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],64462.0,62625.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7197744.0,7207449.0,https://anaconda.org/conda-forge/sentence-transformers,2024-12-21 19:23:58.994,504695.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-01-01 21:00:33.000000,2024-12-19 22:46:16,1386.0,65.0,2477.0,245.0,651.0,196.0,1228.0,15268.0,Download market data from Yahoo! Finances API.,129.0,41,True,2024-12-19 22:51:55.000,0.2.51,123.0,yfinance,ranaroussi/yfinance,,,,56700.0,55957.0,https://pypi.org/project/yfinance,2024-12-19 22:51:55.000,743.0,3134739.0,3137059.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97479.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,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-01-01 20:09:42.000000,2025-01-01 20:09:42,1147.0,136.0,1653.0,128.0,1057.0,161.0,962.0,14443.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,160.0,41,True,2024-12-24 21:59:11.000,1.4.24,79.0,albumentations,conda-forge/albumentations,,,['pytorch'],31336.0,30711.0,https://pypi.org/project/albumentations,2024-12-24 21:59:32.000,625.0,4968958.0,4973000.0,https://anaconda.org/conda-forge/albumentations,2024-09-22 17:25:30.224,218288.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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,2024-12-31 02:49:48.000000,2024-12-31 01:51:20,9373.0,34.0,1191.0,135.0,5554.0,244.0,4490.0,14050.0,Data Versioning and ML Experiments.,308.0,41,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,20215.0,20081.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,453569.0,498625.0,https://anaconda.org/conda-forge/dvc,2024-12-20 18:40:34.170,2478126.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +54,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-01-02 11:45:24.000000,2025-01-02 04:57:48,6509.0,361.0,2106.0,204.0,1252.0,113.0,2234.0,14003.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],3853.0,3705.0,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,90904.0,91569.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,35914.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2024-12-31 09:31:24.000000,2024-12-31 09:29:59,1269.0,81.0,1583.0,254.0,712.0,498.0,1074.0,12823.0,Video editing with Python.,169.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,52433.0,51428.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,2276632.0,2279751.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,280736.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1131.0,185.0,2432.0,12717.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,545294.0,534451.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18485848.0,18689582.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11205258.0,,,,,1.0,464.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,2024-12-26 08:26:41.000000,2024-12-26 08:26:41,10152.0,99.0,2025.0,225.0,4125.0,325.0,3081.0,8809.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2024-12-05 17:01:07.000,5.19.1,95.0,pymc3,conda-forge/pymc3,,,,5319.0,5127.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,259502.0,270916.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,626976.0,,,,,1.0,1963.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,2024-12-31 11:24:55.000000,2024-12-31 11:24:50,48951.0,311.0,1189.0,191.0,404.0,575.0,1795.0,8168.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1299.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,3001638.0,3041902.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1821143.0,,,,,2.0,338183.0,,,,,,,,-1.0,,,,,,,,,,, +59,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,2024-12-24 15:48:00.000000,2024-12-24 15:48:00,1638.0,68.0,989.0,98.0,1628.0,123.0,1578.0,8120.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",308.0,41,True,2024-12-13 18:56:09.000,1.2.1,66.0,accelerate,conda-forge/accelerate,,,['pytorch'],66426.0,64725.0,https://pypi.org/project/accelerate,2024-12-13 18:54:30.000,1701.0,7429006.0,7435912.0,https://anaconda.org/conda-forge/accelerate,2024-12-16 20:09:03.263,269335.0,,,,,1.0,,,,,,,,,1.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,2024-12-30 20:40:28.000000,2024-12-30 20:40:28,4015.0,166.0,1136.0,136.0,3262.0,343.0,1208.0,2117.0,A library for training and deploying machine learning models on Amazon SageMaker.,465.0,41,True,2024-12-17 19:30:11.000,2.237.2,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5176.0,5019.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24606136.0,24630093.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-12-17 18:43:08.208,1269732.0,,,,,1.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,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,11.0,7565.0,603.0,2238.0,226.0,1594.0,26452.0,The fastai deep learning library.,670.0,40,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20445.0,20137.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,356443.0,356443.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-01-02 13:00:30.000000,2025-01-02 13:00:30,36269.0,282.0,13420.0,939.0,25869.0,1257.0,,24337.0,Apache Flink Python API.,1956.0,40,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,41942621.0,41942621.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2024-12-31 17:36:02.000000,2024-12-31 17:36:01,1848.0,27.0,807.0,122.0,677.0,58.0,962.0,9212.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,101.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,127124.0,126028.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,31976073.0,32020366.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2391799.0,,,,,1.0,71.0,,,,,,,,,,,,,,,,,,, +64,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-01-02 05:59:47.000000,2025-01-02 05:55:39,1930.0,49.0,2228.0,163.0,910.0,88.0,1053.0,6982.0,Python Data. Leaflet.js Maps.,173.0,40,True,2024-12-29 14:53:49.000,0.19.3,37.0,folium,conda-forge/folium,,,,49654.0,48838.0,https://pypi.org/project/folium,2024-12-29 14:53:49.000,816.0,1491058.0,1560646.0,https://anaconda.org/conda-forge/folium,2025-01-01 16:13:42.318,3340246.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,10.0,571.0,89.0,890.0,294.0,959.0,3967.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,92572.0,89637.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,29250278.0,29457146.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,10958996.0,,,,,1.0,3731.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-01-02 08:11:37.000000,2024-12-20 19:43:14,5955.0,59.0,719.0,57.0,5214.0,1580.0,2390.0,1586.0,A distributed task scheduler for Dask.,329.0,40,True,2024-12-17 20:26:42.000,2024.12.1,246.0,distributed,conda-forge/distributed,,,,38767.0,37878.0,https://pypi.org/project/distributed,2024-12-17 20:26:42.000,889.0,4327926.0,4613170.0,https://anaconda.org/conda-forge/distributed,2024-12-17 22:07:27.324,15973713.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,1059.0,1458.0,121.0,1725.0,35064.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,62007.0,60459.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,456876.0,462916.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,344304.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +68,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2024-12-26 13:45:24.000000,2024-12-26 13:45:20,1715.0,71.0,2271.0,156.0,260.0,5.0,1144.0,15291.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",75.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5028.0,4984.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,302263.0,302263.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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,2024-12-28 16:27:19.000000,2024-12-28 16:27:13,8290.0,9.0,3366.0,480.0,729.0,53.0,2185.0,13669.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33177.0,32964.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,149284.0,167289.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,978072.0,,,,,2.0,25551.0,,,,,,,,,,,,,,,,,,, +70,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-12-25 02:55:15.000000,2024-12-24 07:48:32,29404.0,233.0,856.0,128.0,6482.0,617.0,1804.0,9654.0,NumPy & SciPy for GPU.,396.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2696.0,2427.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,30713.0,128888.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5304201.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,73146.0,1.0,192621.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,2024-12-28 11:27:05.000000,2024-12-28 11:27:03,10285.0,112.0,1404.0,134.0,1307.0,146.0,1012.0,9126.0,A PyTorch-based Speech Toolkit.,247.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2718.0,2651.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2318975.0,2318975.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-01-02 13:14:53.000000,2024-12-30 23:03:56,5119.0,187.0,1391.0,108.0,4501.0,1000.0,1631.0,8055.0,A unified framework for machine learning with time series.,432.0,39,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3856.0,3726.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,859077.0,884069.0,https://anaconda.org/conda-forge/sktime-all-extras,2024-12-14 09:46:59.648,1049659.0,,,,,1.0,110.0,sktime/sktime,,,,,,,,,,,,,,,,,, +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-01-01 02:24:46.000000,2025-01-01 02:24:44,18236.0,95.0,1331.0,84.0,8125.0,552.0,4407.0,2797.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5291.0,4872.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,126837.0,135059.0,https://anaconda.org/conda-forge/mne,2024-12-19 01:36:08.275,460434.0,,,,,1.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,1070.0,11124.0,1805.0,7758.0,20791.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'],7776.0,7650.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,545163.0,545563.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11389.0,,,,,2.0,27827.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +75,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,430.0,1714.0,384.0,1465.0,15762.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,,,,70244.0,68867.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4587370.0,4619280.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1465671.0,,,,,1.0,5311.0,piskvorky/gensim,,,,,,,,,,,,,,,,,, +76,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,11.0,2852.0,380.0,475.0,3.0,1920.0,15024.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5027.0,4812.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,173715.0,173718.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +77,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-01-02 13:10:30.000000,2025-01-02 13:10:30,2847.0,45.0,971.0,129.0,1984.0,288.0,668.0,10108.0,Geometric Computer Vision Library for Spatial AI.,278.0,38,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13590.0,13303.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1622814.0,1626186.0,https://anaconda.org/conda-forge/kornia,2024-12-20 18:13:26.403,164228.0,,,,,2.0,1596.0,,,,,,,,,,,,,,,,,,, +78,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-01-02 09:54:17.000000,2025-01-02 07:53:51,22481.0,278.0,2190.0,177.0,3418.0,368.0,2095.0,8642.0,End-to-End Speech Processing Toolkit.,478.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,409.0,397.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,20665.0,20666.0,,,,,,,,1.0,83.0,,,,,,,,,,,,,,,,,,, +79,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,2024-12-26 18:15:14.000000,2024-12-26 18:15:14,2052.0,29.0,928.0,107.0,1719.0,449.0,1277.0,4579.0,Python tools for geographic data.,237.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],49014.0,46175.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,5992713.0,6069926.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4245184.0,,,,,2.0,2871.0,,,,,,,,,,,,,,,,,,, +80,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-01-02 00:45:19.000000,2024-12-24 00:45:51,6633.0,125.0,1558.0,108.0,4594.0,700.0,757.0,4333.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",391.0,38,True,2025-01-02 00:45:19.000,4.9.7.de202501020044,72.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21368.0,21039.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1777478.0,1778415.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,41257.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-01-02 04:24:05.000000,2025-01-01 17:30:38,4949.0,209.0,516.0,38.0,3948.0,661.0,1154.0,2815.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,170.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4449.0,3871.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,357651.0,368603.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,601911.0,,,,,2.0,852.0,,,,,,,,,,,,,,,,,,, +82,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-01-02 14:03:37.000000,2024-12-23 10:32:33,1640.0,66.0,572.0,59.0,1595.0,152.0,866.0,2194.0,The official Python client for the Huggingface Hub.,210.0,38,True,2024-12-16 13:13:32.000,0.27.0,138.0,huggingface_hub,conda-forge/huggingface_hub,,,,2207.0,,https://pypi.org/project/huggingface_hub,2024-12-16 13:13:32.000,2207.0,45853389.0,45906851.0,https://anaconda.org/conda-forge/huggingface_hub,2024-12-10 17:41:30.388,2512720.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +83,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,298.0,31.0,502.0,99.0,512.0,1529.0,Python library for reading and writing image data.,119.0,38,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,155719.0,153187.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,24761221.0,24896834.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7322085.0,,,,,2.0,1452.0,,,,,,,,,,,,,,,,,,, +84,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-01-02 11:36:21.000000,2025-01-02 11:36:21,10677.0,297.0,595.0,66.0,2824.0,298.0,1941.0,1224.0,Machine learning for NeuroImaging in Python.,253.0,38,True,2024-12-31 15:31:22.000,TestDoc,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],3990.0,3681.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,65805.0,71982.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,308574.0,,,,,1.0,279.0,,,,,,,,,,,,,,,,,,, +85,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,33547.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,,,,34483.0,33645.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1470582.0,1474400.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,168002.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +86,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-01-02 02:56:10.000000,2025-01-01 18:39:25,8738.0,218.0,2817.0,307.0,239.0,21.0,1150.0,28959.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2024-12-27 16:36:09.000,8.0.8,684.0,netron,,,,"['pytorch', 'tensorflow']",706.0,623.0,https://pypi.org/project/netron,2024-12-27 16:36:09.000,83.0,25389.0,83755.0,,,,,,,,1.0,58366.0,,,,,,,,,,,,,,,,,,, +87,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,12.0,5431.0,514.0,183.0,1154.0,1386.0,23902.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3191.0,3161.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,248705.0,534417.0,,,,,,,,2.0,5999956.0,,,,,,,,,,,,,,,,,,, +88,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-01-02 09:35:45.000000,2024-11-25 16:28:03,32612.0,2.0,4651.0,357.0,6387.0,129.0,6642.0,19132.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",598.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4741.0,4681.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,217323.0,217323.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,382.0,728.0,670.0,1379.0,13283.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1739.0,1540.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,449051.0,490282.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,305680.0,,,,,2.0,4098008.0,,,,,,,,,,,,,,,,,,, +90,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,2024-12-30 15:47:33.000000,2024-12-19 17:17:22,1513.0,28.0,1690.0,152.0,833.0,236.0,579.0,12623.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5151.0,4968.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,413178.0,417948.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,481595.0,,,,,2.0,223.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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-01-02 12:03:48.000000,2025-01-01 01:45:23,7740.0,513.0,2573.0,210.0,8661.0,141.0,2307.0,12578.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",373.0,37,True,2024-11-14 18:57:24.000,2.0.0,78.0,nemo-toolkit,,,,['pytorch'],34.0,21.0,https://pypi.org/project/nemo-toolkit,2024-12-21 18:54:09.000,13.0,105815.0,110307.0,,,,,,,,1.0,287505.0,,,,,,,,,,,,,,,,,,, +92,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-01-02 13:02:05.000000,2024-12-19 16:29:34,6281.0,24.0,3703.0,252.0,1793.0,1082.0,4592.0,11806.0,Open-source simulator for autonomous driving research.,196.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,900.0,889.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,12783.0,12783.0,,,,,,,,1.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,2024-12-31 07:56:17.243000,2024-08-18 00:47:35,986.0,,1176.0,125.0,316.0,41.0,718.0,10421.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,,,,90636.0,88904.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,23093443.0,23115874.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1177791.0,,,,,1.0,47821.0,,,,,,,,,,,,,,,,,,, +94,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,539.0,4121.0,697.0,2087.0,9910.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15935.0,15763.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,76303.0,100580.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2476287.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,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-01-02 14:59:47.000000,2024-12-31 00:18:53,22294.0,921.0,580.0,63.0,3766.0,519.0,1079.0,9029.0,"Visualize, create, and debug image and video datasets and model predictions.",144.0,37,True,2024-12-20 23:48:02.000,1.2.0,152.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",800.0,775.0,https://pypi.org/project/fiftyone,2024-12-20 22:56:42.000,25.0,98588.0,98588.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-01-01 10:05:35.000000,2025-01-01 10:05:35,1457.0,16.0,910.0,212.0,256.0,179.0,246.0,7071.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11156.0,10873.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3511761.0,3527910.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,500638.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-01-01 23:32:14.000000,2024-12-17 19:56:10,4921.0,189.0,647.0,86.0,2736.0,306.0,748.0,6221.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11528.0,11034.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,957295.0,959097.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,82890.0,,,,,2.0,58.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,2024-12-09 17:49:22.000000,2024-12-09 17:49:19,12199.0,25.0,1108.0,157.0,468.0,701.0,756.0,4281.0,Probabilistic reasoning and statistical analysis in TensorFlow.,496.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],620.0,2.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1172366.0,1175742.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,158714.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,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,2024-12-20 19:28:20.000000,2024-12-20 19:28:20,10894.0,48.0,403.0,58.0,3126.0,1108.0,2247.0,2728.0,"With Holoviews, your data visualizes itself.",146.0,37,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13904.0,13497.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,359723.0,394670.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1912106.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,182.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-01-02 14:58:00.000000,2025-01-02 09:51:42,4914.0,332.0,612.0,46.0,5372.0,346.0,1128.0,2434.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",191.0,37,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1328.0,1211.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,58365.0,63119.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,180645.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,2024-12-15 02:03:30.000000,2024-12-15 02:03:25,3921.0,21.0,535.0,145.0,1243.0,146.0,1710.0,2291.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,15966.0,14430.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2126238.0,2208956.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,3970113.0,,,,,2.0,997.0,,,,,,,,,,,,,,,,,,, +102,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,1.0,6414.0,425.0,1358.0,1291.0,3053.0,30758.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3960.0,3843.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,117204.0,119244.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,109953.0,,,,,2.0,372.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,3164.0,1846.0,6729.0,29943.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3429.0,3347.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,160584.0,160584.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,34.0,2211.0,215.0,4222.0,3.0,1940.0,21233.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,69191.0,101281.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,83208.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1770616.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,, +105,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,225.0,14472.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,,,,23865.0,23600.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,477916.0,480774.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,191489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1864.0,14321.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1324.0,1291.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,84339.0,84339.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +107,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2024-12-23 22:55:05.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,111.0,171.0,9205.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,47669.0,47279.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1152359.0,1155071.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,273967.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,, +108,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,,1046.0,135.0,238.0,371.0,274.0,9064.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,,,,79453.0,78084.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6060619.0,6063545.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,134610.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +109,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-12-22 09:47:16.000000,2024-12-22 09:46:56,1887.0,16.0,1377.0,146.0,257.0,222.0,147.0,8710.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,,,,4717.0,4596.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,592095.0,594480.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,133611.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,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,2024-12-31 15:32:57.000000,2024-12-31 15:32:54,720.0,172.0,2408.0,277.0,198.0,327.0,332.0,8511.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2024-12-29 09:06:43.000,3.13.0,62.0,SpeechRecognition,conda-forge/speechrecognition,,,,642.0,21.0,https://pypi.org/project/SpeechRecognition,2024-12-29 09:06:03.000,621.0,969320.0,973407.0,https://anaconda.org/conda-forge/speechrecognition,2024-12-29 16:20:38.482,216649.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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-01-02 09:04:51.000000,2024-12-19 19:28:10,2434.0,110.0,937.0,97.0,2752.0,372.0,1145.0,8235.0,Fast and Accurate ML in 3 Lines of Code.,130.0,36,True,2024-11-27 17:04:12.000,1.2.0,1716.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",946.0,916.0,https://pypi.org/project/autogluon,2025-01-02 09:04:51.000,30.0,168741.0,169994.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,25511.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,12610.0,1.0,,,,,,,,,,,,,,,,,,,, +112,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,2024-12-30 13:14:55.000000,2024-12-30 13:14:55,3182.0,41.0,1108.0,89.0,3535.0,383.0,2791.0,5998.0,AI Toolkit for Healthcare Imaging.,213.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3434.0,3298.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,241019.0,242002.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,36393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,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,2024-12-31 09:11:39.000000,2024-12-31 09:11:39,990.0,10.0,852.0,89.0,228.0,139.0,687.0,4633.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",50.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,499165.0,488809.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,13057451.0,13057451.0,,,,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +114,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,2024-12-27 14:14:56.044000,2024-12-19 15:04:27,1205.0,22.0,643.0,127.0,965.0,360.0,1116.0,4502.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4453.0,4366.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,583764.0,585457.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,79086.0,,,,,2.0,12670.0,,,,,,,,,,,,,,,,,,, +115,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-02 11:33:56.000000,2025-01-02 10:49:23,2450.0,43.0,229.0,65.0,145.0,82.0,616.0,4093.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,10320.0,9985.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3109306.0,3117085.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,427899.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +116,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2024-12-17 13:59:48.000000,2024-11-06 01:12:46,4201.0,29.0,1107.0,155.0,1751.0,435.0,900.0,3933.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12018.0,10992.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,250458.0,261894.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,628982.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-12-25 04:55:50.000000,2024-12-20 13:05:38,1152.0,52.0,476.0,57.0,1359.0,427.0,451.0,2645.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",133.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4371.0,4196.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,885588.0,886486.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,29659.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2024-12-31 02:56:02.000000,2024-12-31 02:52:21,3671.0,361.0,311.0,70.0,2440.0,73.0,725.0,2404.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],915.0,861.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,107425.0,108153.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,31327.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,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-01-02 03:02:10.000000,2025-01-02 03:01:28,2019.0,90.0,406.0,35.0,1756.0,79.0,822.0,2169.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],34692.0,34690.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,3681.0,41610.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1738756.0,,,,,2.0,5997.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +120,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,2024-12-18 20:35:19.000000,2024-12-03 16:56:50,4986.0,77.0,1102.0,150.0,1387.0,80.0,711.0,1919.0,Documentation and samples for ArcGIS API for Python.,94.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,924.0,884.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,82160.0,82293.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13384.0,,,,,,,,,,,,,,,,,,, +121,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,2024-12-18 03:01:58.000000,2024-12-18 03:01:53,900.0,11.0,347.0,42.0,1079.0,189.0,173.0,1240.0,Making text a first-class citizen in TensorFlow.,164.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],7992.0,7773.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,8663861.0,8663861.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,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-01-02 02:45:05.000000,2024-12-29 19:21:53,1569.0,7.0,206.0,47.0,625.0,34.0,776.0,1167.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,,,,24188.0,23885.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4019622.0,4136341.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6302853.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,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,13.0,215.0,34.0,720.0,32.0,595.0,1077.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,39239.0,37499.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,8137212.0,8308765.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9263893.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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,2024-12-23 04:20:57.000000,2024-12-17 17:48:18,15068.0,170.0,530.0,51.0,2332.0,420.0,969.0,752.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5640.0,5488.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,198477.0,212361.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,735892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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,1569.0,234.0,795.0,593.0,53828.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'],3941.0,3825.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,131104.0,131720.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31266.0,,,,,2.0,1399.0,,,,,,,,,,,,,,,,,,, +126,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,,3151.0,319.0,263.0,436.0,598.0,25044.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,,,,,10524.0,10311.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,213.0,655417.0,966104.0,,,,,,,,1.0,17087811.0,,,,,,,,,,,,,,,,,,, +127,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-01-02 10:34:42.000000,2025-01-02 10:34:41,3795.0,111.0,1952.0,144.0,4144.0,113.0,3518.0,18374.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,730.0,725.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5860.0,5860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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-01-02 04:30:17.000000,2025-01-02 04:30:12,3937.0,69.0,1022.0,139.0,189.0,114.0,1094.0,14502.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",103.0,35,True,2024-12-09 08:48:06.000,16.7.0,248.0,ocrmypdf,conda-forge/ocrmypdf,,,,1146.0,1109.0,https://pypi.org/project/ocrmypdf,2024-12-09 08:47:35.000,37.0,155768.0,157968.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,86620.0,,,,,1.0,6099.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +129,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2025-01-02 13:54:38.000000,2024-12-06 11:14:53,18781.0,93.0,5743.0,71.0,11747.0,942.0,15953.0,14018.0,Convert Machine Learning Code Between Frameworks.,1479.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,19792.0,19792.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +130,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2024-10-18 03:43:55.000000,2024-10-18 03:43:55,4410.0,6.0,3018.0,175.0,5055.0,539.0,2358.0,13626.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,35,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,475.0,327.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,94934.0,94934.0,,,,,,,,1.0,,,,,,,,,-2.0,,,,,,,,,,, +131,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,11779.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4433.0,4308.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,51506.0,53776.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,165758.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +132,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,2024-12-23 02:54:43.000000,2024-11-03 12:40:00,33357.0,74.0,1994.0,198.0,5868.0,46.0,3392.0,9565.0,Perform data science on data that remains in someone elses server.,515.0,35,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,10710.0,10882.0,,,,,,,,1.0,2409.0,,,,,,,,,,,,,,,,,,, +133,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2024-12-16 01:34:24.000000,2024-08-30 03:34:11,5357.0,,1775.0,135.0,1034.0,388.0,1950.0,9052.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6926.0,6895.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,310368.0,311524.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,60622.0,,,,,2.0,720.0,,,,,,,,,,,,,,,,,,, +134,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2024-12-21 06:36:23.000000,2024-12-16 18:10:12,701.0,4.0,352.0,69.0,129.0,32.0,154.0,8615.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,57866.0,55826.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,4937864.0,4943975.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,311680.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-01-02 14:54:29.000000,2024-12-30 22:48:13,40028.0,439.0,912.0,155.0,11038.0,1073.0,5631.0,8566.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,2882.0,2882.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-01-01 09:06:01.000000,2024-12-27 22:46:53,1139.0,73.0,777.0,293.0,1517.0,322.0,436.0,8396.0,Open Source AI/ML Platform.,100.0,35,True,2024-12-20 06:48:48.000,2.13,164.0,metaflow,conda-forge/metaflow,,,,829.0,782.0,https://pypi.org/project/metaflow,2024-12-20 07:38:43.000,47.0,905118.0,909580.0,https://anaconda.org/conda-forge/metaflow,2024-12-28 06:56:47.279,240949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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,2024-12-27 09:25:50.000000,2024-12-27 09:07:50,3425.0,131.0,797.0,76.0,3805.0,162.0,933.0,7253.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2024-12-27 09:25:50.000,1.3.18,173.0,bentoml,,,,,2333.0,2300.0,https://pypi.org/project/bentoml,2024-12-27 09:25:50.000,33.0,86640.0,86655.0,,,,,,,,2.0,759.0,,,,,,,,,,,,,,,,,,, +138,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,51.0,657.0,62.0,145.0,71.0,450.0,6060.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",43.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2241.0,2186.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,652332.0,652537.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12323.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,871.0,116.0,538.0,147.0,345.0,4935.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,35,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17090.0,16902.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,653868.0,660091.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,336044.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +140,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-01-02 00:18:44.000000,2024-12-16 23:32:20,1746.0,19.0,620.0,60.0,1895.0,158.0,1271.0,4564.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,733.0,35,True,2024-08-13 12:47:02.000,0.5.1,1847.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3546.0,3445.0,https://pypi.org/project/pytorch-ignite,2025-01-02 00:18:44.000,101.0,118927.0,121619.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,212716.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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,2024-12-31 21:11:27.000000,2024-12-20 11:15:55,8639.0,36.0,715.0,101.0,13392.0,35.0,866.0,3891.0,State of the Art Natural Language Processing.,114.0,35,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],571.0,534.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4032410.0,4032410.0,,,,,,,,2.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-01-02 11:34:33.000000,2024-12-20 23:50:21,2324.0,9.0,655.0,73.0,2919.0,263.0,728.0,2574.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",229.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,4826519.0,4826519.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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,170.0,1666.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,,,,81813.0,79194.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,14429562.0,14430110.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51033.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,2024-12-24 17:15:08.000000,2024-12-24 17:15:04,1575.0,8.0,408.0,49.0,1526.0,182.0,690.0,1627.0,Exploratory analysis of Bayesian models with Python.,164.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9013.0,8700.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1133178.0,1173765.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2272812.0,,,,,1.0,177.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,2024-12-10 20:37:31.000000,2024-12-10 20:37:29,3127.0,43.0,365.0,55.0,1221.0,313.0,994.0,1449.0,Cartopy - a cartographic python library with matplotlib support.,129.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,6981.0,6263.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,327111.0,404696.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4344760.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-01-02 13:53:42.000000,2024-12-27 11:22:42,1978.0,126.0,177.0,29.0,1950.0,43.0,197.0,1236.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12824.0,12769.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,90353.0,99233.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,399621.0,,,,,1.0,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,,, +147,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-12 17:03:50.685000,2024-12-07 02:29:14,6055.0,34.0,259.0,37.0,860.0,130.0,415.0,667.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,,,,25163.0,23982.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,500795.0,515639.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,816433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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,,4374.0,297.0,755.0,88.0,1074.0,36502.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,34,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2098.0,2045.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,141158.0,226885.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,20807.0,,,,,2.0,3918939.0,,,,,,,,,,,,,,,,,,, +149,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-12-19 21:33:27.000000,2024-12-19 21:30:34,1539.0,9.0,7505.0,391.0,693.0,542.0,3080.0,30926.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",275.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2215.0,2202.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9591.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,517944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,846.0,268.0,555.0,611.0,26006.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,,,,7278.0,7031.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1690493.0,1692710.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,115287.0,,,,,2.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,2024-12-24 07:18:07.000000,2024-12-23 13:35:54,9029.0,16.0,3127.0,275.0,1306.0,159.0,716.0,19549.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,147.0,143.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,36383.0,36391.0,,,,,,,,1.0,651.0,recommenders-team/recommenders,,,,,,,,,,,,,,,,,, +152,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2024-04-24 19:01:00.000000,2021-06-01 10:43:00,1848.0,,4446.0,546.0,717.0,416.0,1283.0,14137.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,34,False,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6065.0,6047.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,26394.0,26394.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,,1167.0,318.0,269.0,58.0,343.0,13377.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,,,,4796.0,4595.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,855994.0,867492.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,597916.0,,,,,2.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-01-01 23:41:42.000000,2025-01-01 23:41:42,2664.0,6.0,694.0,105.0,499.0,610.0,1265.0,9673.0,An open source multi-tool for exploring and publishing data.,81.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1800.0,1385.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,213762.0,214890.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,50723.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +155,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2024-12-30 09:04:17.000000,2024-12-25 06:44:36,2948.0,13.0,1681.0,93.0,1705.0,236.0,2131.0,8796.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1342.0,1335.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1695.0,1695.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-01-02 05:48:23.000000,2025-01-02 05:46:24,6221.0,122.0,1194.0,125.0,1772.0,114.0,731.0,8709.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2024-12-23 07:07:47.000,3.2.1,141.0,perspective-python,conda-forge/perspective,,,['jupyter'],192.0,158.0,https://pypi.org/project/perspective-python,2024-12-23 07:03:32.000,28.0,13361.0,40231.0,https://anaconda.org/conda-forge/perspective,2024-12-25 04:48:33.228,1428839.0,,,,,2.0,7549.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-23 07:05:48.923,6.0,473.0,,,,,,,,,,,,, +157,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,352.0,3431.0,134.0,1140.0,8505.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,32174.0,37343.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,263623.0,,,,,2.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-01 16:22:54.000000,2025-01-01 16:22:53,542.0,14.0,862.0,85.0,290.0,81.0,376.0,7895.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,,,,52695.0,52070.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2514877.0,2537940.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1245146.0,,,,,2.0,455.0,,,,,,,,1.0,,,,,,,,,,, +159,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,35.0,811.0,127.0,291.0,485.0,341.0,7548.0,Uniform Manifold Approximation and Projection.,138.0,34,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,1489837.0,1539987.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2758293.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2024-12-30 20:48:15.000000,2024-12-24 06:19:04,4785.0,98.0,895.0,140.0,501.0,94.0,816.0,7329.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,,,,3559.0,3363.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,224200.0,224343.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8312.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-01-02 00:36:45.000000,2024-12-18 07:37:27,32554.0,34.0,2004.0,386.0,6899.0,2850.0,6682.0,6971.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,205716.0,205716.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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,2024-12-23 16:42:48.000000,2024-12-23 16:42:41,883.0,17.0,1289.0,143.0,515.0,48.0,568.0,6885.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,14780633.0,14792421.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,648354.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-01-02 11:39:13.000000,2025-01-02 11:38:27,3592.0,185.0,735.0,146.0,133.0,106.0,350.0,6343.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2024-12-10 09:46:40.000,0.6.8,56.0,interpret,,,,['jupyter'],861.0,811.0,https://pypi.org/project/interpret,2024-12-10 09:46:40.000,50.0,134304.0,134304.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,2024-12-24 20:22:53.000000,2024-12-24 18:39:49,10567.0,32.0,1704.0,145.0,2510.0,665.0,1241.0,5632.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",252.0,34,True,2024-04-03 16:21:23.000,2.8.0,955.0,deepchem,conda-forge/deepchem,,,['tensorflow'],496.0,482.0,https://pypi.org/project/deepchem,2024-12-24 20:22:53.000,14.0,51454.0,53494.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112247.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,2024-12-29 16:29:30.000000,2024-12-29 16:29:29,30571.0,146.0,1613.0,189.0,2230.0,28.0,1615.0,5183.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,6183.0,11398.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,286838.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,2024-12-31 18:30:12.000000,2024-12-31 18:24:07,1239.0,103.0,499.0,279.0,928.0,249.0,341.0,5006.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'],2820.0,2694.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,286366.0,289234.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,106124.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,2024-12-30 16:03:26.015000,2024-12-20 00:33:15,12510.0,60.0,1171.0,101.0,1411.0,144.0,880.0,4970.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",140.0,34,True,2024-12-20 00:51:46.000,1.19.0,62.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,656.0,636.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-12-20 00:38:03.000,20.0,56325.0,57394.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-12-30 16:03:26.015,57764.0,,,,,1.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,2024-12-30 17:22:43.000000,2024-12-30 17:20:19,1353.0,26.0,292.0,41.0,500.0,103.0,252.0,4065.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1399.0,1340.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,839739.0,843250.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,119379.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-01-01 10:53:56.000000,2024-12-24 02:28:48,2071.0,59.0,405.0,52.0,1824.0,79.0,486.0,3133.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1364.0,1280.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,178356.0,180908.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,135305.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,2024-11-18 16:14:10.000000,2024-11-18 15:46:29,1050.0,13.0,505.0,56.0,152.0,359.0,171.0,2830.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'],4874.0,4522.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,624185.0,668788.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2274774.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,2024-12-16 12:35:23.000000,2024-12-11 13:00:06,5345.0,1.0,277.0,79.0,798.0,21.0,129.0,2829.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2024-12-16 12:35:23.000,8.3.3,242.0,thinc,conda-forge/thinc,,,,58532.0,58382.0,https://pypi.org/project/thinc,2024-12-16 12:35:23.000,150.0,10721827.0,10779775.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3244804.0,,,,,2.0,654.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,2024-12-23 20:30:51.001000,2024-12-23 19:20:10,5370.0,75.0,562.0,20.0,1471.0,1135.0,713.0,2339.0,"This is the development home of the workflow management system Snakemake. For general information, see.",347.0,34,True,2024-12-23 19:21:12.000,8.26.0,374.0,snakemake,bioconda/snakemake,,,,2448.0,2192.0,https://pypi.org/project/snakemake,2024-12-23 19:21:12.000,256.0,77359.0,88861.0,https://anaconda.org/bioconda/snakemake,2024-12-23 20:30:51.001,1276797.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,64.0,714.0,88.0,6050.0,257.0,869.0,2123.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1664.0,1647.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,28184.0,28184.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +174,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,10.0,159.0,42.0,85.0,7.0,137.0,2080.0,a python library for doing approximate and phonetic matching of strings.,34.0,34,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,12330.0,12054.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6399946.0,6420940.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1154676.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +175,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4286.0,4237.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,12953273.0,12959254.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,263172.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2024-12-23 21:02:00.000000,2024-12-23 21:02:00,579.0,21.0,104.0,35.0,72.0,72.0,84.0,959.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,,,,113173.0,112640.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,13380777.0,13717709.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13477290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +177,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-01-02 05:27:18.000000,2025-01-02 02:23:20,3781.0,74.0,4348.0,385.0,4255.0,447.0,1268.0,38984.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2024-11-04 09:28:04.000,0.4.6,46.0,,,,,,454.0,454.0,,,,,,,,,,,,,2.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-01-02 14:54:12.000000,2025-01-02 14:52:49,7403.0,1181.0,2995.0,273.0,7543.0,132.0,703.0,27363.0,You like pytorch? You like micrograd? You love tinygrad!.,360.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],150.0,150.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-01-02 08:24:10.000000,2024-12-30 14:26:51,18961.0,289.0,4884.0,397.0,5742.0,150.0,3997.0,27008.0,Platform for building AI that can learn and answer questions over federated data.,864.0,33,False,2024-12-24 13:58:35.000,24.12.4.0,509.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2024-12-24 13:59:38.000,,15109.0,15109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +180,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,,3975.0,674.0,1678.0,151.0,1988.0,25543.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'],508.0,484.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,22164.0,38281.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3426.0,,,,,2.0,1218786.0,,,,,,,,,,,,,,,,,,, +181,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-01-02 15:13:28.000000,2024-12-09 13:38:58,3653.0,331.0,1437.0,128.0,4085.0,348.0,1039.0,21185.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",128.0,33,True,2024-12-09 15:05:46.000,1.12.5,89.0,,,,,,116.0,116.0,,,,,6029.0,,,,,,,,2.0,271323.0,,,,,,,,,,,,,,,,,,, +182,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,753.0,1141.0,417.0,589.0,19256.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'],557.0,552.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8523.0,8523.0,,,,,,,,2.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,117.0,120.0,535.0,11685.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,,,,7218.0,7015.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,194840.0,199238.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,241924.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,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,2.0,2312.0,218.0,255.0,130.0,418.0,10232.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,1731387.0,1742263.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,587337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2024-12-24 00:10:37.000000,2024-12-24 00:05:26,1194.0,16.0,1318.0,149.0,182.0,277.0,1365.0,8943.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1094.0,1080.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3542.0,8034.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,278554.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,2024-12-27 12:36:14.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,278.0,143.0,555.0,7300.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,,,,19018.0,18565.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,1959638.0,1975450.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,806413.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-01-02 09:28:54.000000,2025-01-02 09:28:54,3840.0,347.0,1280.0,254.0,9962.0,1022.0,1650.0,6865.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",113.0,33,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,29530.0,29537.0,,,,,,,,2.0,645.0,intel-analytics/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,,, +188,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,196.0,206.0,13.0,1343.0,6303.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'],1673.0,1655.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12654.0,12964.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12033.0,,,,,3.0,187.0,,,,,,,,1.0,,,,,,,,,,, +189,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2024-12-29 18:15:58.000000,2024-12-29 18:15:55,632.0,11.0,722.0,109.0,197.0,9.0,356.0,5937.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,33,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,2209601.0,2221438.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,639230.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +190,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,2024-11-20 23:50:19.000000,2024-11-20 23:50:18,2341.0,7.0,1123.0,192.0,240.0,279.0,285.0,5905.0,Distributed Evolutionary Algorithms in Python.,89.0,33,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5882.0,5630.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,219344.0,228627.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,473465.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,5898.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,,,,3416.0,3358.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,15159.0,15514.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,20962.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-01-01 22:14:58.000000,2025-01-01 22:14:52,2460.0,31.0,660.0,97.0,276.0,505.0,575.0,5765.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2024-12-18 15:45:08.000,1.17.0,175.0,clearml,,allegroai/trains,,,1520.0,1469.0,https://pypi.org/project/clearml,2024-12-18 15:41:51.000,51.0,325481.0,325980.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3051.0,,,,,,,,,,,,,,,,,,, +193,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,4537.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,5695539.0,5723631.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1545092.0,,,,,2.0,110.0,,,,,,,,,,,,,,,,,,, +194,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-01-01 14:29:12.000000,2024-12-20 19:13:34,3885.0,6.0,866.0,57.0,1722.0,425.0,1272.0,4283.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'],801.0,779.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,36995.0,66223.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,410764.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1379250.0,2.0,7435.0,,,,,,,,,,,,,,,,,,, +195,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-01-02 14:14:02.000000,2024-12-20 10:10:54,3603.0,168.0,386.0,32.0,3417.0,101.0,2081.0,4157.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,33,True,2024-12-18 15:46:15.000,2.6.0,100.0,rubrix,conda-forge/rubrix,,,,2851.0,2851.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1778.0,2861.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,40097.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +196,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,19.0,355.0,58.0,1405.0,123.0,185.0,3980.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,,,,865.0,803.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,115246.0,116266.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,57143.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,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,36.0,122.0,75.0,75.0,8.0,136.0,3834.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,26316.0,25745.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4109521.0,4115999.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,310973.0,,,,,2.0,28.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-01-02 11:34:37.000000,2024-08-14 20:32:21,1311.0,,812.0,318.0,1470.0,332.0,519.0,3528.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,933574.0,933574.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,2024-11-25 12:35:24.000000,2024-11-09 15:17:22,7402.0,3.0,618.0,116.0,1191.0,365.0,1115.0,3343.0,High-performance interactive 2D/3D data visualization library.,199.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1963.0,1787.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,89628.0,102568.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,672432.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,9.0,,,,,,,,,,,,, +200,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,2024-12-16 09:39:33.334000,2024-12-12 10:23:51,1538.0,15.0,366.0,91.0,784.0,138.0,452.0,3342.0,Quickly and accurately render even the largest data.,58.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5472.0,5276.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,121220.0,144054.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1278731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-18 06:27:04.000000,2024-12-18 06:27:04,3051.0,41.0,717.0,76.0,945.0,297.0,652.0,2787.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1367.0,1314.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,78758.0,78768.0,,,,,,,,2.0,581.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,8.0,559.0,70.0,487.0,267.0,713.0,2391.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,,,,3380.0,3219.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2498824.0,2505800.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,390690.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,2024-12-13 18:16:32.000000,2024-12-13 18:16:32,3772.0,18.0,193.0,49.0,1404.0,134.0,743.0,2012.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,,,,2985.0,2964.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,322972.0,338440.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,804387.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +204,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,219.0,1631.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,12941.0,12729.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,940741.0,1096822.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,156081.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +205,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2024-12-19 14:07:37.000000,2024-12-19 12:37:00,1874.0,1.0,200.0,33.0,215.0,26.0,403.0,1422.0,The ctypes-based simple ImageMagick binding for Python.,107.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20363.0,20106.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,930714.0,932863.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,94432.0,,,,,2.0,51608.0,,,,,,,,,,,,,,,,,,, +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,2024-12-26 17:40:52.000000,2024-12-26 17:40:48,2934.0,30.0,249.0,35.0,234.0,48.0,514.0,1331.0,Python interface for igraph.,77.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4682.0,4276.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,194245.0,212600.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,663658.0,,,,,1.0,565975.0,,,,,,,,,,,,,,,,,,, +207,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,2024-12-21 01:43:57.000000,2024-12-21 01:43:50,336.0,14.0,3110.0,156.0,56.0,137.0,142.0,21280.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",21.0,32,True,2024-12-21 01:31:54.000,1.9.0,213.0,vit-pytorch,,,,['pytorch'],593.0,576.0,https://pypi.org/project/vit-pytorch,2024-12-21 01:31:54.000,17.0,23115.0,23115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,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,2.0,4535.0,453.0,469.0,424.0,1735.0,18695.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,32,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,192173.0,221549.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1320565.0,,,,,1.0,2918.0,,,,,,,,-3.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,1017.0,1869.0,363.0,658.0,17883.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,,,,1029.0,1019.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2313.0,2492.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9348.0,,,,,1.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,,3508.0,469.0,671.0,590.0,672.0,15697.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'],1534.0,1520.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7877.0,7877.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,2024-12-23 23:13:18.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11263.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'],295.0,289.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2099.0,2099.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,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,20340.0,20471.0,,,,,,,,3.0,11207.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,283.0,3401.0,51.0,1494.0,10501.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],271.0,262.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3346.0,3346.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,259.0,148.0,107.0,104.0,9233.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,7088134.0,7099632.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,574905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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,3.0,1399.0,301.0,897.0,145.0,760.0,9178.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],797.0,784.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,22096.0,22317.0,,,,,,,,2.0,19077.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,2024-12-31 19:20:12.000000,2024-12-31 19:20:12,2499.0,6.0,987.0,200.0,2331.0,261.0,847.0,8616.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,272774.0,277372.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,211534.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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,2024-11-19 20:01:46.000000,2024-11-19 20:01:46,563.0,3.0,1215.0,172.0,439.0,68.0,474.0,8502.0,Automatic extraction of relevant features from time series:.,98.0,32,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,228827.0,254033.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1411591.0,,,,,1.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,2024-12-31 14:57:15.000000,2024-12-31 13:11:35,1277.0,32.0,893.0,64.0,1052.0,245.0,1355.0,8201.0,A python library for user-friendly forecasting and anomaly detection on time series.,126.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,76384.0,77961.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,65650.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1084.0,1.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,8.0,1550.0,130.0,172.0,5.0,361.0,8004.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,,,,,3343.0,3189.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,377448.0,377449.0,,,,,,,,2.0,169.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +220,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,2024-06-27 17:56:28.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1152.0,27.0,1429.0,6804.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],328.0,305.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,12686.0,12686.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,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-01-01 20:02:02.000000,2024-12-18 16:11:43,2234.0,21.0,321.0,45.0,2212.0,383.0,669.0,5290.0,Aim An easy-to-use & supercharged open-source experiment tracker.,78.0,32,True,2024-12-18 16:58:41.000,3.27.0,1180.0,aim,conda-forge/aim,,,,810.0,770.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,130386.0,132568.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,91678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,31.0,552.0,85.0,635.0,122.0,500.0,5144.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,,,,678.0,614.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,72252.0,74310.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,92614.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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,,660.0,66.0,228.0,245.0,164.0,4467.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,,,,7520.0,7386.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,612488.0,618183.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,279076.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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,8.0,2506.0,1940.0,540.0,390.0,1078.0,4131.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,288621.0,288629.0,,,,,,,,2.0,660.0,,,,,,,,,,,,,,,,,,, +225,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-01-02 11:41:41.000000,2024-12-30 16:27:48,1323.0,67.0,285.0,29.0,1188.0,73.0,515.0,3236.0,A python library for self-supervised learning on images.,60.0,32,True,2024-11-29 08:09:44.000,1.5.15,129.0,lightly,,,,['pytorch'],374.0,357.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,38322.0,38322.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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,2024-12-23 08:50:11.458000,2024-12-17 12:15:00,997.0,11.0,234.0,37.0,557.0,72.0,177.0,2929.0,JAX-based neural network library.,84.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2395.0,2220.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,195584.0,196142.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,26262.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +227,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,2749.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,,,,7483.0,7115.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,720728.0,735026.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,757812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,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,2024-12-20 13:40:43.289000,2024-10-01 21:19:30,966.0,,395.0,39.0,152.0,46.0,248.0,2416.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2024-10-01 21:24:24.000,2.6.4,33.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2750.0,2466.0,https://pypi.org/project/category_encoders,2024-10-01 21:24:24.000,284.0,1349555.0,1357129.0,https://anaconda.org/conda-forge/category_encoders,2024-12-20 13:40:43.289,295417.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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,2024-12-29 12:38:31.000000,2024-12-29 11:42:11,1966.0,64.0,152.0,29.0,373.0,65.0,113.0,2370.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",59.0,32,True,2024-12-29 12:38:31.000,2.16.9,135.0,usearch,,unum/usearch,,,191.0,149.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,241528.0,250648.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,41088.0,,usearch,https://www.npmjs.com/package/usearch,2024-12-29 11:46:07.566,15.0,6951.0,,1.0,,,,,,,,,,, +230,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-01-01 04:24:17.000000,2024-12-29 08:30:40,1878.0,218.0,209.0,48.0,297.0,179.0,165.0,2195.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,32,True,2024-12-29 08:19:16.000,0.35.4,199.0,graphistry,,,,['jupyter'],136.0,130.0,https://pypi.org/project/graphistry,2024-12-29 08:19:16.000,6.0,16549.0,16549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-01-02 12:44:16.489000,2024-12-20 16:30:05,742.0,11.0,345.0,46.0,400.0,71.0,244.0,1733.0,Training PyTorch models with differential privacy.,82.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],982.0,946.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,80080.0,80626.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,19613.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +232,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,2024-12-30 14:21:17.000000,2024-12-30 14:21:14,4521.0,193.0,53.0,175.0,600.0,160.0,499.0,1602.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,,,,,169.0,154.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,43554.0,43589.0,,,,,,,,2.0,2226.0,,,,,,,,,,,,,,,,,,, +233,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-23 17:47:51.000000,2024-12-23 17:47:51,1986.0,19.0,289.0,45.0,291.0,59.0,215.0,1580.0,TensorLy: Tensor Learning in Python.,69.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,953.0,854.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,52520.0,59792.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,370919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,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,3.0,363.0,68.0,616.0,300.0,361.0,1499.0,A Jupyter - Leaflet.js bridge.,91.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13644.0,13360.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,175292.0,204344.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1335783.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5199.0,,,,,,,,,,,,, +235,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2024-12-10 01:49:14.000000,2024-11-05 17:47:01,1157.0,20.0,250.0,50.0,550.0,33.0,186.0,1345.0,ARCH models in Python.,35.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2398.0,2285.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1241907.0,1250207.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,456526.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +236,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,2024-12-16 22:46:09.000000,2024-12-16 13:06:20,736.0,16.0,109.0,26.0,593.0,363.0,464.0,1158.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,,,,6544.0,6326.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,162907.0,175515.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,693492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-01-01 16:17:08.000000,2025-01-01 16:17:03,14288.0,206.0,295.0,35.0,1926.0,499.0,685.0,1081.0,Python package for earth-observing satellite data processing.,173.0,32,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,9336.0,13734.0,https://anaconda.org/conda-forge/satpy,2024-12-26 17:05:07.104,241926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +238,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-01-02 13:52:20.000000,2024-12-18 18:28:20,11612.0,41.0,246.0,55.0,12342.0,251.0,2220.0,984.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],187.0,153.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,285460.0,285460.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2024-12-22 21:30:05.000000,2024-12-22 21:30:05,14740.0,178.0,442.0,58.0,2268.0,167.0,815.0,728.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,,,,1448.0,1320.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,32870.0,43338.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,544383.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,44.0,111.0,28.0,3628.0,535.0,3417.0,548.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,542.0,443.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,15224.0,27975.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,701312.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2859.0,387.0,125.0,239.0,561.0,26132.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],871.0,859.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25000.0,84612.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,100207.0,,,,,2.0,3653766.0,,,,,,,,,,,,,,,,,,, +242,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-02 06:41:56.000000,2025-01-02 06:41:54,2007.0,12.0,2682.0,302.0,953.0,249.0,696.0,15888.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",134.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,6059.0,6073.0,,,,,,,,2.0,747.0,,,,,,,,,,,,,,,,,,, +243,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,14093.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,16650.0,16650.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,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,1006.0,574.0,727.0,12774.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'],1813.0,1806.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5919.0,5930.0,,,,,,,,2.0,837.0,,,,,,,,,,,,,,,,,,, +245,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-01-01 08:21:38.000000,2025-01-01 08:21:38,2973.0,12.0,2430.0,209.0,483.0,246.0,481.0,10336.0,FinRL: Financial Reinforcement Learning.,120.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,58.0,58.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1503.0,1503.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +246,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9798.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1388.0,1369.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,16914.0,17520.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,37616.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +247,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2024-07-25 10:51:05.000000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9793.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,31,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3191.0,3153.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,38581.0,43697.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,281407.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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,456.0,263.0,579.0,364.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'],5091.0,5077.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3492.0,3492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,10.0,1401.0,100.0,671.0,735.0,528.0,8480.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'],2914.0,2914.0,,,,,7597.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,387466.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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,2024-11-29 14:40:31.000000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7674.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'],666.0,632.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,13707.0,14325.0,https://anaconda.org/conda-forge/auto-sklearn,2023-06-16 19:25:30.278,27851.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +251,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2024-12-19 19:04:01.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7323.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1937.0,1863.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,56538.0,60594.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,223082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-12-19 14:28:40.998000,2024-11-26 20:42:35,3285.0,2.0,959.0,139.0,669.0,56.0,1165.0,7276.0,Python library for audio and music analysis.,124.0,31,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2601997.0,2617662.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,845947.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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,211.0,1052.0,27.0,615.0,6757.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],426.0,422.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11306.0,11306.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +254,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,2024-12-23 16:42:32.000000,2024-12-23 16:42:30,213.0,9.0,1107.0,201.0,160.0,149.0,344.0,6366.0,Official Kaggle API.,48.0,31,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,226612.0,230466.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,200420.0,,,,,2.0,,,,,,,,,-2.0,,,,,,,,,,, +255,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,2024-12-30 15:48:05.000000,2024-12-30 15:48:05,1098.0,4.0,390.0,81.0,546.0,61.0,461.0,5927.0,A scikit-learn compatible neural network library that wraps PyTorch.,63.0,31,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1583.0,1498.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,164012.0,179217.0,https://anaconda.org/conda-forge/skorch,2024-12-27 08:14:14.279,790683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,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,296.0,161.0,267.0,5768.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,,,,1131.0,1117.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,8378.0,8551.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,127.0,40.0,75.0,147.0,5692.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4441.0,4325.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,781183.0,781524.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19143.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +258,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,2024-12-23 19:45:58.000000,2024-12-13 16:40:15,828.0,15.0,407.0,74.0,304.0,62.0,532.0,4808.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1357.0,1309.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,70134.0,76695.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,367416.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,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,2024-12-31 22:06:24.000000,2024-12-31 20:54:38,15607.0,57.0,537.0,78.0,3702.0,919.0,1629.0,4325.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3419.0,3419.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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,4.0,383.0,70.0,376.0,103.0,460.0,4272.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,,,,3390.0,3330.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,27155.0,27351.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7472.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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,2024-12-28 15:55:36.000000,2024-12-28 15:55:36,1930.0,27.0,633.0,46.0,928.0,489.0,314.0,4050.0,Time series forecasting with PyTorch.,60.0,31,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,485.0,463.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,55053.0,56387.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,69396.0,,,,,2.0,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +262,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,2024-12-27 12:24:07.000000,2024-12-27 12:23:48,1361.0,6.0,322.0,59.0,248.0,70.0,450.0,3699.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1018.0,988.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,289913.0,308973.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1048325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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,2024-12-18 23:54:59.385000,2024-12-12 13:55:22,3907.0,7.0,562.0,58.0,922.0,380.0,982.0,3617.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,31,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2718.0,2549.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,225207.0,228571.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,188385.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,1.0,1662.0,156.0,210.0,13.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,31,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,1910044.0,1912132.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,110696.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,,,,,286.0,268.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,147514.0,147694.0,,,,,,,,3.0,17883.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,78.0,80.0,74.0,162.0,3414.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,,,,8046.0,7926.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,2033713.0,2036626.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,265171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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,2024-12-19 20:53:17.000000,2024-12-19 20:53:16,1213.0,23.0,366.0,36.0,553.0,117.0,462.0,3221.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2024-12-16 22:41:41.000,1.7.7,28.0,neuralforecast,conda-forge/neuralforecast,,,,301.0,280.0,https://pypi.org/project/neuralforecast,2024-12-16 22:41:41.000,21.0,53116.0,53931.0,https://anaconda.org/conda-forge/neuralforecast,2024-12-17 13:54:40.198,27721.0,,,,,2.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,2024-11-26 20:47:58.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,828.0,103.0,285.0,3218.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7282.0,7129.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,371241.0,380766.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,361974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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,61.0,498.0,221.0,273.0,2862.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'],5004.0,4889.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,352121.0,353226.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,45316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2024-12-09 15:46:12.000000,2024-12-09 15:31:38,1700.0,43.0,335.0,37.0,367.0,38.0,185.0,2759.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2024-12-09 15:46:12.000,2.7.5,48.0,shapash,,,,['jupyter'],189.0,185.0,https://pypi.org/project/shapash,2024-12-09 15:46:12.000,4.0,8601.0,8601.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-12-14 20:51:53.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,544.0,61.0,305.0,2598.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,462478.0,485409.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1169524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,3.0,361.0,82.0,169.0,218.0,149.0,2364.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,,,,6994.0,6839.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,288626.0,293312.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,217556.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,731.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,2024-12-24 12:07:59.000000,2024-12-24 11:57:39,965.0,18.0,146.0,25.0,444.0,168.0,316.0,2172.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,57.0,31,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1103.0,903.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,284268.0,284268.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +274,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,,260.0,47.0,354.0,220.0,142.0,2081.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,16245.0,15842.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2239463.0,2239463.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-02 10:15:25.753000,2024-12-17 11:38:14,920.0,41.0,425.0,39.0,955.0,160.0,333.0,1979.0,A Python package to assess and improve fairness of machine learning models.,91.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,492440.0,493225.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,39275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,5.0,287.0,56.0,143.0,83.0,194.0,1890.0,"CUDA integration for Python, plus shiny features.",82.0,31,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3491.0,3334.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,73025.0,87917.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,685033.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,2024-11-10 13:22:24.000000,2024-11-10 13:22:22,2896.0,29.0,189.0,27.0,732.0,114.0,462.0,1722.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,,,,,283.0,264.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,12563.0,12567.0,,,,,,,,2.0,229.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,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,57.0,1884.0,92.0,899.0,1694.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,1172589.0,1172589.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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,2.0,234.0,37.0,256.0,65.0,274.0,1608.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,,,,10421.0,10268.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2402212.0,2426332.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1230152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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,2024-12-31 22:18:59.000000,2024-12-31 22:16:38,1630.0,19.0,171.0,18.0,859.0,110.0,457.0,1378.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,826.0,790.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,76408.0,80488.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,228491.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-01-02 10:08:58.000000,2024-11-28 09:24:18,4025.0,313.0,142.0,9.0,691.0,22.0,163.0,1202.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],393.0,378.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,88525.0,88525.0,,,,,,,,2.0,,skforecast/skforecast,,,,,,,,,,,,,,,,,, +282,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-01 16:26:42.000000,2024-11-27 19:10:03,1176.0,33.0,216.0,23.0,160.0,30.0,205.0,1150.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],716.0,679.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,183679.0,188282.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,174919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2024-12-16 21:37:29.000000,2024-12-16 21:37:28,3393.0,19.0,242.0,50.0,415.0,76.0,282.0,1074.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2276.0,2102.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,71095.0,96863.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1417259.0,,,,,2.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-01-02 13:52:10.000000,2024-12-20 05:32:33,176529.0,1490.0,95.0,51.0,2414.0,70.0,310.0,690.0,TensorFlow ROCm port.,4743.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,6964.0,6964.0,,,,,,,,3.0,26.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +285,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,2024-12-16 17:14:39.000000,2024-12-16 15:32:53,605.0,12.0,38.0,10.0,77.0,11.0,26.0,220.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,31,False,2024-12-16 11:14:25.000,1.1.0,52.0,blis,conda-forge/cython-blis,,,,54069.0,53959.0,https://pypi.org/project/blis,2024-12-16 11:14:25.000,110.0,10984823.0,11030350.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2366982.0,,,,,2.0,611.0,,,,,,,,,,,,,,,,,,, +286,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-01-02 08:19:07.000000,2024-12-03 04:02:11,2300.0,11.0,2889.0,198.0,3775.0,1260.0,4254.0,12958.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,30,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,541.0,541.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2024-12-30 22:09:46.000000,2024-12-29 13:02:07,1749.0,8.0,751.0,88.0,814.0,111.0,289.0,9854.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",53.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,436.0,418.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,40964.0,41729.0,https://anaconda.org/conda-forge/cleanlab,2024-06-26 17:29:18.404,34439.0,,,,,2.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,,2160.0,290.0,98.0,311.0,446.0,8682.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,,,,1739.0,1720.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7453.0,19348.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8477.0,,,,,2.0,950900.0,,,,,,,,,,,,,,,,,,, +289,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,788.0,5849.0,Gluon CV Toolkit.,119.0,30,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,82161.0,82161.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1081.0,111.0,259.0,107.0,501.0,5611.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4663.0,4521.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,125029.0,125617.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,22945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,8.0,634.0,149.0,799.0,141.0,356.0,4799.0,Deep Learning Visualization Toolkit.,36.0,30,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,186156.0,186164.0,,,,,,,,2.0,482.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,5.0,760.0,77.0,1823.0,325.0,637.0,4702.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,481088.0,481119.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2024-06-24 13:34:47.000000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4546.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,30,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,48980.0,48545.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,403055.0,406893.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,207257.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,4482.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,,,,1572.0,1507.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,135904.0,136590.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,29504.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2024-07-17 04:40:56.000000,2023-11-02 13:49:44,662.0,,969.0,152.0,132.0,139.0,104.0,4437.0,Technical Analysis Library using Pandas and Numpy.,34.0,30,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,5098.0,4991.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,175115.0,175791.0,https://anaconda.org/conda-forge/ta,2023-11-02 22:03:30.766,31789.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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,1.0,551.0,119.0,386.0,77.0,743.0,4185.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,,,,365.0,346.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,93498.0,95899.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,88844.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,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,4105.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6665.0,6515.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,541163.0,547097.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,296716.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-12-14 01:17:03.000000,2024-12-14 01:16:55,1262.0,25.0,498.0,67.0,773.0,5.0,560.0,3840.0,On-device wake word detection powered by deep learning.,41.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,10163.0,10163.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,4.0,466.0,101.0,1067.0,271.0,368.0,3637.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'],187.0,60.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,149365.0,178452.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1450450.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,3187.0,,,,,,,,,,,,, +300,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,2.0,337.0,64.0,78.0,20.0,124.0,3467.0,A Python Perceptual Image Hashing Module.,27.0,30,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15556.0,15314.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1267967.0,1276245.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,413929.0,,,,,2.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,,450.0,93.0,127.0,92.0,348.0,3435.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,,,,1329.0,1266.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,426422.0,429721.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,168298.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,3.0,739.0,123.0,130.0,71.0,375.0,3092.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'],3082.0,2990.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,126613.0,132674.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,315187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,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-01-02 08:08:45.000000,2024-12-12 01:51:50,8382.0,136.0,357.0,84.0,9840.0,97.0,349.0,3069.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,21344.0,21597.0,,,,,,,,3.0,11641.0,,,,,,,,,,,,,,,,,,, +304,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,65.0,346.0,29.0,339.0,95.0,40.0,3044.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1191.0,1185.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,15902.0,15997.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,60.0,195.0,139.0,197.0,2928.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'],1644.0,1565.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,352308.0,379196.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1478887.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,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,23.0,50.0,38.0,203.0,2340.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,,,,592.0,579.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,55186.0,56373.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,58174.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,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,4.0,428.0,92.0,119.0,78.0,265.0,2330.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1649.0,1639.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7545.0,8810.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,56969.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2030.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1186.0,1150.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,69092.0,72982.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,209719.0,,,,,2.0,724.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-01-02 11:34:44.000000,2024-12-31 00:14:53,2299.0,146.0,447.0,34.0,2472.0,322.0,124.0,1991.0,Pytorch domain library for recommendation systems.,308.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,164.0,164.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,6507.0,6507.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +310,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,22.0,193.0,21.0,181.0,49.0,140.0,1913.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,30,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,666.0,645.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,41347.0,41347.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2024-12-30 11:24:38.000000,2024-10-04 09:56:03,2451.0,,435.0,76.0,1271.0,154.0,682.0,1856.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'],746.0,711.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,69362.0,70457.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,38327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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,4.0,228.0,52.0,213.0,32.0,292.0,1730.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,,,,,1050.0,1016.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,19451.0,19451.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2024-12-08 12:55:17.000000,2024-12-08 12:55:17,1260.0,5.0,142.0,32.0,123.0,42.0,269.0,1657.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,,,,2788.0,2632.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,117292.0,119951.0,https://anaconda.org/conda-forge/pingouin,2024-09-04 22:25:36.166,146292.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,2024-12-31 22:58:06.000000,2024-12-30 10:55:19,2383.0,245.0,162.0,12.0,1051.0,101.0,997.0,1639.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2024-12-27 15:29:43.000,0.18.33,252.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2024-12-27 12:56:27.000,,8287.0,8287.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-01-01 04:01:49.000000,2024-12-07 19:02:56,953.0,4.0,431.0,86.0,239.0,57.0,242.0,1481.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3161.0,2723.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,107679.0,116460.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,377595.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-01-01 19:03:18.457000,2024-12-31 17:36:46,10814.0,29.0,251.0,40.0,1512.0,209.0,358.0,1281.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,4111.0,4257.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,4535.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2024-12-18 19:48:19.000000,2024-12-18 19:48:15,16703.0,50.0,379.0,45.0,1656.0,316.0,2998.0,932.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,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1407.0,1469.0,,,,,,,,2.0,8195.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,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,2.0,122.0,32.0,133.0,24.0,77.0,928.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,,,,19690.0,18967.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2116974.0,2155861.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,894405.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2024-12-27 14:23:52.383000,2024-10-10 16:48:51,1966.0,3.0,234.0,19.0,301.0,53.0,286.0,892.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",48.0,30,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1491.0,1364.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,161047.0,164919.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,197473.0,,,,,2.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-01-02 14:01:30.000000,2024-12-30 15:48:37,587.0,21.0,111.0,17.0,201.0,125.0,139.0,727.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2023-02-15 15:39:02.000,0.12.1,15.0,soundfile,anaconda/pysoundfile,,,,49600.0,48820.0,https://pypi.org/project/soundfile,2023-02-15 15:39:00.786,780.0,3157302.0,3157463.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21112.0,,,,,,,,,,,,,,,,,,, +321,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,64.0,102.0,24.0,117.0,4.0,113.0,719.0,Python library for reading audio file metadata.,27.0,30,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1236.0,1123.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,65270.0,65270.0,,,,,,,,2.0,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +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,1249.0,557.0,840.0,2543.0,17541.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,902.0,1039.0,,,,,,,,3.0,14800.0,,,,,,,,,,,,,,,,,,, +323,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,15932.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,602.0,599.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1536.0,1536.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +324,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,47.0,101.0,94.0,9052.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,195005.0,195851.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,46574.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,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,2024-12-31 09:24:36.000000,2024-12-31 08:15:19,1065.0,24.0,935.0,140.0,761.0,135.0,348.0,7211.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,,,,497.0,479.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,45979.0,46709.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,36513.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +326,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,6224.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'],782.0,775.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1417.0,1593.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9695.0,,,,,2.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,2024-12-27 00:59:14.000000,2024-12-13 20:29:18,629.0,5.0,776.0,86.0,358.0,54.0,348.0,5167.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,,,,,239.0,237.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,35054.0,35054.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-01 00:12:14.000000,2024-12-30 22:46:56,1652.0,17.0,833.0,146.0,1590.0,387.0,403.0,5088.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,229114.0,229114.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,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,602.0,45.0,555.0,11.0,,4223.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,,,,1603.0,1572.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,176199.0,178992.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,83733.0,,,,,3.0,30373.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,2024-12-20 15:28:08.000000,2024-12-20 15:21:31,925.0,39.0,448.0,43.0,1020.0,27.0,352.0,4094.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,33550.0,130802.0,,,,,,,,3.0,4570856.0,,,,,,,,,,,,,,,,,,, +331,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,39.0,15.0,121.0,3996.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,,,,19832.0,19710.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,188323.0,226023.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,377007.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +332,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2024-12-20 05:56:48.000000,2024-11-05 10:29:23,704.0,23.0,690.0,41.0,1030.0,147.0,808.0,3931.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,33.0,anomalib,,,,,126.0,121.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,23777.0,24202.0,,,,,,,,2.0,15741.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,2024-12-15 15:25:31.000000,2024-12-12 15:50:20,1496.0,9.0,256.0,23.0,1759.0,254.0,730.0,3657.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,,,,,486.0,474.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34223.0,34257.0,,,,,,,,2.0,1336.0,,,,,,,,,,,,,,,,,,, +334,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,230.0,95.0,404.0,3594.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,,,,1644.0,1615.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,224799.0,244075.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1000021.0,,,,,2.0,1636.0,,,,,,,,,,,,,,,,,,, +335,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,56.0,357.0,69.0,1459.0,118.0,88.0,3502.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,29,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,4233.0,6171.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,100818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,7.0,410.0,50.0,95.0,141.0,522.0,3083.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,10250.0,10903.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,28094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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,96.0,1045.0,260.0,297.0,2557.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'],1677.0,1655.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,96978.0,96978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,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,2024-12-16 07:07:04.000000,2024-12-11 16:12:58,739.0,12.0,225.0,41.0,562.0,140.0,235.0,2270.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,507.0,500.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,76201.0,76201.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1812.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6876.0,6773.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,110675.0,111808.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,89525.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,1596.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'],4279.0,4242.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1874820.0,1875503.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,32798.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,24.0,601.0,103.0,296.0,22.0,300.0,1584.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,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,6666.0,6717.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4787.0,,,,,2.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,2024-12-11 20:40:27.070000,2024-06-05 08:42:47,1478.0,,166.0,31.0,252.0,,,1358.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2087.0,2000.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,213750.0,215884.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,81118.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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,2024-12-23 13:20:05.726000,2024-11-18 14:47:37,4368.0,4.0,302.0,79.0,672.0,18.0,634.0,1350.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,29,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1756.0,1707.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,29218.0,40229.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,594637.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +344,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,2024-12-05 02:06:57.000000,2024-11-27 18:24:47,1528.0,40.0,280.0,68.0,110.0,38.0,55.0,1258.0,Model analysis tools for TensorFlow.,59.0,29,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,118167.0,118167.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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,2024-12-21 15:02:43.000000,2024-12-21 14:41:29,3222.0,30.0,120.0,16.0,323.0,8.0,184.0,823.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,299343.0,363234.0,https://anaconda.org/conda-forge/mpi4py,2024-10-12 13:31:50.789,3231329.0,,,,,2.0,28780.0,,,,,,,,,,,,,,,,,,, +346,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2024-11-20 20:11:03.000000,2024-11-20 19:38:41,1094.0,9.0,174.0,35.0,118.0,25.0,65.0,767.0,Snowball compiler and stemming algorithms.,35.0,29,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,12910846.0,13000442.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9049237.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,2024-12-27 19:28:14.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1448.0,293.0,371.0,712.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,854753.0,854753.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,2024-12-18 08:19:39.527000,2024-12-17 11:26:34,868.0,23.0,77.0,26.0,421.0,109.0,243.0,604.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1239.0,1176.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,13933.0,19097.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,268568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-28 13:35:56.000000,2024-12-19 13:55:54,2106.0,8.0,64.0,17.0,1646.0,33.0,218.0,591.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,,,,785.0,708.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,526393.0,531826.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,304266.0,,,,,2.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,54.0,37.0,57.0,500.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,,,,27327.0,27192.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,1960522.0,1978570.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,920483.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +351,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,620.0,233.0,53.0,,15343.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2611.0,2537.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,44646.0,44646.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,6.0,1377.0,425.0,51.0,105.0,88.0,10595.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,21274.0,21274.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2024-12-05 15:25:11.000000,2024-09-10 20:43:30,1626.0,,814.0,140.0,1572.0,122.0,125.0,8124.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,,,,,197.0,196.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3632.0,3632.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,347.0,81.0,51.0,231.0,8049.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,894.0,868.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,1949.0,2310.0,,,,,,,,2.0,32217.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +355,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,626.0,2112.0,453.0,1338.0,6338.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,,1794.0,1794.0,,,,,,,,3.0,14.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +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,209.0,93.0,201.0,123.0,5940.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,,,,,556.0,544.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,10755.0,10755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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,200.0,158.0,49.0,227.0,5534.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'],802.0,796.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1128.0,1128.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,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,4804.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,,,,1667.0,1635.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,389223.0,392094.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,241211.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,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,146.0,33.0,52.0,77.0,4538.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,,,,10108.0,10011.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,314410.0,314747.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15521.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,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,37.0,57.0,138.0,45.0,4021.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'],17934.0,17799.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,177117.0,177117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,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,217.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,,,,,1083.0,1071.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1483.0,1483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +362,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,2024-05-16 18:13:04.000000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3540.0,Module for automatic summarization of text documents and HTML pages.,32.0,28,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3408.0,3377.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,106081.0,106320.0,https://anaconda.org/conda-forge/sumy,2023-06-16 19:26:28.563,10317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2024-09-09 06:24:01.000000,2024-09-09 06:24:01,415.0,,250.0,64.0,56.0,9.0,,3426.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7726.0,7627.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,703303.0,717295.0,https://anaconda.org/conda-forge/textdistance,2024-07-17 15:04:16.210,699021.0,,,,,2.0,1051.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,3310.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1256.0,1226.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,38316.0,38316.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,82.0,245.0,69.0,155.0,3079.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,,,,,214.0,211.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,27686.0,27687.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +366,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,3039.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12850.0,12741.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,50425.0,50425.0,,,,,,,,3.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,2996.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,,,,1436.0,1383.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,101370.0,103220.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,92527.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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,2024-12-12 13:40:00.000000,2024-12-12 13:39:24,2308.0,3.0,722.0,81.0,206.0,200.0,469.0,2829.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,31449.0,31449.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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,4.0,334.0,154.0,1184.0,35.0,60.0,2735.0,Neural Network Libraries.,76.0,28,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,9523.0,9534.0,,,,,,,,3.0,1011.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,45.0,57.0,71.0,210.0,2374.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],373.0,366.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,8372.0,8372.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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,2338.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12128.0,11973.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,341597.0,341597.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,6.0,526.0,43.0,29.0,49.0,81.0,2267.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'],6925.0,6852.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,138658.0,138899.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,13960.0,,,,,3.0,17.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,2024-12-31 15:20:49.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2244.0,A modular active learning framework for Python.,20.0,28,False,2024-12-31 15:20:49.000,0.70.3,1576.0,modAL,,,,['sklearn'],73.0,,https://pypi.org/project/modAL,2024-12-31 15:20:49.000,73.0,558245.0,558245.0,,,,,,,,2.0,46.0,,,,,,,,,,,,,,,,,,, +374,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-12-22 04:06:49.000000,2024-12-22 04:06:41,2338.0,81.0,135.0,29.0,272.0,5.0,43.0,2084.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,209.0,195.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5566.0,5566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +375,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-31 14:50:49.608000,2024-12-01 14:51:07,495.0,8.0,300.0,68.0,127.0,23.0,107.0,2075.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,529.0,511.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,15896.0,16210.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,14160.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,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,42.0,64.0,30.0,273.0,1969.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,,,,2187.0,2165.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,34721.0,35568.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,44078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,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,,279.0,40.0,495.0,172.0,151.0,1808.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,,,,,199.0,191.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,160701.0,160708.0,,,,,,,,2.0,552.0,,,,,,,,,,,,,,,,,,, +378,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,17.0,293.0,30.0,581.0,102.0,722.0,1807.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,118.0,115.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1203.0,1203.0,,,,,,,,2.0,45.0,,,,,,,,,,,,,,,,,,, +379,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,50.0,136.0,30.0,435.0,1760.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,,,,,302.0,287.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4771.0,4885.0,,,,,,,,2.0,12136.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +380,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,2024-12-16 13:13:33.000000,2024-12-16 13:13:11,834.0,2.0,323.0,120.0,788.0,229.0,168.0,1505.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,474897.0,474897.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,1351.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,,,,3777.0,3728.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,373559.0,374410.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,45148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2024-12-24 10:44:32.000000,2024-12-24 10:44:31,417.0,9.0,184.0,25.0,42.0,1.0,132.0,1298.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2024-11-17 22:13:50.000,0.14.0,61.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],669.0,651.0,https://pypi.org/project/prince,2024-11-17 22:13:50.000,18.0,131748.0,132103.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22055.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,2024-12-30 11:26:00.000000,2024-12-30 11:25:57,549.0,13.0,118.0,22.0,402.0,40.0,292.0,1291.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'],183.0,170.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22957.0,24037.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,60528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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,,418.0,52.0,41.0,17.0,139.0,1248.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2960.0,2922.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,217909.0,218836.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,52852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,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,41.0,39.0,76.0,591.0,1179.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,816.0,784.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,26143.0,28018.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,100929.0,,,,,2.0,654.0,,,,,,,,,,,,,,,,,,, +386,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-26 16:09:27.000000,2024-12-26 16:07:56,834.0,11.0,127.0,30.0,434.0,81.0,343.0,1110.0,BAyesian Model-Building Interface (Bambi) in Python.,45.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,179.0,165.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,20766.0,21614.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,41583.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,2023-06-16 16:10:42.597000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1025.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,3637772.0,3667538.0,https://anaconda.org/conda-forge/keras-preprocessing,2023-06-16 16:10:42.597,2351525.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,258.0,910.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1267.0,1174.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,124678.0,141261.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,928682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,2024-12-24 18:09:00.000000,2024-12-24 18:02:36,1380.0,12.0,146.0,26.0,492.0,24.0,139.0,900.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,,,,275.0,257.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,39616.0,51251.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,639941.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,844.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,300.0,283.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5518.0,5518.0,,,,,,,,2.0,109.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,,1158.0,240.0,458.0,75.0,265.0,18473.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,,26819.0,27232.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27289.0,3.0,,,,,,,,,,,,,,,,,,,, +392,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,133.0,51.0,163.0,141.0,7989.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,220700.0,296603.0,,,,,,,,2.0,4402378.0,,,,,,,,,,,,,,,,,,, +393,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'],292.0,284.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,49111.0,49111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,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,459.0,699.0,36.0,441.0,7338.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,2067.0,2092.0,,,,,,,,2.0,2555.0,,,,,,,,,,,,,,,,,,, +395,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,174.0,46.0,80.0,242.0,7159.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,36826.0,36826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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,351.0,14.0,42.0,66.0,6462.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1536.0,1528.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,35498.0,35498.0,,,,,,,,3.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,145.0,100.0,87.0,310.0,6450.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,139660.0,147813.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,440281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,,474.0,74.0,63.0,112.0,57.0,4999.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,,,,,3546.0,3524.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,418274.0,418274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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,4831.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'],334.0,332.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,894.0,894.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +400,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,54.0,57.0,77.0,108.0,4634.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'],2664.0,2613.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,69500.0,93451.0,,,,,,,,3.0,1485017.0,,,,,,,,,,,,,,,,,,, +401,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,2024-12-20 20:59:37.000000,2024-12-12 19:32:29,6179.0,5.0,530.0,147.0,1950.0,338.0,1388.0,4596.0,ArrayFire: a general purpose GPU library.,95.0,27,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,2354.0,2420.0,,,,,,,,2.0,7622.0,,,,,,,,,,,,,,,,,,, +402,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,749.0,60.0,1015.0,187.0,742.0,4396.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'],192.0,188.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,3743.0,3743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,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,,559.0,103.0,619.0,99.0,608.0,4303.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,398162.0,399806.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,87168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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-01-02 14:13:48.000000,2025-01-02 14:12:19,745.0,534.0,224.0,45.0,855.0,25.0,89.0,3933.0,"From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better,..",28.0,27,True,2024-12-30 17:13:08.000,1.3.3,80.0,opik,,,,,1.0,,https://pypi.org/project/opik,2024-12-30 17:13:33.000,1.0,12153.0,12153.0,,,,,,,,3.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,2024-11-25 15:45:47.000000,2024-09-13 01:42:25,1464.0,,480.0,58.0,828.0,60.0,498.0,3926.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,70040.0,70040.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,2024-12-30 16:32:49.000000,2024-12-30 16:32:49,1691.0,22.0,689.0,44.0,35.0,7.0,581.0,3661.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,,2216.0,2216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,3459.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,,,,725.0,720.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1063.0,1338.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,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,,255.0,62.0,121.0,7.0,293.0,3417.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,,,,,673.0,658.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,14373.0,14402.0,,,,,,,,3.0,2045.0,,,,,,,,,,,,,,,,,,, +409,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2024-12-22 12:38:32.174000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,339.0,23.0,761.0,3393.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,13674.0,17031.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,188001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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,,375.0,85.0,66.0,157.0,189.0,3355.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,,,,516.0,499.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6314.0,14344.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,754851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,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,110.0,721.0,155.0,64.0,6.0,849.0,3281.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'],,,,,,,918.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,72442.0,,,,,3.0,4809.0,,,,,,,,,,,,,,,,,,, +412,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,33.0,477.0,54.0,30.0,3059.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,159972.0,160247.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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,38.0,522.0,68.0,217.0,3030.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,,,,343.0,332.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4453.0,4629.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9203.0,,,,,2.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,2961.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4695.0,4695.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2024-10-23 10:52:14.000000,2024-10-23 10:52:14,3642.0,8.0,527.0,110.0,364.0,388.0,691.0,2905.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,27,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,857.0,837.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,8848.0,8848.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +416,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,,781.0,181.0,75.0,21.0,565.0,2889.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,34656.0,35430.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,51110.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,2809.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,,,,671.0,657.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5168.0,5465.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16042.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2675.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,188109.0,191325.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,77201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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,29.0,1132.0,78.0,224.0,2647.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,,1092.0,15015.0,,,,,,,,3.0,417715.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +420,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,2024-12-29 23:12:37.000000,2024-12-29 23:12:37,152.0,12.0,346.0,29.0,343.0,47.0,349.0,2610.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],156.0,144.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,3900.0,3900.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +421,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,64.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'],5860.0,5775.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,411336.0,413470.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,192127.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,56.0,674.0,151.0,225.0,2421.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,722.0,697.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13886.0,13886.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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,,,,1974.0,1908.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,20891.0,22796.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,175317.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,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,63.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'],392.0,386.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,14772.0,14772.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +425,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,67.0,63.0,32.0,199.0,2173.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],61.0,59.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1330.0,1330.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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-01-01 01:40:47.000000,2024-12-31 22:18:38,6698.0,89.0,308.0,46.0,3037.0,194.0,1595.0,1817.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,265.0,849.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,26314.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,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,55.0,446.0,6.0,402.0,1748.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,34592.0,34686.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4252.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,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,2023-10-08 14:28:44.000000,2023-10-08 14:28:43,1157.0,,213.0,38.0,1081.0,25.0,496.0,1747.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,27,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2151.0,2754.0,https://anaconda.org/conda-forge/lightning-flash,2023-07-04 02:12:18.993,24748.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +429,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,,284.0,52.0,88.0,24.0,191.0,1640.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'],698.0,679.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,9367.0,9520.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8450.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,2.0,164.0,22.0,128.0,9.0,131.0,1488.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,,,,996.0,949.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,36055.0,42774.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,356136.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,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,1484.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,,,,,416.0,414.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1594.0,1594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,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,3.0,424.0,31.0,52.0,18.0,132.0,1466.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,756.0,725.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,23834.0,23834.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,2024-12-28 18:48:03.000000,2024-10-15 17:52:15,3072.0,6.0,124.0,36.0,378.0,15.0,191.0,1458.0,Multi-class confusion matrix library in Python.,17.0,27,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,385.0,361.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,39411.0,39411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2024-11-06 15:43:29.000000,2024-11-06 15:43:27,1077.0,16.0,122.0,24.0,116.0,37.0,57.0,1412.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,27,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,119.0,110.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,25898.0,25898.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1392.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,203.0,196.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,22108.0,22498.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,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,,204.0,44.0,259.0,68.0,213.0,1371.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,,,,,483.0,456.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2153.0,2153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,2024-12-23 20:37:23.000000,2024-12-18 16:07:19,2408.0,152.0,421.0,56.0,592.0,190.0,266.0,1322.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1293.0,1474.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9453.0,,,,,2.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,72.0,89.0,36.0,26.0,1320.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,,,,1567.0,1511.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,21941.0,22322.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31635.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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,56.0,65.0,14.0,112.0,1319.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1156.0,1144.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9607.0,9607.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,,331.0,40.0,302.0,31.0,200.0,1299.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,,,,,500.0,478.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,26431.0,26431.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,1255.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'],1768.0,1747.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,139358.0,139358.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,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,991.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,,,,640.0,606.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20015.0,20692.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,34392.0,,,,,3.0,329.0,,,,,,,,,,,,,,,,,,, +443,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,5.0,215.0,58.0,99.0,39.0,172.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,434379.0,434379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,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,955.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,68842.0,76112.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,623918.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1271.0,,,,,,,,,,,,, +445,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,,178.0,33.0,86.0,88.0,123.0,923.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'],1908.0,1883.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,60048.0,60048.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,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,2.0,106.0,14.0,100.0,73.0,67.0,908.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,,,,9048.0,8892.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1454939.0,1494677.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2145856.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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,50.0,59.0,21.0,70.0,856.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,,,,1479.0,1416.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19996.0,29789.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,538636.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,,82.0,12.0,50.0,22.0,53.0,821.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,,,,5201.0,5124.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,927911.0,928110.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,7783.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,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,37.0,148.0,29.0,97.0,47.0,76.0,631.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,27,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,640.0,609.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,75070.0,75111.0,,,,,,,,3.0,2879.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,,59.0,14.0,207.0,12.0,187.0,344.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,,,,10335.0,10174.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,690874.0,722217.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2946292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,2024-12-11 14:40:44.000000,2024-12-11 14:40:44,102.0,2.0,1834.0,210.0,75.0,113.0,41.0,10832.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,33.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,26610.0,26610.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,,1224.0,185.0,213.0,32.0,534.0,9512.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,,,,,304.0,,,,,,,,3.0,14625.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,,599.0,142.0,31.0,69.0,55.0,5605.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1909.0,1853.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1625813.0,1626189.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20347.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,5087.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,,,,,875.0,863.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7588.0,7588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,4605.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,1795.0,1891.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4348.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,741.0,175.0,90.0,1.0,288.0,4329.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,39313.0,39480.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8050.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,281.0,226.0,12.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,210345.0,210772.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26070.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,2024-10-30 15:06:30.000000,2024-10-30 15:05:16,1206.0,1.0,431.0,83.0,55.0,63.0,204.0,3555.0,A library of reinforcement learning components and agents.,86.0,26,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],227.0,224.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1472.0,1687.0,https://anaconda.org/conda-forge/dm-acme,2023-06-16 19:23:44.096,10767.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +459,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,25.0,324.0,89.0,102.0,51.0,32.0,3552.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,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2168.0,2637.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,3.0,279.0,51.0,477.0,69.0,261.0,3371.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,6991.0,8154.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,52909.0,,,,,2.0,771.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,142.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,802.0,802.0,,,,,,,,2.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,,,,,,,,,1723.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,154288.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.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,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,142580.0,144445.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,171656.0,,,,,2.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,168.0,94.0,136.0,358.0,2496.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,739.0,739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,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,2024-12-10 03:08:36.000000,2024-12-10 03:08:33,438.0,1.0,842.0,91.0,293.0,200.0,103.0,2491.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,,,,577.0,545.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,19010.0,19346.0,https://anaconda.org/conda-forge/aif360,2024-04-09 06:44:48.814,17478.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,,250.0,35.0,148.0,24.0,146.0,2429.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,,,,,264.0,255.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,19074.0,19080.0,,,,,,,,3.0,343.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,77.0,55.0,170.0,68.0,2315.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1459.0,1410.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,33140.0,33140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,2267.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,,,,649.0,644.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,12492.0,13665.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,104419.0,,,,,3.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,65.0,161.0,13.0,92.0,2160.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,,,,,793.0,774.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,65042.0,65042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,2070.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'],2444.0,2430.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80066.0,83924.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,542.0,,,,,3.0,261731.0,,,,,,,,,,,,,,,,,,, +471,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,36.0,1787.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,783.0,738.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,97530.0,98272.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,28953.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,1576.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,1987.0,1987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +473,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,5.0,270.0,81.0,492.0,53.0,207.0,1440.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1361.0,1350.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,23588.0,23670.0,,,,,,,,3.0,7562.0,,,,,,,,,,,,,,,,,,, +474,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,148.0,35.0,215.0,120.0,152.0,1248.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,568.0,511.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,25220.0,51097.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1397377.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1239.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'],565.0,561.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7715.0,7715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-01-02 09:10:05.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,617.0,109.0,461.0,1099.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,30466.0,31056.0,https://anaconda.org/conda-forge/smac,2024-12-26 18:30:31.016,27151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,6.0,174.0,49.0,89.0,39.0,144.0,766.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,141057.0,141069.0,,,,,,,,3.0,930.0,,,,,,,,,,,,,,,,,,, +478,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,2024-12-26 19:14:04.475000,2024-12-17 22:18:44,638.0,9.0,164.0,31.0,231.0,5.0,105.0,654.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,26,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],443.0,415.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,24827.0,25131.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,9453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,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,512.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,,,,404.0,387.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10041.0,11289.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,86180.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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'],8216.0,8077.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,309279.0,310000.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,33.0,145.0,35.0,414.0,37.0,141.0,383.0,Neuroimaging in Python FMRI analysis package.,71.0,26,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,3255.0,25643.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,134328.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,8.0,40.0,5.0,16.0,3.0,60.0,354.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'],1001.0,938.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,94785.0,114243.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,992371.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +483,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,,234.0,239.0,,,,,,,,3.0,432.0,,,,,,,,,,,,,,,,,,, +484,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,,,,,142.0,142.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,562.0,606.0,,,,,,,,3.0,3855.0,,,,,,,,,,,,,,,,,,, +485,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,11.0,1551.0,137.0,3624.0,75.0,1985.0,5775.0,An Industrial Grade Federated Learning Framework.,101.0,25,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,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,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,47.0,34.0,67.0,113.0,5349.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'],254.0,239.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4266.0,4266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,2024-12-30 16:12:39.000000,2024-12-30 16:12:39,3760.0,71.0,621.0,92.0,4130.0,245.0,1424.0,5229.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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,453.0,64.0,94.0,39.0,88.0,5212.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],168.0,163.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17738.0,17738.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,3.0,301.0,80.0,180.0,24.0,54.0,4981.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,,,,,164.0,160.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3304.0,3304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,4680.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'],806.0,800.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,673.0,673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,,451.0,44.0,56.0,95.0,175.0,4417.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,,,,,163.0,160.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,6159.0,6159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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,3902.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,1682.0,1682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,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,2024-12-30 04:13:35.000000,2024-12-30 04:13:34,2905.0,48.0,1244.0,133.0,1145.0,50.0,87.0,3383.0,a distributed deep learning platform.,96.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,82.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,882.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8554.0,3.0,,,,,,,,,,,,,,,,,,,, +494,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,86.0,105.0,101.0,3359.0,A deep learning library for video understanding research.,57.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,25354.0,25354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,812.0,63.0,642.0,133.0,405.0,3300.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1232.0,1232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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,10.0,252.0,29.0,2020.0,3.0,666.0,3271.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,25,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,,19776.0,19849.0,,,,,,,,3.0,2728.0,,,,,,,,,,,,,,,,,,, +497,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2024-08-06 11:36:13.000000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2966.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,25,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2745.0,2715.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,54491.0,55285.0,https://anaconda.org/conda-forge/sweetviz,2023-12-04 12:10:57.449,37343.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,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,97.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,,,,760.0,739.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2496.0,2850.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20197.0,,,,,3.0,1142.0,,,,,,,,,,,,,,,,,,, +499,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,2833.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,,,,,287.0,284.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,22502.0,22503.0,,,,,,,,3.0,91.0,,,,,,,,,,,,,,,,,,, +500,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2023-06-23 10:52:46.000000,2020-03-16 04:26:47,75.0,,226.0,64.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,25,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1244.0,1239.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,46063.0,46332.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,16986.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,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,2024-12-18 09:05:53.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,559.0,144.0,95.0,2754.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,14538.0,14538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,97.0,44.0,91.0,240.0,2754.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,44838.0,44838.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +503,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,,491.0,38.0,251.0,52.0,290.0,2677.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,39637.0,39883.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +504,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,2381.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,,,,,863.0,809.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,21180.0,21180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,12.0,228.0,40.0,137.0,63.0,127.0,2381.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,,15513.0,15513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,,86.0,41.0,59.0,13.0,78.0,2188.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,19580.0,19580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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,2113.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,93626.0,93626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,475.0,81.0,104.0,2088.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,124.0,114.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,2024-11-25 23:58:14.000000,2024-11-25 23:57:34,891.0,3.0,444.0,60.0,362.0,117.0,93.0,1946.0,Library for training machine learning models with privacy for training data.,59.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,15599.0,15601.0,,,,,,,,2.0,184.0,,,,,,,,,,,,,,,,,,, +510,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,185411.0,186591.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,62543.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,,310.0,56.0,1313.0,235.0,810.0,1902.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,855.0,855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,279.0,50.0,327.0,269.0,184.0,1874.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,273942.0,273942.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,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,,160.0,60.0,68.0,67.0,130.0,1830.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,,,,,493.0,491.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,747.0,747.0,,,,,,,,3.0,62.0,,,,,,,,,,,,,,,,,,, +514,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,198.0,34.0,20.0,4.0,91.0,1755.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,809.0,798.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,17062.0,18824.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,72252.0,,,,,3.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,2024-12-31 04:36:46.000000,2024-12-31 04:29:35,1040.0,40.0,276.0,43.0,884.0,85.0,66.0,1672.0,A lightweight library for PyTorch training tools and utilities.,142.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,4173.0,4173.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,1626.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],205.0,197.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1147.0,1147.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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,181.0,17.0,76.0,27.0,369.0,1579.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,35156.0,46114.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,602690.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,102.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,,35462.0,35709.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16067.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'],277.0,273.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,160231.0,160231.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,15.0,122.0,29.0,73.0,4.0,29.0,1523.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,6354.0,6355.0,,,,,,,,2.0,127.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,2024-11-26 20:53:03.000000,2024-08-07 01:34:48,1970.0,,367.0,33.0,2283.0,86.0,237.0,1428.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,7373.0,7373.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-01-01 11:28:12.000000,2024-12-18 07:37:03,584.0,21.0,140.0,21.0,329.0,10.0,152.0,1417.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,4030.0,4031.0,,,,,,,,1.0,52.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,,332.0,49.0,44.0,102.0,114.0,1410.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'],624.0,616.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,18507.0,53541.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,348.0,,,,,3.0,1821507.0,,,,,,,,,,,,,,,,,,, +524,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,2024-08-03 19:34:12.000000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1406.0,Metric learning algorithms in Python.,23.0,25,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],442.0,435.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5005.0,5266.0,https://anaconda.org/conda-forge/metric-learn,2023-10-09 05:53:11.819,14094.0,,,,,3.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,,404.0,90.0,165.0,103.0,224.0,1368.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,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2022-07-15 12:45:07.000000,2022-04-04 16:13:36,330.0,,142.0,28.0,63.0,9.0,70.0,1298.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,25,False,2022-04-04 16:14:08.000,0.5.5,25.0,livelossplot,,,,['jupyter'],1765.0,1749.0,https://pypi.org/project/livelossplot,2022-04-04 16:14:08.000,16.0,17516.0,17516.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,34.0,68.0,57.0,206.0,1273.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'],146.0,144.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,812.0,817.0,,,,,,,,3.0,171.0,,,,,,,,,,,,,,,,,,, +528,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2024-12-21 02:32:12.000000,2024-12-21 02:32:10,2629.0,91.0,98.0,20.0,1237.0,90.0,241.0,1164.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,22624.0,22624.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +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,1156.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,,,,,7310.0,6838.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,502365.0,502365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,5.0,69.0,17.0,133.0,56.0,117.0,1058.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,,,,1643.0,1619.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,405764.0,408058.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,82605.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,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,932.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,583.0,546.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6628.0,6628.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,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,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,184.0,180.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2500.0,2500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,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,5.0,98.0,20.0,147.0,36.0,94.0,653.0,pyspark methods to enhance developer productivity.,31.0,25,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],96.0,89.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,662631.0,662631.0,,,,,,,,3.0,53.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +534,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2024-12-23 04:48:41.000000,2024-12-23 04:48:41,580.0,13.0,60.0,42.0,339.0,22.0,63.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,4181.0,4181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2024-12-31 22:36:41.000000,2024-12-31 20:39:20,4372.0,747.0,62.0,7.0,405.0,46.0,121.0,273.0,Python recommendation toolkit.,15.0,25,False,2024-02-16 21:04:30.000,0.14.4,27.0,lenskit,conda-forge/lenskit,,,,135.0,122.0,https://pypi.org/project/lenskit,2024-12-31 22:36:41.000,13.0,1315.0,2070.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,37776.0,,,,,2.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,2024-12-30 18:00:39.000000,2024-12-30 18:00:37,1045.0,421.0,8.0,5.0,248.0,13.0,39.0,201.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/,,167.0,162.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,36411.0,36411.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +537,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5517.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,747.0,747.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,136.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'],1163.0,1147.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,656.0,668.0,,,,,,,,3.0,981.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,92.0,64.0,271.0,270.0,4789.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,26927.0,26927.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,356.0,59.0,51.0,,4458.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,197.0,197.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,919.0,919.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,63.0,247.0,130.0,824.0,4191.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,3864.0,3864.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,176.0,386.0,34.0,430.0,3849.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,,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,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,,621.0,42.0,1018.0,289.0,716.0,3526.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,59185.0,59328.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7177.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,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'],63.0,61.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,549.0,549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +545,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,118.0,3088.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,,,,,169.0,157.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,645.0,703.0,,,,,,,,3.0,4757.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,70.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'],3003.0,3002.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,935.0,935.0,,,,,,,,3.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,,335.0,65.0,319.0,50.0,124.0,2936.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,3619.0,3977.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19742.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,21.0,79.0,112.0,179.0,2877.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,941.0,941.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,,144.0,28.0,200.0,20.0,73.0,2773.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,,,,495.0,469.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,29343.0,33041.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,218197.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,34.0,695.0,43.0,151.0,2733.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,,,,,120.0,116.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,220.0,220.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,93.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,20954.0,20954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,374.0,39.0,96.0,41.0,158.0,2708.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2604.0,2604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +553,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,,439.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,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,62.0,32.0,60.0,96.0,2298.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,120.0,119.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2811.0,2820.0,,,,,,,,3.0,538.0,,,,,,,,,,,,,,,,,,, +555,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,2270.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2876.0,2876.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +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,,252.0,56.0,56.0,19.0,50.0,2216.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'],766.0,747.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6584.0,6584.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,,685.0,86.0,48.0,24.0,64.0,2151.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,575.0,563.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,15724.0,15724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,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,29.0,65.0,11.0,83.0,2020.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'],381.0,373.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1118.0,1296.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8548.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,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,1903.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,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,10171.0,10171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,,,,,13.0,4.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3895.0,3895.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +561,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,,238.0,50.0,50.0,23.0,91.0,1632.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,,,,442.0,429.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2247.0,4357.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,52627.0,,,,,3.0,69481.0,,,,,,,,,,,,,,,,,,, +562,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,,123.0,28.0,31.0,63.0,50.0,1598.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],584.0,577.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,64667.0,64667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,2.0,275.0,43.0,257.0,77.0,198.0,1559.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,1510.0,fklearn: Functional Machine Learning.,56.0,24,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,,1999.0,1999.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,88.0,34.0,111.0,8.0,18.0,1274.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'],297.0,286.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,17971.0,17971.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +566,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,1254.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,,,,795.0,764.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16548.0,16955.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +567,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,53.0,461.0,145.0,296.0,1216.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,851.0,851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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,1181.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,,,,,,,,,,,,,,,,,,,, +569,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,,173.0,49.0,114.0,53.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,,,,,335.0,312.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,498.0,498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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-01-01 11:52:07.000000,2024-12-30 21:15:23,2062.0,291.0,36.0,9.0,1582.0,9.0,42.0,988.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2024-12-12 00:41:07.000,0.0.37,45.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-12-12 00:40:19.000,1.0,38295.0,38297.0,,,,,,,,3.0,68.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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],497.0,494.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5212.0,5212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,3.0,151.0,15.0,66.0,32.0,143.0,841.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,13370.0,17781.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,247063.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +573,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,2024-06-12 05:36:27.000000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,745.0,Ternary plotting library for python with matplotlib.,28.0,24,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,232.0,200.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,15378.0,16278.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,94569.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +574,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,17.0,84.0,21.0,38.0,718.0,Working with molecular structures in pandas DataFrames.,18.0,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],358.0,320.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,7652.0,10859.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,169988.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +575,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,670.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],244.0,232.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,12616.0,12616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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,3.0,50.0,9.0,66.0,192.0,259.0,658.0,python binding for libvips using cffi.,16.0,24,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,940.0,863.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,45831.0,48834.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,153193.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2024-12-29 10:35:01.000000,2024-12-29 10:34:50,906.0,9.0,88.0,11.0,775.0,60.0,493.0,651.0,Automated modeling and machine learning framework FEDOT.,36.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1463.0,1463.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +578,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,2024-12-16 20:38:04.000000,2024-12-16 20:38:03,1014.0,27.0,199.0,23.0,885.0,129.0,404.0,638.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,2330.0,4876.0,,,,,,,,3.0,106970.0,,,,,,,,,,,,,,,,,,, +579,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2024-12-28 15:56:00.446000,2024-12-27 14:53:55,3774.0,7.0,67.0,46.0,361.0,19.0,399.0,552.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,988.0,1476.0,https://anaconda.org/conda-forge/skll,2024-12-28 15:56:00.446,18548.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +580,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2023-06-16 13:16:45.065000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,513.0,Find pyspark to make it importable.,15.0,24,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5142.0,5039.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,1965015.0,1974081.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,933818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,93.0,18.0,779.0,11.0,446.0,454.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'],80.0,78.0,https://pypi.org/project/lightwood,2024-12-19 16:38:42.000,2.0,5845.0,5845.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,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,2024-12-25 07:49:33.909000,2024-02-11 00:53:13,766.0,,87.0,13.0,31.0,9.0,49.0,399.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,18.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,506.0,462.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,211892.0,213595.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,88598.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,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-01-01 01:39:27.000000,2025-01-01 01:30:41,688.0,11.0,65.0,28.0,503.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,11160.0,23388.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,684782.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,367.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,,,,191.0,182.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,62545.0,62942.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +585,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,538.0,82.0,40.0,64.0,27.0,11409.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,64.0,64.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1518.0,1629.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,4002.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,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,8025.0,Production infrastructure for machine learning at scale.,25.0,23,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,1493.0,1493.0,,,,,,,,3.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,6469.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,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,,753.0,108.0,590.0,107.0,345.0,6231.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,25643.0,25643.0,,,,,,,,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-01-01 00:12:14.000000,2024-12-30 22:46:56,1652.0,17.0,833.0,146.0,1590.0,387.0,403.0,5088.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,76.0,4376.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,,2041.0,2041.0,,,,,,,,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,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,,150.0,171.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1848.0,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,, +592,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,21.0,489.0,216.0,22.0,25.0,4.0,3492.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,,,,,,,,,,,,,,,,,, +593,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,90.0,78.0,67.0,137.0,3389.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,281417.0,281420.0,,,,,,,,3.0,218.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,,233.0,54.0,36.0,75.0,126.0,3206.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'],457.0,443.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4277.0,4910.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,30415.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,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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1219.0,1367.0,,,,,,,,3.0,12901.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,40.0,39.0,7.0,115.0,2184.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,,,,292.0,279.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,3802.0,4335.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28797.0,,,,,3.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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,4.0,149.0,33.0,186.0,71.0,150.0,2045.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,,369.0,380.0,,,,,,,,3.0,613.0,,,,,,,,,,,,,,,,,,, +598,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,,247.0,44.0,33.0,51.0,90.0,2002.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,23,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],189.0,189.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4631.0,4631.0,,,,,,,,3.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,43.0,36.0,45.0,24.0,1893.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'],505.0,483.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1296.0,2593.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,58403.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,39.0,111.0,56.0,42.0,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6895.0,9341.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,247893.0,,,,,3.0,726.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,,295.0,43.0,801.0,72.0,485.0,1658.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,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,118.0,54.0,31.0,1647.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,,,,,108.0,107.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,809.0,809.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,,91.0,39.0,15.0,12.0,27.0,1386.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'],266.0,244.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,19885.0,20070.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7225.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +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,1295.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'],69.0,69.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,988.0,988.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,2024-12-17 04:16:31.000000,2024-12-17 04:08:56,210.0,14.0,115.0,37.0,32.0,21.0,122.0,1277.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-17 04:17:49.000,2.3.7,91.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,3045.0,3045.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,,297.0,95.0,123.0,62.0,98.0,1064.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,1433.0,2825.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,50143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,5.0,211.0,53.0,94.0,59.0,219.0,1062.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,4206.0,4206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,33.0,74.0,3.0,86.0,1052.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'],242.0,233.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,6919.0,6919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,148.0,15.0,108.0,30.0,256.0,1025.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.0,23,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,25780.0,35963.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,560071.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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-01 19:27:22.000000,2024-12-23 16:20:32,257.0,5.0,117.0,14.0,54.0,37.0,29.0,983.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,13.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,788.0,758.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27557.0,43362.0,,,,,,,,3.0,790287.0,,,,,,,,,,,,,,,,,,, +611,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,,110.0,26.0,36.0,35.0,69.0,879.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'],706.0,694.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,12724.0,12724.0,,,,,,,,3.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,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,85.0,14.0,77.0,221.0,218.0,873.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,101.0,101.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4274.0,4274.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +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,,117.0,42.0,118.0,51.0,48.0,703.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,186.0,178.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,22291.0,22291.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,592.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,386454.0,394776.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,366194.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,,138.0,21.0,49.0,1.0,87.0,582.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,,,,2485.0,2432.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,22753.0,24488.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,74616.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-01-01 13:07:03.000000,2025-01-01 13:06:44,2387.0,8.0,42.0,12.0,20.0,14.0,63.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,2680.0,2684.0,,,,,,,,3.0,296.0,,,,,,,,,,,,,,,,,,, +617,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,51.0,89.0,339.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,1354.0,10593.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,304295.0,,,,,3.0,9339.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,31.0,,,,,,,,,,,,, +618,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-01-02 15:11:48.000000,2024-12-19 08:19:35,1086.0,31.0,1347.0,113.0,545.0,51.0,719.0,13891.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,False,2024-12-18 09:11:42.000,2.4.1,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,Sinaptik-AI/pandas-ai,,,,,,,,,,,,,,,,,, +619,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,,1554.0,150.0,53.0,46.0,12.0,10805.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'],81.0,78.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1207.0,1207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,110.0,180.0,358.0,5716.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,18304.0,18304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,5012.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1634.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143854.0,3.0,,,,,,,,,,,,,,,,,,,, +622,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,3645.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,,199.0,219.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1361.0,3.0,,,,,,,,,,,,,,,,,,,, +623,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,2024-11-26 03:12:32.000000,2024-11-26 03:09:31,1608.0,6.0,514.0,147.0,610.0,86.0,75.0,3574.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,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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,3398.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,1557.0,1566.0,,,,,,,,3.0,653.0,,,,,,,,,,,,,,,,,,, +625,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,54.0,414.0,82.0,106.0,3262.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,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,126.0,126.0,,,,,,,,3.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,205.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'],164.0,162.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1694.0,1694.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,2024-12-23 19:44:47.000000,2021-05-06 12:10:38,127.0,,157.0,48.0,73.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,,,,54.0,54.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,278.0,332.0,https://anaconda.org/conda-forge/opyrator,2023-06-18 08:40:31.958,1950.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,164.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,,302.0,302.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,2896.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,2965.0,2967.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +630,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2024-11-20 01:54:48.000000,2024-11-20 01:54:44,3462.0,1.0,727.0,7.0,34.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,3020.0,3020.0,,,,,,,,3.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,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,76.0,76.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,64.0,78.0,65.0,68.0,2105.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,1734.0,1734.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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,42.0,68.0,163.0,95.0,1877.0,Super easy library for BERT based NLP models.,37.0,22,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,,2213.0,2213.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,,255.0,44.0,14.0,57.0,35.0,1801.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']",336.0,325.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2264.0,2264.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,,197.0,30.0,424.0,11.0,163.0,1678.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,,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,38.0,7.0,15.0,33.0,1658.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'],79.0,73.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,13058.0,13058.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,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,911.0,1375.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,27871.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,1597.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,30628.0,30628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,52.0,82.0,149.0,1575.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,,1118.0,1147.0,,,,,,,,3.0,2903.0,,,,,,,,,,,,,,,,,,, +640,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,,194.0,33.0,86.0,16.0,33.0,1458.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,,,,,,,,,,,,,,,,,,,, +641,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,1314.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'],185.0,180.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,509.0,509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,,149.0,91.0,122.0,33.0,46.0,1210.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,448.0,448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,1192.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,8976.0,8976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,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,1110.0,1116.0,,,,,,,,3.0,788.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,,90.0,20.0,73.0,18.0,45.0,1039.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,,,,,259.0,255.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,24184.0,24184.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,50.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'],268.0,257.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3810.0,3810.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,,88.0,26.0,55.0,36.0,28.0,964.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,,,,806.0,783.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,50161.0,52117.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,78247.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,1.0,143.0,21.0,87.0,7.0,72.0,955.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,,,,,170.0,163.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,11517.0,11517.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,,171.0,30.0,113.0,91.0,56.0,928.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,6197.0,48992.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2335739.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,328.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,926.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2474.0,2465.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1304.0,1304.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +651,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,3.0,251.0,46.0,18.0,11.0,92.0,866.0,Data compression in TensorFlow.,24.0,22,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,2111.0,2111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,3.0,75.0,6.0,5.0,2.0,25.0,855.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'],542.0,527.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,29403.0,29403.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,1.0,134.0,24.0,594.0,63.0,511.0,853.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,2617.0,2617.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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,504.0,503.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2030.0,2030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,5402.0,9597.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,352641.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,362.0,,,,,,,,,,,,, +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,2024-11-18 17:47:11.000000,2024-07-23 12:43:38,1508.0,,79.0,33.0,691.0,22.0,118.0,706.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']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,704.0,704.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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,87.0,21.0,9.0,25.0,41.0,693.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'],493.0,483.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,25482.0,25511.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,3118.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,689.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,,,,542.0,537.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11297.0,11352.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,614.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,514.0,489.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8629.0,9035.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19897.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,604.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12450.0,12450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,11.0,75.0,10.0,220.0,50.0,83.0,569.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1098.0,1106.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +662,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,7.0,211.0,21.0,109.0,527.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'],304.0,299.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2154.0,2154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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,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,,2419.0,2419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,2024-12-28 17:50:50.000000,2024-11-19 09:38:40,1433.0,97.0,22.0,9.0,86.0,11.0,27.0,328.0,Open-source framework for uncertainty and deep learning models in PyTorch.,9.0,22,True,2024-11-18 09:39:34.000,0.3.1,16.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2024-11-18 09:39:34.000,3.0,807.0,807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.0,217.0,203.0,287.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,121.0,113.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,241.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,,,,1352.0,1295.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,80304.0,82072.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,90190.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,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,,,,,2462.0,2418.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,127742.0,127742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,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,150.0,89.0,255.0,286.0,13821.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,,,,,,,,,,,,,,,,,,,, +669,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,93.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,670.0,670.0,,,,,,,,3.0,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +670,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,97.0,51.0,409.0,290.0,6720.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,5371.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,959.0,959.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +672,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,4984.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1542.0,,,,,,,,,,,,,,,,,,, +673,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,746.0,103.0,35.0,107.0,113.0,4687.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,5629.0,5632.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +674,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4625.0,High-performance TensorFlow library for quantitative finance.,47.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,850.0,850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,,174.0,65.0,54.0,6.0,44.0,3095.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,,821.0,822.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +676,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'],216.0,213.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1679.0,1679.0,,,,,,,,3.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,84.0,4.0,5.0,18.0,2226.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,493.0,493.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,54.0,35.0,16.0,105.0,2135.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,,11715.0,11715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,1991.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,784.0,946.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5954.0,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,, +680,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,,164.0,18.0,74.0,25.0,44.0,1853.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,,1196.0,1196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,39.0,31.0,30.0,79.0,1815.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,36.0,36.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,8475.0,8475.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +682,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,,4665.0,4665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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,1504.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,,520.0,520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,61.0,47.0,37.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'],40.0,34.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,187.0,19.0,264.0,88.0,94.0,1373.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,28586.0,28586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,1278.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,,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,1.0,323.0,50.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,,1675.0,1675.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +688,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,,147.0,25.0,77.0,50.0,37.0,1108.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,21,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,244583.0,244744.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,,250.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'],31.0,31.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,642.0,642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,,86.0,18.0,160.0,20.0,94.0,880.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,,,,65.0,63.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1782.0,2012.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11045.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,,161.0,37.0,46.0,43.0,49.0,840.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,685.0,685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],69.0,65.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,125.0,30.0,29.0,21.0,34.0,771.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1167.0,1167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,141.0,25.0,19.0,26.0,5.0,745.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],682.0,674.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,49892.0,50064.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8797.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,32135.0,32135.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +696,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,644.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']",693.0,676.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,17588.0,17588.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,25.0,433.0,10.0,237.0,637.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,449.0,449.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,29.0,12.0,13.0,15.0,631.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,,,,,238.0,230.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,31632.0,31632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],417.0,409.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,30930.0,30930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,315.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,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,2024-11-24 18:42:07.000000,2024-11-24 18:38:45,703.0,29.0,66.0,24.0,10.0,15.0,47.0,601.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,,632.0,1007.0,https://anaconda.org/conda-forge/small-text,2024-08-18 16:37:29.577,11270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,10.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,81.0,79.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,38290.0,38290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,590.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,455.0,449.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,10587.0,10782.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14296.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,2441.0,2441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,2774.0,2774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,572.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,494.0,485.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,10859.0,11275.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,29177.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,550.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,,109.0,36.0,277.0,85.0,174.0,493.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,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1045.0,1049.0,,,,,,,,3.0,402.0,,,,,,,,,,,,,,,,,,, +709,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,5.0,101.0,18.0,11.0,,50.0,463.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,,,,,64.0,64.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6814.0,6814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,432.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'],2255.0,2211.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,300067.0,300067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,417.0,optimization routines for hyperparameter tuning.,9.0,21,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,1201.0,1201.0,,,,,,,,3.0,106.0,,,,,,,,,,,,,,,,,,, +712,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,,,,,546.0,538.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,10398.0,10398.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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,35392.0,35392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,3.0,60.0,29.0,110.0,33.0,184.0,377.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,,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,3054.0,3054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-30 20:46:33.000000,2024-12-18 10:41:18,811.0,23.0,25.0,6.0,303.0,5.0,,323.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2024-12-18 10:41:39.000,1.2.28,869.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2024-12-30 20:46:33.000,,14327.0,14327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,477503.0,477503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,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,2024-12-29 00:12:24.000000,2024-11-07 18:17:34,501.0,8.0,107.0,20.0,569.0,58.0,130.0,272.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,,38291.0,38411.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5624.0,,,,,3.0,125.0,,,,,,,,,,,,,,,,,,, +719,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-01-01 22:00:14.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,226.0,22.0,64.0,252.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,405.0,405.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +720,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,5150.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,,1423.0,1423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,102.0,16.0,53.0,17.0,3428.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,767.0,767.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,,323.0,58.0,242.0,176.0,111.0,3239.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,2195.0,2206.0,,,,,,,,3.0,701.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,101.0,54.0,55.0,48.0,2948.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,850.0,850.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,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,,,,,,,,,,,,,,,,,,,, +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,2700.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,76.0,76.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,617.0,617.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,127.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,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,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,,182.0,55.0,895.0,129.0,586.0,1940.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,31.0,41.0,35.0,176.0,1909.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,,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,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,1637.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,1271.0,1271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,67.0,202.0,5.0,74.0,1593.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,,96.0,289.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +731,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,1431.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,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,,,,,176.0,174.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2186.0,2186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,205.0,63.0,7.0,13.0,29.0,1179.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,,,,,6.0,6.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,989.0,989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,1107.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'],177.0,172.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5660.0,5660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,,169.0,57.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,,,,188.0,186.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,537.0,758.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9739.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,,183.0,52.0,12.0,16.0,42.0,1004.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'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3648.0,3643.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,594.0,594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,29.0,40.0,848.0,python partial dependence plot toolbox.,7.0,20,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,11905.0,12243.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,118.0,33.0,561.0,211.0,247.0,789.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,7332.0,7332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,,146.0,36.0,33.0,26.0,39.0,766.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,795.0,795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,5299.0,5299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,235.0,235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,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,20,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,2167.0,2292.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5389.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,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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,478.0,478.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +746,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,529.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,20,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,30.0,27.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,7046.0,7046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,501.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,2712.0,2712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,,,,,170.0,162.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,5042.0,5042.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +749,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,498.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,11872.0,11876.0,,,,,,,,3.0,249.0,,,,,,,,,,,,,,,,,,, +750,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,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,26025.0,26025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,471.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,,1142.0,1142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,12.0,272.0,11.0,112.0,446.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,415.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,3245.0,3909.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,35882.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,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,9.0,78.0,33.0,23.0,406.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1060.0,1740.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,28580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,2024-12-11 01:00:10.000000,2024-12-09 21:58:06,405.0,6.0,137.0,34.0,333.0,89.0,138.0,345.0,Brain Imaging Analysis Kit.,35.0,20,True,2019-08-27 23:52:29.000,0.9.1,20.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2024-12-11 01:00:10.000,,2665.0,2682.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1886.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,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'],267.0,267.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2960.0,2960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,,26.0,22.0,239.0,24.0,25.0,301.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,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,290.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,16760.0,16760.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,28.0,32.0,34.0,113.0,269.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,1901.0,4628.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,138216.0,,,,,3.0,2082.0,,,,,,,,,,,,,,,,,,, +760,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'],86.0,76.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4871.0,4871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,226.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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,19508.0,19508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,33.0,11.0,202.0,21.0,76.0,211.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,1666.0,1666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,,6808.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,,202.0,209.0,,,,,,,,3.0,395.0,,,,,,,,,,,,,,,,,,, +764,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,3260.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2434.0,2434.0,,,,,,,,,,,,,3.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,,180.0,24.0,20.0,19.0,30.0,1743.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,,205.0,206.0,,,,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,, +766,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,,156.0,46.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,,946.0,946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,56.0,65.0,8.0,31.0,1388.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,,,,,4.0,4.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,131.0,131.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,,174.0,44.0,5.0,4.0,7.0,1140.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,390.0,390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,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,2024-12-20 12:32:52.000000,2024-12-20 12:31:21,296.0,3.0,63.0,15.0,63.0,9.0,22.0,1067.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",18.0,19,True,2024-12-20 12:32:52.000,3.1.0,36.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2024-12-20 12:32:52.000,2.0,951.0,973.0,,,,,,,,3.0,506.0,,,,,,,,,,,,,,,,,,, +770,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,924.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,513.0,710.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10490.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,30.0,38.0,43.0,21.0,866.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,,2733.0,2733.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,859.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,103.0,102.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,,93.0,23.0,51.0,20.0,17.0,858.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,1612.0,2556.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,33070.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,30.0,1059.0,37.0,54.0,772.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,,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,,115.0,21.0,27.0,3.0,87.0,744.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,19,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,,11939.0,11939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,102.0,26.0,49.0,15.0,54.0,734.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,,,,,31.0,29.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,611.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,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,,411.0,411.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,,97.0,15.0,53.0,13.0,16.0,572.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,,3939.0,3939.0,,,,,,,,3.0,8.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,,138.0,55.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,,,,,24.0,24.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,426.0,426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,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,2024-12-18 08:30:19.000000,2024-11-26 14:53:35,988.0,1.0,95.0,32.0,100.0,18.0,27.0,487.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,5128.0,5128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,66.0,62.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,462.0,765.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,2024-12-27 19:56:09.000000,2024-12-18 11:19:05,330.0,3.0,79.0,25.0,353.0,26.0,10.0,345.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1924.0,1924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,341.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,2220.0,2220.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,11.0,60.0,17.0,41.0,334.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,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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,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,1521.0,1521.0,,,,,,,,3.0,,,,,,,,,-3.0,,,,,,,,,,, +786,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,,37.0,18.0,6.0,19.0,21.0,317.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,1688.0,1688.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +787,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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,4.0,77.0,21.0,447.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,,446.0,446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,130.0,245.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,,2340.0,2361.0,,,,,,,,3.0,1249.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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,834.0,838.0,,,,,,,,3.0,431.0,,,,,,,,,,,,,,,,,,, +790,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,6314.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,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,2024-12-29 23:44:07.000000,2024-12-18 07:50:39,715.0,10.0,437.0,40.0,872.0,149.0,119.0,3376.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,,416.0,106.0,83.0,67.0,48.0,2996.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,8916.0,,,,,3.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,1703.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,,195.0,195.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,2024-12-20 23:39:26.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1017.0,127.0,65.0,1650.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,157.0,157.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,,255.0,52.0,13.0,20.0,13.0,1551.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,,174.0,193.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1701.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,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,276.0,276.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,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,4461.0,4461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,961.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,18,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],125.0,117.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,,,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +799,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,,85.0,13.0,35.0,3.0,25.0,822.0,Leave One Feature Out Importance.,6.0,18,True,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,39.0,35.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,3760.0,3760.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-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,799.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,,625.0,725.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,3916.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,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,779.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,8561.0,8561.0,,,,,,,,3.0,48.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,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,695.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,,879.0,879.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,,65.0,17.0,21.0,29.0,50.0,675.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,,513.0,513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2024-10-23 06:29:06.515000,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,18,False,2020-11-15 13:40:18.000,0.4.2,16.0,baikal,conda-forge/cython-blis,,,,15.0,14.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,455.0,45973.0,https://anaconda.org/conda-forge/cython-blis,2024-10-23 06:29:06.515,2366982.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,,71.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,,707.0,707.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,,69.0,7.0,6.0,4.0,32.0,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2073.0,2073.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,,55.0,18.0,10.0,4.0,18.0,527.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'],65.0,65.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1187.0,1187.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,22.0,19.0,6.0,20.0,489.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,,1093.0,1093.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,13.0,130.0,18.0,138.0,482.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,2936.0,2936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,4000.0,4000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,,85.0,20.0,248.0,10.0,23.0,427.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,2528.0,2528.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +813,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,409.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,144.0,140.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5226.0,5227.0,,,,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,, +814,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,12.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,,2082.0,2082.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,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,,808.0,808.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,28.0,59.0,30.0,32.0,295.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,,221.0,224.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,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,286.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,,1435.0,6212.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,243668.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,1.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,525.0,525.0,,,,,,,,3.0,,imedslab/solt,,,,,,,,,,,,,,,,,, +819,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,18,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,,30403.0,30403.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,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,179.0,179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,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,134.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,,,,10190.0,10061.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,270194.0,270224.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1288.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,,1349.0,466.0,21.0,59.0,167.0,7151.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,,,,,,,,,,,,,,,,,, +823,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,60.0,106.0,27.0,56.0,2142.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,,1082.0,1082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,524.0,524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,,,,87.0,86.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,190.0,190.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,781.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,447.0,447.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,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,,437.0,444.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,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,,225.0,225.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,39.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,,200.0,203.0,,,,,,,,3.0,253.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,433.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,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,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,2024-02-25 19:50:49.000000,2024-02-25 19:50:49,174.0,,38.0,21.0,5.0,11.0,23.0,353.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,,249.0,249.0,,,,,,,,3.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,,43.0,11.0,61.0,31.0,47.0,244.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,102.0,102.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,2024-07-02 00:10:02.000000,2024-06-01 12:08:31,372.0,,37.0,6.0,134.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,1843.0,1952.0,https://anaconda.org/conda-forge/chitra,2023-06-18 08:40:33.534,3958.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +834,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,,8509.0,8509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,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,,,,,64.0,59.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,176.0,176.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,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'],52.0,52.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,123.0,24.0,17.0,353.0,4366.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,176.0,110.0,56.0,149.0,3952.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,138.0,28.0,217.0,102.0,2902.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,,37.0,37.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,,170.0,61.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,,78.0,78.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +841,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],94.0,93.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2631.0,2631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,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,1126.0,1126.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,16.0,15.0,10.0,22.0,737.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,,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,10252.0,10252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,,127.0,43.0,435.0,25.0,130.0,716.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,57.0,16.0,83.0,18.0,49.0,612.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,,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,42.0,21.0,171.0,6.0,65.0,519.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,171.0,171.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,19.0,101.0,19.0,15.0,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,548.0,548.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,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,,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,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,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,97.0,97.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,27.0,27.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,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,2349.0,2349.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +855,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,,,,224.0,Pytorch framework for doing deep learning on point clouds.,29.0,16,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,,881.0,881.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,,13.0,9.0,2.0,,5.0,208.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,602.0,602.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,,19.0,5.0,2.0,17.0,23.0,196.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,,1966.0,1966.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,2214.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,,119.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,,,,,,,,,,,,,,,,,,,, +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,,117.0,20.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,857.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,,121.0,121.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,828.0,Translate - a PyTorch Language Library.,88.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,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,515.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,,,,,13.0,13.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,772.0,772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,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,421.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,,923.0,923.0,,,,,,,,3.0,20.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,420.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,,205.0,205.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,,55.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,,,,12.0,11.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,108.0,247.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7527.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,376.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,,449.0,449.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,311.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,,201.0,201.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,298.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,,416.0,416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,9.0,15.0,2.0,7.0,278.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,172.0,172.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,,,,,4.0,4.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,800.0,800.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,,32.0,8.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,,253.0,253.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,229.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,1003.0,1003.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,675.0,675.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,197.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,,655.0,655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-12-23 18:24:49.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-12-16 00:50:08.000,3.47.5,304.0,comet_ml,comet_ml,,,,83.0,,https://pypi.org/project/comet_ml,2024-12-23 18:24:49.000,83.0,182964.0,182964.0,https://anaconda.org/anaconda/comet_ml,,,,,,,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,64.0,13.0,45.0,26.0,3752.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,,843.0,78.0,35.0,120.0,59.0,3446.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,67.0,26.0,10.0,97.0,1693.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,54.0,23.0,42.0,85.0,1315.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,,,,,,,,,,,,,,,,,,,, +882,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,,154.0,32.0,,53.0,60.0,1238.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,773.0,2347.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,85023.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,349.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,1778.0,1778.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,9.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,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,,127.0,127.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,,36.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,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,14,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,,10907.0,10907.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,,228.0,228.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,,,,,43.0,43.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,143.0,143.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,3881.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,,484.0,108.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,,,,,,,,,,,,,,,,,,,, +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,,86.0,48.0,4.0,3.0,,2576.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,1446.0,1448.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,,174.0,37.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,,,,,,,,,,,,,,,,,,,, +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,11.0,11.0,3.0,16.0,788.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,173.0,173.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,,53.0,17.0,3.0,2.0,1.0,539.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,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,292.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,,101.0,101.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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,267.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,,297.0,302.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,281.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,,557.0,557.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,8.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'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,69.0,69.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,5.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,,419.0,428.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,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']",6.0,6.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,222.0,222.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,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,,201.0,201.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +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,,,,,3.0,3.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,676.0,676.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,32.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,,306.0,306.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,,413.0,63.0,6.0,66.0,17.0,1966.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,,327.0,90.0,11.0,12.0,6.0,1791.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'],3.0,3.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,119.0,119.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,,111.0,111.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,,459.0,93.0,22.0,52.0,15.0,3269.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,951.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,17.0,5.0,4.0,12.0,631.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,530.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,149.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,,,,,,,,,,,,,,,,,,,, +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,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,,68.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,38.0,38.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-01-09_changes.md b/history/2025-01-09_changes.md new file mode 100644 index 00000000..2655c745 --- /dev/null +++ b/history/2025-01-09_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._ + +- Matplotlib (πŸ₯‡49 Β· ⭐ 21K Β· πŸ“ˆ) - matplotlib: plotting with Python. ❗Unlicensed +- pydeck (πŸ₯‡43 Β· ⭐ 12K Β· πŸ“ˆ) - WebGL2 powered visualization framework. MIT +- TensorFlow Datasets (πŸ₯‡39 Β· ⭐ 4.3K Β· πŸ“ˆ) - TFDS is a collection of datasets ready to use with.. Apache-2 +- Nilearn (πŸ₯‡39 Β· ⭐ 1.2K Β· πŸ“ˆ) - Machine learning for NeuroImaging in Python. BSD-3 +- ChatterBot (πŸ₯ˆ36 Β· ⭐ 14K Β· πŸ“ˆ) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3 +- snowballstemmer (πŸ₯ˆ31 Β· ⭐ 770 Β· πŸ“ˆ) - Snowball compiler and stemming algorithms. BSD-3 +- Essentia (πŸ₯‰29 Β· ⭐ 2.9K Β· πŸ“ˆ) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 +- livelossplot (πŸ₯‰28 Β· ⭐ 1.3K Β· πŸ“ˆ) - Live training loss plot in Jupyter Notebook for Keras,.. MIT +- knockknock (πŸ₯‰27 Β· ⭐ 2.8K Β· πŸ’€) - Knock Knock: Get notified when your training ends with only two.. MIT +- Saliency (πŸ₯‰22 Β· ⭐ 960 Β· πŸ’€) - Framework-agnostic implementation for state-of-the-art.. 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._ + +- XGBoost (πŸ₯‡45 Β· ⭐ 26K Β· πŸ“‰) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT.. Apache-2 +- spaCy (πŸ₯‡43 Β· ⭐ 31K Β· πŸ“‰) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Tensorboard (πŸ₯‡42 Β· ⭐ 6.8K Β· πŸ“‰) - TensorFlows Visualization Toolkit. Apache-2 +- SageMaker SDK (πŸ₯ˆ40 Β· ⭐ 2.1K Β· πŸ“‰) - A library for training and deploying machine learning.. Apache-2 +- PyTorch Geometric (πŸ₯‡39 Β· ⭐ 22K Β· πŸ“‰) - Graph Neural Network Library for PyTorch. MIT +- Kornia (πŸ₯ˆ37 Β· ⭐ 10K Β· πŸ“‰) - Geometric Computer Vision Library for Spatial AI. Apache-2 +- imageio (πŸ₯ˆ37 Β· ⭐ 1.5K Β· πŸ“‰) - Python library for reading and writing image data. BSD-2 +- PennyLane (πŸ₯‡36 Β· ⭐ 2.4K Β· πŸ“‰) - PennyLane is a cross-platform Python library for quantum.. Apache-2 +- PySyft (πŸ₯‡34 Β· ⭐ 9.6K Β· πŸ“‰) - Perform data science on data that remains in someone elses.. Apache-2 +- shapash (πŸ₯ˆ29 Β· ⭐ 2.8K Β· πŸ“‰) - Shapash: User-friendly Explainability and Interpretability.. Apache-2 + diff --git a/history/2025-01-09_projects.csv b/history/2025-01-09_projects.csv new file mode 100644 index 00000000..3a95d5c7 --- /dev/null +++ b/history/2025-01-09_projects.csv @@ -0,0 +1,921 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-12-23 01:23:30.000000,2024-12-23 01:23:30,1570.0,3.0,739.0,119.0,345.0,71.0,152.0,5046.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,173.0,58.0,205.0,,3.0,2390.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,3763.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,3763.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,3763.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,3763.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-01-09 13:54:53.000000,2025-01-09 13:45:44,174365.0,3608.0,74396.0,7541.0,42585.0,6423.0,39302.0,189832.0,An Open Source Machine Learning Framework for Everyone.,4753.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],458561.0,450484.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,18729609.0,19542721.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5214884.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-01-09 13:51:07.915141,2654.0,78819618.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-01-09 14:12:15.000000,2025-01-09 06:53:25,82960.0,3550.0,22762.0,1757.0,96079.0,15619.0,33581.0,85674.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5351.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],631411.0,611552.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,19859.0,28919436.0,29553417.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25330858.0,,,,,1.0,71002.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-01-09 11:24:45.000000,2025-01-09 11:24:43,32059.0,289.0,25467.0,2145.0,18225.0,2104.0,9769.0,60691.0,scikit-learn: machine learning in Python.,3243.0,53,True,2024-12-09 18:30:05.000,1.6.0,83.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1040944.0,1014706.0,https://pypi.org/project/scikit-learn,2024-12-09 16:01:02.000,26238.0,71760300.0,72353277.0,https://anaconda.org/conda-forge/scikit-learn,2024-12-09 17:45:36.628,33206242.0,,,,,1.0,1037.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-01-09 14:19:45.000000,2025-01-09 13:25:36,17734.0,585.0,27481.0,1127.0,18627.0,1536.0,15444.0,137358.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3004.0,52,True,2024-12-17 15:42:54.000,4.47.1,166.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",274250.0,267153.0,https://pypi.org/project/transformers,2024-12-17 15:42:35.000,7097.0,39730410.0,39774598.0,https://anaconda.org/conda-forge/transformers,2024-12-18 05:19:05.387,2386184.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-01-09 13:23:02.000000,2025-01-09 13:23:02,34342.0,713.0,5226.0,350.0,11731.0,1724.0,9082.0,13267.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1728.0,50,True,2025-01-03 16:20:32.000,1.15.0,111.0,scipy,conda-forge/scipy,,,,1241651.0,1192686.0,https://pypi.org/project/scipy,2025-01-03 14:30:00.000,48965.0,109347025.0,110479794.0,https://anaconda.org/conda-forge/scipy,2025-01-08 20:21:47.925,56443315.0,,,,,1.0,445001.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-01-08 23:53:44.000000,2025-01-08 22:41:13,51814.0,581.0,7684.0,593.0,18753.0,1601.0,9430.0,20560.0,matplotlib: plotting with Python.,1762.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1545531.0,1492548.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,62767556.0,63269805.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27623720.0,,,,,1.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-01-09 14:25:19.000000,2025-01-09 14:25:19,59355.0,333.0,4458.0,293.0,13603.0,5148.0,8960.0,13191.0,A computer algebra system written in pure Python.,1344.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,210427.0,206927.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,25762252.0,25900477.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7516202.0,,,,,1.0,553114.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-01-09 00:22:54.000000,2025-01-08 17:54:18,11280.0,251.0,19477.0,1917.0,7706.0,254.0,12057.0,62342.0,Deep Learning for humans.,1362.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,12543055.0,12613580.0,https://anaconda.org/conda-forge/keras,2024-12-10 19:57:35.430,3878888.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-01-09 12:18:03.000000,2025-01-09 12:18:02,19062.0,360.0,2243.0,219.0,5263.0,125.0,3147.0,12455.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,,,,2007527.0,1996616.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,106178298.0,107072967.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,48312175.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,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-01-09 15:02:28.000000,2025-01-09 12:30:15,6952.0,240.0,3155.0,323.0,5295.0,1000.0,3801.0,36600.0,Streamlit A faster way to build and share data apps.,275.0,46,True,2024-12-13 21:22:19.000,1.41.1,233.0,streamlit,,,,,658987.0,655979.0,https://pypi.org/project/streamlit,2024-12-13 21:22:11.000,3008.0,5703395.0,5703395.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-01-09 11:57:38.000000,2025-01-09 11:57:38,23543.0,773.0,5918.0,479.0,30221.0,4265.0,15577.0,34813.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1125.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,20894.0,20074.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,5237206.0,5247767.0,https://anaconda.org/conda-forge/ray-tune,2024-12-20 21:34:53.315,517398.0,,,,,1.0,248.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-01-09 13:54:01.000000,2025-01-09 02:34:10,24980.0,1436.0,2847.0,336.0,16987.0,1477.0,4366.0,30939.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",812.0,46,True,2024-12-17 23:03:44.000,0.4.38,172.0,jax,conda-forge/jaxlib,,,,37336.0,35266.0,https://pypi.org/project/jax,2024-12-17 23:03:44.000,2070.0,4516377.0,4553643.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2049662.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,, +18,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-01-07 19:34:23.000000,2024-12-17 17:18:05,7386.0,460.0,2558.0,276.0,1769.0,580.0,2491.0,16547.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,353805.0,347476.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,17044410.0,17222662.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,7987939.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,35611.0,,,,,,,,,,,, +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-01-07 19:30:35.000000,2025-01-07 19:30:34,7288.0,160.0,8735.0,910.0,5786.0,458.0,4954.0,26463.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,127042.0,124931.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,23482983.0,23587032.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5613364.0,,,,,1.0,12855.0,-1.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-01-09 13:49:21.000000,2025-01-09 10:55:29,52550.0,1358.0,5642.0,717.0,52000.0,1788.0,17527.0,22395.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1344.0,45,True,2024-09-13 08:31:46.000,2.6.2,72.0,paddlepaddle,,,,['paddle'],6943.0,6735.0,https://pypi.org/project/paddlepaddle,2025-01-09 02:42:38.000,208.0,305905.0,306057.0,,,,,,,,1.0,15424.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-01-08 23:25:14.000000,2025-01-08 20:56:46,20659.0,44.0,4188.0,439.0,6230.0,785.0,7019.0,19515.0,"Interactive Data Visualization in the browser, from Python.",705.0,45,True,2024-12-03 15:39:22.000,3.6.2,223.0,bokeh,conda-forge/bokeh,,,,98129.0,96334.0,https://pypi.org/project/bokeh,2024-12-03 23:43:55.000,1795.0,3330197.0,3614878.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15657472.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,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-01-07 18:32:44.000000,2025-01-07 18:32:43,15639.0,131.0,3091.0,288.0,3974.0,2851.0,2813.0,10335.0,Statsmodels: statistical modeling and econometrics in Python.,448.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,153312.0,148843.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,14102029.0,14403444.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16577876.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +23,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-01-09 09:29:09.000000,2025-01-09 09:29:02,43206.0,793.0,28412.0,2020.0,49389.0,243.0,,40310.0,Apache Spark Python API.,3167.0,44,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,30282741.0,30348662.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3625689.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +24,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-01-09 02:04:00.000000,2025-01-08 21:27:15,7341.0,255.0,2650.0,178.0,4735.0,459.0,4734.0,35105.0,"Wrap UIs around any model, share with anyone.",483.0,44,True,2025-01-08 21:04:27.000,5.11.0,613.0,gradio,,,,,53091.0,52126.0,https://pypi.org/project/gradio,2025-01-08 21:04:27.000,965.0,5736027.0,5736027.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,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-01-09 02:56:26.000000,2025-01-09 02:54:55,6998.0,420.0,4302.0,306.0,9895.0,1687.0,2649.0,19185.0,Open source platform for the machine learning lifecycle.,810.0,44,True,2024-12-11 12:49:06.000,2.19.0,121.0,mlflow,conda-forge/mlflow,,,,50428.0,49496.0,https://pypi.org/project/mlflow,2024-12-11 09:49:32.000,932.0,13390168.0,13437407.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2598146.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,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-01-02 03:09:49.000000,2025-01-02 03:09:49,7851.0,42.0,3253.0,281.0,3963.0,344.0,3055.0,15250.0,Network Analysis in Python.,760.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,345920.0,336290.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,57479856.0,57849094.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19569657.0,,,,,1.0,78.0,,,,,,,,,,,,,,,,,,, +27,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-01-09 14:25:31.000000,2025-01-09 14:25:31,9404.0,166.0,1729.0,214.0,6118.0,1096.0,4331.0,12819.0,Parallel computing with task scheduling.,619.0,44,True,2024-12-17 20:26:41.000,2024.12.1,214.0,dask,conda-forge/dask,,,,71209.0,68656.0,https://pypi.org/project/dask,2024-12-17 20:26:41.000,2553.0,10099196.0,10321824.0,https://anaconda.org/conda-forge/dask,2024-12-17 22:58:45.484,12467191.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +28,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2024-12-16 14:17:50.000000,2024-12-11 13:14:08,16218.0,9.0,4417.0,562.0,4030.0,168.0,5523.0,30616.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,43,True,2024-12-11 13:12:14.000,3.8.3,238.0,spacy,conda-forge/spacy,,,,113507.0,110669.0,https://pypi.org/project/spacy,2024-12-11 13:12:14.000,2838.0,10975409.0,11065277.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,4941957.0,,,,,1.0,1289.0,-1.0,,,,,,,,,,,,,,,,,, +29,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-01-09 12:21:35.000000,2025-01-09 11:28:08,10502.0,74.0,3409.0,253.0,10364.0,840.0,6349.0,28762.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",993.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],42046.0,40510.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6060365.0,6085929.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1391571.0,,,,,2.0,11059.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +30,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-01-08 19:59:26.000000,2024-12-11 17:57:01,7769.0,68.0,2077.0,425.0,1168.0,495.0,1378.0,21771.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,76569.0,75222.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4183171.0,4212706.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1624377.0,,,,,1.0,87.0,,,,,,,,,,,,,,,,,,, +31,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-01-08 16:03:32.000000,2025-01-08 07:34:36,2962.0,104.0,3695.0,434.0,3512.0,340.0,2575.0,18212.0,Open standard for machine learning interoperability.,330.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,39432.0,38379.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5265526.0,5291479.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1413130.0,,,,,1.0,22646.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-01-09 06:08:23.000000,2025-01-09 06:08:20,18958.0,926.0,1877.0,90.0,3527.0,1015.0,3123.0,16029.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",377.0,43,True,2025-01-09 04:41:46.000,1.57.4,1048.0,litellm,,,,others,6565.0,5888.0,https://pypi.org/project/litellm,2025-01-09 03:51:51.000,677.0,2946112.0,2946271.0,,,,,,,,1.0,478.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-01-09 02:07:07.000000,2025-01-08 21:47:55,3176.0,398.0,1651.0,197.0,3817.0,681.0,896.0,13943.0,Development repository for the Triton language and compiler.,356.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,48886.0,48621.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,13195823.0,13195823.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-01-09 10:51:19.000000,2025-01-09 08:16:35,5054.0,48.0,2089.0,1667.0,4927.0,371.0,2748.0,12388.0,WebGL2 powered visualization framework.,279.0,43,True,2024-12-11 10:43:06.025,9.0.38,679.0,pydeck,conda-forge/pydeck,,,['jupyter'],8916.0,8489.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,4803832.0,5207045.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,671337.0,,,,,1.0,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2024-12-11 10:43:06.025,307.0,391835.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-01-09 10:25:32.000000,2025-01-09 10:25:32,18824.0,496.0,1042.0,118.0,3829.0,63.0,1636.0,11195.0,A hyperparameter optimization framework.,283.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,21762.0,20727.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3293160.0,3331230.0,https://anaconda.org/conda-forge/optuna,2024-12-23 04:20:25.969,2093874.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-09 05:10:54.000000,2025-01-09 05:10:15,2642.0,150.0,4773.0,318.0,568.0,45.0,903.0,32844.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",166.0,42,True,2024-12-03 19:05:39.000,1.0.12,63.0,timm,conda-forge/timm,,,['pytorch'],45462.0,44455.0,https://pypi.org/project/timm,2024-12-03 18:46:09.000,1007.0,5014875.0,5129024.0,https://anaconda.org/conda-forge/timm,2024-12-17 14:22:47.539,294379.0,,,,,1.0,7391485.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +37,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-01-09 13:18:31.991142,2025-01-09 11:43:04,21601.0,708.0,2990.0,283.0,23965.0,762.0,11885.0,31796.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",300.0,42,True,2025-01-03 04:00:20.000,2.5.2,111.0,pymilvus,,milvusdb/milvus,,,205.0,,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1111711.0,2167843.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-01-09 13:18:31.991142,66.0,67286089.0,1.0,296802.0,,,,,,,,,,,,,,,,,,, +38,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-01-07 06:26:54.000000,2025-01-03 20:08:43,3625.0,49.0,3840.0,435.0,3321.0,383.0,3094.0,16859.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",323.0,42,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,43645.0,42568.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8422546.0,8482829.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2980277.0,,,,,2.0,276292.0,,,,,,,,,,,,,,,,,,, +39,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,2.0,2887.0,460.0,1501.0,276.0,1569.0,13747.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,42,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,341722.0,337025.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,21142488.0,21206768.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2956904.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +40,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-01-09 13:43:51.000000,2025-01-09 12:42:50,3846.0,61.0,795.0,139.0,1548.0,134.0,1918.0,9503.0,Declarative visualization library for Python.,173.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,190409.0,189493.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,22637278.0,22706349.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2555573.0,,,,,1.0,221.0,,vega/altair,,,,,,,,,,,,,,,,, +41,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-01-09 14:37:47.000000,2025-01-09 00:11:53,7552.0,431.0,690.0,63.0,5762.0,606.0,2843.0,9355.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",203.0,42,True,2025-01-07 21:18:04.000,0.19.2,298.0,wandb,conda-forge/wandb,,,,64278.0,62684.0,https://pypi.org/project/wandb,2025-01-07 21:12:01.000,1594.0,16338507.0,16353789.0,https://anaconda.org/conda-forge/wandb,2025-01-08 19:40:34.083,824784.0,,,,,1.0,444.0,,wandb/wandb,,,,,,,,,,,,,,,,, +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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,16.0,1660.0,190.0,5060.0,687.0,1241.0,6765.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],287060.0,284834.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,21939396.0,22035230.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5270914.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +43,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-01-08 23:24:58.000000,2025-01-08 23:24:58,14235.0,72.0,2240.0,186.0,4556.0,808.0,2133.0,6137.0,Image processing in Python.,679.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,216521.0,209833.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,10952177.0,11085987.0,https://anaconda.org/conda-forge/scikit-image,2025-01-08 00:19:30.135,7359576.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,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-01-09 03:51:07.000000,2025-01-09 03:49:23,6390.0,88.0,7849.0,446.0,3202.0,169.0,9337.0,45608.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'],4163.0,4055.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,314770.0,334422.0,,,,,,,,1.0,1021938.0,,,,,,,,,,,,,,,,,,, +45,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-01-09 01:18:37.000000,2025-01-08 20:54:19,2641.0,130.0,4169.0,348.0,3120.0,1110.0,1926.0,36173.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",367.0,41,True,2024-12-18 17:52:34.000,0.16.2,101.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10661.0,10425.0,https://pypi.org/project/deepspeed,2024-12-18 17:52:34.000,236.0,647815.0,648171.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21407.0,1.0,,,,,,,,,,,,,,,,,,,, +46,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-01-07 14:38:17.000000,2025-01-07 14:27:53,1357.0,89.0,3649.0,480.0,1318.0,254.0,2326.0,32285.0,A library for efficient similarity search and clustering of dense vectors.,200.0,41,True,2025-01-02 11:19:58.000,2.5.3,111.0,pymilvus,conda-forge/faiss,,,,4513.0,4308.0,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1111711.0,1148764.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2037920.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-01-08 21:21:38.000000,2024-12-13 21:16:38,2780.0,10.0,3289.0,245.0,1000.0,702.0,1859.0,23195.0,A game theoretic approach to explain the output of any machine learning model.,254.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,24612.0,23864.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6654713.0,6750768.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4706711.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +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-01-09 11:34:46.000000,2024-12-20 18:43:16,3979.0,33.0,6966.0,448.0,5471.0,1048.0,2489.0,16446.0,"Datasets, Transforms and Models specific to Computer Vision.",616.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,13691697.0,13736341.0,https://anaconda.org/conda-forge/torchvision,2024-12-28 03:50:55.334,2034069.0,,,,,1.0,39637.0,,,,,,,,,,,,,,,,,,, +49,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-01-06 17:41:13.000000,2025-01-06 17:41:13,1621.0,61.0,2496.0,143.0,619.0,1193.0,1079.0,15725.0,State-of-the-Art Text Embeddings.,201.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],65723.0,63886.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,7143396.0,7153217.0,https://anaconda.org/conda-forge/sentence-transformers,2024-12-21 19:23:58.994,510709.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,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-01-07 22:27:05.000000,2024-12-19 22:46:16,1386.0,62.0,2477.0,245.0,657.0,196.0,1231.0,15327.0,Download market data from Yahoo! Finances API.,129.0,41,True,2024-12-19 22:51:55.000,0.2.51,123.0,yfinance,ranaroussi/yfinance,,,,57526.0,56783.0,https://pypi.org/project/yfinance,2024-12-19 22:51:55.000,743.0,3239689.0,3242010.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97494.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-01-08 20:24:42.000000,2025-01-08 19:22:12,1188.0,164.0,1656.0,128.0,1097.0,153.0,971.0,14463.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,159.0,41,True,2025-01-08 20:24:20.000,2.0.0,80.0,albumentations,conda-forge/albumentations,,,['pytorch'],31587.0,30951.0,https://pypi.org/project/albumentations,2025-01-08 20:24:42.000,636.0,5106094.0,5110174.0,https://anaconda.org/conda-forge/albumentations,2025-01-08 01:29:24.231,220358.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,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-01-09 14:41:53.000000,2024-12-31 01:51:20,9373.0,32.0,1191.0,135.0,5556.0,244.0,4490.0,14066.0,Data Versioning and ML Experiments.,308.0,41,True,2024-12-01 16:53:49.000,3.58.0,541.0,dvc,conda-forge/dvc,,,,20393.0,20259.0,https://pypi.org/project/dvc,2024-12-01 16:53:49.000,134.0,425129.0,470475.0,https://anaconda.org/conda-forge/dvc,2024-12-20 18:40:34.170,2494034.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +53,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-01-07 12:42:44.000000,2025-01-07 12:24:09,6518.0,369.0,2106.0,203.0,1252.0,113.0,2235.0,14007.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],3864.0,3716.0,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,91718.0,92388.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,36220.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-01-05 23:06:19.000000,2025-01-05 23:04:50,1305.0,117.0,1583.0,253.0,714.0,498.0,1077.0,12855.0,Video editing with Python.,171.0,41,True,2024-11-25 04:33:19.000,2.1.1,88.0,moviepy,conda-forge/moviepy,,,,52841.0,51836.0,https://pypi.org/project/moviepy,2024-11-25 04:33:19.000,1005.0,2214281.0,2217410.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,281651.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1131.0,185.0,2433.0,12732.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,549703.0,538860.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,17915045.0,18120028.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11273909.0,,,,,1.0,464.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-01-07 20:55:33.000000,2025-01-07 20:53:22,10160.0,66.0,2038.0,225.0,4129.0,337.0,3084.0,8818.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2025-01-07 20:55:33.000,5.20.0,96.0,pymc3,conda-forge/pymc3,,,,5374.0,5182.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,235838.0,247282.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,628634.0,,,,,1.0,1963.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-01-09 13:30:49.000000,2025-01-09 13:21:29,48965.0,291.0,1189.0,191.0,404.0,575.0,1797.0,8182.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1299.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,2987281.0,3027747.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1829702.0,,,,,2.0,340812.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-01-08 18:03:14.000000,2025-01-08 17:45:22,1639.0,50.0,990.0,98.0,1637.0,123.0,1581.0,8153.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",309.0,41,True,2024-12-13 18:56:09.000,1.2.1,66.0,accelerate,conda-forge/accelerate,,,['pytorch'],67350.0,65649.0,https://pypi.org/project/accelerate,2024-12-13 18:54:30.000,1701.0,7421768.0,7428768.0,https://anaconda.org/conda-forge/accelerate,2024-12-16 20:09:03.263,273032.0,,,,,1.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,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,11.0,7565.0,603.0,2240.0,226.0,1594.0,26481.0,The fastai deep learning library.,670.0,40,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20533.0,20225.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,351834.0,351834.0,,,,,,,,2.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-01-09 13:12:27.000000,2025-01-09 13:12:27,36328.0,311.0,13420.0,938.0,25920.0,1257.0,,24371.0,Apache Flink Python API.,1960.0,40,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,41874118.0,41874118.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-01-09 12:28:54.000000,2025-01-09 12:24:04,1853.0,30.0,807.0,122.0,683.0,58.0,962.0,9238.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,104.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,128737.0,127641.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,30362002.0,30406691.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2413186.0,,,,,1.0,71.0,,,,,,,,,,,,,,,,,,, +62,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-01-07 11:07:31.883000,2025-01-06 18:35:10,1937.0,54.0,2229.0,163.0,915.0,85.0,1057.0,6993.0,Python Data. Leaflet.js Maps.,173.0,40,True,2025-01-06 09:17:10.000,0.19.4,38.0,folium,conda-forge/folium,,,,50045.0,49228.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1465386.0,1535344.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3358020.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,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,2024-12-03 08:34:38.000000,2024-12-03 08:34:38,2327.0,10.0,571.0,89.0,890.0,294.0,959.0,3972.0,Manipulation and analysis of geometric objects.,163.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,93193.0,90258.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,28314531.0,28522194.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,11001152.0,,,,,1.0,3733.0,,,,,,,,,,,,,,,,,,, +64,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-01-09 00:34:53.000000,2025-01-09 00:34:51,4018.0,166.0,1136.0,138.0,3267.0,343.0,1208.0,2119.0,A library for training and deploying machine learning models on Amazon SageMaker.,465.0,40,True,2025-01-09 00:34:54.000,2.237.3,615.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5213.0,5056.0,https://pypi.org/project/sagemaker,2024-12-05 03:00:39.000,157.0,24015351.0,24039546.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2024-12-17 18:43:08.208,1282371.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +65,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-01-09 11:19:55.000000,2025-01-09 11:19:55,5960.0,62.0,719.0,57.0,5218.0,1582.0,2390.0,1587.0,A distributed task scheduler for Dask.,330.0,40,True,2024-12-17 20:26:42.000,2024.12.1,246.0,distributed,conda-forge/distributed,,,,38844.0,37955.0,https://pypi.org/project/distributed,2024-12-17 20:26:42.000,889.0,3872615.0,4159351.0,https://anaconda.org/conda-forge/distributed,2024-12-17 22:07:27.324,16057262.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,1059.0,1458.0,121.0,1725.0,35102.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,62198.0,60650.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,454864.0,460932.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,345912.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,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-01-09 00:03:26.000000,2025-01-07 20:02:10,7673.0,42.0,3722.0,254.0,3245.0,1111.0,2685.0,21717.0,Graph Neural Network Library for PyTorch.,533.0,39,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7820.0,7465.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,395431.0,397882.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,132360.0,,,,,1.0,,-2.0,,,,,,,,,,,,,,,,,, +68,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-01-08 16:49:28.000000,2025-01-08 16:49:28,1749.0,86.0,2335.0,159.0,263.0,5.0,1148.0,16627.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",78.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5098.0,5054.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,301764.0,301764.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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,2024-12-28 16:27:19.000000,2024-12-28 16:27:13,8290.0,6.0,3366.0,480.0,730.0,53.0,2185.0,13681.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33368.0,33155.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,139490.0,157628.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,985406.0,,,,,2.0,25552.0,,,,,,,,,,,,,,,,,,, +70,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-01-08 05:50:57.000000,2025-01-08 05:50:57,29415.0,229.0,856.0,128.0,6491.0,617.0,1805.0,9681.0,NumPy & SciPy for GPU.,396.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2705.0,2436.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,28109.0,127077.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5348210.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,73552.0,1.0,192773.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-01-07 18:37:38.000000,2025-01-07 18:37:37,10302.0,77.0,1404.0,134.0,1308.0,146.0,1013.0,9159.0,A PyTorch-based Speech Toolkit.,249.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2752.0,2685.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2011075.0,2011075.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-01-07 17:00:14.000000,2025-01-06 20:35:20,5124.0,183.0,1395.0,109.0,4517.0,1005.0,1638.0,8068.0,A unified framework for machine learning with time series.,433.0,39,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3885.0,3755.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,818806.0,843860.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1052245.0,,,,,1.0,111.0,,sktime/sktime,,,,,,,,,,,,,,,,, +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-01-09 14:15:00.000000,2025-01-09 13:27:50,6637.0,118.0,1559.0,108.0,4598.0,702.0,757.0,4331.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",395.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21469.0,21140.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1704101.0,1705047.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,41634.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +74,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-01-08 21:50:24.000000,2025-01-08 21:50:23,18240.0,91.0,1331.0,83.0,8130.0,552.0,4408.0,2801.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,382.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5322.0,4903.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,124021.0,132297.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,463461.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,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-01-09 14:37:48.000000,2025-01-09 14:37:46,10693.0,288.0,595.0,66.0,2846.0,298.0,1945.0,1227.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'],4013.0,3704.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,64575.0,70776.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,309795.0,,,,,1.0,281.0,1.0,,,,,,,,,,,,,,,,,, +76,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,1070.0,11124.0,1805.0,7758.0,20791.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'],7791.0,7665.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,526275.0,526676.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11443.0,,,,,2.0,27846.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +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,2024-12-18 15:02:53.000000,2024-12-05 00:45:19,4535.0,1.0,4379.0,430.0,1714.0,384.0,1465.0,15776.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,,,,70513.0,69136.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4567475.0,4599496.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1470703.0,,,,,1.0,5543.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +78,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,10.0,2852.0,380.0,475.0,3.0,1921.0,15041.0,Python Echarts Plotting Library.,45.0,38,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5051.0,4836.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,157913.0,157916.0,,,,,,,,2.0,72.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-01-09 14:26:04.000000,2025-01-09 08:51:22,6574.0,83.0,3703.0,252.0,1800.0,1093.0,4604.0,11838.0,Open-source simulator for autonomous driving research.,179.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,904.0,893.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,11455.0,11455.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,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-01-08 00:27:51.000000,2025-01-08 00:03:15,22569.0,357.0,2190.0,175.0,3424.0,368.0,2096.0,8668.0,End-to-End Speech Processing Toolkit.,480.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,409.0,397.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,19381.0,19382.0,,,,,,,,1.0,83.0,,,,,,,,,,,,,,,,,,, +81,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-01-06 22:21:21.000000,2024-12-26 18:15:14,2052.0,24.0,938.0,107.0,1720.0,446.0,1277.0,4595.0,Python tools for geographic data.,237.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],49279.0,46440.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,5857834.0,5935354.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4262069.0,,,,,2.0,2878.0,,,,,,,,,,,,,,,,,,, +82,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-01-09 13:13:26.000000,2025-01-09 02:44:20,4962.0,217.0,515.0,37.0,3972.0,661.0,1157.0,2831.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,171.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4475.0,3897.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,347402.0,358415.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,605267.0,,,,,2.0,853.0,,,,,,,,,,,,,,,,,,, +83,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-01-08 15:31:13.042000,2025-01-06 14:37:43,1645.0,64.0,580.0,60.0,1605.0,155.0,869.0,2214.0,The official Python client for the Huggingface Hub.,212.0,38,True,2025-01-06 12:07:20.000,0.27.1,139.0,huggingface_hub,conda-forge/huggingface_hub,,,,2288.0,,https://pypi.org/project/huggingface_hub,2025-01-06 12:04:19.000,2288.0,42304609.0,42358720.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-08 15:31:13.042,2543222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,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,33576.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,,,,34660.0,33822.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1503931.0,1507758.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,168408.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-01-09 03:29:52.000000,2025-01-09 03:29:46,8750.0,210.0,2823.0,307.0,239.0,21.0,1150.0,29038.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-01-04 03:37:08.000,8.0.9,685.0,netron,,,,"['pytorch', 'tensorflow']",710.0,627.0,https://pypi.org/project/netron,2025-01-04 03:37:08.000,83.0,22394.0,85612.0,,,,,,,,1.0,63218.0,,,,,,,,,,,,,,,,,,, +86,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5431.0,514.0,184.0,1154.0,1386.0,23963.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3220.0,3190.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,245163.0,535046.0,,,,,,,,2.0,6087559.0,,,,,,,,,,,,,,,,,,, +87,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-01-09 14:13:23.000000,2024-11-25 16:29:03,32377.0,2.0,4664.0,357.0,6393.0,130.0,6642.0,19179.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,37,True,2024-04-18 15:06:29.000,3.6.20,373.0,rasa,,,,['tensorflow'],4760.0,4700.0,https://pypi.org/project/rasa,2024-04-18 15:06:12.000,60.0,219051.0,219051.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2024-11-29 12:10:45.000000,2024-11-29 11:05:20,4820.0,3.0,5277.0,382.0,728.0,670.0,1380.0,13311.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1741.0,1542.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,408865.0,450250.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,308864.0,,,,,2.0,4108069.0,,,,,,,,,,,,,,,,,,, +89,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-01-09 14:16:14.000000,2025-01-09 14:16:11,7765.0,487.0,2579.0,213.0,8716.0,98.0,2317.0,12749.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",374.0,37,True,2025-01-03 10:31:39.000,2.1.0,79.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-01-03 09:43:30.000,14.0,111714.0,116306.0,,,,,,,,1.0,293950.0,,,,,,,,,,,,,,,,,,, +90,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,2024-12-30 15:47:33.000000,2024-12-19 17:17:22,1513.0,28.0,1690.0,152.0,833.0,237.0,579.0,12630.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5249.0,5066.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,406431.0,411212.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,482762.0,,,,,2.0,230.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +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,2024-12-31 07:56:17.243000,2024-08-18 00:47:35,986.0,,1176.0,125.0,316.0,41.0,719.0,10450.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,,,,91460.0,89728.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,19134665.0,19157252.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1185868.0,,,,,1.0,48296.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-01-06 23:30:27.000000,2025-01-06 23:30:25,2848.0,41.0,971.0,129.0,1986.0,288.0,669.0,10125.0,Geometric Computer Vision Library for Spatial AI.,278.0,37,True,2024-11-05 09:32:20.000,0.7.4,41.0,kornia,conda-forge/kornia,,,['pytorch'],13687.0,13400.0,https://pypi.org/project/kornia,2024-11-05 09:32:20.000,287.0,1646489.0,1649883.0,https://anaconda.org/conda-forge/kornia,2024-12-20 18:13:26.403,165304.0,,,,,2.0,1607.0,-1.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,539.0,4121.0,697.0,2087.0,9914.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15953.0,15781.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,74853.0,99146.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2477951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,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-01-09 05:26:56.000000,2025-01-07 22:42:15,22380.0,972.0,582.0,63.0,3790.0,519.0,1083.0,9049.0,"Visualize, create, and debug image and video datasets and model predictions.",147.0,37,True,2024-12-20 23:48:02.000,1.2.0,152.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",806.0,781.0,https://pypi.org/project/fiftyone,2024-12-20 22:56:42.000,25.0,96746.0,96746.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-01-06 18:55:59.000000,2025-01-06 18:55:59,1460.0,18.0,910.0,211.0,258.0,179.0,248.0,7086.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11229.0,10946.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3385749.0,3401962.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,502625.0,,,,,1.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-01-09 11:07:03.000000,2025-01-07 08:36:43,4928.0,154.0,647.0,86.0,2739.0,306.0,748.0,6246.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11636.0,11142.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,939727.0,941545.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,83596.0,,,,,2.0,58.0,,,,,,,,,,,,,,,,,,, +97,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-07 20:17:39.000000,2025-01-07 20:17:35,12201.0,27.0,1111.0,157.0,469.0,702.0,756.0,4284.0,Probabilistic reasoning and statistical analysis in TensorFlow.,497.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,1123715.0,1127113.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,159727.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,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-01-09 12:04:46.000000,2025-01-09 12:04:45,10897.0,48.0,404.0,58.0,3130.0,1114.0,2248.0,2732.0,"With Holoviews, your data visualizes itself.",146.0,37,True,2024-11-04 15:56:57.000,1.20.0,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],13983.0,13576.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,339148.0,374268.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1919405.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2024-08-01 13:45:47.955,5.0,222.0,,,,,,,,,,,, +99,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,2024-12-15 02:03:30.000000,2024-12-15 02:03:25,3921.0,19.0,535.0,145.0,1243.0,146.0,1712.0,2293.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16061.0,14525.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2003995.0,2087275.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,3997100.0,,,,,2.0,1002.0,,,,,,,,,,,,,,,,,,, +100,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,8.0,298.0,32.0,503.0,99.0,512.0,1532.0,Python library for reading and writing image data.,119.0,37,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,156529.0,153997.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,23925528.0,24061557.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7344559.0,,,,,2.0,1468.0,-1.0,,,,,,,,,,,,,,,,,, +101,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2024-11-24 05:25:05.032000,2024-10-18 16:40:02,2327.0,1.0,6414.0,425.0,1360.0,1291.0,3053.0,30775.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,36,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3975.0,3858.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,116785.0,118846.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,111103.0,,,,,2.0,372.0,,,,,,,,,,,,,,,,,,, +102,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,372.0,3166.0,1846.0,6729.0,29998.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3447.0,3365.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,163544.0,163544.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,34.0,2211.0,216.0,4222.0,3.0,1940.0,21239.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,61343.0,93456.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,83758.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1771216.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +104,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-01-09 10:14:33.000000,2025-01-09 10:14:29,3952.0,84.0,1033.0,139.0,190.0,115.0,1098.0,14560.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",103.0,36,True,2025-01-05 17:06:43.000,16.8.0,249.0,ocrmypdf,conda-forge/ocrmypdf,,,,1156.0,1115.0,https://pypi.org/project/ocrmypdf,2025-01-05 17:06:43.000,41.0,142693.0,144909.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,87203.0,,,,,1.0,6146.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +105,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,225.0,14477.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,,,,23983.0,23718.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,458286.0,461154.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,192219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1864.0,14332.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1326.0,1293.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,86359.0,86359.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +107,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-01-05 14:46:58.000000,2025-01-05 14:46:58,1877.0,29.0,4446.0,545.0,718.0,416.0,1288.0,14138.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,36,True,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6071.0,6053.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,25387.0,25387.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +108,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-01-09 13:06:05.000000,2025-01-09 11:52:10,4413.0,5.0,3018.0,175.0,5058.0,539.0,2358.0,13637.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,477.0,329.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,91412.0,91412.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +109,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-01-06 23:42:51.000000,2024-08-07 18:02:18,598.0,,1151.0,262.0,199.0,112.0,171.0,9208.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,36,True,2024-02-15 20:31:28.000,0.18.0,61.0,textblob,conda-forge/textblob,,,,47967.0,47577.0,https://pypi.org/project/textblob,2024-02-15 20:39:47.000,390.0,1098054.0,1100772.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,274608.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,, +110,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,,1046.0,134.0,239.0,371.0,274.0,9087.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,,,,80163.0,78794.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6224961.0,6227918.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,136060.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2024-12-22 09:47:16.000000,2024-12-22 09:46:56,1887.0,16.0,1377.0,146.0,258.0,222.0,148.0,8732.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,,,,4738.0,4617.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,576302.0,578704.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,134523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,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-04 15:00:53.000000,2025-01-04 15:00:53,722.0,174.0,2408.0,276.0,199.0,327.0,334.0,8524.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2024-12-29 09:06:43.000,3.13.0,62.0,SpeechRecognition,conda-forge/speechrecognition,,,,642.0,21.0,https://pypi.org/project/SpeechRecognition,2024-12-29 09:06:03.000,621.0,966258.0,970367.0,https://anaconda.org/conda-forge/speechrecognition,2024-12-29 16:20:38.482,217782.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,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-01-09 12:36:03.077000,2025-01-08 13:57:34,1148.0,77.0,782.0,292.0,1525.0,316.0,436.0,8412.0,Open Source AI/ML Platform.,100.0,36,True,2025-01-08 14:49:11.000,2.13.2,166.0,metaflow,conda-forge/metaflow,,,,834.0,786.0,https://pypi.org/project/metaflow,2025-01-08 14:49:11.000,48.0,873854.0,878350.0,https://anaconda.org/conda-forge/metaflow,2025-01-09 12:36:03.077,242830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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-01-09 13:07:22.000000,2025-01-09 13:07:22,2438.0,111.0,938.0,97.0,2761.0,383.0,1153.0,8241.0,Fast and Accurate ML in 3 Lines of Code.,131.0,36,True,2024-11-27 17:04:12.000,1.2.0,1723.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",960.0,930.0,https://pypi.org/project/autogluon,2025-01-09 09:05:14.000,30.0,244144.0,245420.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,25957.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,12908.0,1.0,,,,,,,,,,,,,,,,,,,, +115,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-01-06 10:45:21.000000,2025-01-06 10:45:21,3183.0,42.0,1108.0,89.0,3541.0,384.0,2791.0,6012.0,AI Toolkit for Healthcare Imaging.,213.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3464.0,3328.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,236332.0,237326.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,36811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,874.0,116.0,539.0,149.0,345.0,4938.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,36,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17192.0,17004.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,611521.0,617759.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,336888.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,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,2024-12-31 09:11:39.000000,2024-12-31 09:11:39,990.0,10.0,852.0,89.0,229.0,140.0,687.0,4644.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",50.0,36,True,2024-06-17 17:55:00.000,84,74.0,opencv-python,,,,,502199.0,491843.0,https://pypi.org/project/opencv-python,2024-06-17 18:28:13.000,10356.0,12602249.0,12602249.0,,,,,,,,2.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-01-07 18:52:23.000000,2025-01-07 18:52:23,1207.0,21.0,643.0,127.0,967.0,360.0,1116.0,4514.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",179.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4470.0,4383.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,501049.0,502761.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,79957.0,,,,,2.0,12761.0,,,,,,,,,,,,,,,,,,, +119,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,43.0,229.0,65.0,145.0,82.0,621.0,4100.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,10397.0,10062.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3089185.0,3096994.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,429495.0,,,,,2.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-01-06 17:35:47.000000,2025-01-06 17:35:40,4213.0,40.0,1107.0,155.0,1755.0,435.0,901.0,3944.0,Fast data visualization and GUI tools for scientific / engineering applications.,295.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12064.0,11038.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,234927.0,246411.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,631655.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-01-09 15:10:11.000000,2025-01-09 15:10:10,1160.0,48.0,476.0,57.0,1364.0,427.0,452.0,2655.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",134.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4409.0,4234.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,859010.0,859917.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,29942.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +122,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-01-09 15:03:16.000000,2025-01-09 09:51:47,4930.0,317.0,611.0,46.0,5412.0,346.0,1130.0,2440.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",192.0,36,True,2024-11-05 19:53:48.000,0.39.0,60.0,pennylane,conda-forge/pennylane,,,,1337.0,1220.0,https://pypi.org/project/pennylane,2024-11-05 19:53:48.000,117.0,54435.0,59248.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,182857.0,,,,,1.0,100.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-01-09 07:30:55.000000,2025-01-08 16:12:35,3680.0,334.0,311.0,70.0,2448.0,73.0,725.0,2406.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],920.0,866.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,106127.0,106861.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,31584.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-01-08 13:39:42.000000,2025-01-07 14:11:13,2028.0,86.0,405.0,35.0,1764.0,82.0,822.0,2174.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],34990.0,34988.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,3116.0,41253.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1748252.0,,,,,2.0,6076.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-01-07 03:46:12.000000,2024-12-03 16:56:50,4986.0,59.0,1102.0,149.0,1388.0,63.0,738.0,1923.0,Documentation and samples for ArcGIS API for Python.,94.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,925.0,885.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,80455.0,80589.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13448.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-01-08 12:22:41.000000,2025-01-08 12:22:34,902.0,13.0,347.0,42.0,1081.0,188.0,173.0,1241.0,Making text a first-class citizen in TensorFlow.,166.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8021.0,7802.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6127218.0,6127218.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-01-07 22:13:20.000000,2025-01-07 22:13:12,1570.0,7.0,206.0,47.0,626.0,34.0,776.0,1167.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,,,,24254.0,23951.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,3917990.0,4035123.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6325208.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,2024-12-04 13:30:48.000000,2024-12-04 13:29:21,1593.0,10.0,216.0,34.0,720.0,30.0,595.0,1081.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,39426.0,37686.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,7890592.0,8062904.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9304853.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,2024-12-23 04:20:57.000000,2024-12-17 17:48:18,15068.0,78.0,530.0,51.0,2332.0,420.0,969.0,752.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5692.0,5540.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,195007.0,208954.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,739204.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,1570.0,234.0,795.0,593.0,53880.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'],3974.0,3858.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,120483.0,121101.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31394.0,,,,,2.0,1399.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,,4374.0,296.0,752.0,88.0,1119.0,36672.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']",2121.0,2068.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,148215.0,234361.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,21027.0,,,,,2.0,3937946.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,319.0,264.0,461.0,598.0,25121.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,,,,,10699.0,10446.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,635462.0,949040.0,,,,,,,,2.0,17246825.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-01-09 15:01:53.000000,2025-01-09 11:30:13,3801.0,116.0,1966.0,143.0,4152.0,113.0,3522.0,18506.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2024-12-05 11:26:41.000,2.8.0,100.0,haystack,,,,,749.0,744.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5856.0,5856.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2025-01-09 13:07:33.000000,2025-01-09 13:07:30,18817.0,97.0,5743.0,70.0,11752.0,942.0,15959.0,14020.0,Convert Machine Learning Code Between Frameworks.,1480.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,18328.0,18328.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +135,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,11776.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4438.0,4313.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,46707.0,48994.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,166967.0,,,,,2.0,71.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,2024-12-16 01:34:24.000000,2024-08-30 03:34:11,5357.0,,1775.0,135.0,1034.0,388.0,1950.0,9060.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6956.0,6925.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,288019.0,289182.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,60969.0,,,,,2.0,720.0,,,,,,,,,,,,,,,,,,, +137,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-01-08 04:07:04.000000,2025-01-08 04:05:58,702.0,5.0,352.0,69.0,130.0,32.0,155.0,8625.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,58546.0,56506.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5128593.0,5134767.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,314890.0,,,,,2.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-01-09 13:26:11.000000,2025-01-09 02:05:41,40055.0,424.0,912.0,155.0,11066.0,1073.0,5638.0,8583.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,2803.0,2803.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-01-09 14:45:48.000000,2025-01-09 14:45:47,3434.0,129.0,797.0,76.0,3813.0,162.0,935.0,7262.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2025-01-06 02:42:48.000,1.3.19,174.0,bentoml,,,,,2354.0,2321.0,https://pypi.org/project/bentoml,2025-01-06 02:42:48.000,33.0,80306.0,80321.0,,,,,,,,2.0,720.0,,,,,,,,,,,,,,,,,,, +140,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-01-06 17:00:17.000000,2025-01-06 09:58:54,3608.0,198.0,737.0,146.0,133.0,104.0,352.0,6346.0,Fit interpretable models. Explain blackbox machine learning.,48.0,35,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],864.0,814.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,148295.0,148295.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,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,51.0,657.0,62.0,145.0,71.0,450.0,6066.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2261.0,2206.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,699623.0,699828.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12342.0,,,,,1.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-01-09 09:23:28.000000,2025-01-04 10:16:52,1749.0,22.0,622.0,60.0,1898.0,159.0,1273.0,4567.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,738.0,35,True,2024-08-13 12:47:02.000,0.5.1,1854.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3559.0,3458.0,https://pypi.org/project/pytorch-ignite,2025-01-09 00:19:03.000,101.0,110504.0,113203.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,213262.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-01-09 09:25:54.000000,2024-12-20 11:15:55,8639.0,36.0,715.0,101.0,13396.0,35.0,866.0,3893.0,State of the Art Natural Language Processing.,114.0,35,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],572.0,535.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4039369.0,4039369.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-01-09 11:34:35.000000,2024-12-20 23:50:21,2324.0,9.0,655.0,73.0,2919.0,263.0,729.0,2577.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",229.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,4461477.0,4461477.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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,171.0,1667.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,,,,82253.0,79634.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,14072259.0,14072809.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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,2024-12-24 17:15:08.000000,2024-12-24 17:15:04,1575.0,7.0,408.0,49.0,1526.0,182.0,690.0,1630.0,Exploratory analysis of Bayesian models with Python.,164.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9075.0,8762.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1089321.0,1129982.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2276949.0,,,,,1.0,177.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-01-09 13:30:31.000000,2025-01-09 13:30:00,1984.0,125.0,177.0,29.0,1961.0,43.0,197.0,1238.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,83.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12854.0,12799.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,83179.0,92167.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,404465.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +148,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2024-12-12 17:03:50.685000,2024-12-07 02:29:14,6055.0,24.0,259.0,37.0,860.0,130.0,415.0,669.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,,,,25339.0,24158.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,481957.0,496858.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,819607.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2024-12-19 21:33:27.000000,2024-12-19 21:30:34,1539.0,7.0,7505.0,391.0,694.0,542.0,3081.0,30971.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",275.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2227.0,2214.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,9711.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,524431.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,846.0,268.0,555.0,611.0,26012.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,,,,7308.0,7061.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1677544.0,1679777.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,116164.0,,,,,2.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-01-05 16:14:57.000000,2024-12-23 13:35:54,9029.0,14.0,3127.0,275.0,1306.0,159.0,716.0,19581.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,149.0,145.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,35355.0,35363.0,,,,,,,,1.0,656.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,318.0,269.0,64.0,343.0,13400.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,,,,4816.0,4615.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,883225.0,894782.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,601008.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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-01-01 23:41:42.000000,2025-01-01 23:41:42,2664.0,5.0,695.0,105.0,499.0,610.0,1265.0,9705.0,An open source multi-tool for exploring and publishing data.,81.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1804.0,1389.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,211470.0,212606.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,51116.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +154,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,2024-12-23 02:54:43.000000,2024-11-03 12:40:00,33357.0,39.0,1994.0,198.0,5868.0,46.0,3393.0,9578.0,Perform data science on data that remains in someone elses server.,515.0,34,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,15314.0,15487.0,,,,,,,,1.0,2432.0,-1.0,,,,,,,,,,,,,,,,,, +155,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-01-06 12:21:52.000000,2025-01-06 12:17:57,1197.0,18.0,1318.0,149.0,182.0,277.0,1365.0,8965.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1100.0,1086.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4162.0,8702.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,281495.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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-08 09:52:41.000000,2024-12-25 06:44:36,2948.0,12.0,1687.0,94.0,1706.0,21.0,2134.0,8806.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,34,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1345.0,1338.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1725.0,1725.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-01-09 05:52:19.000000,2025-01-02 05:46:24,6221.0,120.0,1194.0,125.0,1773.0,114.0,733.0,8719.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2024-12-23 07:07:47.000,3.2.1,141.0,perspective-python,conda-forge/perspective,,,['jupyter'],192.0,158.0,https://pypi.org/project/perspective-python,2024-12-23 07:03:32.000,28.0,12541.0,39613.0,https://anaconda.org/conda-forge/perspective,2024-12-25 04:48:33.228,1444168.0,,,,,2.0,7670.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-12-23 07:05:48.923,6.0,389.0,,,,,,,,,,,, +158,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,351.0,3431.0,134.0,1140.0,8514.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,27735.0,32952.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,266090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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-01 16:22:54.000000,2025-01-01 16:22:53,542.0,14.0,862.0,85.0,290.0,81.0,376.0,7895.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,,,,52913.0,52288.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2453326.0,2476425.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1247088.0,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +160,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,29.0,810.0,127.0,291.0,485.0,341.0,7557.0,Uniform Manifold Approximation and Projection.,138.0,34,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,1321749.0,1372043.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2766208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-01-07 08:50:35.000000,2024-12-24 06:19:04,4785.0,98.0,895.0,140.0,502.0,94.0,817.0,7333.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,,,,3586.0,3390.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,217586.0,217729.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8323.0,,,,,2.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-01-09 00:36:25.000000,2024-12-18 07:37:27,32554.0,33.0,2004.0,386.0,6901.0,2850.0,6683.0,6982.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",269.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,205060.0,205060.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,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,2024-12-23 16:42:48.000000,2024-12-23 16:42:41,883.0,14.0,1289.0,143.0,515.0,48.0,569.0,6888.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,14225553.0,14237378.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,650384.0,,,,,2.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-01-09 14:42:50.000000,2025-01-09 14:42:49,2349.0,15.0,1123.0,190.0,242.0,279.0,285.0,5915.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2023-07-21 10:51:54.000,1.4.1,27.0,deap,conda-forge/deap,,,,5910.0,5658.0,https://pypi.org/project/deap,2023-07-21 10:51:54.000,252.0,200558.0,209893.0,https://anaconda.org/conda-forge/deap,2024-09-03 13:46:04.210,476130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-01-08 18:07:45.000000,2025-01-08 17:16:40,10570.0,34.0,1717.0,144.0,2512.0,671.0,1241.0,5651.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",252.0,34,True,2024-04-03 16:21:23.000,2.8.0,958.0,deepchem,conda-forge/deepchem,,,['tensorflow'],503.0,488.0,https://pypi.org/project/deepchem,2025-01-08 18:07:45.000,15.0,51466.0,53509.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112388.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,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-01-09 09:09:03.000000,2025-01-09 09:09:03,30576.0,143.0,1613.0,189.0,2237.0,28.0,1615.0,5190.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,5945.0,11208.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,289513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2024-12-31 18:30:12.000000,2024-12-31 18:24:07,1239.0,101.0,500.0,280.0,928.0,249.0,342.0,5022.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'],2843.0,2717.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,274453.0,277341.0,https://anaconda.org/conda-forge/captum,2023-06-16 19:28:19.191,106878.0,,,,,1.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-01-09 14:10:01.000000,2024-12-20 00:33:15,12510.0,54.0,1171.0,101.0,1413.0,144.0,880.0,4984.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",140.0,34,True,2024-12-20 00:51:46.000,1.19.0,62.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,659.0,639.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-12-20 00:38:03.000,20.0,49451.0,50532.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-12-30 16:03:26.015,58413.0,,,,,1.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,2024-12-30 17:22:43.000000,2024-12-30 17:20:19,1353.0,23.0,291.0,41.0,501.0,103.0,252.0,4073.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1411.0,1352.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,926477.0,930041.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,121207.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-01-09 04:27:12.000000,2025-01-07 13:36:23,2075.0,61.0,405.0,52.0,1828.0,79.0,487.0,3141.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1371.0,1287.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,187332.0,189898.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,136005.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-01-09 00:10:06.000000,2025-01-09 00:10:05,1065.0,24.0,505.0,56.0,153.0,359.0,171.0,2834.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'],4903.0,4551.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,539645.0,584411.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2283100.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,2024-12-16 12:35:23.000000,2024-12-11 13:00:06,5345.0,1.0,277.0,79.0,798.0,21.0,129.0,2829.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2024-12-16 12:35:23.000,8.3.3,242.0,thinc,conda-forge/thinc,,,,58892.0,58742.0,https://pypi.org/project/thinc,2024-12-16 12:35:23.000,150.0,9340009.0,9398134.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3254718.0,,,,,2.0,667.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-01-08 21:05:49.978000,2025-01-08 19:25:35,5376.0,73.0,562.0,20.0,1474.0,1136.0,714.0,2341.0,"This is the development home of the workflow management system Snakemake. For general information, see.",347.0,34,True,2025-01-08 19:26:46.000,8.27.1,376.0,snakemake,bioconda/snakemake,,,,2459.0,2202.0,https://pypi.org/project/snakemake,2025-01-08 19:26:46.000,257.0,79539.0,91100.0,https://anaconda.org/bioconda/snakemake,2025-01-08 21:05:49.978,1283317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,59.0,714.0,88.0,6050.0,257.0,870.0,2121.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1670.0,1653.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,26803.0,26803.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +175,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,10.0,159.0,43.0,85.0,7.0,137.0,2082.0,a python library for doing approximate and phonetic matching of strings.,34.0,34,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,12422.0,12146.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6754260.0,6775417.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1163663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,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-06 22:33:49.000000,2025-01-06 22:33:47,3130.0,35.0,365.0,55.0,1222.0,313.0,994.0,1450.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,,,,7014.0,6296.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,312298.0,390274.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4366707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4320.0,4271.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,12875373.0,12881399.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,265161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,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-01-06 18:15:37.000000,2025-01-06 18:15:37,581.0,23.0,104.0,35.0,73.0,72.0,84.0,960.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,,,,113633.0,113100.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,13097506.0,13436999.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13579753.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,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-01-08 03:51:50.000000,2025-01-08 03:51:50,3784.0,64.0,4349.0,386.0,4258.0,449.0,1270.0,39010.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2025-01-03 03:53:16.000,0.4.7,47.0,,,,,,457.0,457.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-01-09 15:03:11.000000,2025-01-09 11:37:22,7451.0,1157.0,3000.0,275.0,7609.0,134.0,705.0,27441.0,You like pytorch? You like micrograd? You love tinygrad!.,361.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],151.0,151.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +181,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-01-09 00:09:56.000000,2025-01-09 00:09:54,18966.0,282.0,4888.0,396.0,5750.0,153.0,4001.0,27058.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,864.0,33,False,2025-01-07 12:37:01.000,25.1.2.0,510.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-01-07 12:38:06.000,,16305.0,16305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +182,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,,3975.0,674.0,1678.0,151.0,1986.0,25584.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'],512.0,488.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,19544.0,35693.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3444.0,,,,,2.0,1221131.0,,,,,,,,,,,,,,,,,,, +183,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-01-09 14:44:52.000000,2025-01-08 14:43:27,3758.0,383.0,1443.0,129.0,4122.0,348.0,1044.0,21263.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",129.0,33,True,2025-01-08 19:45:07.000,1.12.6,90.0,,,,,,116.0,116.0,,,,,6082.0,,,,,,,,2.0,273706.0,,,,,,,,,,,,,,,,,,, +184,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2024-11-19 19:28:48.000000,2024-08-01 02:26:04,1422.0,,3739.0,754.0,1141.0,417.0,589.0,19272.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'],557.0,552.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8246.0,8246.0,,,,,,,,2.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,117.0,120.0,535.0,11694.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,,,,7275.0,7072.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,157788.0,162202.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,242793.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +186,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,2.0,2315.0,219.0,255.0,130.0,419.0,10240.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,1624479.0,1635406.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,590081.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,2024-12-27 12:36:14.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,278.0,143.0,556.0,7307.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,,,,19119.0,18666.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,1887120.0,1902954.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,807558.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-01-09 14:24:57.000000,2025-01-09 11:10:57,3869.0,359.0,1282.0,253.0,9993.0,1032.0,1652.0,6891.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",114.0,33,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,27610.0,27617.0,,,,,,,,2.0,645.0,,intel-analytics/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,,, +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-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1153.0,27.0,1429.0,6801.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],328.0,305.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,11668.0,11668.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,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1676.0,1658.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12884.0,13196.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12104.0,,,,,3.0,187.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,5897.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,,,,3420.0,3362.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,14661.0,15017.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-01-08 16:35:40.000000,2025-01-08 16:35:35,2462.0,31.0,660.0,97.0,276.0,505.0,575.0,5771.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2024-12-18 15:45:08.000,1.17.0,175.0,clearml,,allegroai/trains,,,1535.0,1484.0,https://pypi.org/project/clearml,2024-12-18 15:41:51.000,51.0,316392.0,316891.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3065.0,,,,,,,,,,,,,,,,,,, +193,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,4543.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,5479541.0,5507712.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1549458.0,,,,,2.0,110.0,,,,,,,,,,,,,,,,,,, +194,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-01-01 14:29:12.000000,2024-12-20 19:13:34,3885.0,6.0,867.0,57.0,1723.0,427.0,1272.0,4291.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'],808.0,786.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,36334.0,65777.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,420787.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,30.0,1381644.0,2.0,7492.0,,,,,,,,,,,,,,,,,,, +195,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-01-08 15:36:21.000000,2024-12-20 10:10:54,3603.0,156.0,387.0,32.0,3418.0,95.0,2089.0,4173.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,33,True,2024-12-18 15:46:15.000,2.6.0,100.0,rubrix,conda-forge/rubrix,,,,2859.0,2859.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1223.0,2314.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,40369.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +196,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,19.0,355.0,58.0,1405.0,123.0,185.0,3983.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,,,,872.0,810.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,108277.0,109301.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,57356.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,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,10.0,122.0,75.0,75.0,9.0,136.0,3837.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,26509.0,25938.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4000307.0,4006818.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,312566.0,,,,,2.0,29.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-01-09 11:34:41.000000,2024-08-14 20:32:21,1311.0,,812.0,319.0,1470.0,332.0,519.0,3524.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,902134.0,902134.0,,,,,,,,2.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-01-07 20:04:25.000000,2025-01-07 20:04:25,1539.0,13.0,366.0,91.0,786.0,138.0,452.0,3347.0,Quickly and accurately render even the largest data.,59.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5498.0,5302.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,113338.0,136338.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1288036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2024-12-18 06:27:04.000000,2024-12-18 06:27:04,3051.0,41.0,717.0,76.0,945.0,297.0,652.0,2795.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1374.0,1321.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,68244.0,68254.0,,,,,,,,2.0,583.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,8.0,559.0,70.0,487.0,267.0,713.0,2393.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,,,,3393.0,3232.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2488145.0,2495148.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,392169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,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,2024-12-13 18:16:32.000000,2024-12-13 18:16:32,3772.0,18.0,193.0,49.0,1404.0,134.0,743.0,2015.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,,,,3002.0,2981.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,301203.0,316781.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,810078.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +203,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.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13024.0,12812.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,959430.0,1115938.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,156508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +204,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-01-06 13:11:22.000000,2025-01-06 13:11:15,1875.0,2.0,200.0,33.0,215.0,26.0,403.0,1422.0,The ctypes-based simple ImageMagick binding for Python.,108.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20391.0,20134.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,906328.0,908505.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,96213.0,,,,,2.0,51612.0,,,,,,,,,,,,,,,,,,, +205,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,2024-12-26 17:40:52.000000,2024-12-26 17:40:48,2934.0,29.0,249.0,35.0,234.0,48.0,514.0,1331.0,Python interface for igraph.,77.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4692.0,4286.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,201189.0,219628.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,668047.0,,,,,1.0,566055.0,,,,,,,,,,,,,,,,,,, +206,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-04 15:56:30.000000,2025-01-04 15:55:49,338.0,11.0,3131.0,154.0,57.0,138.0,142.0,21370.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",22.0,32,True,2025-01-04 15:56:30.000,1.9.1,214.0,vit-pytorch,,,,['pytorch'],595.0,578.0,https://pypi.org/project/vit-pytorch,2025-01-04 15:56:30.000,17.0,22967.0,22967.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,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,2.0,4535.0,453.0,469.0,425.0,1735.0,18721.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,32,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,186868.0,216375.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1326426.0,,,,,1.0,2920.0,,,,,,,,,,,,,,,,,,, +208,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,1017.0,1869.0,363.0,658.0,17901.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,,,,1030.0,1020.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2354.0,2534.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9392.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +209,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,469.0,671.0,590.0,672.0,15713.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'],1535.0,1521.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7866.0,7866.0,,,,,,,,2.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,2024-12-23 23:13:18.000000,2024-10-17 22:52:09,3861.0,4.0,1193.0,194.0,2870.0,45.0,1037.0,11271.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'],296.0,290.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1881.0,1881.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,339.0,1683.0,523.0,1294.0,11202.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,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,20875.0,21007.0,,,,,,,,3.0,11245.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,282.0,3401.0,51.0,1494.0,10498.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],272.0,263.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3078.0,3078.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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-01-02 20:27:51.226000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,295.0,639.0,9797.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'],3199.0,3161.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,37437.0,42567.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,282165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,259.0,148.0,107.0,104.0,9234.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,7054795.0,7066313.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,575934.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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,3.0,1399.0,301.0,897.0,145.0,760.0,9177.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],803.0,790.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18454.0,18675.0,,,,,,,,2.0,19082.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,2024-12-31 19:20:12.000000,2024-12-31 19:20:12,2499.0,6.0,987.0,200.0,2331.0,261.0,847.0,8622.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,303218.0,307837.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,212485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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-05 10:23:49.000000,2025-01-05 10:23:47,564.0,4.0,1215.0,172.0,443.0,68.0,474.0,8513.0,Automatic extraction of relevant features from time series:.,98.0,32,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,215722.0,240959.0,https://anaconda.org/conda-forge/tsfresh,2024-08-04 02:13:02.666,1413288.0,,,,,1.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-01-09 08:42:24.000000,2025-01-08 16:40:06,1279.0,34.0,893.0,63.0,1053.0,245.0,1357.0,8218.0,A python library for user-friendly forecasting and anomaly detection on time series.,127.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,75645.0,77235.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,66208.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1087.0,1.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,8.0,1550.0,130.0,172.0,5.0,361.0,8014.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,,,,,3363.0,3209.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,364305.0,364306.0,,,,,,,,2.0,170.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +220,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-01-07 11:30:51.352000,2024-12-29 18:15:55,632.0,9.0,725.0,109.0,197.0,11.0,356.0,5951.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,2156251.0,2168106.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,640212.0,,,,,2.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-01-09 12:23:25.000000,2025-01-09 12:23:25,1105.0,11.0,390.0,81.0,548.0,61.0,462.0,5928.0,A scikit-learn compatible neural network library that wraps PyTorch.,65.0,32,True,2024-05-27 15:25:43.000,1.0.0,20.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1587.0,1502.0,https://pypi.org/project/skorch,2024-05-27 15:23:17.000,85.0,165639.0,180851.0,https://anaconda.org/conda-forge/skorch,2024-12-27 08:14:14.279,791056.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,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-01-08 20:02:21.000000,2024-12-18 16:11:43,2234.0,21.0,322.0,45.0,2212.0,383.0,670.0,5294.0,Aim An easy-to-use & supercharged open-source experiment tracker.,78.0,32,True,2024-12-18 16:58:41.000,3.27.0,1180.0,aim,conda-forge/aim,,,,816.0,776.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,129209.0,131415.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,92693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,31.0,552.0,85.0,635.0,122.0,500.0,5157.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,,,,681.0,617.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,66139.0,68215.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,93432.0,,,,,2.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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,668.0,66.0,228.0,245.0,164.0,4478.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,,,,7552.0,7418.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,572678.0,578443.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,282514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,8.0,2506.0,1940.0,540.0,390.0,1078.0,4133.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,277489.0,277497.0,,,,,,,,2.0,660.0,,,,,,,,,,,,,,,,,,, +226,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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,,1662.0,156.0,210.0,13.0,693.0,3492.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,1876391.0,1878485.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,111018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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-08 09:35:22.000000,2025-01-08 09:35:15,7403.0,2.0,618.0,116.0,1191.0,365.0,1115.0,3349.0,High-performance interactive 2D/3D data visualization library.,199.0,32,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1972.0,1796.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,90767.0,103797.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,676560.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,20.0,,,,,,,,,,,, +228,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-01-07 09:43:16.000000,2025-01-07 09:30:44,1328.0,61.0,285.0,30.0,1191.0,73.0,515.0,3242.0,A python library for self-supervised learning on images.,61.0,32,True,2025-01-07 09:43:17.000,1.5.16,129.0,lightly,,,,['pytorch'],379.0,362.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,31693.0,31693.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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,2024-12-23 08:50:11.458000,2024-12-17 12:15:00,997.0,11.0,234.0,37.0,557.0,72.0,177.0,2932.0,JAX-based neural network library.,84.0,32,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2406.0,2231.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,178429.0,178994.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,26572.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +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,63.0,546.0,318.0,393.0,2752.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,,,,7520.0,7152.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,634152.0,648466.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,758657.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-08 00:20:48.770000,2025-01-07 17:58:40,971.0,5.0,395.0,39.0,153.0,46.0,250.0,2417.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-07 18:02:08.000,2.7.0,34.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2795.0,2495.0,https://pypi.org/project/category_encoders,2025-01-07 18:02:48.000,300.0,1267014.0,1274611.0,https://anaconda.org/conda-forge/category_encoders,2025-01-08 00:20:48.770,296310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-01-09 12:02:04.000000,2025-01-09 11:57:00,1968.0,53.0,152.0,29.0,374.0,65.0,113.0,2386.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",60.0,32,True,2025-01-09 11:57:02.000,2.16.10,135.0,usearch,,unum/usearch,,,193.0,151.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,234247.0,243180.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,43468.0,,,usearch,https://www.npmjs.com/package/usearch,2024-12-29 11:46:07.566,15.0,6512.0,,,,,,,,,,,, +233,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-01-07 18:55:14.000000,2025-01-07 18:51:24,743.0,12.0,345.0,46.0,402.0,71.0,247.0,1737.0,Training PyTorch models with differential privacy.,82.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],988.0,952.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,74877.0,75429.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,19812.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +234,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-23 17:47:51.000000,2024-12-23 17:47:51,1986.0,19.0,289.0,45.0,291.0,59.0,215.0,1585.0,TensorLy: Tensor Learning in Python.,69.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,959.0,860.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,50311.0,57587.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,371101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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,3.0,362.0,68.0,616.0,297.0,361.0,1499.0,A Jupyter - Leaflet.js bridge.,91.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13748.0,13464.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,160591.0,189603.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1341153.0,,,,,3.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5063.0,,,,,,,,,,,, +236,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,29.0,250.0,50.0,552.0,33.0,187.0,1348.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,,,,2420.0,2307.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1418643.0,1427027.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,461151.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +237,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,2024-12-16 22:46:09.000000,2024-12-16 13:06:20,736.0,11.0,110.0,26.0,593.0,364.0,464.0,1159.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,,,,6571.0,6353.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,156800.0,169466.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,696682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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-01-07 19:48:08.000000,2025-01-07 19:48:05,11613.0,32.0,246.0,55.0,12346.0,251.0,2220.0,988.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],188.0,154.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,263327.0,263327.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-01-06 16:44:20.000000,2025-01-06 16:44:19,14744.0,164.0,442.0,58.0,2269.0,167.0,816.0,729.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,,,,1453.0,1325.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,33165.0,43688.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,547246.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,44.0,111.0,28.0,3628.0,535.0,3417.0,549.0,"Keep code, data, containers under control with git and git-annex.",57.0,32,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,543.0,444.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,13420.0,26301.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,708467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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-08 23:30:24.000000,2025-01-08 19:55:34,646.0,53.0,38.0,10.0,77.0,11.0,26.0,221.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,14.0,32,False,2024-12-16 11:14:25.000,1.1.0,52.0,blis,conda-forge/cython-blis,,,,54423.0,54313.0,https://pypi.org/project/blis,2024-12-16 11:14:25.000,110.0,9877273.0,9922935.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2373920.0,,,,,2.0,657.0,,,,,,,,,,,,,,,,,,, +242,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2863.0,388.0,125.0,239.0,561.0,26170.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],880.0,868.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24711.0,84586.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,100671.0,,,,,2.0,3669929.0,,,,,,,,,,,,,,,,,,, +243,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,15.0,2682.0,302.0,954.0,249.0,697.0,15934.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,7128.0,7142.0,,,,,,,,2.0,754.0,,,,,,,,,,,,,,,,,,, +244,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,14097.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,16416.0,16416.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,1006.0,574.0,727.0,12775.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'],1817.0,1810.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5568.0,5579.0,,,,,,,,2.0,837.0,,,,,,,,,,,,,,,,,,, +246,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-01-09 02:12:10.000000,2025-01-09 02:12:07,2975.0,12.0,2433.0,208.0,486.0,246.0,481.0,10391.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,58.0,58.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1645.0,1645.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +247,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9794.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1395.0,1376.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,16950.0,17560.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,37875.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +248,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,456.0,263.0,579.0,364.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'],5102.0,5088.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3227.0,3227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,10.0,1401.0,100.0,671.0,735.0,530.0,8494.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'],2926.0,2926.0,,,,,7689.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,392171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,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-02 16:30:24.107000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,725.0,201.0,829.0,7678.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'],671.0,637.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,12938.0,13561.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28051.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +251,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2024-12-19 14:28:40.998000,2024-11-26 20:42:35,3285.0,1.0,959.0,141.0,669.0,57.0,1165.0,7293.0,Python library for audio and music analysis.,124.0,31,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2613963.0,2629668.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,848094.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,211.0,1052.0,27.0,615.0,6759.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],426.0,422.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10355.0,10355.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +253,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-01-08 17:26:42.000000,2025-01-08 17:26:41,214.0,9.0,1114.0,202.0,163.0,147.0,346.0,6377.0,Official Kaggle API.,48.0,31,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,226147.0,230028.0,https://anaconda.org/conda-forge/kaggle,2024-07-27 21:52:01.276,201824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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,296.0,161.0,268.0,5775.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,,,,1136.0,1122.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9322.0,9496.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14449.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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,127.0,40.0,75.0,147.0,5709.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4463.0,4347.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,804176.0,804519.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19254.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +256,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,15.0,407.0,74.0,304.0,62.0,532.0,4814.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1365.0,1317.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,59882.0,66481.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,369550.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-05 22:22:11.904000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4550.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,,,,49120.0,48685.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,389546.0,393410.0,https://anaconda.org/conda-forge/imutils,2025-01-05 22:22:11.904,208667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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,,981.0,152.0,132.0,139.0,104.0,4447.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,,,,5177.0,5070.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,183289.0,183971.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,32059.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-01-09 14:25:29.000000,2025-01-09 14:25:25,15612.0,56.0,537.0,78.0,3706.0,919.0,1637.0,4335.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3089.0,3089.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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,4.0,383.0,70.0,376.0,103.0,460.0,4272.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,,,,3396.0,3336.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,24467.0,24665.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-06 13:15:03.000000,2025-01-06 13:15:02,1931.0,27.0,636.0,45.0,931.0,490.0,315.0,4062.0,Time series forecasting with PyTorch.,61.0,31,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,487.0,465.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,57506.0,58847.0,https://anaconda.org/conda-forge/pytorch-forecasting,2023-06-16 19:21:40.268,69742.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +262,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-01-07 19:21:57.000000,2025-01-07 19:21:37,1362.0,7.0,323.0,58.0,249.0,70.0,451.0,3721.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1030.0,1000.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,278155.0,297250.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1050239.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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,2024-12-18 23:54:59.385000,2024-12-12 13:55:22,3907.0,7.0,562.0,58.0,922.0,380.0,982.0,3623.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,31,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2731.0,2562.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,232515.0,235889.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,188990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,,336.0,64.0,78.0,20.0,124.0,3481.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15650.0,15408.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1227785.0,1236089.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,415248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,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,,,,,286.0,268.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,147810.0,147991.0,,,,,,,,3.0,17958.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,78.0,80.0,74.0,162.0,3419.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,,,,8105.0,7985.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1688576.0,1691497.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,265883.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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-01-09 08:36:09.000000,2025-01-09 08:36:02,1215.0,19.0,371.0,36.0,556.0,123.0,466.0,3230.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2025-01-02 19:50:52.000,2.0.0,29.0,neuralforecast,conda-forge/neuralforecast,,,,308.0,285.0,https://pypi.org/project/neuralforecast,2025-01-02 19:50:52.000,23.0,47390.0,48217.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-03 15:14:21.023,28124.0,,,,,2.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-06 21:55:38.000000,2024-05-03 16:54:19,704.0,,281.0,50.0,829.0,103.0,285.0,3225.0,PyTorch extensions for high performance and large scale training.,75.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7330.0,7177.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,358065.0,367700.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,366144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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,61.0,499.0,222.0,273.0,2862.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'],5051.0,4936.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,279739.0,280853.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,45712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-01-07 00:33:32.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,544.0,61.0,305.0,2599.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,31,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,432572.0,455570.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1172915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,3.0,361.0,82.0,169.0,218.0,149.0,2365.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,,,,7010.0,6855.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,277191.0,281846.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,218145.0,,,,,2.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,689.0,,,,,,,,,,,, +272,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-01-08 13:53:35.000000,2025-01-06 13:36:30,1884.0,131.0,209.0,48.0,299.0,179.0,166.0,2195.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2024-12-29 08:19:16.000,0.35.4,199.0,graphistry,,,,['jupyter'],137.0,131.0,https://pypi.org/project/graphistry,2024-12-29 08:19:16.000,6.0,14389.0,14389.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-01-08 10:30:35.000000,2025-01-08 10:30:32,967.0,18.0,147.0,25.0,447.0,168.0,318.0,2180.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,57.0,31,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1117.0,917.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,269223.0,269223.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +274,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2024-09-17 00:19:55.000000,2024-09-17 00:19:55,953.0,,260.0,47.0,354.0,220.0,142.0,2081.0,Evaluate: A library for easily evaluating machine learning models and datasets.,129.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,16466.0,16063.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2119514.0,2119514.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-02 10:15:25.753000,2024-12-17 11:38:14,920.0,41.0,425.0,39.0,955.0,160.0,333.0,1984.0,A Python package to assess and improve fairness of machine learning models.,91.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,479624.0,480414.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,39528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-01-08 21:52:21.000000,2025-01-08 20:38:27,2897.0,29.0,188.0,27.0,733.0,114.0,462.0,1725.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,,,,,285.0,266.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,11574.0,11578.0,,,,,,,,2.0,230.0,,,,,,,,,,,,,,,,,,, +277,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,57.0,1884.0,92.0,899.0,1694.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,1257249.0,1257249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,2.0,235.0,37.0,256.0,65.0,274.0,1610.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,,,,10471.0,10318.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2457437.0,2481627.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1233700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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-01-09 14:55:41.000000,2025-01-09 14:55:37,4536.0,186.0,53.0,177.0,600.0,160.0,499.0,1607.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,,,,,171.0,156.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,35244.0,35293.0,,,,,,,,2.0,3038.0,,,,,,,,,,,,,,,,,,, +280,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-01-07 09:03:22.000000,2025-01-07 09:00:44,1632.0,20.0,171.0,18.0,861.0,110.0,457.0,1381.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,834.0,798.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,74256.0,78368.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,230276.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-01-08 15:26:45.000000,2024-11-28 09:24:18,4025.0,269.0,143.0,9.0,695.0,23.0,164.0,1206.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],395.0,380.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,88515.0,88515.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +282,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-04 17:40:09.000000,2025-01-04 17:39:10,1177.0,33.0,216.0,23.0,160.0,30.0,205.0,1151.0,Survival analysis built on top of scikit-learn.,22.0,31,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],720.0,683.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,173473.0,178125.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,176797.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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-01-06 23:22:16.000000,2025-01-01 16:17:03,14288.0,187.0,295.0,35.0,1928.0,499.0,685.0,1082.0,Python package for earth-observing satellite data processing.,173.0,31,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,8830.0,13254.0,https://anaconda.org/conda-forge/satpy,2024-12-26 17:05:07.104,243334.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-01-07 17:23:38.000000,2025-01-07 17:23:38,3394.0,12.0,242.0,50.0,416.0,76.0,282.0,1075.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2285.0,2111.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,65691.0,91603.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1425185.0,,,,,2.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-01-08 05:20:03.000000,2025-01-08 05:19:49,1098.0,11.0,174.0,35.0,118.0,25.0,66.0,768.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,12548903.0,12638771.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9076713.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +286,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-07 06:53:22.000000,2025-01-07 06:53:22,599.0,33.0,112.0,18.0,201.0,123.0,139.0,728.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,31,True,2025-01-02 16:12:48.000,0.13.0,16.0,soundfile,anaconda/pysoundfile,,,,50280.0,49268.0,https://pypi.org/project/soundfile,2025-01-02 16:08:02.000,1012.0,3258555.0,3258716.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21126.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-01-08 06:36:19.000000,2025-01-07 12:16:37,177956.0,2584.0,95.0,51.0,2415.0,69.0,314.0,689.0,TensorFlow ROCm port.,4770.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,5830.0,5830.0,,,,,,,,3.0,26.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +288,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-01-02 16:30:44.037000,2024-12-29 13:02:07,1749.0,8.0,751.0,88.0,815.0,111.0,289.0,9870.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",53.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,440.0,422.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,43906.0,44678.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,34769.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,,2162.0,290.0,98.0,311.0,446.0,8687.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,,,,1745.0,1726.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7202.0,19106.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8512.0,,,,,2.0,951579.0,,,,,,,,,,,,,,,,,,, +290,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-01-06 21:04:11.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7329.0,An open source python library for automated feature engineering.,74.0,30,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1948.0,1874.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,55366.0,59440.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,224093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,788.0,5852.0,Gluon CV Toolkit.,119.0,30,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,84480.0,84480.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1081.0,111.0,263.0,107.0,502.0,5633.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4706.0,4564.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,127840.0,128430.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,23044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,6.0,634.0,149.0,800.0,141.0,356.0,4801.0,Deep Learning Visualization Toolkit.,36.0,30,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,164678.0,164686.0,,,,,,,,2.0,486.0,,,,,,,,,,,,,,,,,,, +294,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,5.0,760.0,77.0,1823.0,326.0,637.0,4716.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,493990.0,494022.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1249.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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,4487.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,,,,1581.0,1516.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,124504.0,125197.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,29816.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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,1.0,551.0,120.0,386.0,77.0,743.0,4192.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,,,,365.0,346.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,89546.0,91979.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,90026.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,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,4106.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6694.0,6544.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,534760.0,540699.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,296954.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2024-12-14 01:17:03.000000,2024-12-14 01:16:55,1262.0,25.0,498.0,67.0,773.0,5.0,561.0,3847.0,On-device wake word detection powered by deep learning.,41.0,30,True,2024-08-27 00:05:29.000,3.0.3,35.0,pvporcupine,,,,,71.0,36.0,https://pypi.org/project/pvporcupine,2024-08-27 00:05:29.000,35.0,10016.0,10016.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,4.0,466.0,101.0,1067.0,271.0,368.0,3639.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,140897.0,170128.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1457135.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,3211.0,,,,,,,,,,,, +300,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,3436.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,,,,1330.0,1267.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,418702.0,422029.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,169722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +301,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-01-07 00:10:47.000000,2025-01-07 00:10:17,8383.0,123.0,357.0,85.0,9841.0,97.0,349.0,3075.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,23175.0,23429.0,,,,,,,,3.0,11697.0,,,,,,,,,,,,,,,,,,, +302,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,65.0,346.0,29.0,340.0,95.0,41.0,3048.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1198.0,1192.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,15010.0,15106.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3952.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,60.0,195.0,139.0,197.0,2932.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'],1653.0,1574.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,333736.0,360722.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1484246.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,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,23.0,50.0,38.0,203.0,2346.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,,,,594.0,581.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,51507.0,52700.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,58496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,4.0,428.0,93.0,119.0,79.0,265.0,2344.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1649.0,1639.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,6931.0,8218.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,57919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,256.0,56.0,79.0,52.0,232.0,2038.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1190.0,1154.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,66249.0,70177.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,211780.0,,,,,2.0,745.0,,,,,,,,,,,,,,,,,,, +307,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-01-09 11:34:50.000000,2025-01-08 21:11:30,2309.0,147.0,448.0,35.0,2481.0,322.0,129.0,2003.0,Pytorch domain library for recommendation systems.,308.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,167.0,167.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2160.0,2160.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +308,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,19.0,193.0,21.0,181.0,49.0,140.0,1915.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,30,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,670.0,649.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,39896.0,39896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,2.0,286.0,56.0,143.0,83.0,194.0,1892.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3513.0,3356.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,71448.0,86505.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,692663.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,2024-12-30 11:24:38.000000,2024-10-04 09:56:03,2451.0,,435.0,76.0,1271.0,154.0,682.0,1856.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'],748.0,713.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,66537.0,67640.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,38625.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,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,4.0,228.0,52.0,213.0,32.0,292.0,1732.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,,,,,1052.0,1018.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,19921.0,19921.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-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,4.0,144.0,32.0,123.0,42.0,269.0,1658.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,,,,2803.0,2647.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,108031.0,110707.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,147222.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-01-09 12:27:00.000000,2025-01-09 11:58:15,2391.0,235.0,163.0,12.0,1056.0,98.0,1006.0,1645.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2025-01-09 11:28:53.000,0.18.34,253.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-01-08 18:17:36.000,,8295.0,8295.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-01-08 01:24:21.000000,2025-01-08 01:24:21,10821.0,31.0,251.0,40.0,1513.0,209.0,358.0,1282.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,4029.0,4178.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,4620.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +315,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-01-04 18:02:53.000000,2025-01-04 18:02:53,16704.0,51.0,383.0,46.0,1657.0,302.0,2998.0,934.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,,,,,28.0,26.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1232.0,1294.0,,,,,,,,2.0,8220.0,,,,,,,,,,,,,,,,,,, +316,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,2.0,122.0,32.0,133.0,24.0,77.0,931.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,,,,19739.0,19016.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,1995054.0,2034074.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,897463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,64.0,102.0,24.0,117.0,4.0,113.0,719.0,Python library for reading audio file metadata.,27.0,30,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1239.0,1126.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,62796.0,62796.0,,,,,,,,2.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +318,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,1249.0,557.0,840.0,2543.0,17540.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,827.0,964.0,,,,,,,,3.0,14812.0,,,,,,,,,,,,,,,,,,, +319,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,15942.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,603.0,600.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1508.0,1508.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +320,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-01-09 09:18:37.000000,2024-12-03 04:02:11,2300.0,7.0,2911.0,200.0,3781.0,1251.0,4255.0,12984.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,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,614.0,614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,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,47.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,192464.0,193315.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,46819.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,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-01-06 05:35:50.000000,2024-12-31 08:15:19,1065.0,21.0,935.0,140.0,762.0,135.0,350.0,7223.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,,,,501.0,483.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,42580.0,43314.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,36728.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +323,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,6229.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'],784.0,777.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1337.0,1514.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2024-12-27 00:59:14.000000,2024-12-13 20:29:18,629.0,4.0,777.0,85.0,358.0,54.0,348.0,5175.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,,,,,241.0,239.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,34992.0,34992.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-07 22:16:47.000000,2025-01-07 22:16:47,1655.0,17.0,833.0,145.0,1596.0,387.0,403.0,5091.0,Simple and Distributed Machine Learning.,121.0,29,True,2024-10-16 04:33:49.000,1.0.8,58.0,synapseml,,,,,5.0,,https://pypi.org/project/synapseml,2024-10-16 04:33:49.000,5.0,225590.0,225590.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,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,602.0,46.0,556.0,11.0,,4244.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,,,,1614.0,1583.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,189852.0,192670.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,84481.0,,,,,3.0,30654.0,,,,,,,,,,,,,,,,,,, +327,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-01-06 14:03:43.000000,2025-01-06 13:57:21,926.0,35.0,452.0,43.0,1021.0,27.0,353.0,4126.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,32955.0,131228.0,,,,,,,,3.0,4618863.0,,,,,,,,,,,,,,,,,,, +328,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,39.0,15.0,121.0,3997.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,,,,19939.0,19817.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,180191.0,217997.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,378062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +329,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-01-09 13:11:48.000000,2025-01-08 14:06:03,705.0,22.0,696.0,41.0,1035.0,147.0,808.0,3951.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:00:44.000,1.2.0,34.0,anomalib,,,,,128.0,123.0,https://pypi.org/project/anomalib,2024-10-31 09:01:10.000,5.0,24276.0,24706.0,,,,,,,,2.0,15927.0,,,,,,,,,,,,,,,,,,, +330,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,256.0,23.0,1759.0,254.0,730.0,3665.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,,,,,486.0,474.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,32580.0,32614.0,,,,,,,,2.0,1355.0,,,,,,,,,,,,,,,,,,, +331,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,230.0,95.0,404.0,3597.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,,,,1652.0,1623.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,241806.0,261262.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1009423.0,,,,,2.0,1648.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-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3545.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,,,,3426.0,3395.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,104619.0,104861.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10435.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-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3429.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,,,,7763.0,7664.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,722852.0,736939.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,703750.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +334,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,2.0,739.0,123.0,131.0,71.0,375.0,3095.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3099.0,3007.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,121070.0,127174.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,317420.0,,,,,3.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,2024-11-26 12:05:54.000000,2024-11-26 12:05:53,1223.0,6.0,410.0,51.0,95.0,141.0,522.0,3086.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2024-11-12 09:10:30.000,1.1.14,97.0,mljar-supervised,conda-forge/mljar-supervised,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2024-11-12 09:10:30.000,6.0,9711.0,10373.0,https://anaconda.org/conda-forge/mljar-supervised,2024-11-12 15:10:26.203,28476.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-01-09 14:06:02.000000,2025-01-09 14:06:02,3662.0,20.0,527.0,110.0,364.0,388.0,691.0,2912.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,863.0,843.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,9043.0,9043.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +337,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-01-09 13:20:44.000000,2025-01-09 13:20:44,1702.0,30.0,335.0,37.0,369.0,38.0,185.0,2762.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,29,True,2024-12-09 15:46:12.000,2.7.5,48.0,shapash,,,,['jupyter'],190.0,186.0,https://pypi.org/project/shapash,2024-12-09 15:46:12.000,4.0,7397.0,7397.0,,,,,,,,2.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,96.0,1045.0,260.0,297.0,2551.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'],1680.0,1658.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,89251.0,89251.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,2024-12-16 07:07:04.000000,2024-12-11 16:12:58,739.0,12.0,225.0,41.0,562.0,140.0,235.0,2277.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,510.0,503.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,76206.0,76206.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2024-07-09 19:44:03.000000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1812.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,29,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6900.0,6797.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,109579.0,110715.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,89758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,1596.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'],4304.0,4267.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,1932047.0,1932737.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,33149.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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,24.0,601.0,103.0,296.0,22.0,300.0,1585.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,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,6310.0,6361.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-01-01 04:01:49.000000,2024-12-07 19:02:56,953.0,2.0,431.0,86.0,239.0,57.0,242.0,1483.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3173.0,2735.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,88680.0,97493.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,378966.0,,,,,3.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,2024-12-11 20:40:27.070000,2024-06-05 08:42:47,1478.0,,166.0,31.0,252.0,,,1357.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2024-04-25 12:54:53.000,1.3.5,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2094.0,2007.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,199766.0,201933.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,82355.0,,,,,2.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-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,28.0,184.0,25.0,43.0,,133.0,1305.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'],672.0,653.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,139184.0,139541.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,25.0,280.0,68.0,110.0,38.0,59.0,1258.0,Model analysis tools for TensorFlow.,59.0,29,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,80589.0,80589.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,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,3609766.0,3658818.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2354514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,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,896.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,,,,1496.0,1369.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,155671.0,159562.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,198485.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,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-01-08 18:51:49.210000,2024-12-21 14:41:29,3222.0,21.0,120.0,16.0,323.0,8.0,185.0,826.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,271012.0,335331.0,https://anaconda.org/conda-forge/mpi4py,2025-01-08 18:51:49.210,3253028.0,,,,,2.0,28932.0,,,,,,,,,,,,,,,,,,, +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-01-08 19:46:41.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1450.0,293.0,371.0,714.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,743864.0,743864.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,2024-12-18 08:19:39.527000,2024-12-17 11:26:34,868.0,21.0,77.0,26.0,421.0,109.0,243.0,606.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1242.0,1179.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,12045.0,17236.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,269950.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-01-03 15:44:07.000000,2024-12-19 13:55:54,2106.0,7.0,64.0,19.0,1647.0,33.0,218.0,592.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,,,,789.0,712.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,526776.0,532239.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,305960.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,25.0,54.0,37.0,57.0,500.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,,,,27541.0,27406.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2014441.0,2032565.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,924338.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,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,624.0,233.0,53.0,,15401.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2629.0,2555.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,44870.0,44870.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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,6.0,1377.0,424.0,51.0,105.0,88.0,10602.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,20119.0,20119.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,347.0,81.0,51.0,231.0,8047.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,899.0,873.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2175.0,2537.0,,,,,,,,3.0,32241.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +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,626.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,,1468.0,1468.0,,,,,,,,3.0,14.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,209.0,93.0,201.0,123.0,5947.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,,,,,557.0,545.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,9690.0,9690.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,87.0,209.0,157.0,358.0,4809.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,,,,1671.0,1639.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,385705.0,388589.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,242312.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-01-08 23:16:59.000000,2025-01-08 23:16:59,6188.0,14.0,530.0,147.0,1950.0,338.0,1397.0,4598.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,2052.0,2118.0,,,,,,,,2.0,7669.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,4544.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,,,,10170.0,10073.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,300561.0,300900.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15607.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,37.0,57.0,138.0,45.0,4023.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'],18051.0,17916.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,164927.0,164927.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,217.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,,,,,1083.0,1071.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1488.0,1488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,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,23.0,357.0,69.0,1459.0,118.0,88.0,3507.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,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,3706.0,5662.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,101712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,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,3312.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1256.0,1226.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,30229.0,30229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,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,82.0,245.0,69.0,155.0,3082.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,,,,,216.0,213.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,25429.0,25430.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +367,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,3041.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12909.0,12800.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,49084.0,49084.0,,,,,,,,3.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,2999.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,,,,1450.0,1397.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,97044.0,98905.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,93053.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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,4.0,334.0,154.0,1184.0,35.0,60.0,2734.0,Neural Network Libraries.,76.0,28,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,8210.0,8221.0,,,,,,,,3.0,1018.0,,,,,,,,,,,,,,,,,,, +370,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,2340.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12157.0,12002.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,353648.0,353648.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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,2273.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'],6983.0,6910.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,135571.0,135816.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14003.0,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +372,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-01-09 10:41:50.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2246.0,A modular active learning framework for Python.,20.0,28,False,2025-01-08 23:13:56.000,0.71.11,1593.0,modAL,,,,['sklearn'],75.0,,https://pypi.org/project/modAL,2025-01-09 10:41:50.000,75.0,549709.0,549709.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +373,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-08 19:42:02.000000,2025-01-08 19:41:55,2318.0,58.0,135.0,30.0,272.0,5.0,43.0,2087.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,28,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,210.0,196.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5675.0,5675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-31 14:50:49.608000,2024-12-01 14:51:07,495.0,8.0,300.0,68.0,127.0,23.0,107.0,2079.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,529.0,511.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16286.0,16604.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,14334.0,,,,,2.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,42.0,64.0,30.0,273.0,1968.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,,,,2199.0,2177.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,31501.0,32357.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,44512.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,,279.0,40.0,495.0,172.0,151.0,1809.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,,,,,199.0,191.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,162092.0,162099.0,,,,,,,,2.0,554.0,,,,,,,,,,,,,,,,,,, +377,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,17.0,293.0,30.0,581.0,102.0,722.0,1809.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,120.0,117.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1185.0,1185.0,,,,,,,,3.0,45.0,,,,,,,,,,,,,,,,,,, +378,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,50.0,136.0,30.0,435.0,1764.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,,,,,304.0,289.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4336.0,4450.0,,,,,,,,2.0,12138.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +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,38.0,1081.0,25.0,496.0,1747.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'],310.0,305.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1970.0,2578.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,24952.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +380,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,1354.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,,,,3811.0,3762.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,343830.0,344689.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,45549.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,2024-12-23 13:20:05.726000,2024-11-18 14:47:37,4368.0,2.0,302.0,79.0,672.0,18.0,634.0,1353.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,28,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1762.0,1713.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,27245.0,38278.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,595827.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,1300.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'],1770.0,1754.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,13418.0,13418.0,,,,,,,,3.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,2024-12-30 11:26:00.000000,2024-12-30 11:25:57,549.0,13.0,118.0,22.0,402.0,40.0,292.0,1292.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'],183.0,170.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22327.0,23413.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,60849.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,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,1248.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2969.0,2931.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,220156.0,221086.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,53063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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,41.0,39.0,76.0,591.0,1179.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,817.0,785.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29634.0,31524.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,101754.0,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +386,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2024-12-26 16:09:27.000000,2024-12-26 16:07:56,834.0,11.0,127.0,30.0,434.0,81.0,344.0,1112.0,BAyesian Model-Building Interface (Bambi) in Python.,45.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,180.0,166.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,21415.0,22269.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,41873.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +387,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,256.0,40.0,514.0,282.0,258.0,910.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1268.0,1175.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,112285.0,128921.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,931643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,2024-12-24 18:09:00.000000,2024-12-24 18:02:36,1380.0,12.0,146.0,26.0,493.0,24.0,139.0,904.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,,,,276.0,258.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,38225.0,49962.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,645542.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,301.0,284.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5655.0,5655.0,,,,,,,,2.0,109.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,,1159.0,239.0,458.0,75.0,265.0,18502.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,,24380.0,24794.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27371.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,1840.0,211.0,76.0,113.0,41.0,10856.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,26264.0,26264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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-01-08 00:24:30.000000,2025-01-08 00:24:23,1627.0,1.0,814.0,140.0,1574.0,122.0,125.0,8129.0,Trax Deep Learning with Clear Code and Speed.,80.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,199.0,198.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3884.0,3884.0,,,,,,,,3.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,133.0,51.0,163.0,141.0,7998.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,215813.0,292059.0,,,,,,,,2.0,4422286.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'],294.0,286.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48706.0,48706.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,458.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,2061.0,2086.0,,,,,,,,2.0,2570.0,,,,,,,,,,,,,,,,,,, +396,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,174.0,46.0,80.0,242.0,7169.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,40631.0,40631.0,,,,,,,,3.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,,1359.0,351.0,14.0,42.0,66.0,6465.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1539.0,1531.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,34323.0,34323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,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,144.0,100.0,87.0,310.0,6458.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,152561.0,160751.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,442294.0,,,,,2.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,200.0,158.0,49.0,227.0,5532.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'],803.0,797.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,959.0,959.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,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,,474.0,74.0,63.0,112.0,57.0,5008.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,,,,,3606.0,3584.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,383420.0,383420.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,272.0,438.0,221.0,329.0,4828.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'],335.0,333.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1071.0,1071.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,54.0,57.0,77.0,108.0,4646.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'],2690.0,2639.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,64704.0,88931.0,,,,,,,,3.0,1502087.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,1.0,748.0,60.0,1015.0,187.0,742.0,4406.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'],193.0,189.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,3565.0,3565.0,,,,,,,,3.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,619.0,99.0,608.0,4304.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,383770.0,385420.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,87477.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,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-01-09 13:36:45.000000,2025-01-08 17:29:21,767.0,530.0,238.0,47.0,881.0,30.0,91.0,4112.0,"From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better,..",30.0,27,True,2025-01-08 16:27:46.000,1.3.4,81.0,opik,,,,,2.0,,https://pypi.org/project/opik,2025-01-08 16:28:10.000,2.0,13163.0,13163.0,,,,,,,,3.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,,480.0,58.0,829.0,60.0,498.0,3931.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,67118.0,67118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-01-04 03:04:05.000000,2025-01-04 03:04:05,1692.0,23.0,691.0,46.0,35.0,7.0,582.0,3674.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,,1992.0,1992.0,,,,,,,,3.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-04 15:21:52.213000,2024-10-30 15:05:16,1206.0,1.0,432.0,83.0,55.0,63.0,204.0,3561.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'],229.0,226.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1155.0,1372.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,10869.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,167.0,215.0,49.0,146.0,3473.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,,,,728.0,723.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1218.0,1494.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22926.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,,255.0,63.0,121.0,7.0,293.0,3422.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,,,,,675.0,660.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,14130.0,14159.0,,,,,,,,3.0,2075.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-01-08 20:53:32.000000,2024-10-18 19:27:15,995.0,2.0,590.0,95.0,340.0,23.0,761.0,3396.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,14975.0,18348.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,188921.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,,376.0,86.0,66.0,158.0,189.0,3361.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,,,,519.0,502.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6206.0,14270.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,758034.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,106.0,720.0,155.0,64.0,6.0,853.0,3283.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,72738.0,,,,,3.0,4817.0,,,,,,,,,,,,,,,,,,, +414,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,33.0,477.0,54.0,30.0,3062.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,160948.0,161226.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12525.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,38.0,523.0,68.0,218.0,3035.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,,,,345.0,334.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4575.0,4752.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,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,2963.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,5002.0,5002.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,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,,786.0,181.0,75.0,21.0,565.0,2896.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,35514.0,36293.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,51429.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,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,2024-12-12 13:40:00.000000,2024-12-12 13:39:24,2308.0,2.0,722.0,80.0,206.0,200.0,469.0,2829.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,27,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,30238.0,30238.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,46.0,367.0,27.0,350.0,2811.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,,,,673.0,659.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4841.0,5139.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,64.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,,,,1248.0,1243.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,46869.0,63934.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17065.0,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +421,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2680.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,197462.0,200701.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,77739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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,29.0,1132.0,78.0,224.0,2648.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,,1058.0,14988.0,,,,,,,,3.0,417928.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +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-01-08 17:29:24.000000,2025-01-08 17:29:24,156.0,16.0,346.0,29.0,346.0,43.0,353.0,2615.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],160.0,148.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4052.0,4052.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +424,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,64.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'],5880.0,5795.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,378882.0,381022.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,192607.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,56.0,674.0,151.0,225.0,2426.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,725.0,700.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,12854.0,12854.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,45.0,57.0,71.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,27,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],375.0,368.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,7899.0,7899.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,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,,,,1975.0,1909.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,20119.0,22033.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,176106.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,63.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'],393.0,387.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,16099.0,16099.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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,67.0,63.0,32.0,199.0,2178.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],62.0,60.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1223.0,1223.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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-01-09 13:42:40.000000,2025-01-07 23:18:57,6704.0,84.0,308.0,46.0,3043.0,194.0,1598.0,1824.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,283.0,871.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,26504.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,55.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,34935.0,35029.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4272.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,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,,285.0,52.0,89.0,24.0,191.0,1643.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'],700.0,681.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,9270.0,9424.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8513.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,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,2024-12-16 13:13:33.000000,2024-12-16 13:13:11,834.0,2.0,323.0,120.0,788.0,229.0,168.0,1506.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,323165.0,323165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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,2.0,166.0,22.0,128.0,10.0,131.0,1490.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,,,,1002.0,955.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,33789.0,40559.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,358827.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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,1484.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,,,,,417.0,415.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1466.0,1466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,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,3.0,424.0,31.0,52.0,18.0,132.0,1468.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,761.0,730.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,22664.0,22664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2024-12-28 18:48:03.000000,2024-10-15 17:52:15,3072.0,3.0,124.0,36.0,379.0,15.0,191.0,1460.0,Multi-class confusion matrix library in Python.,17.0,27,True,2024-10-17 14:28:07.000,4.1,45.0,pycm,,,,,386.0,362.0,https://pypi.org/project/pycm,2024-10-17 14:28:28.000,24.0,36712.0,36712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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,19.0,122.0,24.0,116.0,37.0,58.0,1413.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,27,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,25403.0,25403.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1392.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,205.0,198.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,21616.0,22010.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,18918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,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,,204.0,44.0,259.0,68.0,213.0,1374.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,,,,,486.0,459.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2154.0,2154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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-01-07 23:40:11.000000,2025-01-07 22:47:26,2414.0,152.0,421.0,56.0,594.0,190.0,266.0,1329.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1291.0,1473.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9500.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,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,1324.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,,,,1572.0,1516.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,23350.0,23733.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,31840.0,,,,,2.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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,56.0,65.0,14.0,112.0,1322.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1162.0,1150.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9206.0,9206.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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,31.0,200.0,1302.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,,,,,500.0,478.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,24744.0,24744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,1257.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'],1772.0,1751.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,123160.0,123160.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,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,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,,,,640.0,606.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,18919.0,19599.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,34561.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +447,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,5.0,215.0,58.0,99.0,39.0,172.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,392312.0,392312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,955.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,66179.0,73494.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,625995.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1296.0,,,,,,,,,,,, +449,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,,178.0,33.0,86.0,88.0,123.0,923.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'],1912.0,1887.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,64927.0,64927.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +450,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,2.0,106.0,14.0,100.0,73.0,67.0,908.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,,,,9140.0,8984.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1323104.0,1362942.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2151256.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,50.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,,,,1481.0,1418.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,18073.0,27915.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,541348.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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,,82.0,12.0,50.0,22.0,53.0,826.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,,,,5311.0,5234.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,868198.0,868399.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,7840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,33.0,148.0,29.0,97.0,47.0,76.0,633.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,27,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,643.0,612.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,70378.0,70419.0,,,,,,,,3.0,2910.0,,,,,,,,,,,,,,,,,,, +454,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,,59.0,14.0,207.0,12.0,187.0,344.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,,,,10345.0,10184.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,700210.0,731585.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2949265.0,,,,,3.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,,1225.0,185.0,213.0,32.0,534.0,9522.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,,,,,306.0,,,,,,,,3.0,14733.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,,599.0,142.0,31.0,69.0,55.0,5604.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1916.0,1860.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1573387.0,1573764.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20375.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,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,5090.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,,,,,878.0,866.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7085.0,7085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,4616.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,1592.0,1689.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4376.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,,741.0,175.0,90.0,1.0,288.0,4338.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,39768.0,39936.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8099.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,281.0,226.0,12.0,356.0,3872.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,125438.0,125867.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26181.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,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,25.0,324.0,89.0,102.0,51.0,32.0,3554.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,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2048.0,2519.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,34892.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,142.0,240.0,43.0,635.0,3300.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,725.0,725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,3033.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,,,,,,,,,1730.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,154891.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +464,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,2968.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2758.0,2728.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,52947.0,53747.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,37617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,151830.0,153701.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,172179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,2499.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,728.0,728.0,,,,,,,,3.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,91.0,293.0,200.0,103.0,2493.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,,,,579.0,547.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,13951.0,14291.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,17718.0,,,,,2.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,,250.0,35.0,148.0,24.0,146.0,2427.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,,,,,265.0,256.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,19543.0,19549.0,,,,,,,,3.0,343.0,,,,,,,,,,,,,,,,,,, +469,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,2317.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1462.0,1413.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,35131.0,35131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,2268.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,,,,653.0,648.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11685.0,12862.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,104827.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,2161.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,,,,,797.0,778.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,62757.0,62757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,2071.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'],2458.0,2444.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,73190.0,77050.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,545.0,,,,,3.0,261809.0,,,,,,,,,,,,,,,,,,, +473,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,2023-09-11 22:28:27.000000,2023-06-20 13:16:50,391.0,,165.0,26.0,82.0,51.0,36.0,1790.0,A Python package for time series classification.,14.0,26,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,788.0,743.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,96507.0,97253.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,29112.0,,,,,3.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,28.0,381.0,56.0,155.0,1576.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,2469.0,2469.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,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'],449.0,442.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,4674.0,4936.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14191.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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,148.0,35.0,215.0,120.0,152.0,1248.0,Real-time stream processing for python.,49.0,26,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,569.0,512.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,25927.0,52708.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1446194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,35.0,38.0,1.0,497.0,1240.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'],565.0,561.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7732.0,7732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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-01-08 14:16:02.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,617.0,109.0,461.0,1100.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,16530.0,17125.0,https://anaconda.org/conda-forge/smac,2024-12-26 18:30:31.016,27387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,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,2024-11-20 13:14:37.000000,2024-11-20 13:14:36,977.0,6.0,174.0,49.0,89.0,39.0,144.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,135495.0,135507.0,,,,,,,,3.0,936.0,,,,,,,,,,,,,,,,,,, +480,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-01-06 21:49:27.000000,2025-01-06 21:49:26,639.0,9.0,164.0,31.0,231.0,5.0,105.0,655.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,26,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],443.0,415.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,22071.0,22379.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,9573.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,512.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,,,,404.0,387.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9390.0,10642.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,86431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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'],8226.0,8087.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,303935.0,304657.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41174.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,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,7.0,40.0,5.0,16.0,3.0,60.0,354.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'],1007.0,944.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,88776.0,108269.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,994184.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +484,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,,236.0,241.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +485,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,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,,,,,144.0,144.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,551.0,595.0,,,,,,,,2.0,3856.0,,,,,,,,,,,,,,,,,,, +486,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,67.0,113.0,5367.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'],259.0,244.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,3994.0,3994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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-01-09 12:03:13.000000,2025-01-09 12:03:12,3764.0,68.0,621.0,92.0,4134.0,245.0,1424.0,5236.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,94.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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,453.0,64.0,94.0,39.0,88.0,5218.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],169.0,164.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17137.0,17137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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,4682.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,718.0,718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,,451.0,44.0,56.0,95.0,175.0,4425.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,,,,,163.0,160.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5892.0,5892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,3899.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,1729.0,1729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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,,622.0,43.0,1018.0,289.0,716.0,3540.0,"A unified, comprehensive and efficient recommendation library.",74.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,61565.0,61709.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +493,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-01-09 07:19:03.000000,2024-12-30 04:13:34,2905.0,48.0,1244.0,133.0,1145.0,50.0,87.0,3382.0,a distributed deep learning platform.,96.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,82.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,882.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8595.0,3.0,,,,,,,,,,,,,,,,,,,, +494,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2024-11-20 06:18:08.919000,2024-10-24 16:27:28,480.0,3.0,279.0,51.0,477.0,69.0,261.0,3371.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,6809.0,7979.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,53227.0,,,,,2.0,771.0,,,,,,,,,,,,,,,,,,, +495,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,86.0,105.0,101.0,3359.0,A deep learning library for video understanding research.,57.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,23945.0,23945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,812.0,63.0,642.0,133.0,405.0,3304.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1266.0,1266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,97.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,,,,761.0,740.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2505.0,2861.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20308.0,,,,,3.0,1148.0,,,,,,,,,,,,,,,,,,, +498,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,2837.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,,,,,288.0,285.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,20021.0,20022.0,,,,,,,,2.0,91.0,,,,,,,,,,,,,,,,,,, +499,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,2024-12-18 09:05:53.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,559.0,144.0,95.0,2756.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,14760.0,14760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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,97.0,44.0,91.0,240.0,2755.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,39916.0,39916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +501,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,,492.0,39.0,251.0,52.0,290.0,2681.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,37399.0,37647.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +502,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,227.0,40.0,137.0,63.0,127.0,2391.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,,16900.0,16900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,2382.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,,,,,865.0,811.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,21021.0,21021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,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,,86.0,41.0,59.0,13.0,78.0,2192.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,17421.0,17421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,2113.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,,,,,283.0,279.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,93680.0,93680.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,475.0,81.0,104.0,2095.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,124.0,114.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1296.0,1296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-01-08 23:54:53.000000,2024-11-25 23:57:34,891.0,3.0,444.0,60.0,363.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,59.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,15714.0,15716.0,,,,,,,,2.0,184.0,,,,,,,,,,,,,,,,,,, +508,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,177119.0,178306.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,62914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,1906.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,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,281.0,50.0,328.0,269.0,184.0,1884.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,257163.0,257163.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +511,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,,160.0,60.0,68.0,67.0,130.0,1829.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,,,,,497.0,495.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,734.0,734.0,,,,,,,,3.0,62.0,,,,,,,,,,,,,,,,,,, +512,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,197.0,34.0,20.0,4.0,91.0,1760.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,811.0,800.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15579.0,17354.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,72789.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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-01-08 17:56:06.000000,2025-01-08 17:48:30,1042.0,33.0,276.0,43.0,885.0,85.0,66.0,1673.0,A lightweight library for PyTorch training tools and utilities.,142.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,4132.0,4132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,2024-12-02 05:44:37.000000,2024-12-02 05:44:37,1038.0,2.0,181.0,17.0,76.0,27.0,369.0,1586.0,PyTorch Extension Library of Optimized Scatter Operations.,31.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,33862.0,44960.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,610418.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,102.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,,35387.0,35635.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,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'],278.0,274.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,160256.0,160256.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,12.0,122.0,29.0,73.0,4.0,29.0,1523.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,5757.0,5758.0,,,,,,,,2.0,127.0,,,,,,,,,,,,,,,,,,, +518,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,1.0,271.0,81.0,493.0,53.0,207.0,1446.0,Underthesea - Vietnamese NLP Toolkit.,19.0,25,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1370.0,1359.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,21605.0,21687.0,,,,,,,,3.0,7588.0,,,,,,,,,,,,,,,,,,, +519,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-01-07 01:41:39.000000,2024-12-18 07:37:03,584.0,21.0,142.0,21.0,329.0,10.0,152.0,1425.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,3894.0,3895.0,,,,,,,,1.0,53.0,,,,,,,,,,,,,,,,,,, +520,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,,332.0,49.0,44.0,102.0,115.0,1412.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'],626.0,618.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16504.0,51711.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,348.0,,,,,3.0,1830466.0,,,,,,,,,,,,,,,,,,, +521,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,,404.0,90.0,165.0,103.0,224.0,1368.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,,219.0,219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,34.0,68.0,57.0,206.0,1274.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'],146.0,144.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,751.0,756.0,,,,,,,,3.0,171.0,,,,,,,,,,,,,,,,,,, +523,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-01-09 01:10:10.000000,2024-12-21 02:32:10,2629.0,83.0,97.0,20.0,1237.0,93.0,241.0,1166.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,22523.0,22523.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +524,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,1160.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,,,,,7354.0,6882.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,494057.0,494057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,5.0,69.0,17.0,133.0,56.0,117.0,1061.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,,,,1655.0,1631.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,379719.0,382038.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,83509.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,933.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,586.0,549.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5895.0,5895.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,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,745.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,,,,232.0,200.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,14172.0,16193.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,95005.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +528,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,25,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,2664.0,2664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,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,3.0,98.0,20.0,147.0,36.0,94.0,655.0,pyspark methods to enhance developer productivity.,31.0,25,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],96.0,89.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,642118.0,642118.0,,,,,,,,3.0,53.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +530,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-01-08 17:17:44.000000,2025-01-08 17:17:44,908.0,11.0,88.0,12.0,776.0,60.0,493.0,650.0,Automated modeling and machine learning framework FEDOT.,37.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,60.0,55.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1213.0,1213.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +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,514.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'],5166.0,5063.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,1916039.0,1942000.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,934619.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,13.0,31.0,9.0,51.0,400.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,,,,506.0,462.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,196152.0,197866.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,89158.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,384.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,3054.0,25554.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,135005.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-01-09 01:12:18.000000,2025-01-09 01:12:17,582.0,15.0,60.0,43.0,341.0,22.0,63.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.0,25,True,2024-12-02 06:12:47.000,1.8.0,86.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2024-12-02 06:12:47.000,8.0,4033.0,4033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-01-09 00:13:55.000000,2025-01-08 20:29:04,4395.0,687.0,62.0,7.0,412.0,51.0,122.0,273.0,Python recommendation toolkit.,16.0,25,False,2024-02-16 21:04:30.000,0.14.4,28.0,lenskit,conda-forge/lenskit,,,,137.0,124.0,https://pypi.org/project/lenskit,2025-01-07 14:53:04.000,13.0,1356.0,2117.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,38078.0,,,,,2.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-01-06 16:35:05.000000,2025-01-06 16:35:03,1047.0,380.0,8.0,5.0,249.0,13.0,39.0,202.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/,,170.0,165.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,30828.0,30828.0,,,,,,,,3.0,27.0,,,,,,,,,,,,,,,,,,, +537,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,11.0,1551.0,137.0,3625.0,73.0,1987.0,5778.0,An Industrial Grade Federated Learning Framework.,101.0,24,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,,1.0,1.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,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5519.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,696.0,696.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,2.0,301.0,80.0,180.0,24.0,54.0,4981.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,,,,,165.0,161.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3306.0,3306.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,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'],1165.0,1149.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,679.0,691.0,,,,,,,,3.0,981.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,92.0,64.0,271.0,270.0,4789.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,23427.0,23427.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,356.0,59.0,51.0,,4461.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,198.0,198.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,848.0,848.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,824.0,4194.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,3745.0,3745.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,3848.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,,94.0,94.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,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,539.0,539.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +546,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,4.0,253.0,29.0,2020.0,3.0,666.0,3278.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,,19329.0,19402.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +547,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,118.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,,,,,170.0,158.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,632.0,690.0,,,,,,,,3.0,4757.0,,,,,,,,,,,,,,,,,,, +548,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,70.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'],3009.0,3008.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,928.0,928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,,335.0,65.0,319.0,50.0,124.0,2945.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,3326.0,3687.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,19891.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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,21.0,79.0,112.0,179.0,2879.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,991.0,991.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,,144.0,28.0,200.0,20.0,73.0,2776.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,,,,496.0,470.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,26817.0,30527.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,218909.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,2738.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,,,,,120.0,116.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,6.0,375.0,39.0,96.0,41.0,158.0,2710.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2392.0,2392.0,,,,,,,,2.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,93.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,21131.0,21131.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,2394.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,296.0,296.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,62.0,32.0,60.0,96.0,2303.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,121.0,120.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2429.0,2438.0,,,,,,,,3.0,541.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,2272.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3050.0,3050.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +558,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,56.0,56.0,19.0,50.0,2214.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'],767.0,748.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6054.0,6054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,86.0,48.0,24.0,64.0,2153.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,575.0,563.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,33598.0,33598.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,29.0,65.0,11.0,83.0,2021.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'],381.0,373.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,953.0,1131.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8584.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,,247.0,44.0,33.0,51.0,90.0,2004.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'],191.0,191.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4680.0,4680.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,,135.0,35.0,447.0,50.0,354.0,1924.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,,,,,65.0,64.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,9344.0,9344.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,98.0,45.0,188.0,217.0,1642.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,3502.0,3502.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,,238.0,50.0,50.0,23.0,91.0,1633.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,,,,444.0,431.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2186.0,4307.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,53010.0,,,,,3.0,69639.0,,,,,,,,,,,,,,,,,,, +565,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,24,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],207.0,199.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1081.0,1081.0,,,,,,,,2.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,2.0,275.0,43.0,257.0,77.0,198.0,1560.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'],48.0,47.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,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,1510.0,fklearn: Functional Machine Learning.,56.0,24,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,,2188.0,2188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,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-01-07 21:33:56.000000,2025-01-07 21:33:54,1972.0,2.0,370.0,33.0,2284.0,86.0,237.0,1434.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,7303.0,7303.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,2024-09-24 21:15:08.000000,2024-05-24 12:07:18,209.0,,89.0,34.0,111.0,8.0,18.0,1274.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'],300.0,289.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18647.0,18647.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +570,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,24,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,798.0,767.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,15918.0,16326.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +571,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,53.0,461.0,145.0,296.0,1218.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,956.0,956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,1180.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,409.0,409.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,2024-11-12 11:59:17.000000,2024-11-12 11:59:15,734.0,1.0,149.0,15.0,108.0,30.0,256.0,1025.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,45.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,24860.0,35164.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,566765.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,,173.0,49.0,114.0,53.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,,,,,337.0,314.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,508.0,508.0,,,,,,,,3.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-01-09 14:54:35.000000,2025-01-09 13:46:16,2069.0,289.0,36.0,9.0,1593.0,9.0,42.0,989.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2024-12-12 00:41:07.000,0.0.37,45.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2024-12-12 00:40:19.000,1.0,39016.0,39018.0,,,,,,,,3.0,68.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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],498.0,495.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5192.0,5192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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,2024-11-14 17:13:15.000000,2024-11-14 17:13:11,605.0,3.0,151.0,15.0,67.0,32.0,143.0,841.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,36.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,12859.0,17324.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,250090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +578,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,17.0,84.0,21.0,38.0,719.0,Working with molecular structures in pandas DataFrames.,18.0,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],365.0,327.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,6637.0,9854.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,170530.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +579,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,137.0,91.0,42.0,67.0,672.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],244.0,232.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,11744.0,11744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,3.0,50.0,9.0,66.0,192.0,259.0,663.0,python binding for libvips using cffi.,16.0,24,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,947.0,870.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,46074.0,49108.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,154781.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-07 01:11:36.000000,2024-12-16 20:38:03,1014.0,26.0,199.0,23.0,886.0,129.0,404.0,644.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,2174.0,4728.0,,,,,,,,3.0,107269.0,,,,,,,,,,,,,,,,,,, +582,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,5.0,67.0,46.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,933.0,1425.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,18723.0,,,,,3.0,16.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,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,93.0,18.0,779.0,11.0,446.0,455.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'],81.0,79.0,https://pypi.org/project/lightwood,2024-12-19 16:38:42.000,2.0,6023.0,6023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +584,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-01-01 01:39:27.000000,2025-01-01 01:30:41,688.0,11.0,65.0,28.0,503.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,12074.0,24345.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,687194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,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,368.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,,,,195.0,186.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,63449.0,63849.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +586,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,2024-07-06 13:17:45.000000,2024-07-02 22:54:35,200.0,,538.0,82.0,40.0,64.0,28.0,11414.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",16.0,23,False,2024-07-02 22:56:31.000,1.3.0,13.0,prettymaps,conda-forge/prettymaps,,,,66.0,66.0,https://pypi.org/project/prettymaps,2024-07-02 22:56:31.000,,1592.0,1704.0,https://anaconda.org/conda-forge/prettymaps,2024-07-03 13:55:21.192,4034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,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,8021.0,Production infrastructure for machine learning at scale.,25.0,23,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,1465.0,1465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,6475.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,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,,754.0,108.0,590.0,107.0,345.0,6238.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,25739.0,25739.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-01-07 22:16:47.000000,2025-01-07 22:16:47,1655.0,17.0,833.0,145.0,1596.0,387.0,403.0,5091.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-16 04:14:37.000,1.0.8,58.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,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,76.0,4374.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,,1939.0,1939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,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,,173.0,194.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1873.0,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,, +593,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,21.0,489.0,216.0,22.0,25.0,4.0,3496.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,516.0,516.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +594,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,90.0,78.0,67.0,137.0,3390.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,280645.0,280648.0,,,,,,,,3.0,218.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,,233.0,54.0,36.0,75.0,126.0,3209.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'],459.0,445.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4257.0,4895.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,30641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/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,2155.0,2155.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1112.0,1260.0,,,,,,,,3.0,12901.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,40.0,39.0,7.0,115.0,2184.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,,,,293.0,280.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4148.0,4684.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,28960.0,,,,,3.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,43.0,36.0,45.0,24.0,1893.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'],505.0,483.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1275.0,2584.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,58933.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,39.0,111.0,56.0,42.0,1729.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'],171.0,165.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6740.0,9196.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,248910.0,,,,,3.0,726.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,,295.0,43.0,801.0,72.0,485.0,1656.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,,,,,,,,,,,,,,,,,,,, +602,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,,304.0,56.0,119.0,54.0,31.0,1651.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,,,,,110.0,109.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,748.0,748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,,123.0,28.0,31.0,63.0,50.0,1600.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,23,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],588.0,581.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,57850.0,57850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,,91.0,39.0,15.0,12.0,27.0,1391.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'],267.0,245.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,18009.0,18196.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7309.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +605,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,1295.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,,870.0,870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,2024-12-17 04:16:31.000000,2024-12-17 04:08:56,210.0,14.0,115.0,37.0,32.0,21.0,122.0,1273.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-17 04:17:49.000,2.3.7,91.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,2603.0,2603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,296.0,95.0,123.0,62.0,98.0,1067.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,1237.0,2636.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,50369.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,5.0,211.0,53.0,94.0,59.0,219.0,1064.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,3558.0,3558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,33.0,74.0,3.0,86.0,1053.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'],244.0,235.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7125.0,7125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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-07 00:00:08.000000,2025-01-04 18:16:06,261.0,9.0,117.0,14.0,56.0,37.0,29.0,986.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,794.0,764.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,25997.0,42076.0,,,,,,,,3.0,803959.0,,,,,,,,,,,,,,,,,,, +611,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,,110.0,26.0,36.0,35.0,69.0,878.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'],708.0,696.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,8893.0,8893.0,,,,,,,,3.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,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,84.0,14.0,77.0,221.0,218.0,873.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,102.0,102.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4123.0,4123.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +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,,118.0,42.0,118.0,51.0,48.0,703.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,187.0,179.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,22205.0,22205.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,693.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'],497.0,487.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,22750.0,22779.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3154.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,591.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,341052.0,349435.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,368858.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,139.0,21.0,49.0,1.0,87.0,582.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,,,,2503.0,2450.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,20905.0,22666.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,75727.0,,,,,3.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-01-05 17:00:32.000000,2025-01-01 13:06:44,2387.0,8.0,42.0,12.0,20.0,13.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,2013.0,2017.0,,,,,,,,3.0,301.0,,,,,,,,,,,,,,,,,,, +618,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,51.0,89.0,340.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,1561.0,11026.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,308552.0,,,,,3.0,9493.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,127.0,,,,,,,,,,,, +619,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-01-09 14:06:17.000000,2025-01-08 19:08:31,1092.0,37.0,1355.0,113.0,551.0,42.0,729.0,13943.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,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,,,,,,,,,,,,,,,,, +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,,1564.0,151.0,53.0,46.0,12.0,10866.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'],83.0,80.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1278.0,1278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,110.0,180.0,358.0,5742.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,18631.0,18631.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,5023.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1634.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143870.0,3.0,,,,,,,,,,,,,,,,,,,, +623,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,3650.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,,173.0,193.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1363.0,3.0,,,,,,,,,,,,,,,,,,,, +624,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,7.0,514.0,147.0,610.0,86.0,75.0,3576.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,,50.0,50.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,3398.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,1511.0,1520.0,,,,,,,,3.0,653.0,,,,,,,,,,,,,,,,,,, +626,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,54.0,414.0,82.0,106.0,3263.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,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,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,205.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'],166.0,164.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1306.0,1306.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +628,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-08 23:49:34.989000,2021-05-06 12:10:38,127.0,,157.0,48.0,73.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,,,,55.0,55.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,330.0,384.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,1978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,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,164.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,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,2893.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,2988.0,2990.0,,,,,,,,3.0,162.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,79.0,146.0,36.0,126.0,2386.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,94.0,94.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,64.0,78.0,65.0,68.0,2103.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,2010.0,2010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,4.0,148.0,33.0,186.0,71.0,150.0,2055.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,,361.0,372.0,,,,,,,,3.0,614.0,,,,,,,,,,,,,,,,,,, +634,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,42.0,68.0,163.0,95.0,1876.0,Super easy library for BERT based NLP models.,37.0,22,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,,2133.0,2133.0,,,,,,,,3.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,44.0,14.0,57.0,35.0,1802.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']",339.0,328.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2176.0,2176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,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,,197.0,30.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,,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,38.0,7.0,15.0,33.0,1658.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'],80.0,74.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,13046.0,13046.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,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,1601.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,928.0,1396.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,28082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,1598.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,31052.0,31052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,52.0,82.0,149.0,1577.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,,1085.0,1114.0,,,,,,,,3.0,2903.0,,,,,,,,,,,,,,,,,,, +641,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,,194.0,33.0,86.0,16.0,33.0,1463.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,656.0,656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,1318.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'],186.0,181.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,514.0,514.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,,150.0,91.0,122.0,33.0,46.0,1214.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,65.0,29.0,31.0,12.0,1193.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,9622.0,9622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,1109.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,240127.0,240289.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9420.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,20.0,73.0,18.0,45.0,1041.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,,,,,264.0,260.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,25342.0,25342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,50.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'],270.0,259.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3448.0,3448.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,,88.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,,,,807.0,784.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,51653.0,53629.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,79058.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,25.0,58.0,12.0,27.0,962.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'],127.0,119.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,12706.0,12706.0,,,,,,,,3.0,,4.0,,,,,,,,,,,,,,,,,, +650,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,1.0,143.0,21.0,87.0,9.0,72.0,956.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,,,,,171.0,164.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10343.0,10343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,929.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,6411.0,49224.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2339188.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,283.0,,,,,,,,,,,, +652,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'],2478.0,2469.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1307.0,1307.0,,,,,,,,3.0,32.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,1.0,134.0,24.0,594.0,63.0,511.0,854.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,2701.0,2701.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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,506.0,505.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2017.0,2017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,5022.0,9226.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,353770.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,359.0,,,,,,,,,,,, +656,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,689.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,,,,545.0,540.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11505.0,11560.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,614.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,514.0,489.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8421.0,8827.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,605.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'],176.0,171.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12291.0,12291.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,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,7.0,211.0,21.0,109.0,527.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'],304.0,299.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2212.0,2212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,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,,2960.0,2960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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-08 09:54:50.000000,2025-01-06 17:00:58,1471.0,111.0,23.0,9.0,87.0,11.0,29.0,332.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,22,True,2025-01-06 17:10:04.000,0.4.0,17.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-06 17:10:04.000,3.0,824.0,824.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,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.0,217.0,203.0,289.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,121.0,113.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,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,,,,1363.0,1306.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,73668.0,75450.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,90886.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,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,,,,,2467.0,2423.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,116484.0,116484.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,,2441.0,150.0,89.0,255.0,286.0,13857.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,,,,,,,,,,,,,,,,,,,, +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,,634.0,93.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,724.0,724.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,1.0,1210.0,97.0,51.0,409.0,291.0,6732.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,42.0,42.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,225.0,25.0,8.0,122.0,5367.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,,,,,,,,,,,,,,,,, +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,229.0,111.0,57.0,622.0,4985.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1542.0,,,,,,,,,,,,,,,,,,, +670,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,746.0,103.0,35.0,107.0,113.0,4690.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,4984.0,4987.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +671,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,171.0,47.0,35.0,28.0,4638.0,High-performance TensorFlow library for quantitative finance.,47.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,885.0,885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,,177.0,65.0,55.0,6.0,44.0,3096.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,,768.0,769.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +673,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'],219.0,216.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1583.0,1583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,2227.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,445.0,445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,54.0,35.0,16.0,105.0,2140.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,,11558.0,11558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,1994.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,896.0,1059.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,5993.0,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,, +677,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,,3868.0,3868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,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,1503.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,,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,61.0,47.0,37.0,71.0,1476.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,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,187.0,19.0,264.0,88.0,94.0,1374.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,28727.0,28727.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,1278.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,,361.0,361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,1.0,323.0,50.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,,1632.0,1632.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +683,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,,250.0,48.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,,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,1020.0,1026.0,,,,,,,,3.0,792.0,,,,,,,,,,,,,,,,,,, +685,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,159.0,159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,,86.0,18.0,160.0,20.0,94.0,881.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,,,,66.0,64.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1746.0,1977.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11121.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,2.0,251.0,46.0,18.0,11.0,92.0,866.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,1943.0,1943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,2.0,75.0,6.0,5.0,2.0,25.0,855.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'],543.0,528.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,25681.0,25681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,37.0,46.0,43.0,49.0,844.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,668.0,668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],69.0,65.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,659.0,659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,748.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],683.0,675.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,49876.0,50048.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8812.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,34978.0,34978.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +693,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-01-03 13:26:25.000000,2025-01-03 13:26:20,1509.0,1.0,79.0,33.0,692.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,645.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']",693.0,676.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,16925.0,16925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,637.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,462.0,462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,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,631.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,,,,,240.0,232.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,30173.0,30173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],417.0,409.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,31481.0,31481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,315.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,400.0,400.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-01-06 14:00:18.000000,2025-01-01 13:42:10,705.0,31.0,66.0,24.0,10.0,15.0,47.0,604.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,,589.0,970.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,11432.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,10.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,82.0,80.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,25448.0,25448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,590.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,456.0,450.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,10505.0,10701.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14372.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,26.0,31.0,5.0,24.0,573.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,2058.0,2058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2024-03-21 11:25:40.000000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,573.0,Joyplots in Python with matplotlib & pandas.,8.0,21,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,497.0,488.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11211.0,11629.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,29286.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,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,2.0,65.0,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,2775.0,2775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,7.0,75.0,10.0,220.0,50.0,83.0,569.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,,,,,40.0,39.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1257.0,1265.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +706,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,56.0,20.0,39.0,60.0,551.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,,109.0,36.0,277.0,85.0,174.0,494.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,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1004.0,1008.0,,,,,,,,3.0,402.0,,,,,,,,,,,,,,,,,,, +708,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,5.0,101.0,18.0,11.0,,50.0,466.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,,,,,65.0,65.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6823.0,6823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,432.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'],2282.0,2238.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,286710.0,286710.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,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,,,,,546.0,538.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,9977.0,9977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,3.0,60.0,29.0,110.0,33.0,184.0,378.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,,379.0,379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,2024-02-25 19:17:18.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,319.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..,27.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,33816.0,33816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,3004.0,3004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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-01-09 14:36:40.000000,2025-01-09 14:36:31,813.0,20.0,25.0,6.0,303.0,4.0,,323.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-01-08 21:40:04.000,1.2.29,870.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-01-08 21:40:04.000,,14053.0,14053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,26.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']",21.0,19.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,480588.0,480588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,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,2024-12-29 00:12:24.000000,2024-11-07 18:17:34,501.0,8.0,108.0,20.0,569.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,,33323.0,33445.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5660.0,,,,,3.0,126.0,,,,,,,,,,,,,,,,,,, +717,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-01-06 05:41:37.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,226.0,22.0,64.0,252.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,416.0,416.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +718,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,,1732.0,20.0,19.0,72.0,24.0,5156.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,,1368.0,1368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,3428.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,795.0,795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,,324.0,58.0,242.0,176.0,111.0,3240.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,2201.0,2212.0,,,,,,,,3.0,701.0,,,,,,,,,,,,,,,,,,, +721,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,2948.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,966.0,966.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +722,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,2859.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,,,,,,,,,,,,,,,,,,,, +723,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,2702.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,76.0,76.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,127.0,225.0,90.0,183.0,2332.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,,,,,,,,,,,,,,,,,,,, +725,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,,182.0,55.0,895.0,129.0,586.0,1938.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,31.0,41.0,35.0,176.0,1912.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,,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,,166.0,18.0,74.0,24.0,45.0,1858.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'],37.0,37.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1037.0,1037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,39.0,31.0,30.0,79.0,1815.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,,,,,36.0,36.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7977.0,7977.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +729,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,1636.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,1303.0,1303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,67.0,202.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,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,,95.0,288.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +731,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,1429.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,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,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,,,,,176.0,174.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2267.0,2267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,206.0,63.0,7.0,13.0,29.0,1187.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,,,,,7.0,7.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,924.0,924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,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,1109.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'],179.0,174.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5423.0,5423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,,169.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,,,,189.0,187.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,565.0,786.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9767.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,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,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3648.0,3643.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2024-09-03 22:24:30.000000,2023-06-05 01:35:02,228.0,,129.0,18.0,25.0,29.0,40.0,848.0,python partial dependence plot toolbox.,7.0,20,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,11203.0,11542.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,22415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,,119.0,33.0,561.0,211.0,247.0,792.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,8077.0,8077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,,125.0,30.0,29.0,21.0,34.0,771.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,826.0,826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,,146.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,773.0,773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,5739.0,5739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2024-07-25 11:20:23.000000,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,20,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,2228.0,2354.0,https://anaconda.org/conda-forge/detecto,2023-06-16 19:26:16.964,5440.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,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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,511.0,511.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +746,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,529.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,20,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,6125.0,6125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,504.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,2939.0,2939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,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,,,,,171.0,163.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,4933.0,4933.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +749,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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,498.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,12417.0,12421.0,,,,,,,,3.0,249.0,,,,,,,,,,,,,,,,,,, +750,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,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,24618.0,24618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,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,471.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,,1301.0,1301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,12.0,272.0,11.0,112.0,447.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,186.0,186.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,417.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,788.0,788.0,,,,,,,,3.0,106.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,415.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,3057.0,3723.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,35982.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,9.0,78.0,33.0,23.0,407.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,,,,19.0,17.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1029.0,1714.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,28777.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,7.0,137.0,34.0,333.0,89.0,138.0,345.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,,2889.0,2906.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1903.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'],268.0,268.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2751.0,2751.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,,26.0,22.0,239.0,24.0,25.0,301.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,605.0,605.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,295.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,16801.0,16801.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,1865.0,4616.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,139443.0,,,,,3.0,2087.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,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'],87.0,77.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5161.0,5161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,226.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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,18250.0,18250.0,,,,,,,,3.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,,33.0,11.0,202.0,21.0,76.0,211.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,1558.0,1558.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,335.0,58.0,2.0,,6808.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,,198.0,205.0,,,,,,,,3.0,395.0,,,,,,,,,,,,,,,,,,, +765,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,3264.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2457.0,2457.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,24.0,20.0,19.0,30.0,1745.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,,202.0,203.0,,,,,,,,3.0,51.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,,156.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,,959.0,959.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,56.0,65.0,8.0,31.0,1388.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,,136.0,136.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,1146.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,390.0,390.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,15.0,65.0,10.0,22.0,1072.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,1036.0,1058.0,,,,,,,,3.0,516.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,924.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,504.0,702.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10545.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,30.0,38.0,43.0,21.0,867.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,,2770.0,2770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,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,,92.0,23.0,51.0,20.0,17.0,860.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,1441.0,2393.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,33329.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,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,339.0,339.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,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,30.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,,933.0,933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,115.0,21.0,27.0,3.0,87.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,19,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,,11866.0,11866.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,,102.0,26.0,49.0,15.0,54.0,734.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,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,611.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,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,,498.0,498.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,403.0,46055.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2373920.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,,98.0,15.0,53.0,13.0,16.0,574.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,,3990.0,3990.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,,138.0,55.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,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,363.0,363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,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,2024-12-18 08:30:19.000000,2024-11-26 14:53:35,988.0,1.0,96.0,32.0,100.0,18.0,27.0,488.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,3467.0,3467.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,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,67.0,63.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,449.0,753.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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-09 09:32:45.000000,2025-01-09 00:30:05,333.0,6.0,79.0,25.0,357.0,26.0,10.0,345.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,1841.0,1841.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,6.0,217.0,4.0,26.0,341.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,1657.0,1657.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,334.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,320.0,320.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,,43.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,1444.0,1444.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,,37.0,18.0,6.0,19.0,21.0,317.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,1428.0,1428.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,2024-10-17 15:32:02.000000,2024-10-17 15:32:02,431.0,4.0,77.0,21.0,447.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,,436.0,436.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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,130.0,245.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,,1804.0,1825.0,,,,,,,,3.0,1257.0,,,,,,,,,,,,,,,,,,, +791,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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,832.0,836.0,,,,,,,,3.0,436.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,113.0,51.0,46.0,160.0,6314.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,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,106.0,83.0,67.0,48.0,2995.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,8917.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,,458.0,80.0,36.0,83.0,68.0,1703.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,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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-01-07 23:11:46.000000,2024-12-03 12:26:16,792.0,1.0,71.0,27.0,1019.0,127.0,65.0,1650.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,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,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,1551.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,,169.0,188.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1701.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,55.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,400.0,400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,4375.0,4375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,,86.0,13.0,35.0,3.0,25.0,821.0,Leave One Feature Out Importance.,6.0,18,True,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,3558.0,3558.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-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,800.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,,615.0,716.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,3966.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,,101.0,101.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,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,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,,655.0,655.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,,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,,413.0,413.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,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,,906.0,906.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,567.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1850.0,1850.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,528.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'],67.0,67.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1116.0,1116.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,489.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,,964.0,964.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,482.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,2177.0,2177.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,3920.0,3920.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,,85.0,20.0,248.0,10.0,23.0,427.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,2217.0,2217.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,410.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,146.0,142.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5483.0,5484.0,,,,,,,,3.0,131.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,12.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,,1713.0,1713.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,,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,28.0,59.0,30.0,32.0,295.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,,188.0,191.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,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,286.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,,1316.0,6130.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,245545.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,1.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,515.0,515.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +817,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,18,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,,17035.0,17035.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,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,6.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,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,1310.0,1421.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4020.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +820,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,134.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,,,,10215.0,10086.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,257506.0,257536.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1290.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,,1352.0,465.0,21.0,59.0,167.0,7153.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,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,2024-12-29 23:44:07.000000,2024-12-18 07:50:39,715.0,7.0,437.0,39.0,872.0,149.0,119.0,3380.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,60.0,106.0,27.0,56.0,2143.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,,1024.0,1024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,,,,88.0,87.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,194.0,194.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,781.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,417.0,417.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,778.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,7428.0,7428.0,,,,,,,,3.0,48.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,,474.0,481.0,,,,,,,,3.0,562.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,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,,253.0,253.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,39.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,,203.0,206.0,,,,,,,,3.0,255.0,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +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,,107.0,71.0,7.0,15.0,19.0,433.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,,96.0,96.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,353.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,,337.0,337.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,,43.0,11.0,61.0,31.0,47.0,244.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,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,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,,8699.0,8699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,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,259.0,259.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,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'],52.0,52.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,123.0,24.0,17.0,353.0,4367.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,176.0,110.0,56.0,149.0,3950.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,138.0,28.0,217.0,102.0,2902.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,,44.0,44.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,,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,,77.0,77.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +841,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,857.0,A medical imaging framework for Pytorch.,8.0,16,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,,295.0,295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],95.0,94.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2800.0,2800.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,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,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,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,10491.0,10491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,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,716.0,GPU accelerated signal processing.,46.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,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,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,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,,57.0,16.0,83.0,18.0,49.0,613.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,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,,42.0,21.0,171.0,6.0,65.0,522.0,A collection of tools for neural compression enthusiasts.,10.0,16,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,,161.0,161.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,19.0,101.0,19.0,15.0,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,410.0,410.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,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,,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,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,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,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,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,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,16,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,110.0,110.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,34.0,34.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,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,2757.0,2757.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +855,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,,,,224.0,Pytorch framework for doing deep learning on point clouds.,29.0,16,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,,869.0,869.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,210.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,566.0,566.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,,19.0,5.0,2.0,17.0,23.0,196.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,,1907.0,1907.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,2215.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,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,20.0,295.0,3.0,70.0,1080.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,,,,,,,,,,,,,,,,,,,, +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,828.0,Translate - a PyTorch Language Library.,88.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,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,799.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,1038.0,1038.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,515.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,,703.0,703.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,421.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,,928.0,928.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,421.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,,204.0,204.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,,55.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,109.0,249.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7563.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,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,,443.0,443.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,311.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,,203.0,203.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,298.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,,475.0,475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,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,9.0,15.0,2.0,7.0,279.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,,,,,,,,,,,,,,,,,,, +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,,698.0,698.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,,32.0,8.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,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,1027.0,1027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,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,667.0,667.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,197.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,,684.0,684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,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,,,,,,,,,,,,,,,,,,,, +877,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-12-23 18:24:49.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-12-16 00:50:08.000,3.47.5,304.0,comet_ml,comet_ml,,,,83.0,,https://pypi.org/project/comet_ml,2024-12-23 18:24:49.000,83.0,151007.0,151007.0,https://anaconda.org/anaconda/comet_ml,,,,,,,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,64.0,13.0,45.0,26.0,3754.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,,843.0,78.0,35.0,120.0,59.0,3454.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,1691.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,54.0,23.0,42.0,85.0,1314.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,,,,,,,,,,,,,,,,,,,, +882,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,,154.0,32.0,,53.0,60.0,1238.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,,119.0,30.0,111.0,14.0,25.0,1094.0,An autoML framework & toolkit for machine learning on graphs.,16.0,14,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,,1.0,1.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,595.0,2178.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,85496.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,348.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,1736.0,1736.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,,29.0,9.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,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,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,14,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,,13452.0,13452.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,,217.0,217.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,,,,,44.0,44.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,146.0,146.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,3884.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,,484.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,,86.0,48.0,4.0,3.0,,2579.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,1568.0,1570.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,,174.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,11.0,11.0,3.0,16.0,792.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,173.0,173.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,,53.0,17.0,3.0,2.0,1.0,539.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,,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,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,,122.0,122.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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,267.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,,317.0,322.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,281.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,,492.0,492.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,8.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'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,93.0,93.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,5.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,,462.0,471.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,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,,210.0,210.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,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,,212.0,212.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +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,,568.0,568.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,32.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,,235.0,235.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,,415.0,63.0,7.0,66.0,17.0,1967.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,,328.0,90.0,11.0,12.0,6.0,1793.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,,115.0,115.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,,116.0,116.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,93.0,22.0,52.0,15.0,3268.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,17.0,5.0,4.0,12.0,634.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,530.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,149.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,,24.0,24.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,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,,68.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,52.0,52.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-01-16_changes.md b/history/2025-01-16_changes.md new file mode 100644 index 00000000..1618f6d5 --- /dev/null +++ b/history/2025-01-16_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._ + +- networkx (πŸ₯‡45 Β· ⭐ 15K Β· πŸ“ˆ) - Network Analysis in Python. BSD-3 +- spaCy (πŸ₯‡44 Β· ⭐ 31K Β· πŸ“ˆ) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- litellm (πŸ₯‡44 Β· ⭐ 16K Β· πŸ“ˆ) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- yfinance (πŸ₯‡42 Β· ⭐ 15K Β· πŸ“ˆ) - Download market data from Yahoo! Finances API. Apache-2 +- MoviePy (πŸ₯‡42 Β· ⭐ 13K Β· πŸ“ˆ) - Video editing with Python. MIT +- PyTorch Geometric (πŸ₯‡40 Β· ⭐ 22K Β· πŸ“ˆ) - Graph Neural Network Library for PyTorch. MIT +- Rasa (πŸ₯‡39 Β· ⭐ 19K Β· πŸ“ˆ) - Open source machine learning framework to automate text- and.. Apache-2 +- FiftyOne (πŸ₯ˆ38 Β· ⭐ 9.1K Β· πŸ“ˆ) - Visualize, create, and debug image and video datasets.. Apache-2 +- fairseq (πŸ₯‡37 Β· ⭐ 31K Β· πŸ“ˆ) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT +- prettymaps (πŸ₯‰25 Β· ⭐ 11K Β· πŸ“ˆ) - A small set of Python functions to draw pretty maps from.. ❗️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._ + +- LightGBM (πŸ₯ˆ41 Β· ⭐ 17K Β· πŸ“‰) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT +- PyVista (πŸ₯ˆ37 Β· ⭐ 2.9K Β· πŸ“‰) - 3D plotting and mesh analysis through a streamlined interface.. MIT +- HoloViews (πŸ₯ˆ36 Β· ⭐ 2.7K Β· πŸ“‰) - With Holoviews, your data visualizes itself. BSD-3 +- plotnine (πŸ₯ˆ35 Β· ⭐ 4.1K Β· πŸ“‰) - A Grammar of Graphics for Python. MIT +- PaddleSeg (πŸ₯ˆ33 Β· ⭐ 8.8K Β· πŸ“‰) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 +- pyecharts (πŸ₯ˆ32 Β· ⭐ 15K Β· πŸ“‰) - Python Echarts Plotting Library. MIT +- AutoKeras (πŸ₯ˆ31 Β· ⭐ 9.2K Β· πŸ“‰) - AutoML library for deep learning. Apache-2 +- ml-metadata (πŸ₯‰25 Β· ⭐ 630 Β· πŸ“‰) - For recording and retrieving metadata associated with ML.. Apache-2 +- Facets Overview (πŸ₯‰23 Β· ⭐ 7.4K Β· πŸ’€) - Visualizations for machine learning datasets. Apache-2 +- nptsne (πŸ₯‰11 Β· ⭐ 32 Β· πŸ’€) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 + diff --git a/history/2025-01-16_projects.csv b/history/2025-01-16_projects.csv new file mode 100644 index 00000000..74c8ecdb --- /dev/null +++ b/history/2025-01-16_projects.csv @@ -0,0 +1,921 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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,2024-12-23 01:23:30.000000,2024-12-23 01:23:30,1570.0,3.0,739.0,119.0,346.0,71.0,152.0,5057.0,Benchmarks of approximate nearest neighbor libraries in Python.,108.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,,174.0,58.0,205.0,,3.0,2401.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,3772.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,3772.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,3772.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,3772.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-01-16 14:15:24.000000,2025-01-16 13:27:45,174736.0,3638.0,74423.0,7531.0,43055.0,6599.0,39331.0,189941.0,An Open Source Machine Learning Framework for Everyone.,4762.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],461140.0,453063.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,18402288.0,19216171.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5231261.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-01-16 13:49:19.162805,2663.0,78870970.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-01-16 14:07:15.000000,2025-01-16 13:57:54,83235.0,3508.0,22762.0,1761.0,96413.0,15619.0,33726.0,85887.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5362.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],638565.0,617274.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,21291.0,28601545.0,29238021.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25430420.0,,,,,1.0,71637.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-01-16 08:46:06.000000,2025-01-16 08:46:05,32080.0,257.0,25495.0,2144.0,18251.0,2112.0,9775.0,60771.0,scikit-learn: machine learning in Python.,3247.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1049616.0,1022715.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,70739790.0,71335189.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,33341849.0,,,,,1.0,1037.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-01-16 14:13:48.000000,2025-01-16 12:59:53,17786.0,591.0,27505.0,1128.0,18716.0,1494.0,15488.0,137648.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3013.0,52,True,2025-01-10 12:14:21.000,4.48.0,167.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",277896.0,270613.0,https://pypi.org/project/transformers,2025-01-10 12:14:03.000,7283.0,36477728.0,36522332.0,https://anaconda.org/conda-forge/transformers,2025-01-10 18:36:46.038,2408656.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-01-16 14:03:37.000000,2025-01-16 14:03:37,34369.0,704.0,5232.0,350.0,11754.0,1719.0,9107.0,13287.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1733.0,50,True,2025-01-11 00:13:13.000,1.15.1,112.0,scipy,conda-forge/scipy,,,,1248266.0,1199054.0,https://pypi.org/project/scipy,2025-01-10 23:59:19.000,49212.0,109973553.0,111111785.0,https://anaconda.org/conda-forge/scipy,2025-01-11 20:58:33.827,56713463.0,,,,,1.0,451795.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-01-16 07:34:10.000000,2025-01-16 07:34:10,51836.0,564.0,7684.0,593.0,18778.0,1601.0,9440.0,20589.0,matplotlib: plotting with Python.,1766.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1556108.0,1503125.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,61647586.0,62151680.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27725206.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-01-10 04:45:48.000000,2025-01-10 04:45:48,59358.0,308.0,4464.0,293.0,13611.0,5148.0,8964.0,13213.0,A computer algebra system written in pure Python.,1345.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,212797.0,209297.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,25904870.0,26044202.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7578043.0,,,,,1.0,553427.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-01-16 01:33:08.000000,2025-01-16 01:33:08,11297.0,248.0,19483.0,1916.0,7719.0,258.0,12065.0,62355.0,Deep Learning for humans.,1364.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,12394552.0,12465274.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3889725.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-01-16 12:12:20.000000,2025-01-16 12:12:20,19088.0,350.0,2246.0,219.0,5275.0,124.0,3150.0,12474.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,,,,2018893.0,2007982.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,106418347.0,107318297.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,48597329.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,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-01-16 14:39:14.000000,2025-01-16 11:21:09,6974.0,257.0,3162.0,323.0,5327.0,1004.0,3815.0,36732.0,Streamlit A faster way to build and share data apps.,282.0,46,True,2024-12-13 21:22:19.000,1.41.1,233.0,streamlit,,,,,667907.0,664899.0,https://pypi.org/project/streamlit,2024-12-13 21:22:11.000,3008.0,5660906.0,5660906.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-01-16 10:28:05.000000,2025-01-16 10:28:05,23613.0,810.0,5934.0,479.0,30330.0,4281.0,15616.0,34907.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1126.0,46,True,2024-12-04 00:01:15.000,ray-2.40.0,120.0,ray,conda-forge/ray-tune,,,,21057.0,20237.0,https://pypi.org/project/ray,2024-12-03 23:45:31.000,820.0,5374726.0,5385440.0,https://anaconda.org/conda-forge/ray-tune,2024-12-20 21:34:53.315,524890.0,,,,,1.0,248.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-01-16 14:18:20.000000,2025-01-16 12:30:43,25097.0,1437.0,2851.0,335.0,17084.0,1477.0,4384.0,30994.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",814.0,46,True,2024-12-17 23:03:44.000,0.4.38,172.0,jax,conda-forge/jaxlib,,,,37721.0,35651.0,https://pypi.org/project/jax,2024-12-17 23:03:44.000,2070.0,4618062.0,4655779.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2074435.0,,,,,1.0,,jax-ml/jax,,,,,,,,,,,,,,,,,, +18,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-01-15 21:59:53.000000,2025-01-15 15:15:31,7426.0,445.0,2558.0,276.0,1779.0,580.0,2493.0,16582.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,356561.0,350232.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,16725123.0,16916618.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,8055784.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,47642.0,,,,,,,,,,,,, +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-01-15 07:36:16.000000,2025-01-15 07:36:16,7302.0,165.0,8735.0,910.0,5794.0,458.0,4965.0,26485.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,128103.0,125992.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,22745131.0,22849554.0,https://anaconda.org/conda-forge/xgboost,2024-12-03 00:14:17.609,5633544.0,,,,,1.0,12905.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-01-16 11:55:37.000000,2025-01-16 11:55:37,52633.0,1339.0,5648.0,716.0,52096.0,1784.0,17546.0,22407.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1347.0,45,True,2024-09-13 08:31:46.000,2.6.2,72.0,paddlepaddle,,,,['paddle'],6989.0,6781.0,https://pypi.org/project/paddlepaddle,2025-01-09 02:42:38.000,208.0,290932.0,291084.0,,,,,,,,1.0,15426.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-01-16 00:36:27.000000,2025-01-14 23:21:11,20663.0,44.0,4202.0,439.0,6232.0,799.0,7021.0,19524.0,"Interactive Data Visualization in the browser, from Python.",706.0,45,True,2024-12-03 15:39:22.000,3.6.2,224.0,bokeh,conda-forge/bokeh,,,,98440.0,96617.0,https://pypi.org/project/bokeh,2025-01-09 16:55:15.000,1823.0,3392085.0,3677586.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15702556.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-01-16 07:12:56.000000,2025-01-16 07:12:56,7856.0,43.0,3253.0,281.0,3965.0,344.0,3055.0,15277.0,Network Analysis in Python.,763.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,348701.0,339071.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,56520144.0,56891889.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19702487.0,,,,,1.0,79.0,,,,,,,1.0,,,,,,,,,,,, +23,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-01-07 18:32:44.000000,2025-01-07 18:32:43,15639.0,96.0,3091.0,288.0,3975.0,2851.0,2813.0,10359.0,Statsmodels: statistical modeling and econometrics in Python.,448.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,154084.0,149615.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,14050867.0,14354226.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16684787.0,,,,,1.0,35.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-01-16 14:16:11.000000,2025-01-16 14:15:50,43302.0,793.0,28412.0,2019.0,49491.0,243.0,,40328.0,Apache Spark Python API.,3173.0,44,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,30434092.0,30500205.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3636255.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +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-01-16 14:39:20.000000,2025-01-16 14:00:54,7361.0,234.0,2657.0,180.0,4761.0,475.0,4757.0,35276.0,"Wrap UIs around any model, share with anyone.",485.0,44,True,2025-01-10 20:55:33.000,5.12.0,614.0,gradio,,,,,53868.0,52892.0,https://pypi.org/project/gradio,2025-01-10 20:55:33.000,976.0,5948024.0,5948024.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-01-14 11:08:42.000000,2025-01-13 17:17:36,16220.0,11.0,4429.0,561.0,4031.0,173.0,5523.0,30674.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,44,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,114257.0,111366.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2891.0,10246167.0,10337097.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5000259.0,,,,,1.0,1455.0,,,,,,,1.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-01-16 10:14:00.000000,2025-01-16 10:14:00,7031.0,418.0,4317.0,306.0,9929.0,1689.0,2655.0,19248.0,Open source platform for the machine learning lifecycle.,810.0,44,True,2024-12-11 12:49:06.000,2.19.0,122.0,mlflow,conda-forge/mlflow,,,,50944.0,49986.0,https://pypi.org/project/mlflow,2025-01-14 13:34:20.000,958.0,12844226.0,12891718.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2612068.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-01-16 14:49:18.000000,2025-01-16 06:02:45,19051.0,948.0,1905.0,90.0,3619.0,1070.0,3145.0,16237.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",378.0,44,True,2025-01-16 03:32:38.000,1.58.2-de2,1057.0,litellm,,,,others,6840.0,6147.0,https://pypi.org/project/litellm,2025-01-15 05:18:55.000,693.0,3578814.0,3578967.0,,,,,,,,1.0,461.0,,,,,,,1.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-01-16 12:17:25.000000,2025-01-16 12:17:25,9419.0,169.0,1732.0,214.0,6129.0,1092.0,4341.0,12845.0,Parallel computing with task scheduling.,619.0,44,True,2024-12-17 20:26:41.000,2024.12.1,214.0,dask,conda-forge/dask,,,,71456.0,68903.0,https://pypi.org/project/dask,2024-12-17 20:26:41.000,2553.0,9462480.0,9685672.0,https://anaconda.org/conda-forge/dask,2024-12-17 22:58:45.484,12498798.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +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-01-09 12:21:35.000000,2025-01-09 11:28:08,10502.0,74.0,3410.0,252.0,10366.0,844.0,6350.0,28799.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",993.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],42326.0,40790.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6146735.0,6172443.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1399323.0,,,,,2.0,11203.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +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-01-15 19:29:13.000000,2025-01-15 16:30:03,7771.0,41.0,2077.0,425.0,1169.0,495.0,1377.0,21804.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,76983.0,75636.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4194567.0,4224302.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1635370.0,,,,,1.0,87.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-01-16 14:16:35.000000,2025-01-14 19:10:59,2965.0,96.0,3694.0,435.0,3517.0,342.0,2580.0,18254.0,Open standard for machine learning interoperability.,330.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,39761.0,38708.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5144173.0,5170334.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1424583.0,,,,,1.0,22688.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-01-16 12:12:36.000000,2025-01-15 20:56:22,3224.0,416.0,1651.0,197.0,3876.0,688.0,901.0,14030.0,Development repository for the Triton language and compiler.,356.0,43,True,2024-10-14 16:05:32.000,3.1.0,196.0,triton,,,,,49581.0,49316.0,https://pypi.org/project/triton,2024-10-14 16:05:32.000,265.0,13411111.0,13411111.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-01-16 14:31:54.000000,2025-01-16 14:31:54,5068.0,62.0,2098.0,1666.0,4935.0,363.0,2749.0,12392.0,WebGL2 powered visualization framework.,279.0,43,True,2025-01-15 15:58:31.199,9.0.40,681.0,pydeck,conda-forge/pydeck,,,['jupyter'],8961.0,8530.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,4720802.0,5131579.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,675461.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-01-15 15:58:31.199,311.0,399329.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-01-16 04:42:40.000000,2025-01-16 04:42:40,18834.0,481.0,1044.0,118.0,3832.0,60.0,1642.0,11230.0,A hyperparameter optimization framework.,284.0,43,True,2024-11-12 05:51:56.000,4.1.0,67.0,optuna,conda-forge/optuna,,,,22012.0,20977.0,https://pypi.org/project/optuna,2024-11-12 05:51:56.000,1035.0,3251931.0,3290498.0,https://anaconda.org/conda-forge/optuna,2024-12-23 04:20:25.969,2121217.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-15 16:11:31.000000,2025-01-15 16:11:31,2662.0,152.0,4802.0,318.0,577.0,48.0,903.0,32915.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",167.0,42,True,2025-01-09 18:49:44.000,1.0.13,64.0,timm,conda-forge/timm,,,['pytorch'],46027.0,44968.0,https://pypi.org/project/timm,2025-01-09 18:46:53.000,1059.0,5051249.0,5165823.0,https://anaconda.org/conda-forge/timm,2025-01-11 18:16:23.093,299258.0,,,,,1.0,7414268.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +37,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-01-16 14:42:04.379115,2025-01-16 14:05:01,21663.0,695.0,3000.0,285.0,24095.0,758.0,11938.0,31909.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",302.0,42,True,2025-01-13 10:47:52.000,2.5.3,111.0,pymilvus,,milvusdb/milvus,,,205.0,,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1037591.0,2094410.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-01-16 14:42:04.379115,66.0,67322714.0,1.0,299073.0,,,,,,,,,,,,,,,,,,, +38,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-01-15 22:35:57.000000,2024-12-19 22:46:16,1386.0,60.0,2477.0,244.0,658.0,196.0,1233.0,15399.0,Download market data from Yahoo! Finances API.,129.0,42,True,2024-12-19 22:51:55.000,0.2.51,123.0,yfinance,ranaroussi/yfinance,,,,58213.0,57470.0,https://pypi.org/project/yfinance,2024-12-19 22:51:55.000,743.0,3540858.0,3543180.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97543.0,,,,,1.0,,,,,,,,1.0,,,,,,,,,,,, +39,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,2.0,2887.0,460.0,1501.0,276.0,1572.0,13773.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,42,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,343669.0,338972.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,20299410.0,20363903.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2966710.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +40,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-01-14 21:04:38.000000,2025-01-14 21:03:17,1363.0,168.0,1616.0,250.0,721.0,475.0,1528.0,12899.0,Video editing with Python.,178.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,53320.0,52272.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2254898.0,2258038.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,282620.0,,,,,1.0,,,,,,,,1.0,,,,,,,,,,,, +41,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-01-16 14:22:33.000000,2025-01-13 17:06:30,3848.0,57.0,795.0,139.0,1551.0,127.0,1927.0,9514.0,Declarative visualization library for Python.,173.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,192081.0,191165.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,22663265.0,22732562.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2563924.0,,,,,1.0,223.0,vega/altair,,,,,,,,,,,,,,,,,, +42,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-01-16 06:55:53.000000,2025-01-16 00:03:38,7583.0,415.0,689.0,63.0,5806.0,608.0,2846.0,9375.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",204.0,42,True,2025-01-14 00:35:05.000,0.19.3,300.0,wandb,conda-forge/wandb,,,,64917.0,63306.0,https://pypi.org/project/wandb,2025-01-15 20:01:34.000,1611.0,15668351.0,15683865.0,https://anaconda.org/conda-forge/wandb,2025-01-08 19:40:34.083,837244.0,,,,,1.0,462.0,wandb/wandb,,,,,,,,,,,,,,,,,, +43,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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,13.0,1659.0,190.0,5060.0,688.0,1241.0,6774.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],288682.0,286456.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,21718006.0,21814103.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5285364.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,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-01-13 17:24:25.000000,2025-01-13 17:24:25,14238.0,73.0,2240.0,186.0,4563.0,808.0,2135.0,6147.0,Image processing in Python.,679.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,217349.0,210661.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,10403015.0,10537330.0,https://anaconda.org/conda-forge/scikit-image,2025-01-08 00:19:30.135,7387331.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,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-01-16 07:57:55.000000,2025-01-16 07:56:13,6391.0,75.0,7849.0,447.0,3204.0,169.0,9351.0,45784.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'],4214.0,4106.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,300993.0,321570.0,,,,,,,,1.0,1070007.0,,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-01-16 00:40:08.000000,2025-01-15 22:08:56,2649.0,126.0,4169.0,349.0,3132.0,1110.0,1933.0,36252.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",367.0,41,True,2024-12-18 17:52:34.000,0.16.2,101.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10775.0,10539.0,https://pypi.org/project/deepspeed,2024-12-18 17:52:34.000,236.0,668068.0,668426.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21481.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-01-15 00:07:15.000000,2025-01-15 00:01:50,1362.0,81.0,3649.0,479.0,1323.0,254.0,2330.0,32398.0,A library for efficient similarity search and clustering of dense vectors.,202.0,41,True,2025-01-02 11:19:58.000,2.5.3,111.0,pymilvus,conda-forge/faiss,,,,4532.0,4327.0,https://pypi.org/project/pymilvus,2025-01-02 11:19:58.000,205.0,1037591.0,1075140.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2065245.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-01-16 11:09:42.000000,2025-01-16 11:09:33,2785.0,14.0,3289.0,246.0,1005.0,703.0,1863.0,23232.0,A game theoretic approach to explain the output of any machine learning model.,254.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,24883.0,24135.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,6887477.0,6984533.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4755766.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,, +49,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-01-13 05:29:47.000000,2025-01-11 04:25:13,3626.0,42.0,3840.0,435.0,3324.0,383.0,3095.0,16872.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",324.0,41,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,43992.0,42915.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8021652.0,8082299.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,2997549.0,,,,,2.0,279241.0,,,,,,,-1.0,,,,,,,,,,,, +50,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-01-16 11:35:05.000000,2025-01-13 10:37:55,3980.0,31.0,6966.0,448.0,5480.0,1048.0,2500.0,16469.0,"Datasets, Transforms and Models specific to Computer Vision.",617.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,13447576.0,13492705.0,https://anaconda.org/conda-forge/torchvision,2024-12-28 03:50:55.334,2056338.0,,,,,1.0,39704.0,,,,,,,,,,,,,,,,,,, +51,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-01-10 14:37:09.000000,2025-01-10 14:37:09,1623.0,55.0,2496.0,143.0,623.0,1193.0,1085.0,15767.0,State-of-the-Art Text Embeddings.,202.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],66992.0,65155.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,6847147.0,6857126.0,https://anaconda.org/conda-forge/sentence-transformers,2024-12-21 19:23:58.994,518935.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,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-01-15 20:29:32.000000,2025-01-15 20:29:27,1190.0,163.0,1656.0,128.0,1099.0,153.0,973.0,14483.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,159.0,41,True,2025-01-08 20:24:20.000,2.0.0,80.0,albumentations,conda-forge/albumentations,,,['pytorch'],31803.0,31167.0,https://pypi.org/project/albumentations,2025-01-08 20:24:42.000,636.0,5350526.0,5354654.0,https://anaconda.org/conda-forge/albumentations,2025-01-11 21:17:29.247,222923.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-01-13 21:37:33.000000,2025-01-13 21:37:31,9380.0,38.0,1194.0,135.0,5561.0,247.0,4491.0,14085.0,Data Versioning and ML Experiments.,308.0,41,True,2025-01-13 07:04:20.000,3.59.0,542.0,dvc,conda-forge/dvc,,,,20558.0,20421.0,https://pypi.org/project/dvc,2025-01-13 07:04:20.000,137.0,460832.0,506570.0,https://anaconda.org/conda-forge/dvc,2025-01-13 10:29:16.907,2515636.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +54,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-01-15 00:53:16.000000,2025-01-11 15:28:11,6524.0,375.0,2106.0,203.0,1254.0,113.0,2235.0,14014.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],3881.0,3733.0,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,92685.0,93362.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,36590.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1133.0,185.0,2434.0,12760.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,554074.0,543231.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18094643.0,18300852.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11341372.0,,,,,1.0,464.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-01-14 13:08:07.000000,2025-01-14 13:08:07,10170.0,76.0,2038.0,225.0,4136.0,337.0,3086.0,8827.0,Bayesian Modeling and Probabilistic Programming in Python.,507.0,41,True,2025-01-07 20:55:33.000,5.20.0,96.0,pymc3,conda-forge/pymc3,,,,5430.0,5238.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,251971.0,263451.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,630622.0,,,,,1.0,1964.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-01-16 10:45:46.000000,2025-01-16 10:45:41,48987.0,287.0,1189.0,191.0,404.0,575.0,1797.0,8195.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1300.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,2879553.0,2920227.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1838246.0,,,,,2.0,344082.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-01-16 13:56:36.000000,2025-01-15 22:55:31,1650.0,59.0,992.0,97.0,1643.0,123.0,1589.0,8180.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",312.0,41,True,2024-12-13 18:56:09.000,1.2.1,66.0,accelerate,conda-forge/accelerate,,,['pytorch'],68327.0,66626.0,https://pypi.org/project/accelerate,2024-12-13 18:54:30.000,1701.0,7478814.0,7485944.0,https://anaconda.org/conda-forge/accelerate,2024-12-16 20:09:03.263,278071.0,,,,,1.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,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,11.0,7565.0,604.0,2240.0,226.0,1594.0,26505.0,The fastai deep learning library.,670.0,40,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20607.0,20299.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,351080.0,351080.0,,,,,,,,2.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-01-16 11:29:52.000000,2025-01-16 11:29:32,36405.0,365.0,13420.0,935.0,25983.0,1257.0,,24401.0,Apache Flink Python API.,1965.0,40,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,29300308.0,29300308.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-01-16 00:48:30.000000,2025-01-15 06:33:54,7686.0,55.0,3728.0,254.0,3264.0,1125.0,2685.0,21752.0,Graph Neural Network Library for PyTorch.,534.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],7896.0,7541.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,359487.0,361955.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,133281.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-01-16 02:35:47.000000,2025-01-09 16:41:32,1855.0,31.0,807.0,122.0,685.0,58.0,967.0,9258.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,104.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,130383.0,129287.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,30061812.0,30106957.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2437790.0,,,,,1.0,71.0,,,,,,,,,,,,,,,,,,, +63,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-01-07 11:07:31.883000,2025-01-06 18:35:10,1937.0,50.0,2229.0,163.0,915.0,85.0,1058.0,6995.0,Python Data. Leaflet.js Maps.,173.0,40,True,2025-01-06 09:17:10.000,0.19.4,38.0,folium,conda-forge/folium,,,,50464.0,49647.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1448515.0,1518829.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3375098.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-01-15 23:38:58.000000,2025-01-15 23:38:58,2330.0,11.0,571.0,89.0,894.0,294.0,963.0,3980.0,Manipulation and analysis of geometric objects.,164.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,93902.0,90967.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,28396318.0,28604818.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,11045492.0,,,,,1.0,3738.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-01-16 01:47:27.000000,2025-01-13 21:01:00,4023.0,165.0,1141.0,139.0,3271.0,350.0,1209.0,2121.0,A library for training and deploying machine learning models on Amazon SageMaker.,465.0,40,True,2025-01-09 21:56:09.000,2.237.3,616.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5260.0,5100.0,https://pypi.org/project/sagemaker,2025-01-09 21:56:09.000,160.0,22245836.0,22270296.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-01-15 20:24:24.925,1296412.0,,,,,2.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-01-16 12:15:14.000000,2025-01-16 12:15:13,5968.0,61.0,719.0,57.0,5226.0,1574.0,2393.0,1589.0,A distributed task scheduler for Dask.,331.0,40,True,2024-12-17 20:26:42.000,2024.12.1,246.0,distributed,conda-forge/distributed,,,,38913.0,38024.0,https://pypi.org/project/distributed,2024-12-17 20:26:42.000,889.0,3713015.0,4001302.0,https://anaconda.org/conda-forge/distributed,2024-12-17 22:07:27.324,16144098.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,1059.0,1458.0,121.0,1725.0,35153.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,62416.0,60868.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,499879.0,505979.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,347714.0,,,,,1.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-01-14 10:40:10.000000,2025-01-14 10:26:14,32383.0,8.0,4670.0,358.0,6399.0,134.0,6642.0,19210.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'],4779.0,4719.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,241143.0,241143.0,,,,,,,,1.0,,,,,,,,2.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-01-10 17:16:28.000000,2025-01-10 17:16:28,1759.0,90.0,2346.0,160.0,265.0,6.0,1150.0,16827.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",78.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5198.0,5154.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,309445.0,309445.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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,2024-12-28 16:27:19.000000,2024-12-28 16:27:13,8290.0,4.0,3366.0,480.0,731.0,53.0,2185.0,13698.0,A toolkit for making real world machine learning and data analysis applications in C++.,197.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33540.0,33327.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,134116.0,152421.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,994589.0,,,,,2.0,25553.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-01-16 10:13:02.000000,2025-01-16 10:13:02,29438.0,209.0,856.0,128.0,6495.0,617.0,1805.0,9698.0,NumPy & SciPy for GPU.,396.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2717.0,2448.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,27044.0,126801.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5391998.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,73980.0,1.0,192998.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-01-16 14:29:48.000000,2025-01-16 14:29:47,10379.0,114.0,1404.0,134.0,1314.0,146.0,1017.0,9194.0,A PyTorch-based Speech Toolkit.,251.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2793.0,2726.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,1926634.0,1926634.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,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-01-15 20:41:00.000000,2025-01-15 20:38:16,5128.0,145.0,1403.0,109.0,4534.0,1013.0,1641.0,8095.0,A unified framework for machine learning with time series.,434.0,39,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3916.0,3786.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,777394.0,802510.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1054863.0,,,,,1.0,111.0,sktime/sktime,,,,,,,,,,,,,,,,,, +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-01-15 12:36:24.000000,2025-01-15 12:36:18,6641.0,105.0,1558.0,109.0,4602.0,700.0,761.0,4339.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",403.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21555.0,21226.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1689781.0,1690731.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,41839.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-01-14 20:39:06.000000,2025-01-14 20:39:05,18249.0,98.0,1331.0,83.0,8140.0,552.0,4409.0,2802.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,383.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5359.0,4940.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,120516.0,128846.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,466481.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-01-16 11:18:14.000000,2025-01-16 11:18:14,10710.0,285.0,595.0,66.0,2856.0,298.0,1950.0,1227.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'],4026.0,3717.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,64196.0,70425.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,311161.0,,,,,1.0,285.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'],7800.0,7674.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,528901.0,529302.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11460.0,,,,,2.0,27867.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +78,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,430.0,1714.0,385.0,1465.0,15791.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,,,,70811.0,69434.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4443210.0,4475369.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1476963.0,,,,,1.0,5772.0,piskvorky/gensim,,,,,,,,,,,,,,,,,, +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-01-16 14:49:38.000000,2025-01-15 10:41:12,6580.0,88.0,3703.0,254.0,1811.0,1096.0,4616.0,11885.0,Open-source simulator for autonomous driving research.,179.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,909.0,898.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10902.0,10902.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,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-01-16 02:29:12.000000,2025-01-14 23:49:33,22431.0,979.0,585.0,63.0,3819.0,519.0,1084.0,9079.0,"Visualize, create, and debug image and video datasets and model predictions.",149.0,38,True,2024-12-20 23:48:02.000,1.2.0,152.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",814.0,789.0,https://pypi.org/project/fiftyone,2024-12-20 22:56:42.000,25.0,94049.0,94049.0,,,,,,,,2.0,,,,,,,,1.0,,,,,,,,,,,, +81,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-01-15 01:06:15.000000,2025-01-15 01:06:15,22629.0,409.0,2190.0,175.0,3425.0,368.0,2097.0,8685.0,End-to-End Speech Processing Toolkit.,482.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,415.0,403.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18923.0,18924.0,,,,,,,,1.0,83.0,,,,,,,,,,,,,,,,,,, +82,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-01-06 22:21:21.000000,2024-12-26 18:15:14,2052.0,21.0,938.0,107.0,1721.0,446.0,1277.0,4605.0,Python tools for geographic data.,237.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],49649.0,46810.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,5789503.0,5867317.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4278251.0,,,,,2.0,2881.0,,,,,,,,,,,,,,,,,,, +83,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-01-16 09:41:08.000000,2025-01-15 15:28:12,1649.0,62.0,580.0,60.0,1608.0,155.0,879.0,2226.0,The official Python client for the Huggingface Hub.,212.0,38,True,2025-01-06 12:07:20.000,0.27.1,139.0,huggingface_hub,conda-forge/huggingface_hub,,,,2288.0,,https://pypi.org/project/huggingface_hub,2025-01-06 12:04:19.000,2288.0,39141627.0,39196437.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-08 15:31:13.042,2576077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,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,33593.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,,,,34817.0,33979.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1461032.0,1464868.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,168785.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,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,424.0,1361.0,1291.0,3053.0,30809.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],3997.0,3880.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,117574.0,119658.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,112343.0,,,,,1.0,376.0,,,,,,,1.0,,,,,,,,,,,, +86,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-01-16 05:48:04.000000,2025-01-16 05:47:53,8764.0,208.0,2826.0,307.0,239.0,21.0,1150.0,29104.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-01-11 05:27:07.000,8.1.1,687.0,netron,,,,"['pytorch', 'tensorflow']",711.0,628.0,https://pypi.org/project/netron,2025-01-11 05:27:07.000,83.0,22756.0,99083.0,,,,,,,,1.0,76327.0,,,,,,,,,,,,,,,,,,, +87,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5431.0,515.0,184.0,1154.0,1386.0,24034.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3256.0,3226.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,243565.0,537667.0,,,,,,,,2.0,6176158.0,,,,,,,,,,,,,,,,,,, +88,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,382.0,731.0,670.0,1382.0,13342.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,,,,1744.0,1545.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,422015.0,463569.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,312976.0,,,,,2.0,4117692.0,,,,,,,,,,,,,,,,,,, +89,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-01-16 11:03:42.000000,2025-01-16 06:03:24,7789.0,461.0,2579.0,213.0,8770.0,98.0,2325.0,12873.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",376.0,37,True,2025-01-03 10:31:39.000,2.1.0,79.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-01-03 09:43:30.000,14.0,115626.0,120325.0,,,,,,,,1.0,300780.0,,,,,,,,,,,,,,,,,,, +90,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-01-15 03:00:01.000000,2024-12-19 17:17:22,1513.0,22.0,1690.0,152.0,835.0,237.0,579.0,12645.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2024-12-08 20:12:09.000,4.12.1,66.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5301.0,5118.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,407788.0,412583.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,484179.0,,,,,2.0,233.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +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,2024-12-31 07:56:17.243000,2024-08-18 00:47:35,986.0,,1176.0,127.0,316.0,41.0,719.0,10479.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,,,,92301.0,90569.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,17752880.0,17775639.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1194854.0,,,,,1.0,48801.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-01-13 22:15:25.000000,2025-01-13 22:15:24,2850.0,40.0,980.0,129.0,1988.0,293.0,669.0,10143.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'],13827.0,13521.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1693097.0,1696516.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,166503.0,,,,,2.0,1617.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,539.0,4121.0,697.0,2087.0,9915.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15975.0,15803.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,76041.0,100354.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2480022.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-01-13 23:26:21.000000,2025-01-13 23:26:20,606.0,8.0,1152.0,259.0,204.0,105.0,180.0,9217.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",38.0,37,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,48254.0,47849.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1092834.0,1095558.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,275192.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +95,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-01-13 17:42:02.000000,2025-01-13 17:41:58,1461.0,17.0,910.0,211.0,259.0,179.0,248.0,7096.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11303.0,11020.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3334777.0,3351058.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,504740.0,,,,,1.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-01-16 03:35:55.000000,2025-01-16 03:17:39,4941.0,145.0,647.0,86.0,2746.0,306.0,750.0,6272.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11764.0,11270.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,1008931.0,1010766.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,84392.0,,,,,2.0,58.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,24.0,866.0,88.0,233.0,138.0,699.0,4654.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,,,,,506623.0,495106.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,12476039.0,12476039.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-01-14 02:46:01.000000,2025-01-14 02:46:00,12203.0,29.0,1110.0,157.0,469.0,701.0,758.0,4285.0,Probabilistic reasoning and statistical analysis in TensorFlow.,497.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,1229143.0,1232559.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,160572.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-01-16 07:11:30.000000,2025-01-13 09:26:31,4976.0,228.0,517.0,37.0,3980.0,661.0,1159.0,2851.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,171.0,37,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4509.0,3931.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,,11079.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,608872.0,,,,,2.0,858.0,,,,,,,-1.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-01-16 14:40:01.000000,2025-01-16 14:36:00,4952.0,319.0,617.0,46.0,5464.0,334.0,1134.0,2446.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,,,,1347.0,1223.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,56047.0,60922.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,185234.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-01-13 20:42:37.000000,2024-12-15 02:03:25,3921.0,18.0,535.0,145.0,1245.0,146.0,1713.0,2294.0,Rasterio reads and writes geospatial raster datasets.,161.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16145.0,14609.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,1905449.0,1989259.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4022518.0,,,,,2.0,1008.0,,,,,,,,,,,,,,,,,,, +102,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2024-11-28 17:38:39.834000,2024-11-28 08:11:48,1549.0,4.0,298.0,32.0,503.0,99.0,512.0,1538.0,Python library for reading and writing image data.,119.0,37,True,2024-11-28 08:11:59.000,2.36.1,96.0,imageio,conda-forge/imageio,,,,157387.0,154855.0,https://pypi.org/project/imageio,2024-11-28 08:11:55.000,2532.0,23093748.0,23230215.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7368182.0,,,,,2.0,1485.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,372.0,3170.0,1846.0,6729.0,30064.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3482.0,3400.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,164166.0,164166.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,34.0,2211.0,217.0,4222.0,4.0,1941.0,21250.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,83927.0,116066.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,84347.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1771857.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,, +105,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-01-09 20:21:22.000000,2025-01-09 20:21:21,3953.0,85.0,1033.0,138.0,191.0,115.0,1101.0,14644.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",104.0,36,True,2025-01-05 17:06:43.000,16.8.0,249.0,ocrmypdf,conda-forge/ocrmypdf,,,,1164.0,1123.0,https://pypi.org/project/ocrmypdf,2025-01-05 17:06:43.000,41.0,142328.0,144561.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,87809.0,,,,,1.0,6206.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +106,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,225.0,14491.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,,,,24093.0,23828.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,448095.0,450976.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,193045.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1864.0,14335.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",173.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1331.0,1298.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,87769.0,87769.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +108,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-01-05 14:46:58.000000,2025-01-05 14:46:58,1877.0,29.0,4446.0,545.0,718.0,416.0,1288.0,14145.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,36,True,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6075.0,6057.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,25608.0,25608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,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-01-16 01:53:23.000000,2025-01-16 01:53:23,4414.0,4.0,3018.0,175.0,5059.0,539.0,2359.0,13663.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,480.0,332.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,96512.0,96512.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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,,1049.0,134.0,240.0,371.0,274.0,9104.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,,,,80931.0,79562.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6585719.0,6588704.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,137326.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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,16.0,1377.0,147.0,258.0,222.0,148.0,8751.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,,,,4757.0,4636.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,575414.0,577833.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,135518.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,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-14 15:36:49.000000,2025-01-14 15:14:46,726.0,172.0,2410.0,275.0,200.0,322.0,335.0,8537.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-14 15:36:49.000,3.14.0,63.0,SpeechRecognition,conda-forge/speechrecognition,,,,651.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-14 15:36:49.000,630.0,1005988.0,1010122.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-14 13:01:12.830,219118.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,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-01-16 10:24:19.000000,2025-01-15 16:56:11,1155.0,78.0,785.0,292.0,1535.0,309.0,437.0,8446.0,Open Source AI/ML Platform.,100.0,36,True,2025-01-15 17:54:09.000,2.13.4,168.0,metaflow,conda-forge/metaflow,,,,839.0,790.0,https://pypi.org/project/metaflow,2025-01-15 17:54:09.000,49.0,671921.0,676452.0,https://anaconda.org/conda-forge/metaflow,2025-01-16 04:00:57.205,244694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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-01-16 09:05:05.000000,2025-01-15 19:25:22,2454.0,117.0,943.0,97.0,2772.0,363.0,1164.0,8274.0,Fast and Accurate ML in 3 Lines of Code.,132.0,36,True,2024-11-27 17:04:12.000,1.2.0,1730.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",969.0,939.0,https://pypi.org/project/autogluon,2025-01-16 09:05:05.000,30.0,299502.0,300803.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,26449.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,13158.0,1.0,,,,,,,,,,,,,,,,,,,, +115,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-01-15 07:08:47.000000,2025-01-15 07:08:47,3186.0,38.0,1111.0,89.0,3545.0,391.0,2795.0,6026.0,AI Toolkit for Healthcare Imaging.,214.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3505.0,3369.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,214662.0,215669.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,37275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,11.0,874.0,116.0,539.0,149.0,345.0,4941.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,36,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17305.0,17117.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,603636.0,609892.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,337873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,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-01-13 21:51:33.000000,2025-01-13 21:51:33,1210.0,22.0,645.0,124.0,968.0,360.0,1117.0,4522.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",180.0,36,True,2024-11-20 04:56:30.000,8.1,51.0,coremltools,conda-forge/coremltools,,,,4487.0,4400.0,https://pypi.org/project/coremltools,2024-11-20 04:16:26.000,87.0,497530.0,499259.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,80759.0,,,,,2.0,12862.0,,,,,,,,,,,,,,,,,,, +118,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-01-13 13:56:40.000000,2025-01-12 07:32:38,4215.0,25.0,1107.0,155.0,1757.0,435.0,901.0,3951.0,Fast data visualization and GUI tools for scientific / engineering applications.,296.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12124.0,11098.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,239960.0,251500.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,634746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,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-01-15 07:52:15.000000,2025-01-14 16:45:47,10899.0,40.0,404.0,58.0,3133.0,1114.0,2248.0,2735.0,"With Holoviews, your data visualizes itself.",146.0,36,True,2025-01-14 14:45:46.544,3.0.4,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],14068.0,13661.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,338831.0,374179.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1927779.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,298.0,-1.0,,,,,,,,,,,, +120,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-01-16 13:05:11.000000,2025-01-15 14:44:17,1164.0,46.0,476.0,57.0,1368.0,427.0,456.0,2665.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",134.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4464.0,4289.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,856067.0,856986.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,30341.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-01-16 07:34:47.000000,2025-01-15 17:53:12,3691.0,291.0,311.0,70.0,2462.0,73.0,726.0,2406.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],926.0,872.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,115152.0,115893.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,31881.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-01-13 14:33:58.000000,2025-01-13 14:33:20,2030.0,78.0,406.0,35.0,1765.0,84.0,823.0,2177.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],35300.0,35298.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,4858.0,43206.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1757902.0,,,,,2.0,6141.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +123,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-01-16 10:35:33.000000,2025-01-15 19:32:45,5024.0,90.0,1102.0,149.0,1395.0,63.0,741.0,1928.0,Documentation and samples for ArcGIS API for Python.,96.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,930.0,890.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,81496.0,81631.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13531.0,,,,,,,,,,,,,,,,,,, +124,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-01-16 04:35:28.000000,2025-01-08 12:22:34,902.0,13.0,347.0,42.0,1083.0,188.0,173.0,1241.0,Making text a first-class citizen in TensorFlow.,167.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8050.0,7831.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6021538.0,6021538.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-01-13 07:53:18.000000,2025-01-07 22:13:12,1570.0,7.0,206.0,47.0,628.0,34.0,777.0,1167.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,,,,24344.0,24041.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,3900319.0,4017853.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6346838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,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,10.0,216.0,34.0,720.0,30.0,595.0,1083.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,39683.0,37943.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,7781584.0,7954665.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9346374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,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,2024-12-23 04:20:57.000000,2024-12-17 17:48:18,15068.0,76.0,530.0,51.0,2332.0,420.0,969.0,752.0,Workflows and interfaces for neuroimaging packages.,261.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5725.0,5573.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,199571.0,213596.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,743356.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-01-14 21:58:58.000000,2025-01-14 21:58:58,6101.0,65.0,259.0,36.0,864.0,130.0,415.0,669.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,,,,25478.0,24297.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,473717.0,488682.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,823089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,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,1570.0,234.0,795.0,593.0,53926.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'],4014.0,3898.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,115192.0,115812.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31489.0,,,,,2.0,1401.0,,,,,,,,,,,,,,,,,,, +130,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,,4374.0,295.0,752.0,88.0,1122.0,36878.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']",2163.0,2110.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,151376.0,240295.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,21299.0,,,,,2.0,4065192.0,,,,,,,,,,,,,,,,,,, +131,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,265.0,461.0,598.0,25193.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,,,,,10848.0,10595.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,648645.0,964905.0,,,,,,,,2.0,17394324.0,,,,,,,,,,,,,,,,,,, +132,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-01-16 14:47:57.000000,2025-01-15 17:55:22,3816.0,119.0,1998.0,143.0,4172.0,114.0,3531.0,18632.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2025-01-14 16:11:41.000,2.9.0,100.0,haystack,,,,,767.0,762.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6249.0,6249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Intel-ACPI,2021-01-19 08:37:25.000,2025-01-16 14:21:49.000000,2025-01-16 14:21:46,18822.0,81.0,5743.0,70.0,11754.0,942.0,15959.0,14018.0,Convert Machine Learning Code Between Frameworks.,1480.0,35,False,2024-11-03 19:38:51.000,1.0.0.1,134.0,ivy,,,,,14.0,,https://pypi.org/project/ivy,2024-11-03 21:39:07.000,14.0,21212.0,21212.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +134,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,11782.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4440.0,4315.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,49926.0,52231.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,168278.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +135,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-01-16 01:05:15.000000,2024-08-30 03:34:11,5357.0,,1775.0,135.0,1036.0,388.0,1950.0,9074.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,6974.0,6943.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,281678.0,282848.0,https://anaconda.org/conda-forge/pycaret,2024-04-25 15:07:46.052,61356.0,,,,,2.0,720.0,,,,,,,,,,,,,,,,,,, +136,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-01-11 05:36:58.000000,2025-01-11 05:35:54,704.0,6.0,352.0,69.0,132.0,32.0,155.0,8651.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,59274.0,57234.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5666026.0,5672268.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,318385.0,,,,,2.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-01-16 13:47:20.000000,2025-01-15 23:57:47,40082.0,422.0,914.0,154.0,11098.0,1073.0,5649.0,8596.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,2887.0,2887.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-01-16 01:05:10.000000,2025-01-16 01:05:10,3440.0,123.0,797.0,76.0,3822.0,162.0,936.0,7276.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",214.0,35,True,2025-01-06 02:42:48.000,1.3.19,174.0,bentoml,,,,,2368.0,2335.0,https://pypi.org/project/bentoml,2025-01-06 02:42:48.000,33.0,77174.0,77189.0,,,,,,,,2.0,726.0,,,,,,,,,,,,,,,,,,, +139,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-01-16 02:41:13.000000,2025-01-16 02:39:03,3615.0,192.0,737.0,146.0,133.0,104.0,352.0,6351.0,Fit interpretable models. Explain blackbox machine learning.,48.0,35,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],868.0,818.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,159601.0,159601.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +140,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,49.0,657.0,62.0,145.0,71.0,450.0,6065.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2280.0,2225.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,745583.0,745789.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12373.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,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,15.0,1123.0,190.0,242.0,279.0,287.0,5927.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,,,,5952.0,5692.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,192861.0,202258.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,479278.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-01-16 01:11:43.000000,2025-01-15 17:56:46,10571.0,28.0,1725.0,144.0,2523.0,678.0,1241.0,5672.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",252.0,35,True,2024-04-03 16:21:23.000,2.8.0,959.0,deepchem,conda-forge/deepchem,,,['tensorflow'],506.0,491.0,https://pypi.org/project/deepchem,2025-01-16 01:11:43.000,15.0,63597.0,65643.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112546.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,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-01-16 00:18:41.000000,2025-01-04 10:16:52,1749.0,17.0,623.0,60.0,1898.0,158.0,1274.0,4569.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,744.0,35,True,2024-08-13 12:47:02.000,0.5.1,1860.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3576.0,3475.0,https://pypi.org/project/pytorch-ignite,2025-01-16 00:18:41.000,101.0,149780.0,152487.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,213907.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,42.0,229.0,65.0,145.0,82.0,621.0,4105.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,,,,10461.0,10126.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3111956.0,3119797.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,431260.0,,,,,2.0,,,,,,,,-1.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-01-16 13:24:18.000000,2024-12-20 11:15:55,8639.0,32.0,715.0,101.0,13398.0,35.0,866.0,3895.0,State of the Art Natural Language Processing.,114.0,35,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],575.0,538.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4070474.0,4070474.0,,,,,,,,2.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-01-16 11:34:40.000000,2024-12-20 23:50:21,2324.0,7.0,655.0,73.0,2919.0,263.0,729.0,2581.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",229.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,4487566.0,4487566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,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,171.0,1669.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,,,,82682.0,80063.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,14138102.0,14138653.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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-01-09 15:35:18.000000,2025-01-09 15:35:18,1576.0,8.0,408.0,49.0,1528.0,182.0,691.0,1638.0,Exploratory analysis of Bayesian models with Python.,165.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9137.0,8824.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1168519.0,1209253.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2281028.0,,,,,1.0,178.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-01-16 10:05:30.000000,2025-01-16 10:05:29,1999.0,126.0,177.0,29.0,1976.0,43.0,197.0,1241.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,84.0,35,True,2024-12-12 12:04:02.000,2025.0.1,32.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],12889.0,12834.0,https://pypi.org/project/scikit-learn-intelex,2024-12-12 12:04:02.000,55.0,73608.0,82713.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,409767.0,,,,,1.0,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,,, +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,7.0,7505.0,389.0,694.0,542.0,3081.0,31010.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",276.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2238.0,2225.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,1.0,9838.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,531206.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,26017.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,,,,7337.0,7090.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1570220.0,1572472.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,117135.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-01-14 17:07:47.000000,2024-12-23 13:35:54,9029.0,14.0,3127.0,275.0,1308.0,159.0,717.0,19609.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,150.0,146.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,33028.0,33036.0,,,,,,,,1.0,663.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,269.0,64.0,344.0,13414.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,,,,4840.0,4639.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,833262.0,844889.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,604642.0,,,,,2.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-01-16 01:42:16.000000,2025-01-16 01:42:13,2668.0,9.0,697.0,105.0,499.0,610.0,1270.0,9729.0,An open source multi-tool for exploring and publishing data.,81.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1809.0,1394.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,212694.0,213841.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,51576.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +155,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-01-14 08:39:02.000000,2024-11-03 12:40:00,33357.0,25.0,1994.0,199.0,5869.0,46.0,3393.0,9581.0,Perform data science on data that remains in someone elses server.,515.0,34,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,25930.0,26104.0,,,,,,,,1.0,2446.0,,,,,,,,,,,,,,,,,,, +156,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-01-15 19:57:08.000000,2025-01-15 19:53:30,1198.0,18.0,1318.0,150.0,182.0,277.0,1365.0,8982.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1108.0,1094.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4965.0,9540.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,283657.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-01-16 05:49:07.350000,2025-01-14 16:41:14,6225.0,110.0,1194.0,125.0,1775.0,115.0,735.0,8734.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-01-14 22:59:02.000,3.3.0,142.0,perspective-python,conda-forge/perspective,,,['jupyter'],192.0,158.0,https://pypi.org/project/perspective-python,2025-01-14 22:56:48.000,28.0,20473.0,47861.0,https://anaconda.org/conda-forge/perspective,2025-01-16 05:49:07.350,1463754.0,,,,,2.0,7905.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-01-14 22:54:19.737,6.0,336.0,,,,,,,,,,,,, +158,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,351.0,3432.0,134.0,1140.0,8514.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,30786.0,36062.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,269126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,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,85.0,292.0,81.0,376.0,7898.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,,,,53128.0,52503.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2449714.0,2472849.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1249046.0,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +160,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,21.0,812.0,127.0,291.0,488.0,341.0,7567.0,Uniform Manifold Approximation and Projection.,138.0,34,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,1331416.0,1381892.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2776227.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-01-16 01:08:33.000000,2024-12-24 06:19:04,4785.0,97.0,895.0,140.0,503.0,94.0,817.0,7337.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,,,,3607.0,3411.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,221096.0,221239.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8337.0,,,,,2.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-01-16 00:37:08.000000,2025-01-15 22:25:03,32559.0,33.0,2004.0,386.0,6905.0,2850.0,6683.0,6991.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",270.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,202467.0,202467.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,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,2024-12-23 16:42:48.000000,2024-12-23 16:42:41,883.0,14.0,1289.0,143.0,516.0,48.0,570.0,6893.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,13621109.0,13632975.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,652640.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-01-16 02:57:45.000000,2025-01-16 02:57:45,30587.0,133.0,1613.0,189.0,2243.0,28.0,1617.0,5192.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,9342.0,14660.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,292527.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-01-14 21:40:27.551000,2025-01-14 19:57:26,1240.0,89.0,501.0,281.0,930.0,249.0,342.0,5034.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'],2869.0,2743.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,240021.0,242933.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,107755.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-01-16 14:05:19.000000,2025-01-16 13:02:29,12518.0,62.0,1171.0,101.0,1420.0,144.0,881.0,4992.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",140.0,34,True,2024-12-20 00:51:46.000,1.19.0,62.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,663.0,643.0,https://pypi.org/project/adversarial-robustness-toolbox,2024-12-20 00:38:03.000,20.0,39850.0,40943.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2024-12-30 16:03:26.015,59048.0,,,,,1.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-01-13 21:40:01.000000,2024-12-30 17:20:19,1353.0,21.0,292.0,41.0,502.0,103.0,252.0,4089.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1427.0,1368.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,917397.0,921020.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,123208.0,,,,,1.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-01-14 17:33:38.000000,2025-01-14 17:30:10,2077.0,53.0,405.0,52.0,1830.0,79.0,487.0,3148.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1386.0,1302.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,197785.0,200364.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,136687.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-01-09 16:44:28.000000,2025-01-09 16:44:27,1067.0,21.0,505.0,57.0,153.0,359.0,172.0,2839.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'],4956.0,4604.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,499948.0,544900.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2292588.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-01-13 12:46:58.000000,2024-12-11 13:00:06,5345.0,1.0,277.0,79.0,799.0,21.0,133.0,2828.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,,,,59226.0,59074.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,8760270.0,8818608.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3266585.0,,,,,2.0,762.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-01-15 09:56:01.000000,2025-01-15 09:55:19,5377.0,57.0,562.0,20.0,1476.0,1136.0,716.0,2349.0,"This is the development home of the workflow management system Snakemake. For general information, see.",348.0,34,True,2025-01-08 19:26:46.000,8.27.1,376.0,snakemake,bioconda/snakemake,,,,2468.0,2211.0,https://pypi.org/project/snakemake,2025-01-08 19:26:46.000,257.0,87474.0,99086.0,https://anaconda.org/bioconda/snakemake,2025-01-08 21:05:49.978,1288998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,59.0,714.0,88.0,6050.0,257.0,872.0,2122.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1678.0,1661.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,29105.0,29105.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +173,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,10.0,160.0,43.0,85.0,6.0,137.0,2083.0,a python library for doing approximate and phonetic matching of strings.,34.0,34,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,12508.0,12232.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6938708.0,6960043.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1173428.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-06 22:33:49.000000,2025-01-06 22:33:47,3130.0,32.0,366.0,55.0,1222.0,313.0,994.0,1452.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,,,,7046.0,6328.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,314374.0,392756.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4389392.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,40.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4357.0,4308.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,12924954.0,12931031.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,267411.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,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-01-13 17:31:00.000000,2025-01-06 18:15:37,581.0,23.0,104.0,35.0,74.0,72.0,84.0,960.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,,,,114123.0,113590.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,12967872.0,13309847.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13679003.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +177,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-01-08 03:51:50.000000,2025-01-08 03:51:50,3784.0,46.0,4351.0,386.0,4259.0,446.0,1273.0,39014.0,"Making large AI models cheaper, faster and more accessible.",192.0,33,True,2025-01-03 03:53:16.000,0.4.7,47.0,,,,,,457.0,457.0,,,,,,,,,,,,,2.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-01-16 12:23:45.000000,2025-01-16 12:22:27,7539.0,1136.0,3012.0,274.0,7705.0,137.0,708.0,27527.0,You like pytorch? You like micrograd? You love tinygrad!.,361.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],152.0,152.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-01-16 11:22:49.000000,2025-01-16 09:47:35,18991.0,285.0,4894.0,395.0,5783.0,147.0,4006.0,27086.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,864.0,33,False,2025-01-14 17:07:35.000,25.1.3.0,512.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-01-14 17:08:28.000,,21930.0,21930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +180,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,674.0,1678.0,150.0,1986.0,25607.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'],514.0,490.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,26913.0,43086.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3464.0,,,,,2.0,1222940.0,,,,,,,,,,,,,,,,,,, +181,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-01-16 14:06:57.000000,2025-01-16 14:06:38,3795.0,420.0,1454.0,129.0,4162.0,348.0,1051.0,21367.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",129.0,33,True,2025-01-08 19:45:07.000,1.12.6,90.0,,,,,,116.0,116.0,,,,,6146.0,,,,,,,,2.0,276579.0,,,,,,,,,,,,,,,,,,, +182,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-15 20:05:34.000000,2024-08-01 02:26:04,1422.0,,3739.0,754.0,1142.0,417.0,589.0,19286.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'],557.0,552.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8671.0,8671.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,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,469.0,671.0,590.0,672.0,15737.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'],1536.0,1522.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9140.0,9140.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,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,117.0,120.0,535.0,11702.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,,,,7333.0,7130.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,148244.0,152674.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,243669.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +185,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,2.0,2323.0,219.0,256.0,129.0,419.0,10252.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,1555255.0,1566245.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,593487.0,,,,,2.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-01-08 09:52:41.000000,2024-12-25 06:44:36,2948.0,9.0,1687.0,93.0,1707.0,21.0,2138.0,8814.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'],1349.0,1342.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1795.0,1795.0,,,,,,,,2.0,,,,,,,,-1.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,2024-12-27 12:36:14.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,278.0,143.0,559.0,7316.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,,,,19207.0,18754.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,1891311.0,1907171.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,808881.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-01-16 09:20:52.000000,2025-01-16 08:39:00,3891.0,353.0,1283.0,253.0,10015.0,1033.0,1658.0,6930.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",114.0,33,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,36851.0,36858.0,,,,,,,,2.0,645.0,intel-analytics/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,,, +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-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,178.0,1153.0,27.0,1429.0,6803.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],328.0,305.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,11461.0,11461.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,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,196.0,206.0,13.0,1343.0,6303.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'],1678.0,1660.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13697.0,14010.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12166.0,,,,,3.0,187.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-01-11 10:57:22.047000,2025-01-10 13:08:02,1107.0,13.0,392.0,81.0,550.0,66.0,464.0,5936.0,A scikit-learn compatible neural network library that wraps PyTorch.,65.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1602.0,1508.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,159384.0,174605.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,791496.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,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,5896.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,,,,3421.0,3363.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,13034.0,13392.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21166.0,,,,,3.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-01-13 16:32:20.000000,2025-01-13 16:32:13,2465.0,32.0,660.0,97.0,276.0,505.0,575.0,5775.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2024-12-18 15:45:08.000,1.17.0,175.0,clearml,,allegroai/trains,,,1564.0,1513.0,https://pypi.org/project/clearml,2024-12-18 15:41:51.000,51.0,337698.0,338197.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3084.0,clearml/clearml,,,,,,,,,,,,,,,,,, +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,4546.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,5422612.0,5450859.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1553609.0,,,,,2.0,115.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-01-01 14:29:12.000000,2024-12-20 19:13:34,3885.0,6.0,867.0,57.0,1723.0,427.0,1272.0,4299.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'],814.0,792.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,37990.0,67597.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,427732.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1384194.0,2.0,7559.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-01-14 00:35:45.000000,2024-12-20 10:10:54,3603.0,146.0,389.0,32.0,3418.0,59.0,2128.0,4182.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,105.0,33,True,2024-12-18 15:46:15.000,2.6.0,100.0,rubrix,conda-forge/rubrix,,,,2871.0,2871.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3575.0,4674.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,40664.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,17.0,355.0,58.0,1405.0,123.0,185.0,3984.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,,,,879.0,817.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,102017.0,103045.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,57568.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,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,10.0,122.0,75.0,75.0,9.0,136.0,3838.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,26694.0,26123.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4080832.0,4087360.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,313345.0,,,,,2.0,32.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-01-16 11:34:53.000000,2024-08-14 20:32:21,1311.0,,812.0,320.0,1470.0,332.0,519.0,3523.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,815282.0,815282.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,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-01-13 17:09:13.000000,2025-01-13 17:09:13,1541.0,15.0,366.0,91.0,787.0,138.0,453.0,3353.0,Quickly and accurately render even the largest data.,60.0,33,True,2024-07-04 16:40:09.000,0.16.3,51.0,datashader,conda-forge/datashader,,,,5528.0,5332.0,https://pypi.org/project/datashader,2024-07-04 12:26:22.000,196.0,109657.0,132889.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1301042.0,,,,,2.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-01-16 09:55:31.000000,2025-01-16 09:54:36,3054.0,36.0,717.0,77.0,947.0,297.0,652.0,2800.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",133.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1384.0,1331.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,65181.0,65191.0,,,,,,,,2.0,587.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,8.0,559.0,70.0,487.0,267.0,713.0,2395.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,,,,3428.0,3267.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2533804.0,2540833.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,393640.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-01-11 21:49:20.000000,2024-12-13 18:16:32,3772.0,14.0,193.0,49.0,1405.0,134.0,743.0,2015.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,,,,3026.0,3005.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,282767.0,298484.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,817290.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +204,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,1627.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13105.0,12893.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,956218.0,1113209.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,156991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +205,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-01-06 13:11:22.000000,2025-01-06 13:11:15,1875.0,2.0,200.0,33.0,215.0,26.0,403.0,1425.0,The ctypes-based simple ImageMagick binding for Python.,108.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20426.0,20169.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,917097.0,919309.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,98498.0,,,,,2.0,51620.0,,,,,,,,,,,,,,,,,,, +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,2024-12-26 17:40:52.000000,2024-12-26 17:40:48,2934.0,27.0,249.0,36.0,234.0,48.0,514.0,1335.0,Python interface for igraph.,77.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4700.0,4294.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,209743.0,228263.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,672242.0,,,,,1.0,566192.0,,,,,,,,,,,,,,,,,,, +207,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-04 15:56:30.000000,2025-01-04 15:55:49,338.0,11.0,3131.0,155.0,57.0,138.0,142.0,21469.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",22.0,32,True,2025-01-04 15:56:30.000,1.9.1,214.0,vit-pytorch,,,,['pytorch'],601.0,584.0,https://pypi.org/project/vit-pytorch,2025-01-04 15:56:30.000,17.0,26476.0,26476.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,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,1.0,4535.0,451.0,469.0,427.0,1736.0,18732.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,32,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,181791.0,211439.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1332771.0,,,,,1.0,2921.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,1017.0,1869.0,363.0,658.0,17926.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,2856.0,3037.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9449.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,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,15.0,2682.0,303.0,954.0,249.0,698.0,15995.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,9811.0,9825.0,,,,,,,,1.0,765.0,,,,,,,,,,,,,,,,,,, +211,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2024-11-06 07:08:07.000000,2024-11-03 18:25:41,1700.0,4.0,2852.0,379.0,475.0,3.0,1921.0,15053.0,Python Echarts Plotting Library.,45.0,32,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5073.0,4858.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,,3.0,,,,,,,,2.0,72.0,,,,,,,-6.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-01-13 23:00:16.000000,2024-10-17 22:52:09,3861.0,,1193.0,194.0,2870.0,45.0,1037.0,11272.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'],297.0,291.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2431.0,2431.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,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,24373.0,24505.0,,,,,,,,3.0,11279.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,282.0,3401.0,51.0,1494.0,10495.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.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,3384.0,3384.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,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-01-02 20:27:51.226000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,298.0,639.0,9805.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'],3207.0,3169.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,39071.0,44216.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,283013.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,260.0,148.0,107.0,104.0,9237.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,7056352.0,7067893.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,577086.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,2024-12-31 19:20:12.000000,2024-12-31 19:20:12,2499.0,6.0,987.0,200.0,2331.0,261.0,847.0,8627.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,325244.0,329887.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,213621.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-01-15 19:38:00.000000,2025-01-15 19:37:59,567.0,7.0,1215.0,172.0,446.0,68.0,474.0,8527.0,Automatic extraction of relevant features from time series:.,98.0,32,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,210059.0,235326.0,https://anaconda.org/conda-forge/tsfresh,2025-01-11 09:36:48.060,1414967.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +219,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-01-09 08:42:24.000000,2025-01-08 16:40:06,1279.0,32.0,896.0,63.0,1053.0,245.0,1358.0,8244.0,A python library for user-friendly forecasting and anomaly detection on time series.,127.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,73500.0,75102.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,66716.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1087.0,1.0,,,,,,,,,,,,,,,,,,,, +220,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,8.0,1550.0,130.0,172.0,5.0,363.0,8024.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,,,,,3389.0,3235.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,365494.0,365495.0,,,,,,,,2.0,170.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +221,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-01-15 20:29:06.000000,2025-01-15 20:29:03,3291.0,7.0,972.0,138.0,674.0,63.0,1168.0,7307.0,Python library for audio and music analysis.,125.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2660979.0,2676727.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,850440.0,,,,,2.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-01-15 17:16:03.000000,2025-01-15 17:16:01,217.0,12.0,1113.0,202.0,166.0,148.0,346.0,6385.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,218264.0,222175.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,203393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-01-07 11:30:51.352000,2024-12-29 18:15:55,632.0,7.0,723.0,109.0,197.0,11.0,356.0,5971.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,2154940.0,2166813.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,641169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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-01-15 20:02:09.000000,2025-01-15 13:07:09,2236.0,23.0,322.0,45.0,2213.0,383.0,670.0,5302.0,Aim An easy-to-use & supercharged open-source experiment tracker.,79.0,32,True,2024-12-18 16:58:41.000,3.27.0,1180.0,aim,conda-forge/aim,,,,825.0,785.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,153723.0,155957.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,93840.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,31.0,552.0,85.0,636.0,122.0,500.0,5163.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,,,,684.0,620.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,72474.0,74572.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,94439.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,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,,668.0,66.0,228.0,245.0,164.0,4488.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,,,,7574.0,7440.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,544546.0,550386.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,286195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,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,7.0,2506.0,1940.0,540.0,390.0,1078.0,4135.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,274419.0,274427.0,,,,,,,,2.0,661.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,2024-10-09 16:24:11.000000,2024-10-09 16:24:08,1187.0,,1661.0,156.0,210.0,13.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,1883443.0,1885543.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,111335.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,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-01-15 15:52:37.000000,2025-01-15 15:52:34,1331.0,59.0,285.0,30.0,1196.0,73.0,515.0,3247.0,A python library for self-supervised learning on images.,61.0,32,True,2025-01-07 09:43:17.000,1.5.16,129.0,lightly,,,,['pytorch'],381.0,364.0,https://pypi.org/project/lightly,2024-11-29 08:09:44.000,17.0,31160.0,31160.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,63.0,546.0,318.0,393.0,2753.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,,,,7566.0,7198.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,587599.0,601934.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,759796.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-08 00:20:48.770000,2025-01-07 17:58:40,971.0,5.0,395.0,39.0,153.0,46.0,250.0,2420.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-07 18:02:08.000,2.7.0,34.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2826.0,2526.0,https://pypi.org/project/category_encoders,2025-01-07 18:02:48.000,300.0,1258426.0,1266047.0,https://anaconda.org/conda-forge/category_encoders,2025-01-08 00:20:48.770,297235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-01-15 08:11:55.374000,2025-01-15 08:08:08,1970.0,52.0,154.0,30.0,375.0,69.0,115.0,2397.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",61.0,32,True,2025-01-15 08:11:55.374,2.17.0,137.0,usearch,,unum/usearch,,,196.0,154.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,234742.0,244180.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,44611.0,,usearch,https://www.npmjs.com/package/usearch,2025-01-15 08:11:55.374,15.0,6953.0,,,,,,,,,,,,, +233,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-01-10 07:57:55.000000,2025-01-10 07:57:54,968.0,14.0,149.0,25.0,447.0,168.0,321.0,2193.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,58.0,32,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1129.0,929.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,339392.0,339392.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +234,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-01-15 18:29:10.000000,2025-01-15 18:22:56,746.0,15.0,345.0,46.0,407.0,71.0,248.0,1738.0,Training PyTorch models with differential privacy.,82.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],997.0,961.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,73533.0,74090.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,19999.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +235,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2024-12-23 17:47:51.000000,2024-12-23 17:47:51,1986.0,19.0,289.0,45.0,292.0,59.0,215.0,1583.0,TensorLy: Tensor Learning in Python.,69.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,966.0,867.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,46981.0,54260.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,371258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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,3.0,362.0,68.0,617.0,297.0,361.0,1501.0,A Jupyter - Leaflet.js bridge.,91.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],13872.0,13588.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,146004.0,174825.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1347724.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,4755.0,,,,,,,,,,,,, +237,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,29.0,252.0,50.0,552.0,33.0,189.0,1353.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,,,,2451.0,2338.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1732804.0,1741273.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,465849.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +238,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-12 21:15:47.000000,2025-01-12 21:15:47,1210.0,63.0,216.0,23.0,160.0,30.0,205.0,1154.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'],726.0,689.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,167689.0,172393.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,178787.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,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-01-14 22:50:24.000000,2025-01-14 22:50:24,11617.0,28.0,246.0,55.0,12358.0,251.0,2221.0,989.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],189.0,155.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,243266.0,243266.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-01-10 16:36:12.000000,2025-01-10 16:36:12,14751.0,137.0,442.0,58.0,2270.0,167.0,816.0,730.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,,,,1461.0,1333.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,34149.0,44751.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,551347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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-07 06:53:22.000000,2025-01-07 06:53:22,599.0,33.0,112.0,18.0,202.0,123.0,140.0,729.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-02 16:12:48.000,0.13.0,16.0,soundfile,anaconda/pysoundfile,,,,50787.0,49775.0,https://pypi.org/project/soundfile,2025-01-02 16:08:02.000,1012.0,3312627.0,3312788.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21133.0,,,,,,,,,,,,,,,,,,, +242,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-13 08:35:34.000000,2025-01-12 18:52:30,630.0,67.0,38.0,10.0,78.0,12.0,27.0,221.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,,,,54736.0,54625.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,9316444.0,9362230.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2380277.0,,,,,2.0,810.0,,,,,,,,,,,,,,,,,,, +243,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2867.0,388.0,125.0,239.0,561.0,26206.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],885.0,873.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24281.0,84424.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,101279.0,,,,,2.0,3686185.0,,,,,,,,,,,,,,,,,,, +244,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,285.0,3507.0,417.0,1684.0,14098.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,15238.0,15238.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,1006.0,574.0,727.0,12778.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'],1821.0,1814.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5977.0,5988.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +246,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-01-10 15:17:06.000000,2025-01-10 15:16:59,2978.0,14.0,2447.0,209.0,488.0,246.0,481.0,10441.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,59.0,59.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1722.0,1722.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +247,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9797.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1398.0,1379.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,17728.0,18343.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,38157.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +248,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,456.0,263.0,579.0,364.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'],5108.0,5094.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,2975.0,2975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,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,2.0,1399.0,301.0,897.0,145.0,760.0,9178.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],804.0,791.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18902.0,19124.0,,,,,,,,2.0,19132.0,,,,,,,-1.0,,,,,,,,,,,, +250,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-02 16:30:24.107000,2023-04-18 11:08:13,2759.0,,1282.0,214.0,726.0,201.0,829.0,7686.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'],673.0,639.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,13006.0,13633.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28255.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +251,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-01-14 17:04:07.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7335.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1951.0,1877.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,55929.0,60023.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,225221.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,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,211.0,1052.0,27.0,615.0,6765.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],427.0,423.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11211.0,11211.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +253,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,296.0,161.0,268.0,5785.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,,,,1143.0,1129.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11793.0,11967.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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,127.0,40.0,75.0,147.0,5713.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4496.0,4380.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,824143.0,824488.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19366.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +255,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,15.0,407.0,73.0,304.0,62.0,533.0,4821.0,Visualizer for pandas data structures.,30.0,31,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1372.0,1324.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,72303.0,78946.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,372052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-05 22:22:11.904000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4552.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,,,,49257.0,48822.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,374486.0,378378.0,https://anaconda.org/conda-forge/imutils,2025-01-05 22:22:11.904,210194.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,,991.0,152.0,132.0,139.0,104.0,4454.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,,,,5247.0,5140.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,181940.0,182626.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,32267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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-01-16 14:05:09.000000,2025-01-15 18:34:59,15617.0,59.0,541.0,77.0,3715.0,919.0,1637.0,4349.0,cuML - RAPIDS Machine Learning Library.,179.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,2921.0,2921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,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-01-15 23:54:30.000000,2025-01-13 10:57:45,1934.0,28.0,637.0,46.0,933.0,490.0,318.0,4082.0,Time series forecasting with PyTorch.,61.0,31,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,493.0,471.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,56089.0,57441.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,70332.0,,,,,2.0,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +260,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-01-12 20:58:21.000000,2025-01-12 20:58:21,1363.0,7.0,323.0,58.0,249.0,70.0,452.0,3743.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1041.0,1011.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,270601.0,289728.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1052031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-13 19:52:57.000000,2024-12-12 13:55:22,3907.0,7.0,562.0,58.0,923.0,380.0,983.0,3627.0,A highly efficient implementation of Gaussian Processes in PyTorch.,136.0,31,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2746.0,2577.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,244401.0,247789.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,189728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,,337.0,62.0,78.0,20.0,124.0,3490.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15716.0,15474.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1243741.0,1252076.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,416762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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,148019.0,148200.0,,,,,,,,3.0,17995.0,,,,,,,,,,,,,,,,,,, +264,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,78.0,80.0,74.0,162.0,3424.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,,,,8165.0,8045.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1612476.0,1615406.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,266632.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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-08 09:35:22.000000,2025-01-08 09:35:15,7403.0,2.0,618.0,116.0,1191.0,365.0,1115.0,3352.0,High-performance interactive 2D/3D data visualization library.,199.0,31,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],1985.0,1809.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,,13133.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,681971.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,19.0,,,,,,,,,,,,, +266,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-01-13 21:22:32.000000,2025-01-11 04:05:52,1216.0,16.0,374.0,36.0,558.0,123.0,467.0,3245.0,Scalable and user friendly neural forecasting algorithms.,48.0,31,True,2025-01-02 19:50:52.000,2.0.0,29.0,neuralforecast,conda-forge/neuralforecast,,,,310.0,287.0,https://pypi.org/project/neuralforecast,2025-01-02 19:50:52.000,23.0,50380.0,51217.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-03 15:14:21.023,28473.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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,2024-12-23 08:50:11.458000,2024-12-17 12:15:00,997.0,7.0,235.0,37.0,557.0,72.0,177.0,2939.0,JAX-based neural network library.,84.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2421.0,2246.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,178957.0,179529.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,26913.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +268,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,61.0,499.0,222.0,273.0,2866.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'],5091.0,4976.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,287834.0,288958.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,46117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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,3.0,361.0,82.0,169.0,218.0,149.0,2367.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,,,,7037.0,6882.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,270201.0,274747.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,218793.0,,,,,2.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,568.0,,,,,,,,,,,,, +270,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-01-16 07:06:57.000000,2025-01-11 21:48:52,1897.0,99.0,209.0,48.0,302.0,185.0,166.0,2197.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-01-11 21:49:08.000,0.35.6,201.0,graphistry,,,,['jupyter'],139.0,133.0,https://pypi.org/project/graphistry,2025-01-11 21:49:08.000,6.0,14376.0,14376.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,260.0,47.0,354.0,220.0,143.0,2083.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,,,,,16674.0,16271.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2113415.0,2113415.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-11 16:50:54.000000,2025-01-11 16:50:54,921.0,41.0,425.0,39.0,958.0,160.0,333.0,1988.0,A Python package to assess and improve fairness of machine learning models.,91.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,484029.0,484826.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,39889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-01-08 21:52:21.000000,2025-01-08 20:38:27,2897.0,25.0,189.0,27.0,733.0,114.0,462.0,1728.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,,,,,288.0,269.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,13347.0,13351.0,,,,,,,,2.0,230.0,,,,,,,,,,,,,,,,,,, +274,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,57.0,1884.0,92.0,899.0,1694.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,1303771.0,1303771.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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,2.0,235.0,37.0,256.0,65.0,274.0,1610.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,,,,10532.0,10379.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2419119.0,2443384.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1237553.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,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-01-16 14:10:52.000000,2025-01-16 14:10:52,4549.0,164.0,53.0,177.0,601.0,163.0,500.0,1609.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,,,,,173.0,158.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,39231.0,39281.0,,,,,,,,2.0,3158.0,,,,,,,,,,,,,,,,,,, +277,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-01-13 20:06:30.000000,2025-01-07 09:00:44,1632.0,20.0,171.0,18.0,863.0,110.0,457.0,1384.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,845.0,809.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,72930.0,77069.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,231813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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-01-15 21:58:01.000000,2024-11-28 09:24:18,4025.0,224.0,144.0,9.0,696.0,23.0,164.0,1214.0,Time series forecasting with machine learning models.,17.0,31,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],400.0,385.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,86440.0,86440.0,,,,,,,,2.0,,skforecast/skforecast,,,,,,,,,,,,,,,,,, +279,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,2024-12-16 22:46:09.000000,2024-12-16 13:06:20,736.0,9.0,110.0,26.0,593.0,364.0,464.0,1159.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,31,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6608.0,6390.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,157092.0,169824.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,700309.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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-01-16 06:32:43.000000,2025-01-16 06:32:39,14352.0,180.0,295.0,35.0,1933.0,499.0,685.0,1081.0,Python package for earth-observing satellite data processing.,173.0,31,False,2024-11-08 15:43:09.000,0.53.0,99.0,satpy,conda-forge/satpy,,,,185.0,154.0,https://pypi.org/project/satpy,2024-11-08 15:43:09.000,31.0,9193.0,13644.0,https://anaconda.org/conda-forge/satpy,2024-12-26 17:05:07.104,244824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +281,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-01-16 09:27:25.000000,2025-01-07 12:16:37,177956.0,2237.0,96.0,51.0,2419.0,69.0,315.0,689.0,TensorFlow ROCm port.,4773.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,7217.0,7217.0,,,,,,,,3.0,27.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +282,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,42.0,111.0,28.0,3628.0,535.0,3417.0,551.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,,,,544.0,445.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,13840.0,26844.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,715224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,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,1249.0,557.0,840.0,2543.0,17540.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,987.0,1124.0,,,,,,,,3.0,14816.0,,,,,,,,,,,,,,,,,,, +284,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-01-11 04:06:05.000000,2025-01-11 04:06:05,1750.0,9.0,774.0,88.0,815.0,111.0,290.0,10050.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,442.0,424.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,41394.0,42176.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,35200.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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,,2162.0,289.0,98.0,311.0,446.0,8690.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,,,,1747.0,1728.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,7834.0,19747.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8551.0,,,,,2.0,952174.0,,,,,,,,,,,,,,,,,,, +286,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,9.0,1401.0,100.0,672.0,735.0,530.0,8502.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2932.0,2932.0,,,,,7788.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,397218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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,788.0,5851.0,Gluon CV Toolkit.,119.0,30,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,99575.0,99575.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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,2024-07-28 06:06:31.000000,2024-06-24 00:50:16,586.0,,1081.0,111.0,265.0,107.0,502.0,5644.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,30,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4727.0,4585.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,133178.0,133771.0,https://anaconda.org/conda-forge/pandas-ta,2023-06-16 19:27:34.124,23134.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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,2024-12-11 11:18:25.000000,2024-12-11 11:18:25,926.0,5.0,634.0,149.0,800.0,141.0,356.0,4804.0,Deep Learning Visualization Toolkit.,36.0,30,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,161733.0,161741.0,,,,,,,,2.0,493.0,,,,,,,,,,,,,,,,,,, +290,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,3.0,760.0,77.0,1823.0,328.0,637.0,4729.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,487613.0,487645.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,4491.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,,,,1590.0,1525.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,113022.0,113722.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,30112.0,,,,,2.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,2.0,383.0,70.0,376.0,103.0,460.0,4274.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,,,,3408.0,3348.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,20815.0,21015.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7620.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,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,1.0,551.0,120.0,386.0,77.0,743.0,4202.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,,,,367.0,348.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,95346.0,97808.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,91114.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,4112.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6725.0,6575.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,569285.0,575229.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,297204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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-01-16 00:14:16.000000,2024-12-14 01:16:55,1262.0,25.0,512.0,66.0,775.0,2.0,562.0,3863.0,On-device wake word detection powered by deep learning.,41.0,30,True,2025-01-16 00:13:27.000,3.0.4,36.0,pvporcupine,,,,,74.0,36.0,https://pypi.org/project/pvporcupine,2025-01-16 00:13:27.000,38.0,11757.0,11757.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,4.0,466.0,102.0,1067.0,271.0,368.0,3643.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,136727.0,165923.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1464374.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,3047.0,,,,,,,,,,,,, +297,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,3439.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,,,,1340.0,1277.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,421932.0,425293.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,171429.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +298,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,3230.0,PyTorch extensions for high performance and large scale training.,76.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7384.0,7231.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,381446.0,391198.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,370606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,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-01-07 00:10:47.000000,2025-01-07 00:10:17,8383.0,97.0,357.0,84.0,9842.0,97.0,349.0,3079.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,27536.0,27791.0,,,,,,,,3.0,11756.0,,,,,,,,,,,,,,,,,,, +300,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,65.0,347.0,29.0,340.0,95.0,41.0,3057.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1210.0,1204.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,15316.0,15413.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,3981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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,60.0,195.0,139.0,197.0,2932.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'],1666.0,1587.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,356020.0,383119.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1490464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,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-01-10 16:26:40.000000,2025-01-10 15:57:55,1707.0,32.0,334.0,37.0,370.0,40.0,185.0,2763.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,30,True,2025-01-10 16:26:40.000,2.7.6,49.0,shapash,,,,['jupyter'],191.0,187.0,https://pypi.org/project/shapash,2025-01-10 16:26:40.000,4.0,7952.0,7952.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-01-07 00:33:32.000000,2024-12-09 12:56:45,2995.0,79.0,1007.0,123.0,544.0,61.0,305.0,2599.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,413981.0,437057.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1176923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,4.0,428.0,93.0,119.0,79.0,265.0,2348.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1649.0,1639.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7455.0,8767.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,59055.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,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,23.0,50.0,38.0,203.0,2348.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,,,,598.0,585.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,53501.0,54702.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,58889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,256.0,55.0,79.0,52.0,232.0,2038.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1197.0,1161.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,67536.0,71508.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,214117.0,,,,,2.0,768.0,,,,,,,,,,,,,,,,,,, +307,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-01-16 11:35:15.000000,2025-01-16 02:05:40,2320.0,151.0,452.0,34.0,2492.0,322.0,130.0,2007.0,Pytorch domain library for recommendation systems.,309.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,170.0,170.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,3659.0,3659.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +308,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,19.0,193.0,21.0,181.0,49.0,140.0,1925.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,30,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,675.0,654.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,39567.0,39567.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,1.0,286.0,56.0,143.0,83.0,194.0,1896.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3532.0,3375.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,74390.0,89633.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,701208.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-01-15 22:26:26.000000,2024-10-04 09:56:03,2451.0,,435.0,76.0,1272.0,154.0,682.0,1857.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'],750.0,715.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,65405.0,66517.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,38941.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-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1813.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'],6916.0,6813.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,110601.0,112559.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,90074.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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,4.0,228.0,52.0,213.0,32.0,292.0,1732.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,,,,,1057.0,1023.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,21756.0,21756.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,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,144.0,32.0,123.0,42.0,269.0,1668.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,,,,2830.0,2674.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,113684.0,116378.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,148182.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-01-16 13:02:16.000000,2025-01-16 13:02:13,2402.0,215.0,164.0,12.0,1063.0,103.0,1011.0,1650.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2025-01-16 09:29:16.000,0.18.35,255.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-01-15 19:35:21.000,,10895.0,10895.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-01-08 01:24:21.000000,2025-01-08 01:24:21,10821.0,31.0,251.0,40.0,1513.0,209.0,358.0,1282.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,4254.0,4405.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,4706.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +316,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-01-07 17:23:38.000000,2025-01-07 17:23:38,3394.0,9.0,242.0,50.0,416.0,76.0,283.0,1079.0,"OpenCL integration for Python, plus shiny features.",96.0,30,True,2024-10-18 17:14:33.000,2024.3,103.0,pyopencl,conda-forge/pyopencl,,,,2295.0,2121.0,https://pypi.org/project/pyopencl,2024-10-18 17:25:30.000,174.0,76677.0,102764.0,https://anaconda.org/conda-forge/pyopencl,2024-10-22 02:56:13.460,1434786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,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-01-04 18:02:53.000000,2025-01-04 18:02:53,16704.0,51.0,383.0,46.0,1657.0,302.0,2998.0,939.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,1448.0,1510.0,,,,,,,,2.0,8245.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,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,2.0,122.0,32.0,133.0,24.0,77.0,933.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,,,,19793.0,19070.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2001771.0,2040926.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,900568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,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-15 02:53:57.000000,2025-01-15 02:39:39,1100.0,8.0,174.0,35.0,118.0,25.0,66.0,767.0,Snowball compiler and stemming algorithms.,35.0,30,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,12692437.0,12782588.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9105288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,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,15951.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,604.0,601.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1559.0,1559.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +321,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-01-16 02:45:17.000000,2024-12-03 04:02:11,2300.0,4.0,2911.0,200.0,3790.0,1251.0,4260.0,13005.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,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,796.0,796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,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,47.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,180802.0,181658.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,47129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,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-01-06 05:35:50.000000,2024-12-31 08:15:19,1065.0,19.0,935.0,140.0,763.0,135.0,349.0,7230.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,,,,503.0,485.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,40570.0,41308.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,36924.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +324,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,6229.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'],785.0,778.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1875.0,2053.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9796.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,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-01-10 18:33:36.000000,2025-01-10 18:33:36,630.0,4.0,779.0,85.0,358.0,54.0,348.0,5183.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,,,,,243.0,241.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,35524.0,35524.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,145.0,1599.0,387.0,403.0,5092.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,221348.0,221348.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,602.0,45.0,556.0,11.0,,4251.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,,,,1625.0,1594.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,186038.0,188879.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,85205.0,,,,,3.0,30900.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-01-16 11:10:40.000000,2025-01-16 11:00:23,929.0,38.0,452.0,43.0,1026.0,27.0,353.0,4150.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,33168.0,132544.0,,,,,,,,3.0,4670678.0,,,,,,,,,,,,,,,,,,, +329,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,39.0,15.0,121.0,3999.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,,,,20044.0,19922.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,179401.0,217341.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,379405.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +330,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-01-14 15:33:52.000000,2025-01-14 15:33:51,710.0,17.0,696.0,42.0,1044.0,147.0,808.0,3981.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",81.0,29,True,2024-10-31 09:01:10.000,1.2.0,34.0,anomalib,,,,,128.0,123.0,https://pypi.org/project/anomalib,2025-01-09 15:27:28.000,5.0,22292.0,22730.0,,,,,,,,2.0,16220.0,,,,,,,,,,,,,,,,,,, +331,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,257.0,23.0,1759.0,254.0,730.0,3676.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,,,,,487.0,475.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,29477.0,29512.0,,,,,,,,2.0,1382.0,,,,,,,,,,,,,,,,,,, +332,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,230.0,95.0,404.0,3606.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,,,,1655.0,1626.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,250737.0,270395.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1019827.0,,,,,2.0,1672.0,,,,,,,,,,,,,,,,,,, +333,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,3546.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,,,,3446.0,3415.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,107057.0,107301.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10533.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,,3432.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,,,,7797.0,7698.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,753257.0,767439.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,708531.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +335,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,2.0,739.0,123.0,131.0,71.0,375.0,3099.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3114.0,3022.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,115371.0,121530.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,320268.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +336,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,9.0,411.0,51.0,95.0,137.0,528.0,3091.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,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,9793.0,10465.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,28919.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-01-09 14:06:02.000000,2025-01-09 14:06:02,3662.0,17.0,528.0,110.0,365.0,388.0,691.0,2920.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,866.0,846.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,10385.0,10385.0,,,,,,,,3.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,96.0,1045.0,260.0,297.0,2552.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'],1682.0,1660.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,87023.0,87023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,2024-12-16 07:07:04.000000,2024-12-11 16:12:58,739.0,11.0,225.0,41.0,562.0,140.0,235.0,2284.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,511.0,504.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,79637.0,79637.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,1596.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'],4341.0,4304.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2007203.0,2007902.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,33556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,24.0,601.0,103.0,296.0,22.0,300.0,1585.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,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,6193.0,6244.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4831.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-01-01 04:01:49.000000,2024-12-07 19:02:56,953.0,2.0,431.0,86.0,239.0,57.0,242.0,1484.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3184.0,2746.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,87410.0,96258.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,380477.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,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-01-15 18:36:41.000000,2025-01-15 18:36:32,1481.0,3.0,166.0,32.0,253.0,,,1357.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2025-01-14 14:14:35.000,release-v1.3.6,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2103.0,2016.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,195223.0,197424.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,83670.0,,,,,2.0,6.0,,,,,,,,,,,,,,,,,,, +344,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,1353.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,,,,3835.0,3786.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,354098.0,354963.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,45879.0,,,,,2.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-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,28.0,184.0,26.0,43.0,,133.0,1309.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'],674.0,655.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,143340.0,143699.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22261.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-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.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,3456292.0,3505406.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2357506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,897.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,,,,1503.0,1376.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,164173.0,168086.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,199576.0,,,,,3.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-01-16 09:01:22.000000,2025-01-16 08:29:05,3226.0,23.0,121.0,16.0,324.0,8.0,188.0,826.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,275727.0,340490.0,https://anaconda.org/conda-forge/mpi4py,2025-01-08 18:51:49.210,3275497.0,,,,,2.0,29055.0,,,,,,,,,,,,,,,,,,, +349,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,51.0,102.0,24.0,117.0,4.0,113.0,721.0,Python library for reading audio file metadata.,27.0,29,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1243.0,1130.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,57502.0,57502.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-01-15 20:08:44.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1454.0,293.0,371.0,715.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,768316.0,768316.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-01-13 10:55:05.000000,2025-01-13 10:55:04,869.0,22.0,77.0,26.0,422.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1244.0,1181.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,12203.0,17425.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,271551.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-01-03 15:44:07.000000,2024-12-19 13:55:54,2106.0,7.0,64.0,19.0,1647.0,33.0,218.0,593.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,,,,795.0,718.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,517712.0,523204.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,307605.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,25.0,54.0,37.0,57.0,501.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,,,,27746.0,27611.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2098233.0,2116434.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,928291.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,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,625.0,233.0,53.0,,15466.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2648.0,2574.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,46910.0,46910.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,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,6.0,1377.0,424.0,51.0,105.0,88.0,10607.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,19707.0,19707.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,347.0,81.0,51.0,231.0,8053.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,903.0,877.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2530.0,2892.0,,,,,,,,3.0,32261.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +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,626.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,,2781.0,2781.0,,,,,,,,3.0,15.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,209.0,93.0,201.0,123.0,5953.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,,,,,560.0,548.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,9796.0,9796.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,272.0,438.0,221.0,329.0,4829.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'],335.0,333.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1390.0,1390.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +360,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,4819.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,,,,1682.0,1650.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,369006.0,371906.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,243659.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-01-16 01:54:05.000000,2025-01-16 01:54:05,6194.0,20.0,530.0,147.0,1951.0,338.0,1403.0,4602.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,2186.0,2252.0,,,,,,,,2.0,7697.0,,,,,,,,,,,,,,,,,,, +362,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,4551.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,,,,10226.0,10129.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,288844.0,289185.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15693.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,37.0,57.0,138.0,45.0,4025.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'],18166.0,18031.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,155399.0,155399.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,216.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,,,,,1084.0,1072.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1566.0,1566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,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,13.0,357.0,69.0,1459.0,118.0,88.0,3509.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,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,3032.0,5006.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,102682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-01-08 20:53:32.000000,2024-10-18 19:27:15,995.0,,590.0,95.0,340.0,27.0,761.0,3398.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,18588.0,21983.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,190154.0,,,,,3.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,46.0,1086.0,4.0,353.0,3317.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1259.0,1229.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,22458.0,22458.0,,,,,,,,3.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,82.0,245.0,69.0,155.0,3080.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,,,,,217.0,214.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,25362.0,25363.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +369,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,3042.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],12957.0,12848.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,49769.0,49769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,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,3004.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,,,,1458.0,1405.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,98690.0,100563.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,93693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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-01-15 18:19:18.000000,2025-01-15 18:18:41,2309.0,3.0,722.0,81.0,206.0,200.0,469.0,2839.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,29831.0,29831.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,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,4.0,334.0,154.0,1184.0,35.0,60.0,2735.0,Neural Network Libraries.,76.0,28,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,11493.0,11504.0,,,,,,,,3.0,1027.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,45.0,57.0,71.0,210.0,2372.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],375.0,368.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,8696.0,8696.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,2342.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12190.0,12035.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,372548.0,372548.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,43.0,29.0,49.0,81.0,2279.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'],7069.0,6996.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,135983.0,136230.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14049.0,,,,,3.0,27.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-01-16 13:46:59.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2247.0,A modular active learning framework for Python.,20.0,28,False,2025-01-16 13:46:59.000,0.72.17,1609.0,modAL,,,,['sklearn'],81.0,,https://pypi.org/project/modAL,2025-01-16 13:46:59.000,81.0,599173.0,599173.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +377,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-31 14:50:49.608000,2024-12-01 14:51:07,495.0,8.0,300.0,68.0,127.0,23.0,107.0,2084.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,530.0,512.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16916.0,17239.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,14543.0,,,,,2.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,2.0,400.0,42.0,64.0,30.0,273.0,1964.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,,,,2214.0,2192.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,28786.0,29652.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,45061.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,17.0,294.0,30.0,581.0,102.0,722.0,1817.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,123.0,120.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1377.0,1378.0,,,,,,,,3.0,46.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,,279.0,40.0,495.0,172.0,151.0,1810.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,,,,,201.0,193.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,166183.0,166190.0,,,,,,,,3.0,556.0,,,,,,,,,,,,,,,,,,, +381,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,50.0,136.0,30.0,435.0,1767.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,,,,,307.0,292.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6229.0,6343.0,,,,,,,,2.0,12148.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +382,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,38.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'],311.0,306.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2174.0,2787.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,25155.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +383,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-01-16 02:28:52.000000,2025-01-13 01:13:14,3082.0,10.0,126.0,36.0,382.0,15.0,191.0,1461.0,Multi-class confusion matrix library in Python.,18.0,28,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,388.0,364.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,36903.0,36903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,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,2024-12-23 13:20:05.726000,2024-11-18 14:47:37,4368.0,2.0,302.0,79.0,672.0,18.0,634.0,1353.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,28,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1763.0,1714.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,25668.0,36727.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,597223.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,1303.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'],1775.0,1759.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,11733.0,11733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,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-13 09:46:57.000000,2025-01-13 09:46:51,550.0,14.0,118.0,22.0,403.0,40.0,292.0,1291.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'],183.0,170.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22730.0,23822.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,61197.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,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,6.0,280.0,68.0,110.0,38.0,59.0,1259.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,85454.0,85454.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,1249.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2975.0,2937.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,223660.0,224595.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,53311.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,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,41.0,39.0,76.0,591.0,1179.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,819.0,787.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,32749.0,34657.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,102721.0,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +390,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-01-14 06:26:02.000000,2025-01-14 06:24:34,835.0,12.0,128.0,30.0,435.0,81.0,344.0,1117.0,BAyesian Model-Building Interface (Bambi) in Python.,45.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,181.0,167.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,21595.0,22455.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,42163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,257.0,40.0,514.0,282.0,258.0,913.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1272.0,1179.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,97917.0,114601.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,934341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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,2024-12-24 18:09:00.000000,2024-12-24 18:02:36,1380.0,12.0,146.0,26.0,493.0,24.0,139.0,907.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,,,,276.0,258.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,41347.0,53184.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,651063.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2024-12-01 02:04:06.000000,2024-12-01 02:03:32,3719.0,4.0,330.0,65.0,691.0,39.0,536.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,302.0,285.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,7415.0,7415.0,,,,,,,,2.0,110.0,,,,,,,,,,,,,,,,,,, +394,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,,1161.0,239.0,458.0,75.0,265.0,18525.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,,24688.0,25103.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27433.0,3.0,,,,,,,,,,,,,,,,,,,, +395,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,1862.0,212.0,76.0,113.0,41.0,10883.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,25545.0,25545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,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-01-15 23:14:32.000000,2025-01-08 00:24:23,1627.0,1.0,814.0,140.0,1575.0,122.0,125.0,8133.0,Trax Deep Learning with Clear Code and Speed.,80.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,199.0,198.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4164.0,4164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,133.0,51.0,163.0,141.0,8002.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,201823.0,278431.0,,,,,,,,2.0,4443281.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,457.0,699.0,36.0,441.0,7334.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,3264.0,3289.0,,,,,,,,2.0,2588.0,,,,,,,,,,,,,,,,,,, +399,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,174.0,46.0,80.0,242.0,7181.0,2D and 3D Face alignment library build using pytorch.,26.0,27,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,50168.0,50168.0,,,,,,,,3.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,,1360.0,351.0,14.0,42.0,66.0,6472.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1540.0,1532.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,31876.0,31876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,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,100.0,87.0,310.0,6468.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,157712.0,165941.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,444404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,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,200.0,158.0,49.0,227.0,5532.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'],803.0,797.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,907.0,907.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,,474.0,74.0,63.0,112.0,57.0,5018.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,,,,,3656.0,3634.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,367773.0,367773.0,,,,,,,,3.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,54.0,57.0,77.0,108.0,4652.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'],2738.0,2687.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,70843.0,95256.0,,,,,,,,3.0,1513625.0,,,,,,,,,,,,,,,,,,, +405,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-01-16 14:36:46.000000,2025-01-16 14:34:05,815.0,524.0,284.0,49.0,925.0,34.0,92.0,4429.0,"From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better,..",31.0,27,True,2025-01-15 17:20:45.000,1.3.6,83.0,opik,,,,,2.0,,https://pypi.org/project/opik,2025-01-16 09:15:29.000,2.0,18020.0,18020.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,1.0,748.0,60.0,1015.0,187.0,743.0,4412.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'],195.0,191.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4019.0,4019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,619.0,99.0,608.0,4306.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,382419.0,384075.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,87776.0,,,,,2.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,,480.0,58.0,829.0,60.0,498.0,3939.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,63277.0,63277.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-01-11 15:03:23.000000,2025-01-11 15:03:23,1693.0,24.0,691.0,46.0,35.0,7.0,584.0,3689.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,,2699.0,2699.0,,,,,,,,3.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,2.0,434.0,83.0,55.0,63.0,204.0,3563.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'],229.0,226.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1273.0,1492.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,10959.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,3478.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,,,,729.0,724.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1269.0,1546.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,22996.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,,255.0,63.0,121.0,7.0,293.0,3428.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,,,,,678.0,663.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,15646.0,15675.0,,,,,,,,3.0,2079.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,,377.0,86.0,66.0,159.0,189.0,3367.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,,,,519.0,502.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6414.0,14520.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,761993.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,98.0,722.0,155.0,64.0,6.0,858.0,3296.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'],,,,,,,924.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,72927.0,,,,,3.0,4819.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,33.0,477.0,54.0,30.0,3066.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,157784.0,158064.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12624.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,38.0,523.0,68.0,218.0,3042.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,,,,350.0,339.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5357.0,5535.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9297.0,,,,,2.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,2962.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,6198.0,6198.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,,789.0,181.0,75.0,21.0,565.0,2900.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,37337.0,38120.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,51723.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,2813.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,,,,673.0,659.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5014.0,5314.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16215.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,64.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,,,,1258.0,1253.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,48136.0,65298.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2024-08-13 16:15:34.495000,2024-08-12 14:54:41,1058.0,,411.0,124.0,145.0,198.0,247.0,2682.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,204207.0,207470.0,https://anaconda.org/conda-forge/pygal,2024-08-13 16:15:34.495,78333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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,29.0,1132.0,78.0,224.0,2650.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,,1520.0,15457.0,,,,,,,,3.0,418139.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +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-01-08 17:29:24.000000,2025-01-08 17:29:24,156.0,15.0,346.0,29.0,349.0,44.0,353.0,2631.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],163.0,151.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4621.0,4621.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +424,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,56.0,674.0,151.0,225.0,2429.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,727.0,702.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13469.0,13469.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +425,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,64.0,61.0,31.0,39.0,2428.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'],5906.0,5821.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,366740.0,368886.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,193219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,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,,,,1983.0,1917.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,20717.0,22642.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,177132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,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,67.0,63.0,32.0,199.0,2180.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],63.0,61.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1178.0,1178.0,,,,,,,,2.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,63.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'],393.0,387.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,16321.0,16321.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,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-13 20:07:55.000000,2025-01-13 20:07:52,2319.0,38.0,135.0,30.0,272.0,5.0,43.0,2089.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,,,,,210.0,196.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,7653.0,7653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,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-01-16 05:42:53.000000,2025-01-16 05:42:49,6715.0,87.0,308.0,46.0,3052.0,194.0,1603.0,1828.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,284.0,877.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,26712.0,,,,,3.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,26.0,82.0,51.0,36.0,1794.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,,,,792.0,747.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,99452.0,100202.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,29251.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,55.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,35193.0,35288.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4299.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,,286.0,52.0,89.0,24.0,191.0,1647.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'],701.0,682.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,10995.0,11151.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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-01-16 04:53:33.000000,2024-12-16 13:13:11,834.0,2.0,323.0,120.0,791.0,229.0,168.0,1507.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,314311.0,314311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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,2.0,166.0,22.0,128.0,10.0,131.0,1493.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,,,,1009.0,962.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,34798.0,41631.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,362178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,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,1481.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,,,,,417.0,415.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1632.0,1632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,3.0,424.0,31.0,52.0,18.0,132.0,1473.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,770.0,739.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,22316.0,22316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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,12.0,122.0,24.0,116.0,37.0,58.0,1416.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,27,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,27874.0,27874.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1393.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,208.0,201.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,21116.0,21513.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,19093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,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,,204.0,44.0,259.0,68.0,213.0,1379.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,,,,,487.0,460.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2193.0,2193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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-01-15 05:00:41.000000,2025-01-14 16:03:03,2429.0,163.0,421.0,57.0,596.0,190.0,266.0,1336.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1495.0,1678.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,56.0,65.0,14.0,112.0,1326.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1164.0,1152.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9369.0,9369.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,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,1324.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,,,,1578.0,1522.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,26058.0,26443.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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,1303.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,,,,,501.0,479.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,25937.0,25937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,1258.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'],1776.0,1755.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,112087.0,112087.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,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,35.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,,,,571.0,514.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,23728.0,51355.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1491893.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,34.0,38.0,1.0,497.0,1242.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'],567.0,563.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,9481.0,9481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,992.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,,,,641.0,607.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,18541.0,19225.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,34745.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +449,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,2024-11-27 23:12:36.000000,2024-11-27 23:12:35,944.0,4.0,215.0,58.0,99.0,39.0,174.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,360017.0,360017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,955.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,67040.0,74373.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,628290.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1292.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,,178.0,33.0,86.0,88.0,123.0,924.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'],1920.0,1895.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,67419.0,67419.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,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,2.0,106.0,14.0,100.0,73.0,67.0,909.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,,,,9212.0,9056.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1365256.0,1405220.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2158066.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,50.0,59.0,21.0,70.0,856.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,,,,1484.0,1421.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19537.0,29440.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,544673.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,,82.0,12.0,50.0,22.0,53.0,825.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,,,,5407.0,5330.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,858028.0,858232.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,7974.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,,59.0,14.0,207.0,12.0,187.0,345.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,,,,10358.0,10197.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,710521.0,741930.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2952515.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,1227.0,185.0,213.0,32.0,534.0,9542.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,,,,,308.0,,,,,,,,3.0,14823.0,,,,,,,,,,,,,,,,,,, +457,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,,599.0,142.0,31.0,69.0,55.0,5606.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1919.0,1863.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1551293.0,1551671.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,5090.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,,,,,878.0,866.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8048.0,8048.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,4616.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,1781.0,1878.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4397.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,,741.0,175.0,90.0,1.0,288.0,4350.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,41245.0,41414.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8147.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,281.0,226.0,12.0,356.0,3871.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,113867.0,114297.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,142.0,240.0,43.0,635.0,3298.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,1092.0,1092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,3033.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,,,,,,,,,1737.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,155561.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +464,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,2971.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2772.0,2742.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,56345.0,57150.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,37835.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,151266.0,153144.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,172794.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,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,2500.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1041.0,1041.0,,,,,,,,3.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,91.0,293.0,200.0,104.0,2497.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,,,,583.0,551.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,12956.0,13301.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,17977.0,,,,,2.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,,252.0,35.0,148.0,24.0,146.0,2430.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,,,,,267.0,258.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,20468.0,20474.0,,,,,,,,3.0,343.0,,,,,,,,,,,,,,,,,,, +469,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,2317.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1463.0,1414.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,38647.0,38647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,2272.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,,,,653.0,648.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,15165.0,16347.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,105273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,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,2161.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,,,,,801.0,782.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,61708.0,61708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,2071.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'],2465.0,2451.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,67765.0,71627.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,545.0,,,,,3.0,261944.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-01-10 08:23:07.000000,2025-01-10 08:23:06,1039.0,3.0,181.0,17.0,78.0,27.0,371.0,1590.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,34415.0,45680.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,619603.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,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,4927.0,4927.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,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'],451.0,444.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5171.0,5435.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14266.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-01-15 15:37:53.000000,2024-07-24 14:36:04,2074.0,,225.0,42.0,626.0,109.0,467.0,1100.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,26,False,2024-07-24 14:42:30.000,2.2.0,49.0,smac,conda-forge/smac,,,,40.0,,https://pypi.org/project/smac,2024-07-24 14:42:30.000,40.0,16316.0,16915.0,https://anaconda.org/conda-forge/smac,2024-12-26 18:30:31.016,27580.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,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-16 00:35:37.000000,2025-01-16 00:35:36,980.0,7.0,174.0,49.0,89.0,39.0,144.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,141603.0,141615.0,,,,,,,,3.0,946.0,,,,,,,,,,,,,,,,,,, +478,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-01-09 21:22:00.000000,2025-01-09 21:22:00,640.0,9.0,164.0,31.0,232.0,5.0,105.0,657.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,26,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],446.0,418.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,19974.0,20286.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,9680.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,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,513.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,,,,404.0,387.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,8897.0,10153.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,86715.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,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'],8247.0,8108.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,321261.0,321983.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41196.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,7.0,40.0,5.0,16.0,3.0,60.0,354.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'],1014.0,951.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,83556.0,103084.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,995950.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +482,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,80.0,40.0,63.0,28.0,11452.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,,,,67.0,67.0,https://pypi.org/project/prettymaps,2025-01-12 16:41:58.000,,2168.0,2282.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4130.0,,,,,3.0,,,,,,,,2.0,,,,,,,,,,,, +483,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,,486.0,491.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +484,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,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,,,,,144.0,144.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,644.0,688.0,,,,,,,,2.0,3856.0,,,,,,,,,,,,,,,,,,, +485,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5521.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,1177.0,1177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,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,67.0,113.0,5382.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'],260.0,245.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4010.0,4010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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-01-16 07:56:17.000000,2025-01-16 07:56:17,3774.0,71.0,621.0,92.0,4142.0,245.0,1426.0,5243.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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,454.0,64.0,94.0,39.0,88.0,5222.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],171.0,166.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17485.0,17485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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,4683.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,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,,452.0,44.0,56.0,95.0,175.0,4433.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,,,,,164.0,161.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5748.0,5748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,3901.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,2465.0,2465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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,3558.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,2355.0,2828.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,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-10 21:48:28.000000,2024-10-24 16:27:28,480.0,1.0,279.0,51.0,477.0,69.0,261.0,3372.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,8001.0,9176.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,53458.0,,,,,2.0,776.0,,,,,,,,,,,,,,,,,,, +494,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,156.0,86.0,105.0,101.0,3365.0,A deep learning library for video understanding research.,57.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,26789.0,26789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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-01-14 04:56:25.000000,2024-12-30 04:13:34,2905.0,46.0,1243.0,129.0,1147.0,50.0,87.0,3364.0,a distributed deep learning platform.,96.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,82.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,882.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8631.0,3.0,,,,,,,,,,,,,,,,,,,, +496,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,2024-07-30 10:50:08.000000,2024-07-09 09:34:16,515.0,,811.0,63.0,642.0,133.0,405.0,3304.0,A high-performance distributed training framework for Reinforcement Learning.,45.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,1840.0,1840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,97.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,,,,762.0,741.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2667.0,3025.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20461.0,,,,,3.0,1149.0,,,,,,,,,,,,,,,,,,, +498,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,2839.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,,,,,290.0,287.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,18305.0,18306.0,,,,,,,,2.0,92.0,,,,,,,,,,,,,,,,,,, +499,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-01-16 12:58:50.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,561.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,17248.0,17248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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,97.0,44.0,91.0,240.0,2758.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,40612.0,40612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +501,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,,491.0,39.0,251.0,52.0,290.0,2682.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,36014.0,36263.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9245.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +502,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,228.0,40.0,137.0,63.0,127.0,2397.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,,31953.0,31953.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,2382.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,,,,,869.0,815.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,21278.0,21278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,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,,86.0,41.0,59.0,13.0,78.0,2194.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,17492.0,17492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,2113.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,,,,,284.0,280.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,92676.0,92676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,5.0,168.0,56.0,475.0,81.0,104.0,2098.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,124.0,114.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1639.0,1639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-01-15 20:18:22.000000,2025-01-15 20:18:17,892.0,4.0,444.0,60.0,363.0,117.0,93.0,1948.0,Library for training machine learning models with privacy for training data.,59.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,15880.0,15882.0,,,,,,,,2.0,184.0,,,,,,,,,,,,,,,,,,, +508,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,2024-11-03 09:08:45.000000,2024-08-31 13:01:11,360.0,,312.0,1.0,1.0,1.0,,1923.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2024-11-03 09:08:45.000,1.8.2,42.0,feature_engine,conda-forge/feature_engine,,,,166.0,,https://pypi.org/project/feature_engine,2024-11-03 09:08:45.000,166.0,175272.0,176466.0,https://anaconda.org/conda-forge/feature_engine,2024-09-01 13:51:20.563,63324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,1905.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,809.0,809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,2024-12-05 06:01:33.000000,2024-12-05 06:01:28,372.0,5.0,281.0,50.0,328.0,269.0,184.0,1888.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,246566.0,246566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +511,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,,160.0,60.0,68.0,67.0,130.0,1829.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,,,,,497.0,495.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,898.0,898.0,,,,,,,,3.0,62.0,,,,,,,,,,,,,,,,,,, +512,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,2024-06-10 12:09:16.000000,2024-06-10 12:07:33,223.0,,197.0,34.0,20.0,4.0,91.0,1763.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,25,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,818.0,807.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,17372.0,19162.0,https://anaconda.org/conda-forge/autoviz,2024-04-26 17:50:17.078,73408.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,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-01-09 19:54:33.000000,2025-01-09 19:47:00,1043.0,26.0,276.0,44.0,887.0,85.0,66.0,1677.0,A lightweight library for PyTorch training tools and utilities.,142.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,4345.0,4345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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'],209.0,201.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1386.0,1386.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,102.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,,35585.0,35834.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16198.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,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'],279.0,275.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,157978.0,157978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,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,1.0,271.0,81.0,493.0,53.0,207.0,1450.0,Underthesea - Vietnamese NLP Toolkit.,19.0,25,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1374.0,1363.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,21745.0,21827.0,,,,,,,,3.0,7624.0,,,,,,,,,,,,,,,,,,, +518,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-01-15 19:19:35.000000,2025-01-07 21:33:54,1972.0,2.0,370.0,33.0,2285.0,86.0,236.0,1437.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,8582.0,8582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,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-01-15 00:02:19.000000,2024-12-18 07:37:03,584.0,21.0,142.0,21.0,331.0,10.0,152.0,1430.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,3774.0,3775.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +520,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,,332.0,48.0,44.0,101.0,116.0,1415.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'],627.0,619.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,15419.0,50799.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,349.0,,,,,3.0,1839468.0,,,,,,,,,,,,,,,,,,, +521,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,,404.0,90.0,165.0,103.0,224.0,1367.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,,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,34.0,68.0,57.0,206.0,1275.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'],146.0,144.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,909.0,914.0,,,,,,,,3.0,171.0,,,,,,,,,,,,,,,,,,, +523,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,53.0,461.0,145.0,296.0,1219.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,2016.0,2016.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,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-01-16 14:49:09.000000,2025-01-15 17:53:21,2632.0,77.0,97.0,20.0,1249.0,95.0,242.0,1168.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,25,False,2024-06-11 22:06:04.000,0.206.0,88.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2024-07-09 00:14:45.000,4.0,25898.0,25898.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +525,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,1160.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,,,,,7406.0,6934.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,481196.0,481196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,5.0,69.0,17.0,133.0,56.0,117.0,1065.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,,,,1668.0,1644.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,357111.0,359457.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,84473.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,936.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,586.0,549.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5077.0,5077.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,746.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,,,,233.0,201.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,13250.0,15282.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,95507.0,,,,,3.0,35.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,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,25,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,3007.0,3007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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-01-15 16:12:15.000000,2025-01-15 11:51:03,910.0,12.0,88.0,12.0,779.0,60.0,493.0,649.0,Automated modeling and machine learning framework FEDOT.,37.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,61.0,56.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1624.0,1624.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +531,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,1.0,148.0,29.0,97.0,47.0,76.0,633.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,25,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,648.0,617.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,77913.0,77954.0,,,,,,,,3.0,2936.0,,,,,,,-2.0,,,,,,,,,,,, +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,514.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'],5183.0,5080.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,1982595.0,2008579.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,935448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,93.0,18.0,779.0,11.0,446.0,455.0,Lightwood is Legos for Machine Learning.,49.0,25,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,8520.0,8520.0,,,,,,,,2.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,13.0,31.0,9.0,51.0,400.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,,,,509.0,465.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,188463.0,190189.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,89783.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,384.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,4295.0,26938.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,135858.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-01-13 02:55:02.000000,2025-01-12 20:30:37,587.0,20.0,60.0,42.0,343.0,23.0,63.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.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,5539.0,5539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-01-14 17:42:02.000000,2025-01-14 15:06:08,4508.0,784.0,62.0,7.0,420.0,46.0,130.0,277.0,Python recommendation toolkit.,17.0,25,False,2024-02-16 21:04:30.000,0.14.4,31.0,lenskit,conda-forge/lenskit,,,,137.0,124.0,https://pypi.org/project/lenskit,2025-01-14 17:42:02.000,13.0,2010.0,2778.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,38425.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +538,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-01-13 16:23:18.000000,2025-01-06 16:35:03,1047.0,260.0,8.0,5.0,250.0,13.0,39.0,214.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/,,172.0,167.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,27997.0,27997.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +539,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,11.0,1552.0,137.0,3625.0,73.0,1987.0,5782.0,An Industrial Grade Federated Learning Framework.,101.0,24,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,,1.0,1.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,2.0,301.0,80.0,180.0,24.0,54.0,4983.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,,,,,165.0,161.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3210.0,3210.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,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'],1166.0,1150.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,831.0,843.0,,,,,,,,3.0,981.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,92.0,64.0,271.0,270.0,4793.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,26116.0,26116.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,356.0,59.0,51.0,,4461.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,199.0,199.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,839.0,839.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,62.0,247.0,130.0,824.0,4197.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,4383.0,4383.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,3849.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,,,,,,,,,,,,,,,,,,,, +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,,624.0,43.0,1018.0,289.0,716.0,3551.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,59192.0,59336.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7231.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,685.0,685.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,,253.0,29.0,2020.0,3.0,667.0,3286.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,,16627.0,16700.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,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,,,,,170.0,158.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,677.0,735.0,,,,,,,,3.0,4763.0,,,,,,,,,,,,,,,,,,, +550,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,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'],3009.0,3008.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1049.0,1049.0,,,,,,,,3.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,,334.0,65.0,319.0,50.0,124.0,2950.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,3652.0,4016.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2880.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1058.0,1058.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,,144.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,,,,498.0,472.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,26924.0,30651.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,219924.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,2738.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,,,,,120.0,116.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,,375.0,39.0,96.0,41.0,158.0,2710.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2775.0,2775.0,,,,,,,,2.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,93.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,34517.0,34517.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,,438.0,65.0,123.0,32.0,350.0,2394.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,509.0,509.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,62.0,32.0,60.0,96.0,2307.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,121.0,120.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2779.0,2788.0,,,,,,,,3.0,542.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,52.0,98.0,25.0,116.0,2275.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3397.0,3397.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +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,,251.0,56.0,56.0,19.0,50.0,2212.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'],769.0,750.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6089.0,6089.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,,685.0,87.0,48.0,24.0,64.0,2156.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,576.0,564.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,34664.0,34664.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,,247.0,44.0,33.0,51.0,90.0,2005.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,,5091.0,5091.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,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,1928.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,9727.0,9727.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,1642.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,4767.0,4767.0,,,,,,,,3.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,,238.0,50.0,50.0,23.0,91.0,1633.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,,,,444.0,431.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2625.0,4758.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,53455.0,,,,,3.0,69805.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,2.0,275.0,43.0,257.0,77.0,198.0,1562.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'],49.0,48.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,449.0,449.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,9.0,122.0,29.0,73.0,4.0,29.0,1523.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,5892.0,5893.0,,,,,,,,3.0,127.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,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,1510.0,fklearn: Functional Machine Learning.,56.0,24,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,,2882.0,2882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,,1297.0,1297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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-15 20:18:48.000000,2025-01-15 20:18:42,210.0,1.0,88.0,34.0,112.0,8.0,18.0,1275.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'],302.0,291.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18303.0,18303.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +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,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,,,,803.0,772.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,16103.0,16513.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32836.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +572,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,1177.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,446.0,446.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-01-10 08:22:15.000000,2025-01-10 08:22:15,735.0,2.0,150.0,15.0,109.0,30.0,256.0,1029.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,25366.0,35814.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,574687.0,,,,,3.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-01-16 14:10:42.000000,2025-01-15 22:55:10,2105.0,310.0,36.0,9.0,1635.0,9.0,42.0,993.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2025-01-10 22:30:48.000,0.0.38,46.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-01-10 22:26:52.000,1.0,40462.0,40465.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,,173.0,49.0,114.0,53.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,,,,,337.0,314.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,525.0,525.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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],499.0,496.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5074.0,5074.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,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-01-10 08:26:59.000000,2025-01-10 08:26:59,607.0,5.0,151.0,15.0,68.0,32.0,143.0,842.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,13670.0,18200.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,253688.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +578,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,17.0,84.0,21.0,38.0,719.0,Working with molecular structures in pandas DataFrames.,18.0,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],368.0,330.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,7336.0,10564.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,171128.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +579,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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,138.0,91.0,42.0,67.0,672.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],244.0,232.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,13366.0,13366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,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,657.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,659391.0,659391.0,,,,,,,,3.0,53.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +581,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,22.0,199.0,23.0,887.0,131.0,404.0,650.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,3395.0,5963.0,,,,,,,,3.0,107897.0,,,,,,,,,,,,,,,,,,, +582,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,5.0,67.0,46.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,1829.0,2326.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,18891.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +583,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-01-01 01:39:27.000000,2025-01-01 01:30:41,688.0,11.0,65.0,28.0,503.0,15.0,91.0,375.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,14025.0,26351.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,690297.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,369.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,,,,201.0,192.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,66313.0,66716.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,16926.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +585,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,23,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],294.0,286.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,,,,,,,,,,3.0,,,,,,,,-4.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,6477.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,,369.0,369.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,2024-09-20 17:59:42.000000,2024-06-28 18:04:28,599.0,,754.0,108.0,590.0,107.0,345.0,6240.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,28743.0,28743.0,,,,,,,,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-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,145.0,1599.0,387.0,403.0,5092.0,Simple and Distributed Machine Learning.,121.0,23,True,2024-10-11 00:19:38.000,1.0.7,60.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,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,76.0,4372.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,,2698.0,2698.0,,,,,,,,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,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,,227.0,248.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1886.0,,,,,3.0,421.0,,,,,,,,,,,,,,,,,,, +591,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,21.0,489.0,216.0,22.0,25.0,4.0,3504.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,709.0,709.0,,,,,,,,3.0,57.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,90.0,78.0,67.0,137.0,3394.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,283742.0,283745.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,,329.0,54.0,414.0,82.0,106.0,3264.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,192.0,192.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,,233.0,54.0,36.0,75.0,126.0,3211.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'],460.0,446.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,4871.0,5515.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,30913.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/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,2244.0,2244.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,133.0,136.0,60.0,128.0,2403.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1475.0,1623.0,,,,,,,,3.0,12901.0,,,,,,,,,,,,,,,,,,, +597,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,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,152.0,152.0,,,,,,,,3.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,40.0,39.0,7.0,115.0,2184.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,,,,293.0,280.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5413.0,5952.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,29.0,65.0,11.0,83.0,2021.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,23,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],383.0,375.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,826.0,1005.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8629.0,,,,,3.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,1894.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'],505.0,483.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1286.0,2610.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,59586.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,1729.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'],172.0,166.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7451.0,9919.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,250162.0,,,,,3.0,727.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,,295.0,43.0,801.0,72.0,485.0,1657.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,,279.0,279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,,304.0,56.0,119.0,54.0,31.0,1652.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,,,,,110.0,109.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,714.0,714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,,123.0,28.0,31.0,63.0,50.0,1601.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,23,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],592.0,585.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,54982.0,54982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,,91.0,39.0,15.0,12.0,27.0,1398.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'],270.0,248.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,17553.0,17742.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7406.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +606,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,2024-12-17 04:16:31.000000,2024-12-17 04:08:56,210.0,14.0,117.0,37.0,32.0,21.0,122.0,1276.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,15.0,23,True,2024-12-17 04:17:49.000,2.3.7,91.0,ngt,,,,,8.0,,https://pypi.org/project/ngt,2023-12-06 05:33:15.000,8.0,4204.0,4204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,,296.0,95.0,123.0,62.0,98.0,1067.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,1515.0,2920.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,50590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,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,5.0,211.0,53.0,94.0,59.0,219.0,1065.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,4008.0,4008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,33.0,74.0,3.0,86.0,1053.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'],244.0,235.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7964.0,7964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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-07 00:00:08.000000,2025-01-04 18:16:06,261.0,9.0,117.0,13.0,56.0,37.0,29.0,989.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,23,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,796.0,766.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,25973.0,42327.0,,,,,,,,3.0,817746.0,,,,,,,,,,,,,,,,,,, +611,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,87.0,9.0,72.0,959.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,,,,,173.0,166.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,8752.0,8752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,,111.0,26.0,36.0,35.0,69.0,879.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'],710.0,698.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,12197.0,12197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,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,221.0,218.0,874.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,102.0,102.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5654.0,5654.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +614,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,,118.0,42.0,118.0,51.0,48.0,703.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,189.0,181.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,21447.0,21447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,694.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'],500.0,490.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,20726.0,20755.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3169.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,2.0,50.0,9.0,66.0,192.0,259.0,663.0,python binding for libvips using cffi.,16.0,23,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,965.0,888.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,50638.0,53717.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,157029.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,594.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,340385.0,348839.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,371985.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,,139.0,21.0,49.0,1.0,87.0,582.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,,,,2520.0,2467.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,20402.0,22195.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,77126.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-01-15 19:29:37.000000,2025-01-15 19:15:57,2389.0,9.0,42.0,12.0,22.0,13.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,2582.0,2586.0,,,,,,,,3.0,303.0,,,,,,,,,,,,,,,,,,, +620,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,51.0,89.0,340.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2867.0,12490.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,313980.0,,,,,3.0,9660.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,121.0,,,,,,,,,,,,, +621,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-15 17:12:29.000000,2025-01-06 17:00:58,1471.0,109.0,24.0,9.0,87.0,11.0,29.0,338.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,23,True,2025-01-06 17:10:04.000,0.4.0,17.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-06 17:10:04.000,3.0,1111.0,1111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.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,1136.0,1136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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-01-16 08:31:00.000000,2025-01-08 19:08:31,1092.0,18.0,1358.0,113.0,567.0,44.0,728.0,13990.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,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,,,,,,,,,,,,,,,,,, +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,,1580.0,152.0,54.0,46.0,12.0,10908.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'],83.0,80.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1421.0,1421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,93.0,152.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.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,1204.0,1204.0,,,,,,,,3.0,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +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,8022.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,1049.0,1049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,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,2024-08-06 12:05:27.000000,2023-01-15 11:37:16,279.0,,1074.0,126.0,110.0,180.0,358.0,5767.0,Backtest trading strategies in Python.,19.0,22,False,2021-12-13 01:36:44.000,0.3.3,21.0,backtesting,,,,,6.0,,https://pypi.org/project/backtesting,2021-12-13 01:36:44.000,6.0,19775.0,19775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,5031.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1634.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143876.0,3.0,,,,,,,,,,,,,,,,,,,, +629,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,171.0,47.0,35.0,28.0,4644.0,High-performance TensorFlow library for quantitative finance.,47.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,1233.0,1233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,3655.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,,220.0,240.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1363.0,3.0,,,,,,,,,,,,,,,,,,,, +631,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,7.0,514.0,147.0,610.0,86.0,75.0,3579.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,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,1547.0,1556.0,,,,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +633,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,205.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'],166.0,164.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1490.0,1490.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +634,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-08 23:49:34.989000,2021-05-06 12:10:38,127.0,,159.0,48.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,,,,55.0,55.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,549.0,605.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,,177.0,65.0,55.0,6.0,44.0,3097.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,22,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,,1242.0,1243.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +636,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,164.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,,462.0,462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,2893.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,3302.0,3304.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +638,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,2103.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,2707.0,2707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,3.0,147.0,34.0,186.0,71.0,150.0,2065.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,,518.0,529.0,,,,,,,,3.0,618.0,,,,,,,,,,,,,,,,,,, +640,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,1996.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,1145.0,1310.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6033.0,,,,,3.0,130.0,,,,,,,,,,,,,,,,,,, +641,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,42.0,68.0,163.0,95.0,1877.0,Super easy library for BERT based NLP models.,37.0,22,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,,3334.0,3334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,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,44.0,14.0,57.0,35.0,1803.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']",341.0,330.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2248.0,2248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,,197.0,30.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,,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,38.0,7.0,15.0,33.0,1659.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'],80.0,74.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,12736.0,12736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,1116.0,1587.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,28318.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,51.0,312.0,98.0,18.0,1598.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,33850.0,33850.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,57.0,53.0,82.0,149.0,1578.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,,1266.0,1295.0,,,,,,,,3.0,2904.0,,,,,,,,,,,,,,,,,,, +648,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,22,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,,8960.0,8960.0,,,,,,,,3.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,,195.0,33.0,86.0,16.0,33.0,1469.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,849.0,849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,1317.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'],187.0,182.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,577.0,577.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,,150.0,91.0,122.0,33.0,46.0,1213.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,527.0,527.0,,,,,,,,3.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,,215.0,65.0,29.0,31.0,12.0,1194.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,9373.0,9373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,1139.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,236930.0,237093.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9456.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,28.0,61.0,52.0,61.0,1079.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,1143.0,1149.0,,,,,,,,3.0,795.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,,90.0,20.0,73.0,18.0,45.0,1042.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,,,,,267.0,263.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,29547.0,29547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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'],273.0,262.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3039.0,3039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,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,964.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'],129.0,121.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,12030.0,12030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,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,963.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,,,,808.0,785.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,51285.0,53287.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,80089.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,931.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,7346.0,50160.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2342943.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,216.0,,,,,,,,,,,,, +660,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'],2479.0,2470.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1414.0,1414.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +661,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,855.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'],545.0,530.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,22062.0,22062.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,1.0,134.0,24.0,594.0,63.0,511.0,854.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,3382.0,3382.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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,506.0,505.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2261.0,2261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,5824.0,10206.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,354968.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,524.0,,,,,,,,,,,,, +665,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,689.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,,,,546.0,541.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11759.0,11815.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2468.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2023-06-16 19:24:00.330000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,615.0,a distributed Hyperband implementation on Steroids.,11.0,22,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,518.0,493.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8233.0,8639.0,https://anaconda.org/conda-forge/hpbandster,2023-06-16 19:24:00.330,19934.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,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,605.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'],177.0,172.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12541.0,12541.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-01-10 21:39:13.000000,2025-01-10 21:23:12,706.0,30.0,66.0,24.0,10.0,15.0,47.0,604.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,,1167.0,1553.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,11590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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,573.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,,,,498.0,489.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11231.0,11831.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,29421.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,7.0,211.0,21.0,109.0,528.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'],306.0,301.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2732.0,2732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,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,,109.0,36.0,277.0,85.0,174.0,494.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1682.0,1686.0,,,,,,,,3.0,405.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,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,,6192.0,6192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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-15 23:13:54.000000,2024-02-25 19:17:13,576.0,,90.0,29.0,320.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..,27.0,22,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,33486.0,33486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,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,,,,1369.0,1312.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,70325.0,72124.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,91749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,,,,,2472.0,2428.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,108542.0,108542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,150.0,89.0,255.0,286.0,13883.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,,,,,,,,,,,,,,,,,,,, +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,1.0,1210.0,97.0,51.0,409.0,291.0,6744.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,72.0,72.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,5370.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,992.0,992.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,4983.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1543.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,1.0,746.0,103.0,35.0,107.0,113.0,4692.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,4599.0,4602.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +681,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'],219.0,216.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1580.0,1580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,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,127.0,225.0,90.0,183.0,2332.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,222.0,222.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,2230.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,499.0,499.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,54.0,35.0,16.0,105.0,2140.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,,13005.0,13005.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,,166.0,18.0,74.0,25.0,45.0,1863.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,,1258.0,1258.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,65.0,51.0,23.0,75.0,1502.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,,892.0,892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,352.0,61.0,47.0,37.0,71.0,1477.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,552.0,552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,187.0,19.0,264.0,88.0,94.0,1373.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,29484.0,29484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,1279.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,,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,215.0,66.0,7.0,13.0,29.0,1270.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,,1441.0,1441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1.0,323.0,50.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,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,,3186.0,3186.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +692,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,,250.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,,821.0,821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,86.0,18.0,160.0,20.0,94.0,881.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,,,,66.0,64.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,2016.0,2249.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,2.0,250.0,46.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,3495.0,3495.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-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,18.0,25.0,29.0,40.0,849.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,11064.0,11553.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,846.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,768.0,768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,,119.0,33.0,561.0,211.0,247.0,795.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,9247.0,9247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],69.0,65.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,826.0,826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2023-07-18 10:50:27.000000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,749.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,21,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],683.0,675.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,57761.0,57934.0,https://anaconda.org/conda-forge/treeinterpreter,2023-06-16 19:22:55.011,8837.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,39251.0,39251.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +702,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-01-14 22:08:02.000000,2025-01-03 13:26:20,1509.0,1.0,79.0,33.0,693.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",15.0,13.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,1088.0,1088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,645.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']",693.0,676.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,17298.0,17298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,637.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,978.0,978.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,,,,,241.0,233.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,27982.0,27982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],417.0,409.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,39728.0,39728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,615.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,2190.0,2318.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,584.0,584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,10.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,83.0,81.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,16977.0,16977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2024-06-16 04:23:17.000000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,591.0,Make Waffle Charts in Python.,6.0,21,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,458.0,452.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11229.0,11426.0,https://anaconda.org/conda-forge/pywaffle,2023-06-16 16:12:33.889,14437.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,573.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,2513.0,2513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,7.0,75.0,10.0,220.0,50.0,83.0,573.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,,,,,41.0,40.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1766.0,1774.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +713,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,17.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'],149.0,144.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,3537.0,3537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,57.0,20.0,39.0,60.0,553.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,316.0,316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,529.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,9000.0,9000.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,5.0,101.0,18.0,11.0,,50.0,466.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,,,,,65.0,65.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,7026.0,7026.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,432.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'],2313.0,2269.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,320894.0,320894.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,,,,,546.0,538.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,10206.0,10206.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,378.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,,717.0,717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,3476.0,3476.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-01-09 14:36:40.000000,2025-01-09 14:36:31,813.0,18.0,25.0,6.0,303.0,4.0,,323.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-01-09 14:36:01.000,1.2.30,871.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-01-09 14:36:01.000,,30964.0,30964.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,26.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,495787.0,495787.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,2024-12-29 00:12:24.000000,2024-11-07 18:17:34,501.0,7.0,108.0,20.0,569.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,,27173.0,27296.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5702.0,,,,,3.0,128.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-01-06 05:41:37.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,226.0,22.0,64.0,252.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,622.0,622.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +725,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,5158.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,,1419.0,1419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,3428.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,892.0,892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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,58.0,242.0,176.0,111.0,3237.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,3667.0,3678.0,,,,,,,,3.0,701.0,,,,,,,,,,,,,,,,,,, +728,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,2948.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,917.0,917.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +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,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,,,,,,,,,,,,,,,,,,,, +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,2701.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,76.0,76.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,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,,182.0,55.0,895.0,129.0,586.0,1939.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",52.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,1060.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,,281.0,30.0,41.0,35.0,176.0,1914.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,,459.0,459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,1822.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,,,,,36.0,36.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7878.0,7878.0,,,,,,,,3.0,36.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,38.0,11.0,39.0,51.0,1637.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,2408.0,2408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,67.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,,132.0,325.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +736,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,,156.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,20,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,,1181.0,1181.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,1429.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,,145.0,145.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,56.0,65.0,8.0,31.0,1389.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,,168.0,168.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,,,,,176.0,174.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2353.0,2353.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,,142.0,17.0,11.0,43.0,43.0,1110.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'],179.0,174.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,7098.0,7098.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,5.0,63.0,15.0,65.0,10.0,22.0,1079.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,1802.0,1824.0,,,,,,,,3.0,519.0,,,,,,,,,,,,,,,,,,, +742,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,,169.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,,,,189.0,187.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,538.0,760.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9794.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,36.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,,,,,3649.0,3644.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,618.0,618.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,,125.0,30.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1018.0,1018.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,30.0,1059.0,37.0,54.0,770.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,,1832.0,1832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,,146.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,949.0,949.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,6690.0,6690.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,303.0,303.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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,362.0,362.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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,584.0,584.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,504.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,2982.0,2982.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,,,,171.0,163.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,5185.0,5185.0,,,,,,,,3.0,32.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,2024-09-23 04:22:16.000000,2023-07-18 10:24:07,542.0,,36.0,14.0,226.0,15.0,40.0,498.0,Monitor the stability of a Pandas or Spark dataframe.,17.0,20,False,2023-07-18 10:32:00.587,1.4.6,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,13889.0,13893.0,,,,,,,,3.0,252.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,28.0,34.0,41.0,15.0,482.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,26455.0,26455.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,16.0,148.0,40.0,66.0,471.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,,1621.0,1621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,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,12.0,272.0,11.0,112.0,447.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,432.0,432.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,,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,838.0,838.0,,,,,,,,3.0,108.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,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,415.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,3444.0,4112.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36081.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,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,9.0,78.0,33.0,23.0,408.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,,,,20.0,18.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1623.0,2312.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,28946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,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,7.0,137.0,34.0,333.0,89.0,139.0,345.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,,3343.0,3360.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1904.0,3.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,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,,2297.0,2297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,,26.0,22.0,239.0,24.0,25.0,301.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,1028.0,1028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,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,295.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,16971.0,16971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,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,3278.0,6056.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,140851.0,,,,,3.0,2087.0,,,,,,,,,,,,,,,,,,, +765,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'],87.0,77.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5572.0,5572.0,,,,,,,,3.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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,18704.0,18704.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,,33.0,11.0,202.0,21.0,76.0,211.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,1830.0,1830.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,,6812.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,,383.0,390.0,,,,,,,,3.0,398.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,3271.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2468.0,2468.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,,180.0,24.0,20.0,19.0,30.0,1745.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,,281.0,282.0,,,,,,,,3.0,51.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,,174.0,44.0,5.0,4.0,7.0,1145.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,923.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,857.0,1056.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10591.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,30.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,,2707.0,2707.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,,92.0,23.0,51.0,20.0,17.0,862.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,1510.0,2469.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,33592.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,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,578.0,578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,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,,115.0,21.0,27.0,3.0,87.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,19,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,,12092.0,12092.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,,102.0,26.0,49.0,15.0,54.0,734.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,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,,41.0,15.0,18.0,,22.0,611.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,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,,936.0,936.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,456.0,46230.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2380277.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,,98.0,15.0,53.0,13.0,16.0,574.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,,4285.0,4285.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +781,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,19,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,,1121.0,1121.0,,,,,,,,3.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,55.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,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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,19,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,,1160.0,1160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,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,2024-12-18 08:30:19.000000,2024-11-26 14:53:35,988.0,1.0,97.0,32.0,101.0,18.0,27.0,489.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,14.0,14.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2576.0,2576.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,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,67.0,63.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,463.0,768.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15599.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-15 23:50:44.000000,2025-01-10 21:31:40,335.0,8.0,79.0,25.0,359.0,26.0,10.0,345.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2024-04-26 21:27:16.000,0.46.0,31.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2024-04-26 21:27:16.000,,2105.0,2105.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,6.0,217.0,4.0,26.0,341.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,2367.0,2367.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,334.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,407.0,407.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,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,1996.0,1996.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,,37.0,18.0,6.0,19.0,21.0,317.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,1484.0,1484.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-01-14 12:51:09.000000,2025-01-14 12:51:08,433.0,2.0,77.0,21.0,450.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,,612.0,612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,2024-10-28 07:18:15.000000,2024-10-28 07:18:14,592.0,1.0,35.0,24.0,645.0,21.0,130.0,245.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,,3351.0,3372.0,,,,,,,,3.0,1266.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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,977.0,981.0,,,,,,,,3.0,436.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,113.0,51.0,46.0,160.0,6315.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,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,106.0,83.0,67.0,48.0,2999.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,8917.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,60.0,106.0,27.0,56.0,2143.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,,1186.0,1186.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,,458.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,,305.0,305.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-01-15 23:47:32.000000,2024-12-03 12:26:16,792.0,1.0,71.0,26.0,1022.0,127.0,65.0,1649.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,215.0,215.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,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,,209.0,228.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.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,55.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,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,18,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,1249.0,1249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,4533.0,4533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,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,,86.0,13.0,35.0,3.0,25.0,824.0,Leave One Feature Out Importance.,6.0,18,True,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,3215.0,3215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,801.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,,987.0,1089.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4003.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,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,778.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,8874.0,8874.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +807,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,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,,669.0,669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,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,,649.0,649.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,,69.0,7.0,6.0,4.0,32.0,569.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1945.0,1945.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,13.0,130.0,18.0,138.0,482.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,2182.0,2182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,4614.0,4614.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,,107.0,71.0,7.0,15.0,19.0,433.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,,162.0,162.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,,86.0,20.0,248.0,10.0,23.0,427.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,2470.0,2470.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,8.0,12.0,11.0,18.0,410.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,147.0,143.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5792.0,5794.0,,,,,,,,3.0,133.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,12.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,,2420.0,2420.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,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,,948.0,948.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,,261.0,264.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,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,286.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,,1728.0,6578.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,247394.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,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,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,651.0,651.0,,,,,,,,3.0,,imedslab/solt,,,,,,,,,,,,,,,,,, +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,,43.0,11.0,61.0,31.0,47.0,244.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,165.0,165.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,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,286.0,286.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-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,6.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,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,1748.0,1860.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4064.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +823,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,134.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,,,,10244.0,10115.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,258740.0,258770.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1292.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,,1352.0,465.0,22.0,59.0,167.0,7159.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-01-15 23:41:51.000000,2025-01-11 13:10:18,717.0,7.0,437.0,39.0,874.0,150.0,119.0,3385.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.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,,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,,,,,88.0,87.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,245.0,245.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,781.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,604.0,604.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,,745.0,752.0,,,,,,,,3.0,562.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,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,,373.0,373.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,39.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,,302.0,305.0,,,,,,,,3.0,256.0,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +831,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,528.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'],67.0,67.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1042.0,1042.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,36.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,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,264.0,264.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,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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,171.0,171.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,353.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,,544.0,544.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,,6411.0,6411.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,,,,227.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,,1279.0,1279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,8709.0,8709.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,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,460.0,460.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,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'],52.0,52.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,602.0,602.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,4368.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,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,138.0,28.0,217.0,102.0,2901.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,,62.0,62.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,,98.0,98.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,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,859.0,A medical imaging framework for Pytorch.,8.0,16,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,,323.0,323.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,43.0,667.0,28.0,27.0,831.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,,31.0,31.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,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],96.0,95.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2904.0,2904.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,737.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,,330.0,330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,10795.0,10795.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,43.0,435.0,25.0,130.0,717.0,GPU accelerated signal processing.,46.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,,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,646.0,646.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,16.0,83.0,19.0,49.0,613.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,,328.0,328.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,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,546.0,546.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,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,,368.0,368.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,,53.0,10.0,17.0,10.0,29.0,422.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,,1313.0,1313.0,,,,,,,,3.0,20.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,48.0,48.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,18.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,3016.0,3016.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,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,16,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,1577.0,1577.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,9.0,2.0,,5.0,211.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,937.0,937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,5.0,2.0,17.0,23.0,196.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,,3016.0,3016.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,144.0,72.0,12.0,53.0,2215.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,39.0,40.0,73.0,34.0,1174.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,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,,117.0,20.0,295.0,3.0,70.0,1079.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,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,799.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,1038.0,1038.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,,42.0,20.0,171.0,6.0,65.0,522.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,,259.0,259.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,,88.0,21.0,18.0,22.0,2.0,516.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,,974.0,974.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,,268.0,268.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,,55.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,142.0,282.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7598.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,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,,827.0,827.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,312.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,,211.0,211.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,298.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,,504.0,504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,9.0,15.0,2.0,7.0,280.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,343.0,343.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,9.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,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,,275.0,275.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,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,,943.0,943.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,,32.0,8.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,,502.0,502.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,778.0,778.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,197.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,,932.0,932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,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,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,,,,,44.0,44.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2024-12-23 18:24:49.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2024-12-16 00:50:08.000,3.47.5,304.0,comet_ml,comet_ml,,,,83.0,,https://pypi.org/project/comet_ml,2024-12-23 18:24:49.000,83.0,149917.0,149917.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,64.0,13.0,45.0,26.0,3758.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,3458.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,1691.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,54.0,23.0,42.0,85.0,1314.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,,,,,,,,,,,,,,,,,,,, +884,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,,154.0,32.0,,53.0,60.0,1238.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5013.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,119.0,30.0,111.0,14.0,25.0,1093.0,An autoML framework & toolkit for machine learning on graphs.,16.0,14,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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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,615.0,2208.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,86072.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,11.0,8.0,10.0,3.0,349.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,1697.0,1697.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,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,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,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,14,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,,13900.0,13900.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,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,,422.0,422.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,103.0,28.0,28.0,357.0,3884.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,,484.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,,,,,,,,,,,,,,,,,,,, +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,,86.0,48.0,4.0,3.0,,2580.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,1752.0,1754.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,,175.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,,,,,,,,,,,,,,,,,,,, +895,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,11.0,11.0,3.0,16.0,796.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,178.0,178.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,,53.0,17.0,3.0,2.0,1.0,541.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,,296.0,296.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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,267.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,,528.0,534.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,,713.0,713.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,8.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'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,13,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,155.0,155.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,5.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,,835.0,844.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.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,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,,289.0,289.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,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,,325.0,325.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +904,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,,155.0,155.0,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +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,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,,733.0,733.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,,415.0,63.0,7.0,66.0,17.0,1971.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,,328.0,90.0,11.0,12.0,6.0,1789.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,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,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,93.0,22.0,52.0,15.0,3269.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,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,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,11,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,,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,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,32.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,11,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,,,,,,,,,,,3.0,,,,,,,,-2.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,,90.0,17.0,5.0,4.0,12.0,636.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,,51.0,16.0,13.0,14.0,11.0,530.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,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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.,,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,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,76.0,76.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-01-23_changes.md b/history/2025-01-23_changes.md new file mode 100644 index 00000000..26de1bb8 --- /dev/null +++ b/history/2025-01-23_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 (πŸ₯‡43 Β· ⭐ 14K Β· πŸ“ˆ) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- sktime (πŸ₯‡40 Β· ⭐ 8.1K Β· πŸ“ˆ) - A unified framework for machine learning with time series. BSD-3 +- TextBlob (πŸ₯‡38 Β· ⭐ 9.2K Β· πŸ“ˆ) - Simple, Pythonic, text processing--Sentiment analysis, part-of-.. MIT +- pyecharts (πŸ₯ˆ37 Β· ⭐ 15K Β· πŸ“ˆ) - Python Echarts Plotting Library. MIT +- VisPy (πŸ₯ˆ33 Β· ⭐ 3.4K Β· πŸ“ˆ) - High-performance interactive 2D/3D data visualization library. BSD-3 +- Backtesting.py (πŸ₯ˆ28 Β· ⭐ 5.8K Β· πŸ“ˆ) - Backtest trading strategies in Python. ❗️AGPL-3.0 +- Facets Overview (πŸ₯‰27 Β· ⭐ 7.4K Β· πŸ’€) - Visualizations for machine learning datasets. Apache-2 +- TreeInterpreter (πŸ₯‰23 Β· ⭐ 750 Β· πŸ’€) - Package for interpreting scikit-learns decision tree.. BSD-3 +- fairness-indicators (πŸ₯‰21 Β· ⭐ 340 Β· πŸ“ˆ) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 +- nptsne (πŸ₯‰13 Β· ⭐ 32 Β· πŸ’€) - nptsne is a numpy compatible python binary package that offers a.. 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._ + +- jax (πŸ₯‡45 Β· ⭐ 31K Β· πŸ“‰) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- spaCy (πŸ₯‡43 Β· ⭐ 31K Β· πŸ“‰) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Fastai (πŸ₯ˆ39 Β· ⭐ 27K Β· πŸ“‰) - The fastai deep learning library. Apache-2 +- PyFlink (πŸ₯ˆ39 Β· ⭐ 24K Β· πŸ“‰) - Apache Flink Python API. Apache-2 +- folium (πŸ₯‡39 Β· ⭐ 7K Β· πŸ“‰) - Python Data. Leaflet.js Maps. MIT +- FiftyOne (πŸ₯ˆ37 Β· ⭐ 9.1K Β· πŸ“‰) - Visualize, create, and debug image and video datasets.. Apache-2 +- imgaug (πŸ₯ˆ35 Β· ⭐ 14K Β· πŸ’€) - Image augmentation for machine learning experiments. MIT +- pyproj (πŸ₯ˆ35 Β· ⭐ 1.1K Β· πŸ“‰) - Python interface to PROJ (cartographic projections and coordinate.. MIT +- CuPy (πŸ₯ˆ27 Β· ⭐ 9.5K Β· πŸ“‰) - NumPy & SciPy for GPU. MIT +- minisom (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ“‰) - MiniSom is a minimalistic implementation of the Self.. ❗️CC-BY-3.0 + diff --git a/history/2025-01-23_projects.csv b/history/2025-01-23_projects.csv new file mode 100644 index 00000000..4842b97a --- /dev/null +++ b/history/2025-01-23_projects.csv @@ -0,0 +1,921 @@ +,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,trending,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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-01-22 11:36:03.000000,2025-01-22 11:36:03,1575.0,8.0,739.0,119.0,347.0,71.0,154.0,5072.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,,177.0,58.0,205.0,,3.0,2424.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,3781.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,3781.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,3781.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,3781.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-01-23 14:04:05.000000,2025-01-23 13:50:23,174990.0,3556.0,74444.0,7530.0,43500.0,6775.0,39351.0,190066.0,An Open Source Machine Learning Framework for Everyone.,4769.0,55,True,2024-10-25 00:14:11.000,2.18.0,202.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],463761.0,455684.0,https://pypi.org/project/tensorflow,2024-10-25 00:14:11.000,8077.0,18773854.0,19588512.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5245596.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-01-23 13:49:12.366865,2668.0,78926982.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-01-23 14:10:02.000000,2025-01-23 14:09:52,83473.0,3460.0,22762.0,1759.0,96747.0,15619.0,33831.0,86109.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5367.0,55,True,2024-10-29 17:58:24.000,2.5.1,57.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],644225.0,622934.0,https://pypi.org/project/torch,2024-10-29 17:32:42.000,21291.0,28597237.0,29236094.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25525384.0,,,,,1.0,72326.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-01-23 12:01:22.000000,2025-01-23 12:01:22,32112.0,272.0,25495.0,2142.0,18289.0,2112.0,9799.0,60837.0,scikit-learn: machine learning in Python.,3252.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1057816.0,1030915.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,70720656.0,71318443.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,33475582.0,,,,,1.0,1037.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-01-23 14:15:18.000000,2025-01-23 13:45:42,17868.0,611.0,27621.0,1129.0,18808.0,1526.0,15532.0,137922.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3029.0,52,True,2025-01-20 16:36:05.000,4.48.1,168.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",281444.0,274069.0,https://pypi.org/project/transformers,2025-01-20 16:36:02.000,7375.0,35186392.0,35231408.0,https://anaconda.org/conda-forge/transformers,2025-01-21 03:18:24.714,2430886.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-01-22 16:59:39.000000,2025-01-22 16:59:38,34440.0,727.0,5234.0,350.0,11789.0,1729.0,9132.0,13312.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1736.0,50,True,2025-01-11 00:13:13.000,1.15.1,112.0,scipy,conda-forge/scipy,,,,1254520.0,1205308.0,https://pypi.org/project/scipy,2025-01-10 23:59:19.000,49212.0,110203052.0,111346713.0,https://anaconda.org/conda-forge/scipy,2025-01-11 20:58:33.827,56984332.0,,,,,1.0,453224.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-01-22 12:08:52.000000,2025-01-22 10:19:46,51852.0,543.0,7684.0,593.0,18799.0,1601.0,9450.0,20606.0,matplotlib: plotting with Python.,1766.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1566208.0,1513225.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,61344094.0,61850080.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27829284.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-01-23 13:33:15.000000,2025-01-23 13:33:15,59374.0,284.0,4472.0,293.0,13627.0,5148.0,8967.0,13234.0,A computer algebra system written in pure Python.,1345.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,215132.0,211632.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,26397784.0,26538218.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7639654.0,,,,,1.0,553719.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-01-22 22:30:02.000000,2025-01-22 19:22:38,11307.0,228.0,19492.0,1915.0,7740.0,255.0,12080.0,62381.0,Deep Learning for humans.,1365.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,12577976.0,12648885.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3900028.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-01-20 17:29:05.000000,2025-01-20 17:29:05,19118.0,356.0,2246.0,219.0,5284.0,124.0,3154.0,12487.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,,,,2030147.0,2019236.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,108507270.0,109412416.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,48877894.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,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-01-23 14:49:05.000000,2025-01-23 14:05:17,6994.0,255.0,3175.0,325.0,5358.0,1009.0,3822.0,36849.0,Streamlit A faster way to build and share data apps.,289.0,46,True,2025-01-21 22:19:09.000,1.39.1,234.0,streamlit,,,,,677309.0,674133.0,https://pypi.org/project/streamlit,2025-01-21 22:19:09.000,3176.0,5856667.0,5856667.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,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-01-23 13:08:47.000000,2025-01-23 13:08:47,23681.0,830.0,5958.0,482.0,30450.0,4297.0,15633.0,34997.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1131.0,46,True,2025-01-23 10:02:16.000,ray-2.41.0,121.0,ray,conda-forge/ray-tune,,,,21255.0,20394.0,https://pypi.org/project/ray,2025-01-23 05:29:32.000,861.0,5457373.0,5468200.0,https://anaconda.org/conda-forge/ray-tune,2024-12-20 21:34:53.315,530431.0,,,,,1.0,248.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-01-23 14:27:42.000000,2025-01-15 15:15:31,7426.0,351.0,2582.0,276.0,1783.0,596.0,2493.0,16620.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2024-09-12 15:42:27.000,5.24.1,301.0,plotly,conda-forge/plotly,,,,359493.0,353164.0,https://pypi.org/project/plotly,2024-09-12 15:36:24.000,6320.0,16725741.0,16923710.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,8124035.0,,,,,1.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,52897.0,,,,,,,,,,,,,, +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-01-23 14:12:21.000000,2025-01-23 12:24:14,25215.0,1416.0,2853.0,332.0,17191.0,1480.0,4400.0,31040.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",819.0,45,True,2025-01-17 18:27:26.000,jax-v0.5.0,173.0,jax,conda-forge/jaxlib,,,,38111.0,35968.0,https://pypi.org/project/jax,2025-01-17 17:40:30.000,2143.0,4991719.0,5029868.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2098248.0,,,,,1.0,,,,,,,jax-ml/jax,-1.0,,,,,,,,,,,, +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-01-22 10:34:32.000000,2025-01-22 10:34:31,7310.0,160.0,8735.0,910.0,5806.0,458.0,4969.0,26509.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,129163.0,127052.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,22452744.0,22557488.0,https://anaconda.org/conda-forge/xgboost,2025-01-22 08:47:50.955,5650769.0,,,,,1.0,13179.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-01-23 10:01:13.000000,2025-01-23 10:01:13,52711.0,1338.0,5655.0,715.0,52179.0,1773.0,17556.0,22422.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1347.0,45,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7028.0,6816.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,278849.0,279001.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-01-23 12:50:29.000000,2025-01-21 20:46:32,20668.0,43.0,4202.0,439.0,6239.0,799.0,7023.0,19543.0,"Interactive Data Visualization in the browser, from Python.",707.0,45,True,2024-12-03 15:39:22.000,3.6.2,224.0,bokeh,conda-forge/bokeh,,,,98747.0,96924.0,https://pypi.org/project/bokeh,2025-01-09 16:55:15.000,1823.0,3477944.0,3764208.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15744552.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-01-23 00:58:21.000000,2025-01-23 00:58:21,7869.0,50.0,3253.0,281.0,3973.0,344.0,3059.0,15319.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,,,,351402.0,341772.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,56522940.0,56897125.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19831835.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +23,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-01-20 15:58:02.000000,2025-01-20 15:58:02,15641.0,82.0,3091.0,288.0,3978.0,2851.0,2817.0,10381.0,Statsmodels: statistical modeling and econometrics in Python.,448.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,154911.0,150442.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,14382757.0,14688127.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16795378.0,,,,,1.0,35.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-01-23 08:58:28.000000,2025-01-23 08:58:06,43385.0,792.0,28412.0,2018.0,49591.0,243.0,,40375.0,Apache Spark Python API.,3177.0,44,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,30716437.0,30782782.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3648982.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +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-01-23 13:30:06.000000,2025-01-22 22:44:41,7378.0,208.0,2672.0,178.0,4777.0,455.0,4791.0,35444.0,"Wrap UIs around any model, share with anyone.",491.0,44,True,2025-01-22 23:01:04.000,5.13.0,615.0,gradio,,,,,54637.0,53651.0,https://pypi.org/project/gradio,2025-01-22 23:01:04.000,986.0,6102039.0,6102039.0,,,,,,,,1.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-01-23 12:18:26.000000,2025-01-23 10:49:14,7064.0,411.0,4319.0,306.0,9978.0,1688.0,2662.0,19295.0,Open source platform for the machine learning lifecycle.,812.0,44,True,2025-01-23 12:36:49.000,2.20.0,123.0,mlflow,conda-forge/mlflow,,,,51442.0,50477.0,https://pypi.org/project/mlflow,2025-01-23 10:55:32.000,965.0,12821099.0,12868842.0,https://anaconda.org/conda-forge/mlflow,2024-12-12 05:57:45.831,2625899.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-01-23 09:39:46.000000,2025-01-23 09:39:42,19159.0,974.0,1952.0,93.0,3699.0,1101.0,3179.0,16503.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",383.0,44,True,2025-01-23 07:30:50.000,1.59.5,1064.0,litellm,,,,others,7154.0,6428.0,https://pypi.org/project/litellm,2025-01-23 06:40:46.000,726.0,4153066.0,4153287.0,,,,,,,,1.0,443.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-01-23 08:18:50.000000,2025-01-22 10:35:30,9428.0,169.0,1732.0,214.0,6141.0,1090.0,4342.0,12872.0,Parallel computing with task scheduling.,618.0,44,True,2025-01-17 16:54:09.000,2025.1.0,215.0,dask,conda-forge/dask,,,,71759.0,69150.0,https://pypi.org/project/dask,2025-01-17 16:54:09.000,2609.0,9312134.0,9535857.0,https://anaconda.org/conda-forge/dask,2025-01-19 15:07:53.205,12528505.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +29,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-01-14 11:08:42.000000,2025-01-13 17:17:36,16220.0,8.0,4429.0,562.0,4031.0,173.0,5523.0,30720.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,43,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,114988.0,112097.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2891.0,9490497.0,9582415.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5054549.0,,,,,1.0,1541.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-01-22 09:37:13.000000,2025-01-09 11:28:08,10502.0,68.0,3418.0,253.0,10367.0,850.0,6351.0,28834.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",993.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],42578.0,41042.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6358859.0,6384693.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1406060.0,,,,,2.0,11348.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +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-01-23 00:56:08.000000,2025-01-15 16:30:03,7771.0,35.0,2093.0,426.0,1171.0,512.0,1375.0,21841.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,182.0,dash,conda-forge/dash,,,,77440.0,76093.0,https://pypi.org/project/dash,2024-11-04 21:12:56.000,1347.0,4272019.0,4301955.0,https://anaconda.org/conda-forge/dash,2024-12-15 07:31:13.084,1646459.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-01-23 06:32:54.000000,2025-01-22 21:23:26,2970.0,90.0,3701.0,435.0,3522.0,342.0,2583.0,18298.0,Open standard for machine learning interoperability.,331.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,40079.0,39026.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5204204.0,5230548.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1434604.0,,,,,1.0,22748.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-01-23 13:40:26.000000,2025-01-23 00:51:15,3256.0,419.0,1729.0,196.0,3915.0,691.0,907.0,14114.0,Development repository for the Triton language and compiler.,359.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,50414.0,50078.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,13903651.0,13903651.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +34,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,1.0,2887.0,460.0,1501.0,276.0,1572.0,13786.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,43,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,345681.0,340984.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,20637847.0,20702552.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2976443.0,,,,,1.0,,,,,,,,1.0,,,,,,,,,,,, +35,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-01-22 00:37:43.000000,2025-01-22 00:37:36,5077.0,70.0,2100.0,1666.0,4941.0,361.0,2751.0,12396.0,WebGL2 powered visualization framework.,279.0,43,True,2025-01-21 19:54:38.606,9.1.0,682.0,pydeck,conda-forge/pydeck,,,['jupyter'],8993.0,8560.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,4886334.0,5310072.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,679675.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-01-21 19:54:38.606,313.0,412219.0,,,,,,,,,,,,,, +36,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-01-23 06:49:09.000000,2025-01-23 06:49:09,18848.0,464.0,1055.0,118.0,3840.0,61.0,1644.0,11268.0,A hyperparameter optimization framework.,284.0,43,True,2025-01-20 07:14:15.000,4.2.0,68.0,optuna,conda-forge/optuna,,,,22353.0,21235.0,https://pypi.org/project/optuna,2025-01-20 07:14:15.000,1118.0,3260157.0,3299245.0,https://anaconda.org/conda-forge/optuna,2025-01-20 09:28:46.974,2149863.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-01-22 18:27:17.000000,2025-01-22 18:27:17,2678.0,159.0,4812.0,317.0,586.0,47.0,906.0,32988.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",168.0,42,True,2025-01-19 23:08:56.000,1.0.14,65.0,timm,conda-forge/timm,,,['pytorch'],46451.0,45382.0,https://pypi.org/project/timm,2025-01-19 23:08:56.000,1069.0,5080843.0,5195871.0,https://anaconda.org/conda-forge/timm,2025-01-20 17:34:15.209,303888.0,,,,,1.0,7439331.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-01-23 12:52:41.216794,2025-01-23 10:45:07,21713.0,687.0,3007.0,287.0,24228.0,764.0,11978.0,32046.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",303.0,42,True,2025-01-22 07:29:16.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,1033558.0,2091263.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-01-23 12:52:41.216794,67.0,67360786.0,1.0,301214.0,,,,,,,,,,,,,,,,,,, +39,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-01-22 21:50:05.000000,2025-01-18 16:14:36,1412.0,68.0,2512.0,247.0,665.0,202.0,1239.0,15481.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,,,,59046.0,58247.0,https://pypi.org/project/yfinance,2025-01-18 16:23:18.000,799.0,3577124.0,3579448.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97610.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +40,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-01-22 22:31:56.000000,2025-01-22 22:31:56,1379.0,184.0,1616.0,250.0,725.0,475.0,1541.0,12929.0,Video editing with Python.,179.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,53772.0,52724.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2369047.0,2372197.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,283513.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,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-01-22 17:42:20.000000,2025-01-18 13:56:41,3855.0,59.0,795.0,138.0,1555.0,124.0,1935.0,9533.0,Declarative visualization library for Python.,173.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,193753.0,192837.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,23063496.0,23133019.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2572292.0,,,,,1.0,223.0,,,,,,vega/altair,,,,,,,,,,,,, +42,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-01-23 11:14:20.000000,2025-01-23 10:50:35,7612.0,419.0,692.0,63.0,5846.0,613.0,2850.0,9392.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",205.0,42,True,2025-01-17 00:09:34.000,0.19.4,301.0,wandb,conda-forge/wandb,,,,65509.0,63897.0,https://pypi.org/project/wandb,2025-01-16 23:54:31.000,1612.0,15540411.0,15556203.0,https://anaconda.org/conda-forge/wandb,2025-01-17 20:45:48.863,852278.0,,,,,1.0,475.0,,,,,,wandb/wandb,,,,,,,,,,,,, +43,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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,13.0,1660.0,190.0,5060.0,690.0,1241.0,6775.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],290268.0,288042.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,22264506.0,22360843.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5298583.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,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-01-22 12:35:17.000000,2025-01-22 12:35:14,14239.0,63.0,2240.0,186.0,4567.0,808.0,2135.0,6152.0,Image processing in Python.,679.0,42,False,2024-12-13 21:31:26.000,0.25.0,71.0,scikit-image,conda-forge/scikit-image,,,,218177.0,211489.0,https://pypi.org/project/scikit-image,2024-12-13 21:31:26.000,6688.0,9988179.0,10122963.0,https://anaconda.org/conda-forge/scikit-image,2025-01-08 00:19:30.135,7413153.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,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-01-22 03:05:45.000000,2025-01-22 03:04:01,6394.0,69.0,7866.0,447.0,3208.0,169.0,9358.0,45944.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'],4241.0,4133.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,271503.0,292893.0,,,,,,,,1.0,1112301.0,,,,,,,,,,,,,,,,,,, +46,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-01-22 23:14:54.000000,2025-01-21 22:34:26,2656.0,123.0,4204.0,349.0,3140.0,1099.0,1939.0,36337.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",369.0,41,True,2025-01-21 22:31:21.000,0.16.3,102.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10851.0,10608.0,https://pypi.org/project/deepspeed,2025-01-21 22:31:21.000,243.0,661453.0,661812.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21559.0,1.0,,,,,,,,,,,,,,,,,,,, +47,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-01-23 13:43:32.000000,2025-01-21 19:45:07,1364.0,71.0,3649.0,479.0,1327.0,254.0,2330.0,32515.0,A library for efficient similarity search and clustering of dense vectors.,203.0,41,True,2025-01-22 07:29:16.000,2.5.4,113.0,pymilvus,conda-forge/faiss,,,,4549.0,4342.0,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1033558.0,1071601.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2092418.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-01-22 15:46:12.000000,2025-01-22 15:46:10,2787.0,16.0,3289.0,246.0,1005.0,703.0,1874.0,23280.0,A game theoretic approach to explain the output of any machine learning model.,256.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,25136.0,24388.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,7041993.0,7140074.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4805976.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +49,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-01-23 06:37:55.000000,2025-01-20 19:20:28,3629.0,39.0,3840.0,436.0,3327.0,383.0,3097.0,16896.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,,,,44332.0,43255.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,7925124.0,7986100.0,https://anaconda.org/conda-forge/lightgbm,2024-10-10 08:17:38.424,3014264.0,,,,,2.0,279931.0,,,,,,,,,,,,,,,,,,, +50,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-01-23 11:34:43.000000,2025-01-21 18:15:49,3982.0,32.0,6966.0,448.0,5483.0,1048.0,2507.0,16478.0,"Datasets, Transforms and Models specific to Computer Vision.",618.0,41,True,2024-10-29 17:40:34.000,0.20.1,49.0,torchvision,conda-forge/torchvision,,,['pytorch'],5875.0,21.0,https://pypi.org/project/torchvision,2024-10-29 17:40:34.000,5854.0,13294156.0,13340043.0,https://anaconda.org/conda-forge/torchvision,2025-01-20 03:33:56.009,2091197.0,,,,,1.0,39760.0,,,,,,,,,,,,,,,,,,, +51,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-01-23 14:42:14.000000,2025-01-23 14:38:29,1633.0,62.0,2496.0,144.0,631.0,1193.0,1092.0,15833.0,State-of-the-Art Text Embeddings.,203.0,41,True,2024-11-18 14:38:20.000,3.3.1,59.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],68209.0,66372.0,https://pypi.org/project/sentence-transformers,2024-11-18 14:37:38.000,1837.0,6826863.0,6836980.0,https://anaconda.org/conda-forge/sentence-transformers,2024-12-21 19:23:58.994,526129.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,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-01-22 22:44:23.000000,2025-01-22 22:44:19,1199.0,151.0,1656.0,128.0,1110.0,153.0,975.0,14506.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,159.0,41,True,2025-01-08 20:24:20.000,2.0.0,80.0,albumentations,conda-forge/albumentations,,,['pytorch'],32004.0,31368.0,https://pypi.org/project/albumentations,2025-01-08 20:24:42.000,636.0,5491819.0,5495993.0,https://anaconda.org/conda-forge/albumentations,2025-01-11 21:17:29.247,225414.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-01-21 09:49:16.000000,2025-01-21 09:49:13,9381.0,31.0,1194.0,135.0,5562.0,247.0,4491.0,14105.0,Data Versioning and ML Experiments.,308.0,41,True,2025-01-13 07:04:20.000,3.59.0,542.0,dvc,conda-forge/dvc,,,,20740.0,20603.0,https://pypi.org/project/dvc,2025-01-13 07:04:20.000,137.0,491104.0,537144.0,https://anaconda.org/conda-forge/dvc,2025-01-13 10:29:16.907,2532236.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +54,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-01-22 00:33:08.000000,2025-01-17 11:44:13,6528.0,372.0,2106.0,203.0,1255.0,113.0,2235.0,14030.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,41,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],3891.0,3743.0,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,98044.0,98726.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,36872.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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,2024-12-16 12:54:03.000000,2024-12-16 12:54:02,3238.0,1.0,1929.0,263.0,1133.0,185.0,2434.0,12785.0,Statistical data visualization in Python.,213.0,41,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,558465.0,547622.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,18378532.0,18586005.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11410859.0,,,,,1.0,465.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-01-23 03:08:20.000000,2025-01-23 03:08:20,10179.0,80.0,2038.0,225.0,4140.0,337.0,3087.0,8836.0,Bayesian Modeling and Probabilistic Programming in Python.,508.0,41,True,2025-01-07 20:55:33.000,5.20.0,96.0,pymc3,conda-forge/pymc3,,,,5483.0,5291.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,261735.0,273246.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,632303.0,,,,,1.0,1965.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-01-23 12:34:12.000000,2025-01-23 12:34:08,49006.0,284.0,1189.0,191.0,405.0,575.0,1797.0,8204.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1301.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,2839936.0,2880798.0,https://anaconda.org/conda-forge/catboost,2024-09-07 21:05:39.027,1845903.0,,,,,2.0,347145.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-01-23 14:23:39.000000,2025-01-23 14:23:38,1658.0,57.0,1012.0,97.0,1652.0,125.0,1600.0,8198.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",312.0,41,True,2025-01-17 15:56:18.000,1.3.0,67.0,accelerate,conda-forge/accelerate,,,['pytorch'],69348.0,67571.0,https://pypi.org/project/accelerate,2025-01-17 15:42:18.000,1777.0,7784802.0,7792048.0,https://anaconda.org/conda-forge/accelerate,2025-01-20 18:52:19.301,282607.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-01-23 04:48:38.000000,2025-01-23 03:57:14,7695.0,62.0,3733.0,255.0,3275.0,1123.0,2686.0,21782.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'],7954.0,7599.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,385925.0,388411.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,134283.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,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-01-21 16:28:08.000000,2025-01-09 16:41:32,1855.0,29.0,809.0,122.0,687.0,59.0,967.0,9274.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,104.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,132048.0,130952.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,30159205.0,30204779.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2460973.0,,,,,1.0,72.0,,,,,,,,,,,,,,,,,,, +61,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-01-23 09:26:00.000000,2025-01-20 12:55:53,5142.0,148.0,1411.0,110.0,4555.0,1017.0,1648.0,8132.0,A unified framework for machine learning with time series.,438.0,40,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3950.0,3820.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,792987.0,818164.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1057416.0,,,,,1.0,111.0,,,,,,sktime/sktime,1.0,,,,,,,,,,,, +62,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-01-15 23:38:58.000000,2025-01-15 23:38:58,2330.0,11.0,571.0,89.0,895.0,294.0,963.0,3985.0,Manipulation and analysis of geometric objects.,164.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,94562.0,91627.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,29480298.0,29689571.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,11086419.0,,,,,1.0,3747.0,,,,,,,,,,,,,,,,,,, +63,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-01-22 18:28:41.000000,2025-01-22 07:27:52,4026.0,158.0,1141.0,139.0,3276.0,350.0,1210.0,2122.0,A library for training and deploying machine learning models on Amazon SageMaker.,465.0,40,True,2025-01-09 21:56:09.000,2.237.3,616.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5298.0,5138.0,https://pypi.org/project/sagemaker,2025-01-09 21:56:09.000,160.0,22685154.0,22709829.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-01-15 20:24:24.925,1307785.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +64,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-01-23 08:12:14.000000,2025-01-21 10:21:35,5971.0,55.0,719.0,57.0,5229.0,1568.0,2408.0,1594.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,,,,39021.0,38118.0,https://pypi.org/project/distributed,2025-01-17 16:54:37.000,903.0,3728167.0,4017898.0,https://anaconda.org/conda-forge/distributed,2025-01-19 14:06:02.577,16224943.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,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,1058.0,1458.0,121.0,1725.0,35189.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,62630.0,61082.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,643273.0,649401.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,349331.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,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,2240.0,226.0,1594.0,26519.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20696.0,20388.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,366828.0,366828.0,,,,,,,,2.0,,,,,,,,-1.0,,,,,,,,,,,, +67,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-01-23 11:37:36.000000,2025-01-23 11:36:09,36456.0,396.0,13420.0,936.0,26048.0,1257.0,,24437.0,Apache Flink Python API.,1971.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,23605743.0,23605743.0,,,,,,,,2.0,,,,,,,,-1.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-01-20 12:14:02.000000,2025-01-14 10:26:14,32383.0,8.0,4677.0,358.0,6409.0,135.0,6642.0,19260.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'],4794.0,4734.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,264551.0,264551.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-01-20 16:40:22.000000,2025-01-20 16:40:22,1764.0,93.0,2367.0,163.0,265.0,7.0,1151.0,17247.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",78.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5267.0,5223.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,316106.0,316106.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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-01-19 20:50:08.000000,2025-01-19 20:50:08,8293.0,6.0,3366.0,480.0,733.0,53.0,2185.0,13718.0,A toolkit for making real world machine learning and data analysis applications in C++.,199.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33762.0,33549.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,132433.0,150897.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1003364.0,,,,,2.0,25555.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-01-22 14:42:39.000000,2025-01-22 14:42:39,10382.0,98.0,1404.0,135.0,1316.0,146.0,1017.0,9242.0,A PyTorch-based Speech Toolkit.,254.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2818.0,2751.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,1912629.0,1912629.0,,,,,,,,1.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-01-18 15:11:43.000000,2025-01-18 15:07:19,1938.0,38.0,2229.0,163.0,918.0,85.0,1058.0,7005.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,,,,50862.0,50045.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1478361.0,1549029.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3392074.0,,,,,1.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-01-20 15:30:42.000000,2025-01-20 12:39:17,6644.0,101.0,1560.0,109.0,4607.0,698.0,764.0,4345.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",410.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21644.0,21315.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1680591.0,1681547.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,42066.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,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-01-22 18:22:37.000000,2025-01-22 18:21:23,18259.0,104.0,1331.0,83.0,8151.0,552.0,4414.0,2813.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,384.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5379.0,4960.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,116450.0,124827.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,469124.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,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-01-23 12:11:49.000000,2025-01-23 12:11:49,10735.0,282.0,595.0,66.0,2886.0,298.0,1954.0,1230.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'],4041.0,3732.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,58382.0,64636.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,312428.0,,,,,1.0,287.0,,,,,,,,,,,,,,,,,,, +76,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,20789.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'],7809.0,7683.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,543698.0,544101.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11516.0,,,,,2.0,27904.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +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,2024-12-18 15:02:53.000000,2024-12-05 00:45:19,4535.0,1.0,4379.0,429.0,1714.0,385.0,1465.0,15799.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,,,,71130.0,69753.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4395835.0,4428110.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1482271.0,,,,,1.0,5812.0,,,,,,piskvorky/gensim,,,,,,,,,,,,, +78,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-01-23 11:44:24.000000,2025-01-23 11:07:05,6583.0,87.0,3703.0,255.0,1817.0,1102.0,4625.0,11928.0,Open-source simulator for autonomous driving research.,179.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,915.0,904.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10599.0,10599.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-01-20 20:17:08.000000,2025-01-20 20:17:08,609.0,11.0,1152.0,259.0,206.0,100.0,182.0,9220.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",38.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,48569.0,48164.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1107613.0,1110343.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,275733.0,,,,,1.0,125.0,,,,,,,1.0,,,,,,,,,,,, +80,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-01-22 19:26:39.000000,2025-01-22 19:04:31,22702.0,468.0,2190.0,175.0,3433.0,368.0,2100.0,8705.0,End-to-End Speech Processing Toolkit.,488.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,418.0,406.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,19216.0,19217.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +81,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-01-19 18:43:09.000000,2025-01-19 18:43:09,2057.0,25.0,938.0,107.0,1722.0,446.0,1281.0,4616.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'],49995.0,47156.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,5834101.0,5912207.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4294293.0,,,,,2.0,2883.0,,,,,,,,,,,,,,,,,,, +82,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-01-23 13:54:41.000000,2025-01-23 13:54:39,4988.0,230.0,519.0,37.0,3994.0,661.0,1161.0,2893.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,171.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4546.0,3968.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,343411.0,354557.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,612498.0,,,,,2.0,863.0,,,,,,,,,,,,,,,,,,, +83,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-01-23 11:23:16.000000,2025-01-23 10:34:05,1657.0,58.0,584.0,60.0,1617.0,155.0,888.0,2244.0,The official Python client for the Huggingface Hub.,213.0,38,True,2025-01-06 12:07:20.000,0.27.1,139.0,huggingface_hub,conda-forge/huggingface_hub,,,,2288.0,,https://pypi.org/project/huggingface_hub,2025-01-06 12:04:19.000,2288.0,39314528.0,39370002.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-08 15:31:13.042,2607310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,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,33611.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,,,,34952.0,34114.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1269288.0,1273131.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,169098.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,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,425.0,1361.0,1291.0,3053.0,30843.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4013.0,3896.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,119367.0,121473.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,113537.0,,,,,1.0,376.0,,,,,,,,,,,,,,,,,,, +86,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-01-23 03:37:01.000000,2025-01-23 03:36:38,8781.0,210.0,2830.0,307.0,244.0,23.0,1151.0,29173.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-01-18 22:16:52.000,8.1.3,689.0,netron,,,,"['pytorch', 'tensorflow']",716.0,633.0,https://pypi.org/project/netron,2025-01-18 22:16:52.000,83.0,22966.0,139578.0,,,,,,,,1.0,116612.0,,,,,,,,,,,,,,,,,,, +87,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5431.0,515.0,184.0,1154.0,1386.0,24091.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3304.0,3274.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,238277.0,536374.0,,,,,,,,2.0,6260037.0,,,,,,,,,,,,,,,,,,, +88,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-01-23 02:42:37.000000,2024-11-03 18:25:41,1700.0,3.0,2852.0,379.0,477.0,3.0,1925.0,15071.0,Python Echarts Plotting Library.,45.0,37,True,2024-11-06 02:54:47.000,2.0.7,75.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5097.0,4882.0,https://pypi.org/project/pyecharts,2024-11-03 18:29:35.000,215.0,116787.0,116790.0,,,,,,,,2.0,72.0,,,,,,,5.0,,,,,,,,,,,, +89,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,731.0,670.0,1382.0,13373.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,,,,1747.0,1548.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,474478.0,516230.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,318212.0,,,,,2.0,4127967.0,,,,,,,,,,,,,,,,,,, +90,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-01-23 14:18:35.000000,2025-01-23 11:17:33,7822.0,448.0,2579.0,213.0,8827.0,98.0,2331.0,12945.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",378.0,37,True,2025-01-03 10:31:39.000,2.1.0,79.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-01-03 09:43:30.000,14.0,117322.0,122134.0,,,,,,,,1.0,307990.0,,,,,,,,,,,,,,,,,,, +91,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-01-20 16:53:30.000000,2025-01-17 12:08:46,1517.0,26.0,1687.0,152.0,836.0,237.0,581.0,12664.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']",5343.0,5160.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,406141.0,410950.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,485581.0,,,,,2.0,243.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +92,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-31 07:56:17.243000,2024-08-18 00:47:35,986.0,,1176.0,127.0,316.0,41.0,719.0,10498.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,,,,93094.0,91362.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,17351077.0,17373984.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1202449.0,,,,,1.0,49356.0,,,,,,,,,,,,,,,,,,, +93,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-01-20 22:51:19.000000,2025-01-20 22:51:17,2852.0,38.0,980.0,129.0,1990.0,293.0,669.0,10155.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'],13905.0,13599.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1727703.0,1731141.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,167480.0,,,,,2.0,1623.0,,,,,,,,,,,,,,,,,,, +94,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,538.0,4121.0,697.0,2087.0,9919.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15987.0,15815.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,76111.0,100441.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2481753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,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-01-23 09:08:24.000000,2025-01-22 18:56:47,22458.0,892.0,586.0,63.0,3841.0,519.0,1088.0,9103.0,"Visualize, create, and debug image and video datasets and model predictions.",149.0,37,True,2024-12-20 23:48:02.000,1.2.0,152.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",818.0,793.0,https://pypi.org/project/fiftyone,2024-12-20 22:56:42.000,25.0,54874.0,54874.0,,,,,,,,2.0,,,,,,,,-1.0,,,,,,,,,,,, +96,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-01-20 18:26:56.000000,2025-01-20 18:26:52,1462.0,17.0,910.0,211.0,260.0,179.0,248.0,7104.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11381.0,11098.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3353443.0,3369783.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,506554.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-01-23 04:43:00.000000,2025-01-23 00:27:19,4944.0,124.0,647.0,86.0,2752.0,306.0,751.0,6284.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11862.0,11368.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,1052027.0,1053877.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,85070.0,,,,,2.0,58.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,24.0,866.0,88.0,234.0,138.0,700.0,4662.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,,,,,509913.0,498396.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,12796671.0,12796671.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-01-14 02:46:01.000000,2025-01-14 02:46:00,12203.0,28.0,1109.0,157.0,469.0,701.0,758.0,4285.0,Probabilistic reasoning and statistical analysis in TensorFlow.,497.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,1382307.0,1385743.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,161523.0,,,,,1.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-01-23 14:50:14.000000,2025-01-23 14:31:47,4976.0,315.0,617.0,46.0,5494.0,334.0,1134.0,2453.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,,,,1358.0,1234.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,58170.0,63101.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,187357.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-01-17 03:23:34.000000,2025-01-17 03:23:34,3922.0,17.0,535.0,145.0,1246.0,146.0,1716.0,2299.0,Rasterio reads and writes geospatial raster datasets.,162.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16244.0,14708.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,1869547.0,1953838.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4045560.0,,,,,2.0,1019.0,,,,,,,,,,,,,,,,,,, +102,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-20 02:42:34.000000,2025-01-20 02:42:28,1553.0,8.0,300.0,32.0,505.0,100.0,513.0,1543.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,,,,158293.0,155678.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,22712433.0,22849327.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7391204.0,,,,,2.0,1505.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,372.0,3170.0,1846.0,6729.0,30092.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3500.0,3418.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,164096.0,164096.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,27.0,2211.0,217.0,4222.0,4.0,1941.0,21264.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,102174.0,134336.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,84872.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1772420.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +105,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-01-09 20:21:22.000000,2025-01-09 20:21:21,3953.0,85.0,1041.0,139.0,191.0,115.0,1101.0,14774.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",104.0,36,True,2025-01-05 17:06:43.000,16.8.0,249.0,ocrmypdf,conda-forge/ocrmypdf,,,,1169.0,1128.0,https://pypi.org/project/ocrmypdf,2025-01-05 17:06:43.000,41.0,140800.0,143050.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,88424.0,,,,,1.0,6282.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +106,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,334.0,1604.0,408.0,1865.0,14342.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,,,,,1335.0,1302.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,89310.0,89310.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +107,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-01-17 22:47:22.000000,2025-01-17 22:47:22,1878.0,30.0,4446.0,545.0,718.0,416.0,1288.0,14163.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,36,True,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6081.0,6063.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,25739.0,25739.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,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-01-23 14:25:20.000000,2025-01-23 14:25:19,18852.0,79.0,5697.0,70.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,21446.0,21446.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +109,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-01-16 01:53:23.000000,2025-01-16 01:53:23,4414.0,4.0,3018.0,175.0,5061.0,539.0,2359.0,13675.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",295.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,481.0,333.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,96754.0,96754.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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,,1052.0,135.0,240.0,371.0,274.0,9117.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,,,,81674.0,80305.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,6880829.0,6883842.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,138640.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,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,16.0,1377.0,147.0,258.0,222.0,148.0,8767.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,,,,4785.0,4664.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,574626.0,577061.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,136413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,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-14 15:36:49.000000,2025-01-14 15:14:46,726.0,161.0,2410.0,275.0,201.0,322.0,335.0,8548.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-14 15:36:49.000,3.14.0,63.0,SpeechRecognition,conda-forge/speechrecognition,,,,651.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-14 15:36:49.000,630.0,1059163.0,1063315.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-14 13:01:12.830,220097.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,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-01-23 12:10:03.000000,2025-01-23 11:09:17,1162.0,74.0,787.0,293.0,1546.0,314.0,437.0,8478.0,Open Source AI/ML Platform.,100.0,36,True,2025-01-23 12:10:03.000,2.13.6,170.0,metaflow,conda-forge/metaflow,,,,841.0,792.0,https://pypi.org/project/metaflow,2025-01-23 12:10:03.000,49.0,526437.0,531004.0,https://anaconda.org/conda-forge/metaflow,2025-01-16 04:00:57.205,246622.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +114,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-01-23 08:51:38.000000,2025-01-23 08:51:38,2463.0,118.0,943.0,97.0,2781.0,363.0,1173.0,8305.0,Fast and Accurate ML in 3 Lines of Code.,132.0,36,True,2024-11-27 17:04:12.000,1.2.0,1730.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",979.0,949.0,https://pypi.org/project/autogluon,2025-01-16 09:05:05.000,30.0,329975.0,331298.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,26915.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,13396.0,1.0,,,,,,,,,,,,,,,,,,,, +115,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-01-21 00:25:39.000000,2025-01-21 00:25:39,3188.0,31.0,1113.0,89.0,3547.0,393.0,2798.0,6050.0,AI Toolkit for Healthcare Imaging.,215.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3540.0,3404.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,235392.0,236411.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,37703.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,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,2024-11-16 09:07:24.553000,2024-11-15 00:41:39,1657.0,10.0,874.0,116.0,539.0,149.0,345.0,4953.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,111.0,36,True,2024-11-15 00:43:08.000,0.23.3,54.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17395.0,17207.0,https://pypi.org/project/mlxtend,2024-11-15 00:43:08.000,188.0,609896.0,616172.0,https://anaconda.org/conda-forge/mlxtend,2024-11-16 09:07:24.553,338932.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,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-01-22 17:38:50.000000,2025-01-22 17:38:50,1215.0,25.0,659.0,124.0,971.0,371.0,1117.0,4530.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",181.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4499.0,4412.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,538858.0,540604.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,81555.0,,,,,2.0,12960.0,,,,,,,,,,,,,,,,,,, +118,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-01-20 13:42:01.000000,2025-01-12 07:32:38,4215.0,20.0,1107.0,155.0,1758.0,435.0,902.0,3957.0,Fast data visualization and GUI tools for scientific / engineering applications.,296.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12170.0,11144.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,256264.0,267852.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,637357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,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-01-22 11:48:22.000000,2025-01-22 11:48:21,10904.0,36.0,404.0,58.0,3136.0,1114.0,2250.0,2737.0,"With Holoviews, your data visualizes itself.",147.0,36,True,2025-01-14 14:45:46.544,3.0.4,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],14169.0,13762.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,338407.0,373926.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1935629.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,326.0,,,,,,,,,,,,,, +120,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-01-23 14:54:47.000000,2025-01-23 14:54:45,1167.0,46.0,476.0,57.0,1372.0,427.0,459.0,2686.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",134.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4509.0,4334.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,855915.0,856846.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,30745.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-01-23 07:22:24.000000,2025-01-23 00:48:16,3710.0,268.0,311.0,70.0,2482.0,73.0,728.0,2410.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],929.0,875.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,121988.0,122735.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,32163.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-01-21 15:56:05.000000,2025-01-21 15:54:16,2031.0,67.0,408.0,36.0,1770.0,85.0,823.0,2186.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],35592.0,35590.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5624.0,44168.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1766901.0,,,,,2.0,6188.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +123,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-01-21 16:34:01.000000,2025-01-21 16:34:01,5048.0,79.0,1102.0,149.0,1397.0,63.0,743.0,1932.0,Documentation and samples for ArcGIS API for Python.,96.0,36,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,931.0,891.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,78269.0,78405.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13613.0,,,,,,,,,,,,,,,,,,, +124,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-01-22 10:39:17.000000,2025-01-08 12:22:34,902.0,13.0,347.0,42.0,1084.0,188.0,173.0,1241.0,Making text a first-class citizen in TensorFlow.,167.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8069.0,7850.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6281286.0,6281286.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,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-01-13 07:53:18.000000,2025-01-07 22:13:12,1570.0,6.0,206.0,47.0,628.0,34.0,777.0,1170.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,,,,24421.0,24118.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,3959278.0,4077206.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6368143.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-01-18 11:58:21.000000,2025-01-18 11:58:21,15079.0,84.0,530.0,51.0,2334.0,420.0,970.0,756.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,,,,5758.0,5606.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,209308.0,223387.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,746201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-01-16 14:48:46.000000,2025-01-16 14:48:46,6108.0,66.0,259.0,36.0,864.0,130.0,415.0,672.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,,,,25623.0,24442.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,478523.0,493549.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,826465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,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,1570.0,234.0,795.0,593.0,53986.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'],4065.0,3949.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,115358.0,115980.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31586.0,,,,,2.0,1401.0,,,,,,,,,,,,,,,,,,, +129,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,,4374.0,296.0,752.0,88.0,1122.0,37082.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']",2196.0,2143.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,153331.0,244724.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,21527.0,,,,,2.0,4178743.0,,,,,,,,,,,,,,,,,,, +130,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,265.0,461.0,601.0,25279.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,,,,,10997.0,10744.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,676953.0,995853.0,,,,,,,,2.0,17539537.0,,,,,,,,,,,,,,,,,,, +131,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-01-23 14:57:40.000000,2025-01-23 11:40:19,3828.0,123.0,1998.0,144.0,4184.0,114.0,3540.0,18754.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2025-01-14 16:11:41.000,2.9.0,100.0,haystack,,,,,796.0,791.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6281.0,6281.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,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,225.0,14496.0,Image augmentation for machine learning experiments.,36.0,35,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,24184.0,23919.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,422690.0,425584.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,193930.0,,,,,2.0,,,,,,,,-1.0,,,,,,,,,,,, +133,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,11786.0,"An open-source NLP research library, built on PyTorch.",267.0,35,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4447.0,4322.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,55973.0,58290.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,169201.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +134,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-01-20 06:32:38.370000,2024-08-30 03:34:11,5357.0,,1775.0,135.0,1036.0,388.0,1950.0,9089.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7000.0,6969.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,284732.0,285911.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,61814.0,,,,,2.0,721.0,,,,,,,,,,,,,,,,,,, +135,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-01-11 05:36:58.000000,2025-01-11 05:35:54,704.0,6.0,352.0,69.0,132.0,32.0,155.0,8666.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,59918.0,57878.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,5900768.0,5907062.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,320996.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-01-23 14:50:56.000000,2025-01-23 12:48:45,40100.0,413.0,916.0,155.0,11123.0,1073.0,5657.0,8623.0,cuDF - GPU DataFrame Library.,298.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3204.0,3204.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +137,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-01-23 09:58:05.000000,2025-01-23 09:58:05,3449.0,122.0,801.0,76.0,3832.0,165.0,940.0,7293.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",217.0,35,True,2025-01-17 06:59:19.000,1.3.20,175.0,bentoml,,,,,2390.0,2357.0,https://pypi.org/project/bentoml,2025-01-17 06:59:19.000,33.0,82916.0,82931.0,,,,,,,,2.0,693.0,,,,,,,,,,,,,,,,,,, +138,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,46.0,657.0,62.0,145.0,71.0,450.0,6067.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,35,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2300.0,2245.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,751917.0,752123.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12395.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,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,15.0,1123.0,191.0,242.0,279.0,288.0,5935.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,,,,5971.0,5711.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,189031.0,198477.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,481755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-01-22 18:04:35.000000,2025-01-22 17:46:25,10574.0,29.0,1733.0,144.0,2530.0,679.0,1242.0,5683.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",253.0,35,True,2024-04-03 16:21:23.000,2.8.0,962.0,deepchem,conda-forge/deepchem,,,['tensorflow'],507.0,492.0,https://pypi.org/project/deepchem,2025-01-22 18:04:35.000,15.0,62562.0,64610.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,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-01-23 00:18:28.000000,2025-01-04 10:16:52,1749.0,16.0,624.0,60.0,1898.0,158.0,1274.0,4573.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,751.0,35,True,2024-08-13 12:47:02.000,0.5.1,1867.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3587.0,3486.0,https://pypi.org/project/pytorch-ignite,2025-01-23 00:18:28.000,101.0,144191.0,146906.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,214554.0,,,,,2.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,36.0,229.0,65.0,145.0,82.0,621.0,4107.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,,,,10529.0,10194.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3070461.0,3078336.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,433129.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-01-23 14:58:22.000000,2024-12-20 11:15:55,8639.0,22.0,715.0,101.0,13401.0,35.0,866.0,3897.0,State of the Art Natural Language Processing.,114.0,35,True,2024-12-18 17:20:39.000,5.5.2,150.0,spark-nlp,,,,['spark'],576.0,539.0,https://pypi.org/project/spark-nlp,2024-12-18 16:04:08.000,37.0,4132930.0,4132930.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-01-23 11:34:35.000000,2025-01-21 21:10:27,2325.0,6.0,655.0,73.0,2920.0,263.0,729.0,2584.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2024-10-29 17:41:14.000,2.5.1,39.0,torchaudio,,,,['pytorch'],1399.0,,https://pypi.org/project/torchaudio,2024-10-29 17:41:14.000,1399.0,4581981.0,4581981.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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,171.0,1672.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,,,,83079.0,80460.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,14037842.0,14038395.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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-01-09 15:35:18.000000,2025-01-09 15:35:18,1576.0,8.0,411.0,49.0,1530.0,182.0,691.0,1637.0,Exploratory analysis of Bayesian models with Python.,165.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9192.0,8879.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1295440.0,1336251.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2285305.0,,,,,1.0,178.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-01-20 15:13:00.000000,2025-01-20 12:04:47,2003.0,114.0,179.0,29.0,1981.0,43.0,197.0,1241.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'],12920.0,12865.0,https://pypi.org/project/scikit-learn-intelex,2025-01-16 17:43:44.000,55.0,65829.0,75035.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,414314.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +148,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,5.0,216.0,34.0,720.0,30.0,595.0,1085.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,,,,39925.0,38185.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,7818745.0,7992524.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9384107.0,,,,,2.0,,,,,,,,-1.0,,,,,,,,,,,, +149,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,7.0,7505.0,393.0,695.0,542.0,3083.0,31065.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",276.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2252.0,2239.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,1.0,9958.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,537723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,846.0,268.0,555.0,611.0,26024.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,,,,7360.0,7113.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1334374.0,1336646.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,118148.0,,,,,2.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-01-19 03:22:21.000000,2025-01-19 03:16:46,9035.0,18.0,3127.0,275.0,1308.0,159.0,717.0,19642.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,151.0,147.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19604.0,19613.0,,,,,,,,1.0,668.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,318.0,270.0,64.0,344.0,13435.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,,,,4867.0,4666.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,822559.0,834236.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,607250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,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-01-16 01:42:16.000000,2025-01-16 01:42:13,2668.0,9.0,697.0,104.0,499.0,610.0,1270.0,9745.0,An open source multi-tool for exploring and publishing data.,81.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1818.0,1403.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,214005.0,215161.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,52013.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +154,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-01-14 08:39:02.000000,2024-11-03 12:40:00,33357.0,25.0,1994.0,199.0,5869.0,46.0,3393.0,9589.0,Perform data science on data that remains in someone elses server.,515.0,34,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,26268.0,26443.0,,,,,,,,1.0,2460.0,,,,,,,,,,,,,,,,,,, +155,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-01-20 11:42:13.000000,2025-01-20 11:39:06,1200.0,19.0,1318.0,150.0,182.0,277.0,1366.0,8998.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,153.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1115.0,1101.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4981.0,9591.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,285878.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-01-23 05:28:37.000000,2025-01-14 16:41:14,6225.0,97.0,1194.0,125.0,1778.0,115.0,737.0,8769.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-01-14 22:59:02.000,3.3.0,142.0,perspective-python,conda-forge/perspective,,,['jupyter'],193.0,159.0,https://pypi.org/project/perspective-python,2025-01-14 22:56:48.000,28.0,20645.0,48262.0,https://anaconda.org/conda-forge/perspective,2025-01-16 05:49:07.350,1478605.0,,,,,2.0,8156.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-01-14 22:54:19.737,6.0,281.0,,,,,,,,,,,,,, +157,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,351.0,3432.0,134.0,1140.0,8517.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,31359.0,36680.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,271393.0,,,,,2.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,85.0,292.0,81.0,376.0,7901.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,,,,53347.0,52722.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2429116.0,2452284.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1250836.0,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +159,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,11.0,812.0,127.0,291.0,488.0,342.0,7579.0,Uniform Manifold Approximation and Projection.,138.0,34,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,1401607.0,1452246.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2785151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,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-01-17 08:13:52.000000,2024-12-24 06:19:04,4785.0,90.0,895.0,140.0,503.0,94.0,818.0,7343.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,,,,3625.0,3429.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,235853.0,235997.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8352.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,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-01-23 00:36:33.000000,2025-01-22 12:46:53,32570.0,33.0,2004.0,385.0,6915.0,2850.0,6698.0,7006.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",272.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,197012.0,197012.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,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,2024-12-23 16:42:48.000000,2024-12-23 16:42:41,883.0,14.0,1289.0,143.0,516.0,48.0,571.0,6899.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,13308426.0,13320332.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,654868.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-01-17 11:33:10.000000,2025-01-17 11:31:51,3617.0,184.0,737.0,146.0,133.0,104.0,352.0,6368.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'],870.0,820.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,151823.0,151823.0,,,,,,,,1.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-01-16 21:26:03.000000,2025-01-16 21:26:03,30588.0,102.0,1616.0,189.0,2247.0,28.0,1617.0,5205.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,9360.0,14724.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,295038.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-01-22 20:58:47.000000,2025-01-22 20:52:02,1247.0,66.0,501.0,281.0,936.0,249.0,342.0,5046.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'],2887.0,2761.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,247090.0,250026.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,108637.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-01-23 12:00:57.000000,2025-01-22 14:55:23,12553.0,87.0,1181.0,100.0,1429.0,22.0,882.0,5006.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,,,,669.0,649.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,30311.0,31414.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,59593.0,,,,,1.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-01-20 22:48:33.000000,2025-01-20 22:46:15,1354.0,21.0,294.0,41.0,503.0,103.0,253.0,4101.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1447.0,1388.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,966010.0,969692.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,125195.0,,,,,1.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-01-23 01:48:37.000000,2025-01-23 01:44:18,2088.0,55.0,406.0,52.0,1842.0,79.0,489.0,3154.0,Bayesian optimization in PyTorch.,135.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1392.0,1308.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,205077.0,207669.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,137410.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-01-09 16:44:28.000000,2025-01-09 16:44:27,1067.0,19.0,505.0,57.0,153.0,359.0,172.0,2841.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'],4991.0,4639.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,510231.0,555352.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2301205.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-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,277.0,79.0,799.0,21.0,133.0,2828.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,,,,59560.0,59408.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,8087102.0,8145615.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3276331.0,,,,,2.0,787.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-01-23 14:32:08.000000,2025-01-23 14:15:00,5381.0,52.0,562.0,20.0,1485.0,1136.0,716.0,2360.0,"This is the development home of the workflow management system Snakemake. For general information, see.",348.0,34,True,2025-01-08 19:26:46.000,8.27.1,376.0,snakemake,bioconda/snakemake,,,,2470.0,2213.0,https://pypi.org/project/snakemake,2025-01-08 19:26:46.000,257.0,78698.0,90375.0,https://anaconda.org/bioconda/snakemake,2025-01-08 21:05:49.978,1296147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,52.0,714.0,88.0,6053.0,257.0,874.0,2127.0,TFX is an end-to-end platform for deploying production ML pipelines.,193.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1683.0,1666.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,31671.0,31671.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +173,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-06 22:33:49.000000,2025-01-06 22:33:47,3130.0,24.0,366.0,56.0,1222.0,313.0,994.0,1458.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,,,,7097.0,6379.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,333573.0,412306.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4409087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2024-12-17 14:21:05.486000,2024-07-30 00:56:56,1557.0,,155.0,41.0,132.0,4.0,645.0,1173.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2024-07-30 00:58:25.000,1.12.0,37.0,agate,conda-forge/agate,,,,4397.0,4348.0,https://pypi.org/project/agate,2024-07-30 00:58:25.000,49.0,13032518.0,13038636.0,https://anaconda.org/conda-forge/agate,2024-12-17 14:21:05.486,269218.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-01-20 17:25:05.000000,2025-01-06 18:15:37,581.0,23.0,104.0,35.0,74.0,72.0,84.0,960.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,,,,114615.0,114082.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,13245197.0,13589737.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13781617.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-01-23 14:52:24.000000,2025-01-23 12:49:37,7599.0,1097.0,3032.0,272.0,7787.0,136.0,714.0,27626.0,You like pytorch? You like micrograd? You love tinygrad!.,362.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],154.0,154.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-01-23 13:32:10.000000,2025-01-23 13:30:48,19017.0,264.0,4894.0,395.0,5805.0,141.0,4010.0,27106.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,867.0,33,False,2025-01-21 12:37:18.000,25.1.4.0,513.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-01-21 12:38:13.000,,21994.0,21994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +178,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,673.0,1679.0,150.0,1986.0,25642.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'],518.0,494.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,25712.0,41921.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3483.0,,,,,2.0,1225652.0,,,,,,,,,,,,,,,,,,, +179,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-01-23 14:52:28.000000,2025-01-23 14:22:55,3825.0,450.0,1461.0,126.0,4200.0,348.0,1057.0,21460.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",129.0,33,True,2025-01-17 10:56:15.000,1.13.0,91.0,,,,,,116.0,116.0,,,,,6393.0,,,,,,,,2.0,287729.0,,,,,,,,,,,,,,,,,,, +180,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,451.0,469.0,430.0,1737.0,18767.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,184585.0,214351.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1338086.0,,,,,1.0,2926.0,,,,,,,,,,,,,,,,,,, +181,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,15753.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'],1538.0,1524.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9329.0,9329.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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,11714.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,,,,7392.0,7189.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,154165.0,158609.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,244468.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,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,33,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,68356.0,68489.0,,,,,,,,3.0,11387.0,,,,,,,,,,,,,,,,,,, +184,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,2.0,2323.0,219.0,256.0,130.0,419.0,10259.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,1537044.0,1548090.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,596535.0,,,,,2.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,8.0,1687.0,93.0,1707.0,21.0,2139.0,8826.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'],1350.0,1343.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1969.0,1969.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,2024-12-27 12:36:14.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,278.0,143.0,562.0,7326.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,,,,19307.0,18854.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,1913166.0,1929050.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,810134.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel-analytics/ipex-llm,https://github.com/intel-analytics/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-01-23 09:50:02.000000,2025-01-23 09:25:19,3902.0,333.0,1287.0,254.0,10030.0,1039.0,1660.0,6991.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",114.0,33,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,34891.0,34898.0,,,,,,,,2.0,646.0,,,,,,intel-analytics/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,,, +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,178.0,1153.0,27.0,1429.0,6803.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],328.0,305.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,10786.0,10786.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,196.0,206.0,13.0,1343.0,6303.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'],1683.0,1665.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13870.0,14185.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12242.0,,,,,3.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-01-18 18:50:37.000000,2025-01-18 18:50:36,1108.0,14.0,392.0,81.0,550.0,66.0,465.0,5947.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']",1610.0,1516.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,135181.0,150410.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,791946.0,,,,,3.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,280.0,6588.0,12.0,2032.0,5894.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,,,,3426.0,3368.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,12313.0,12673.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21269.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-01-19 14:13:46.000000,2025-01-19 14:10:03,2468.0,33.0,660.0,97.0,278.0,498.0,578.0,5783.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,176.0,clearml,,allegroai/trains,,,1593.0,1540.0,https://pypi.org/project/clearml,2025-01-19 14:12:30.000,53.0,343136.0,343635.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3079.0,,,,,,clearml/clearml,,,,,,,,,,,,, +193,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,4552.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,5495204.0,5523531.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1558027.0,,,,,2.0,117.0,,,,,,,,,,,,,,,,,,, +194,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-01-01 14:29:12.000000,2024-12-20 19:13:34,3885.0,5.0,870.0,57.0,1724.0,428.0,1272.0,4303.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'],816.0,794.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,40865.0,70639.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,434938.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1386752.0,2.0,7605.0,,,,,,,,,,,,,,,,,,, +195,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-01-21 13:46:28.000000,2025-01-21 13:11:53,3613.0,152.0,397.0,33.0,3426.0,59.0,2133.0,4211.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,108.0,33,True,2025-01-21 13:39:59.000,2.7.0,100.0,rubrix,conda-forge/rubrix,,,,2877.0,2877.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,4657.0,5763.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,40943.0,,,,,2.0,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +196,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,17.0,355.0,58.0,1405.0,123.0,185.0,3987.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,,,,883.0,821.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,93207.0,94239.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,57798.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,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,10.0,122.0,75.0,75.0,9.0,136.0,3845.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,33,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,26855.0,26284.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4235778.0,4242321.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,314069.0,,,,,2.0,33.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-01-23 11:34:39.000000,2024-08-14 20:32:21,1311.0,,812.0,319.0,1470.0,332.0,519.0,3524.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,749017.0,749017.0,,,,,,,,2.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-01-22 18:18:48.000000,2025-01-22 07:57:13,1544.0,18.0,371.0,91.0,791.0,142.0,455.0,3361.0,Quickly and accurately render even the largest data.,60.0,33,True,2024-07-04 16:40:09.000,0.16.3,52.0,datashader,conda-forge/datashader,,,,5604.0,5377.0,https://pypi.org/project/datashader,2025-01-20 20:43:45.000,227.0,115901.0,139369.0,https://anaconda.org/conda-forge/datashader,2024-12-16 09:39:33.334,1314239.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,5.0,618.0,116.0,1194.0,365.0,1115.0,3355.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'],1991.0,1815.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,96350.0,109571.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,685935.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,30.0,,2.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-01-23 09:10:05.000000,2025-01-23 09:09:45,3060.0,38.0,717.0,77.0,951.0,297.0,655.0,2806.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",134.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1393.0,1340.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,65191.0,65201.0,,,,,,,,2.0,589.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,8.0,559.0,70.0,487.0,267.0,713.0,2398.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,,,,3451.0,3290.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2555783.0,2562838.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,395082.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-01-10 07:57:55.000000,2025-01-10 07:57:54,968.0,14.0,149.0,25.0,447.0,168.0,322.0,2206.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,58.0,33,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1147.0,947.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,458362.0,458362.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,9.0,160.0,43.0,85.0,6.0,137.0,2085.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,,,,12604.0,12328.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6684948.0,6706451.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1182683.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-01-11 21:49:20.000000,2024-12-13 18:16:32,3772.0,14.0,193.0,49.0,1405.0,134.0,743.0,2016.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,,,,3047.0,3026.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,282120.0,297942.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,822785.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,1628.0,Python Geocoder.,73.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13186.0,12974.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,923307.0,1080799.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,157492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +207,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-01-06 13:11:22.000000,2025-01-06 13:11:15,1875.0,2.0,200.0,33.0,215.0,26.0,403.0,1426.0,The ctypes-based simple ImageMagick binding for Python.,108.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20459.0,20202.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,921786.0,924033.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,100787.0,,,,,2.0,51624.0,,,,,,,,,,,,,,,,,,, +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-01-22 13:37:27.000000,2025-01-22 13:37:24,2937.0,22.0,249.0,36.0,235.0,48.0,515.0,1339.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,,,,4708.0,4302.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,212108.0,230703.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,676191.0,,,,,1.0,566270.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-01-21 07:17:21.000000,2025-01-21 02:23:15,3785.0,40.0,4353.0,386.0,4260.0,446.0,1275.0,39024.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,,,,,,458.0,458.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,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,13.0,3151.0,154.0,58.0,139.0,142.0,21539.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,32,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],603.0,586.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,27056.0,27056.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,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,754.0,1142.0,417.0,589.0,19302.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'],558.0,553.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8904.0,8904.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,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,1018.0,1869.0,363.0,658.0,17945.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,2726.0,2908.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9494.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +213,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,15.0,2682.0,305.0,954.0,249.0,700.0,16073.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,8939.0,8953.0,,,,,,,,1.0,771.0,,,,,,,,,,,,,,,,,,, +214,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-01-13 23:00:16.000000,2024-10-17 22:52:09,3861.0,,1193.0,194.0,2870.0,45.0,1037.0,11279.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'],297.0,291.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2409.0,2409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +215,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,281.0,3401.0,51.0,1494.0,10498.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.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,3129.0,3129.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,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-01-02 20:27:51.226000,2024-02-23 19:03:07,2440.0,,1572.0,290.0,434.0,298.0,639.0,9814.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'],3210.0,3172.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,38344.0,43503.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,283756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,260.0,148.0,107.0,104.0,9238.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,7085498.0,7097063.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,578284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,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,2024-12-31 19:20:12.000000,2024-12-31 19:20:12,2499.0,4.0,987.0,200.0,2332.0,261.0,847.0,8635.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,333465.0,338130.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,214598.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,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-15 19:38:00.000000,2025-01-15 19:37:59,567.0,7.0,1215.0,172.0,446.0,68.0,474.0,8540.0,Automatic extraction of relevant features from time series:.,98.0,32,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,209030.0,234327.0,https://anaconda.org/conda-forge/tsfresh,2025-01-11 09:36:48.060,1416681.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-01-21 13:47:43.000000,2025-01-21 13:47:43,1280.0,33.0,898.0,63.0,1057.0,245.0,1360.0,8272.0,A python library for user-friendly forecasting and anomaly detection on time series.,127.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,73211.0,74827.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,67317.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1092.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,172.0,7.0,363.0,8037.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,,,,,3405.0,3251.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,358479.0,358480.0,,,,,,,,2.0,170.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +222,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-01-15 20:29:06.000000,2025-01-15 20:29:03,3291.0,7.0,972.0,138.0,674.0,63.0,1170.0,7329.0,Python library for audio and music analysis.,125.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2732608.0,2748396.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,852567.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-01-23 01:23:39.000000,2025-01-15 17:16:01,217.0,12.0,1113.0,202.0,167.0,148.0,346.0,6396.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,231757.0,235694.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,204768.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-01-20 21:01:24.000000,2025-01-20 21:01:19,634.0,9.0,723.0,109.0,198.0,11.0,356.0,5975.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,2194127.0,2206019.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,642179.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-01-22 20:02:10.000000,2025-01-20 14:41:04,2238.0,25.0,326.0,45.0,2216.0,383.0,670.0,5322.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,1180.0,aim,conda-forge/aim,,,,833.0,793.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,155897.0,158152.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,94712.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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,31.0,552.0,85.0,637.0,122.0,500.0,5170.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,,,,689.0,625.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,72930.0,75044.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,95161.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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,668.0,66.0,229.0,245.0,164.0,4503.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,,,,7603.0,7469.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,525976.0,531890.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,289820.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,6.0,2506.0,1940.0,540.0,390.0,1078.0,4135.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,276018.0,276026.0,,,,,,,,2.0,661.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-01-23 11:47:09.000000,2025-01-23 11:46:32,1367.0,11.0,323.0,58.0,249.0,70.0,456.0,3756.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,,,,1048.0,1018.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,268133.0,287295.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1053937.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-01-22 19:37:56.000000,2025-01-22 17:56:16,3921.0,20.0,562.0,58.0,928.0,380.0,984.0,3632.0,A highly efficient implementation of Gaussian Processes in PyTorch.,138.0,32,True,2024-09-06 21:42:56.000,1.13,41.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2757.0,2588.0,https://pypi.org/project/gpytorch,2024-09-06 21:48:53.000,169.0,250021.0,253421.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,190433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-01-17 12:09:41.000000,2025-01-17 12:09:38,1188.0,1.0,1661.0,156.0,210.0,14.0,693.0,3492.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,1861944.0,1864051.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,111705.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-01-22 07:14:18.000000,2025-01-22 07:14:16,1333.0,59.0,287.0,31.0,1198.0,79.0,515.0,3256.0,A python library for self-supervised learning on images.,61.0,32,True,2025-01-21 10:49:01.000,1.5.17,130.0,lightly,,,,['pytorch'],382.0,364.0,https://pypi.org/project/lightly,2025-01-21 10:49:01.000,18.0,31861.0,31861.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,63.0,546.0,318.0,393.0,2753.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,,,,7607.0,7239.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,582808.0,597162.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,760771.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,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'],2851.0,2551.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1304381.0,1312026.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,298178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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-01-23 09:38:27.000000,2025-01-23 09:34:09,1972.0,52.0,159.0,30.0,378.0,75.0,115.0,2410.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",62.0,32,True,2025-01-23 09:34:10.000,2.17.1,137.0,usearch,,unum/usearch,,,196.0,154.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,221483.0,230169.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,46225.0,usearch,https://www.npmjs.com/package/usearch,2025-01-15 08:11:55.374,15.0,6111.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-01-22 17:34:33.000000,2025-01-22 17:31:06,749.0,17.0,345.0,47.0,409.0,71.0,249.0,1740.0,Training PyTorch models with differential privacy.,83.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],1004.0,968.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,75288.0,75851.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,20213.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +237,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-21 03:48:43.000000,2024-12-23 17:47:51,1986.0,18.0,289.0,45.0,294.0,59.0,215.0,1588.0,TensorLy: Tensor Learning in Python.,69.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,972.0,873.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,43245.0,50528.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,371438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,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,26.0,252.0,50.0,552.0,33.0,189.0,1357.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,,,,2474.0,2361.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1797582.0,1806111.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,469115.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +239,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-01-22 14:19:45.000000,2025-01-22 14:19:43,739.0,12.0,111.0,26.0,597.0,364.0,465.0,1162.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,,,,6660.0,6442.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,157303.0,170096.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,703651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,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-12 21:15:47.000000,2025-01-12 21:15:47,1210.0,63.0,216.0,23.0,160.0,30.0,206.0,1154.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'],730.0,693.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,151727.0,156478.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,180543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,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-01-22 09:50:20.000000,2025-01-22 09:50:20,14451.0,220.0,300.0,35.0,1938.0,516.0,689.0,1082.0,Python package for earth-observing satellite data processing.,173.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,186.0,155.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,9946.0,14425.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,246365.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +242,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-01-22 21:13:41.000000,2025-01-22 16:23:33,11622.0,25.0,249.0,55.0,12363.0,268.0,2221.0,990.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],190.0,156.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,243562.0,243562.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,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-23 06:35:07.000000,2025-01-23 06:35:06,603.0,37.0,112.0,18.0,203.0,123.0,140.0,732.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-02 16:12:48.000,0.13.0,16.0,soundfile,anaconda/pysoundfile,,,,51279.0,50267.0,https://pypi.org/project/soundfile,2025-01-02 16:08:02.000,1012.0,3514927.0,3515088.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21138.0,,,,,,,,,,,,,,,,,,, +244,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-01-23 02:17:41.000000,2025-01-23 02:17:41,14757.0,125.0,442.0,58.0,2272.0,167.0,816.0,730.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,,,,1468.0,1340.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,32979.0,43644.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,554617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,12.0,27.0,222.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,,,,55054.0,54943.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,8547277.0,8593180.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2386330.0,,,,,2.0,892.0,,,,,,,,,,,,,,,,,,, +246,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2024-10-29 16:47:11.000000,2024-10-29 16:47:10,533.0,2.0,2870.0,388.0,126.0,239.0,561.0,26242.0,Deezer source separation library including pretrained models.,21.0,31,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],887.0,875.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25179.0,85602.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,101761.0,,,,,2.0,3703279.0,,,,,,,,,,,,,,,,,,, +247,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,285.0,3507.0,417.0,1684.0,14103.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,14052.0,14052.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,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,12786.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'],1823.0,1816.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5766.0,5777.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +249,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-01-10 15:17:06.000000,2025-01-10 15:16:59,2978.0,14.0,2457.0,211.0,488.0,247.0,482.0,10476.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,59.0,59.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,1864.0,1864.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +250,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,2024-11-14 10:24:59.000000,2024-11-14 10:24:54,866.0,2.0,1299.0,423.0,90.0,32.0,161.0,9802.0,TensorFlow-based neural network library.,59.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1400.0,1381.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18445.0,19064.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,38378.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +251,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,456.0,263.0,579.0,364.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'],5117.0,5103.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3061.0,3061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +252,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,2.0,1399.0,301.0,897.0,145.0,760.0,9185.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],805.0,792.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17592.0,17814.0,,,,,,,,2.0,19137.0,,,,,,,,,,,,,,,,,,, +253,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,214.0,727.0,201.0,829.0,7703.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'],675.0,641.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,14434.0,15065.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28431.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +254,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-01-20 19:03:49.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,159.0,1733.0,154.0,865.0,7342.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1956.0,1882.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,56231.0,60343.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,226188.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,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,211.0,1052.0,27.0,615.0,6769.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],427.0,423.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11346.0,11346.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +256,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,296.0,161.0,268.0,5798.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,,,,1148.0,1134.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,12863.0,13038.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14530.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,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,127.0,40.0,75.0,147.0,5731.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4522.0,4406.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,819240.0,819587.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19483.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +258,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,,1081.0,110.0,265.0,107.0,502.0,5687.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'],4757.0,4615.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,137966.0,138563.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,23286.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-05 22:22:11.904000,2022-01-27 13:24:16,139.0,,1026.0,152.0,116.0,162.0,79.0,4552.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,,,,49389.0,48954.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,379348.0,383263.0,https://anaconda.org/conda-forge/imutils,2025-01-05 22:22:11.904,211446.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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,,996.0,152.0,132.0,139.0,104.0,4473.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,,,,5352.0,5245.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,191423.0,192114.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,32503.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-23 14:51:02.000000,2025-01-23 08:13:31,15620.0,60.0,545.0,77.0,3732.0,919.0,1639.0,4372.0,cuML - RAPIDS Machine Learning Library.,178.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,2858.0,2858.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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-01-22 23:45:49.000000,2025-01-22 23:45:49,1937.0,29.0,637.0,46.0,934.0,488.0,321.0,4101.0,Time series forecasting with PyTorch.,62.0,31,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,501.0,479.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,56727.0,58087.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,70721.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +263,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,,338.0,62.0,78.0,20.0,124.0,3501.0,A Python Perceptual Image Hashing Module.,27.0,31,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,15768.0,15526.0,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1263627.0,1271993.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,418301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,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,78.0,81.0,74.0,162.0,3430.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,,,,8235.0,8115.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1636308.0,1639245.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,267284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,147137.0,147319.0,,,,,,,,3.0,18065.0,,,,,,,,,,,,,,,,,,, +266,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-01-23 13:58:38.348000,2025-01-22 21:22:52,1220.0,19.0,377.0,35.0,560.0,120.0,469.0,3255.0,Scalable and user friendly neural forecasting algorithms.,49.0,31,True,2025-01-22 21:26:52.000,2.0.1,30.0,neuralforecast,conda-forge/neuralforecast,,,,317.0,292.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,52568.0,53417.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,28892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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,2024-12-23 08:50:11.458000,2024-12-17 12:15:00,997.0,5.0,234.0,37.0,557.0,72.0,177.0,2942.0,JAX-based neural network library.,84.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2438.0,2263.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,190158.0,190736.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,27166.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +268,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,61.0,499.0,222.0,273.0,2868.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'],5119.0,5004.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,318588.0,319723.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,46549.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,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-01-10 16:26:40.000000,2025-01-10 15:57:55,1707.0,18.0,334.0,37.0,370.0,40.0,185.0,2768.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-01-10 16:26:40.000,2.7.6,49.0,shapash,,,,['jupyter'],191.0,187.0,https://pypi.org/project/shapash,2025-01-10 16:26:40.000,4.0,8368.0,8368.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,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-01-23 08:09:13.000000,2025-01-23 08:06:53,1901.0,90.0,210.0,48.0,304.0,186.0,166.0,2201.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-01-23 08:09:13.000,0.35.9,204.0,graphistry,,,,['jupyter'],141.0,135.0,https://pypi.org/project/graphistry,2025-01-23 08:09:13.000,6.0,14651.0,14651.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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,260.0,47.0,354.0,220.0,143.0,2088.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,,,,,16877.0,16474.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2130676.0,2130676.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-01-08 21:52:21.000000,2025-01-08 20:38:27,2897.0,13.0,189.0,27.0,733.0,114.0,462.0,1733.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,,,,,294.0,275.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,13260.0,13264.0,,,,,,,,2.0,230.0,,,,,,,,,,,,,,,,,,, +273,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,57.0,1884.0,92.0,899.0,1694.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,1370941.0,1370941.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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,2.0,235.0,37.0,256.0,65.0,274.0,1612.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,,,,10600.0,10447.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2440309.0,2464644.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1241124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-01-23 14:15:34.000000,2025-01-22 21:06:05,4561.0,133.0,53.0,175.0,601.0,163.0,502.0,1611.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,,,,,174.0,159.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,35021.0,35072.0,,,,,,,,2.0,3195.0,,,,,,,,,,,,,,,,,,, +276,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,1502.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'],13989.0,13705.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,138895.0,168028.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1353291.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,4968.0,,,,,,,,,,,,,, +277,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-01-21 20:08:35.000000,2025-01-21 20:06:03,1633.0,20.0,172.0,18.0,864.0,110.0,457.0,1386.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,31,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,853.0,817.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,74567.0,78746.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,234043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-01-22 15:41:17.173000,2025-01-21 23:56:03,3395.0,10.0,243.0,50.0,417.0,77.0,285.0,1081.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2307.0,2126.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,76361.0,102584.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1442300.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,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-01-23 11:08:11.000000,2025-01-20 16:23:55,179247.0,3181.0,97.0,51.0,2436.0,71.0,316.0,689.0,TensorFlow ROCm port.,4797.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,7022.0,7022.0,,,,,,,,3.0,27.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +280,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,42.0,111.0,28.0,3628.0,535.0,3417.0,551.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,,,,547.0,448.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,13815.0,26941.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,721960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,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-01-11 04:06:05.000000,2025-01-11 04:06:05,1750.0,7.0,778.0,88.0,815.0,111.0,290.0,10088.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,445.0,427.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,34994.0,35783.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,35506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,289.0,98.0,311.0,446.0,8696.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,,,,1749.0,1730.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,8216.0,20138.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8587.0,,,,,2.0,952852.0,,,,,,,,,,,,,,,,,,, +283,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,9.0,1401.0,101.0,674.0,735.0,530.0,8512.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,30,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2942.0,2942.0,,,,,7869.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,401325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,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,788.0,5853.0,Gluon CV Toolkit.,119.0,30,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,97228.0,97228.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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,407.0,72.0,304.0,62.0,533.0,4829.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']",1381.0,1333.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,77354.0,84039.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,374376.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,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,3.0,760.0,77.0,1823.0,331.0,637.0,4742.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,598322.0,598355.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1316.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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,4491.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,,,,1598.0,1533.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,114940.0,115647.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,30410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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,4275.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,,,,3421.0,3361.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,21008.0,21210.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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,1.0,551.0,120.0,386.0,77.0,743.0,4208.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,,,,368.0,349.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,89405.0,91897.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,92216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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,4117.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6760.0,6610.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,591884.0,597833.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,297470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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-01-21 22:09:04.000000,2025-01-20 18:25:59,1276.0,36.0,512.0,66.0,780.0,1.0,562.0,3882.0,On-device wake word detection powered by deep learning.,41.0,30,True,2025-01-16 00:13:27.000,3.0.4,36.0,pvporcupine,,,,,74.0,36.0,https://pypi.org/project/pvporcupine,2025-01-16 00:13:27.000,38.0,13820.0,13820.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1067.0,271.0,368.0,3643.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,143824.0,172741.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1471300.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,2644.0,,,,,,,,,,,,,, +293,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,3440.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,,,,1345.0,1282.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,424605.0,427991.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,172693.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +294,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,50.0,829.0,103.0,285.0,3234.0,PyTorch extensions for high performance and large scale training.,76.0,30,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7421.0,7268.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,403075.0,412941.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,374924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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-01-22 09:37:27.000000,2025-01-07 00:10:17,8383.0,56.0,357.0,84.0,9843.0,97.0,349.0,3082.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,30,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,27625.0,27881.0,,,,,,,,3.0,11807.0,,,,,,,,,,,,,,,,,,, +296,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,65.0,348.0,29.0,340.0,95.0,41.0,3075.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,30,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1216.0,1210.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,15105.0,15202.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4007.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,60.0,195.0,139.0,197.0,2933.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'],1677.0,1598.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,347847.0,375023.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1494712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-01-07 00:33:32.000000,2024-12-09 12:56:45,2995.0,48.0,1007.0,123.0,544.0,61.0,305.0,2601.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,375971.0,399119.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1180568.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,2.0,361.0,82.0,169.0,218.0,149.0,2371.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,,,,7059.0,6904.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,279725.0,284359.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,219381.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,646.0,,,,,,,,,,,,,, +300,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,4.0,428.0,93.0,119.0,79.0,265.0,2357.0,bt - flexible backtesting for Python.,34.0,30,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1650.0,1640.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,7139.0,8470.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,59939.0,,,,,2.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,23.0,50.0,38.0,203.0,2350.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,,,,601.0,588.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,54366.0,55574.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,59229.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,55.0,79.0,52.0,232.0,2044.0,A Python wrapper for the tesseract-ocr API.,30.0,30,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1200.0,1164.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,74481.0,78490.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,216146.0,,,,,2.0,781.0,,,,,,,,,,,,,,,,,,, +303,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-01-23 11:34:46.000000,2025-01-23 06:54:14,2335.0,144.0,456.0,35.0,2508.0,322.0,130.0,2016.0,Pytorch domain library for recommendation systems.,311.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,171.0,171.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,3658.0,3658.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +304,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-11 16:50:54.000000,2025-01-11 16:50:54,921.0,37.0,425.0,39.0,959.0,160.0,335.0,1994.0,A Python package to assess and improve fairness of machine learning models.,91.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,313750.0,314554.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,40247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,19.0,193.0,21.0,181.0,49.0,140.0,1930.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,30,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,676.0,655.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,41871.0,41871.0,,,,,,,,2.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,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,1.0,286.0,56.0,143.0,83.0,194.0,1898.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3544.0,3387.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,76133.0,91518.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,707739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,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-01-21 15:39:08.000000,2024-10-04 09:56:03,2451.0,,435.0,76.0,1273.0,154.0,682.0,1859.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'],754.0,719.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,66209.0,67330.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,39263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,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,1813.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'],6920.0,6817.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,114393.0,116357.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,90359.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,4.0,228.0,52.0,213.0,32.0,292.0,1739.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,,,,,1060.0,1026.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,24235.0,24235.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,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,145.0,31.0,124.0,42.0,269.0,1672.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,,,,2855.0,2699.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,125408.0,128117.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,149044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,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-01-23 12:55:13.000000,2025-01-23 11:48:11,2418.0,214.0,164.0,12.0,1079.0,97.0,1022.0,1653.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2025-01-16 09:29:16.000,0.18.35,256.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-01-23 12:23:44.000,,11456.0,11456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-01-20 18:52:49.000000,2025-01-20 18:52:41,954.0,3.0,431.0,86.0,239.0,57.0,242.0,1486.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,74.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3196.0,2758.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,93017.0,101901.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,382049.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-01-08 01:24:21.000000,2025-01-08 01:24:21,10821.0,31.0,251.0,40.0,1513.0,209.0,358.0,1283.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,3803.0,3956.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,4773.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +314,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-01-23 13:24:13.000000,2024-11-28 09:24:18,4025.0,158.0,145.0,9.0,700.0,23.0,166.0,1222.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'],401.0,386.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,87050.0,87050.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +315,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-01-04 18:02:53.000000,2025-01-04 18:02:53,16704.0,51.0,383.0,46.0,1657.0,302.0,2998.0,939.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,1677.0,1739.0,,,,,,,,2.0,8267.0,,,,,,,,,,,,,,,,,,, +316,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,935.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,,,,19833.0,19110.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2072015.0,2111289.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,903303.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +317,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-22 00:50:18.000000,2025-01-22 00:48:05,1101.0,9.0,174.0,35.0,118.0,25.0,66.0,770.0,Snowball compiler and stemming algorithms.,35.0,30,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,13104966.0,13195390.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9132913.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,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,17539.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,953.0,1090.0,,,,,,,,3.0,14819.0,,,,,,,,,,,,,,,,,,, +319,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,15958.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,606.0,603.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1390.0,1390.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +320,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-01-16 02:45:17.000000,2024-12-03 04:02:11,2300.0,4.0,2911.0,199.0,3790.0,1251.0,4264.0,13022.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,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,874.0,874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,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,47.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,181311.0,182171.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,47345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,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-01-21 03:29:48.000000,2025-01-21 03:29:47,1067.0,16.0,935.0,140.0,764.0,135.0,351.0,7239.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,,,,509.0,491.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,39049.0,39791.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,37110.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +323,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,6233.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'],786.0,779.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2207.0,2385.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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-01-10 18:33:36.000000,2025-01-10 18:33:36,630.0,4.0,779.0,85.0,358.0,54.0,348.0,5189.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,,,,,245.0,243.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,37424.0,37424.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,144.0,1599.0,387.0,403.0,5092.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,234694.0,234694.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,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,6.0,634.0,148.0,800.0,141.0,356.0,4806.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,140359.0,140367.0,,,,,,,,2.0,493.0,,,,,,,,,,,,,,,,,,, +327,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,602.0,45.0,557.0,11.0,,4265.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,,,,1631.0,1600.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,180391.0,183257.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,85949.0,,,,,3.0,31178.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-01-23 14:07:42.000000,2025-01-23 13:56:49,932.0,35.0,453.0,43.0,1029.0,27.0,355.0,4167.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",55.0,29,True,2024-10-21 08:40:28.000,0.10.0,17.0,python-doctr,,,,"['tensorflow', 'pytorch']",12.0,,https://pypi.org/project/python-doctr,2024-10-21 08:40:28.000,12.0,33810.0,134132.0,,,,,,,,3.0,4715165.0,,,,,,,,,,,,,,,,,,, +329,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,39.0,15.0,121.0,4007.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,,,,20140.0,20018.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,178278.0,216352.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,380749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +330,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-01-23 08:36:08.000000,2025-01-22 11:05:25,726.0,25.0,699.0,43.0,1060.0,147.0,818.0,3994.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,,,,,130.0,125.0,https://pypi.org/project/anomalib,2025-01-09 15:27:28.000,5.0,22960.0,23408.0,,,,,,,,2.0,16586.0,,,,,,,,,,,,,,,,,,, +331,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,257.0,23.0,1759.0,254.0,730.0,3678.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,,,,,489.0,477.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,29512.0,29548.0,,,,,,,,2.0,1408.0,,,,,,,,,,,,,,,,,,, +332,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,230.0,95.0,406.0,3612.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,,,,1661.0,1632.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,251547.0,271398.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1029900.0,,,,,2.0,1686.0,,,,,,,,,,,,,,,,,,, +333,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,3546.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,,,,3477.0,3446.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,114437.0,114684.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,,3435.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,,,,7839.0,7740.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,768038.0,782311.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,713085.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +335,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,2.0,739.0,123.0,131.0,71.0,375.0,3105.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,29,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3129.0,3037.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,112158.0,118364.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,322760.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +336,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,9.0,411.0,51.0,95.0,137.0,528.0,3095.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,,,,142.0,136.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,9702.0,10384.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,29358.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-01-09 14:06:02.000000,2025-01-09 14:06:02,3662.0,13.0,529.0,110.0,366.0,388.0,694.0,2934.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,869.0,849.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,10816.0,10816.0,,,,,,,,3.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,96.0,1045.0,260.0,297.0,2552.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'],1687.0,1665.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,87942.0,87942.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,11.0,225.0,41.0,563.0,140.0,235.0,2286.0,"Algorithms for outlier, adversarial and drift detection.",26.0,29,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,516.0,509.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,85291.0,85291.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,1598.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'],4376.0,4339.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2050072.0,2050778.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,33892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,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,24.0,601.0,103.0,296.0,22.0,300.0,1586.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,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,6001.0,6053.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4847.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,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,1360.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,,,,3876.0,3827.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,357290.0,358161.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,46191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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-01-15 18:36:41.000000,2025-01-15 18:36:32,1481.0,3.0,166.0,32.0,253.0,,,1358.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",22.0,29,True,2025-01-14 14:14:35.000,release-v1.3.6,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2110.0,2023.0,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,199733.0,201964.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,84803.0,,,,,2.0,7.0,,,,,,,,,,,,,,,,,,, +344,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,26.0,43.0,,133.0,1313.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'],676.0,657.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,145290.0,145650.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22362.0,,,,,2.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-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.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,3404298.0,3453480.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2360744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,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,900.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,,,,1510.0,1383.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,173330.0,177262.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,200542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +347,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-01-22 06:10:15.000000,2025-01-21 13:36:18,3228.0,25.0,121.0,16.0,324.0,8.0,188.0,827.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,290810.0,355982.0,https://anaconda.org/conda-forge/mpi4py,2025-01-08 18:51:49.210,3296262.0,,,,,2.0,29179.0,,,,,,,,,,,,,,,,,,, +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-01-21 19:20:40.000000,2024-07-01 21:47:36,1690.0,,288.0,42.0,1457.0,293.0,371.0,716.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,841751.0,841751.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-01-13 10:55:05.000000,2025-01-13 10:55:04,869.0,22.0,77.0,26.0,422.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1249.0,1186.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,12806.0,18057.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,273062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +350,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-03 15:44:07.000000,2024-12-19 13:55:54,2106.0,7.0,64.0,19.0,1647.0,33.0,218.0,595.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,,,,799.0,722.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,521736.0,527258.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,309237.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,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,54.0,37.0,57.0,501.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,,,,27957.0,27822.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2205774.0,2224034.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,931274.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +352,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,625.0,233.0,53.0,,15546.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2661.0,2587.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,47543.0,47543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,5.0,1377.0,423.0,51.0,105.0,88.0,10613.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,28,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,21081.0,21081.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,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,347.0,81.0,51.0,231.0,8057.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,909.0,883.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2638.0,3000.0,,,,,,,,3.0,32295.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +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,174.0,46.0,80.0,242.0,7186.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,63764.0,63764.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,1.0,1586.0,626.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,,2641.0,2641.0,,,,,,,,3.0,16.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,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,5962.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,,,,,565.0,553.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,10520.0,10520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,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-01-22 05:15:57.000000,2025-01-22 05:15:57,318.0,39.0,1106.0,127.0,110.0,181.0,372.0,5800.0,Backtest trading strategies in Python.,30.0,28,False,2025-01-21 08:05:43.000,0.5.0,23.0,backtesting,,,,,12.0,,https://pypi.org/project/backtesting,2025-01-21 08:05:43.000,12.0,20984.0,20984.0,,,,,,,,2.0,,,,,,,,6.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,272.0,438.0,221.0,329.0,4830.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'],335.0,333.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1430.0,1430.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +360,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,4828.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,,,,1684.0,1652.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,344328.0,347240.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,244681.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-01-16 16:26:22.000000,2025-01-16 01:54:05,6194.0,18.0,530.0,147.0,1951.0,338.0,1403.0,4606.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,2646.0,2713.0,,,,,,,,2.0,7727.0,,,,,,,,,,,,,,,,,,, +362,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,4558.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,,,,10281.0,10184.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,270741.0,271083.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15770.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,37.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'],18270.0,18135.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,156004.0,156004.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,216.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,,,,,1086.0,1074.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1616.0,1616.0,,,,,,,,3.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-01-08 20:53:32.000000,2024-10-18 19:27:15,995.0,,590.0,95.0,340.0,27.0,761.0,3400.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,18842.0,22254.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,191098.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,3316.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1260.0,1230.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,18370.0,18370.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,82.0,245.0,69.0,155.0,3084.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,,,,,217.0,214.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,25442.0,25443.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +368,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,3044.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13008.0,12899.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,52648.0,52648.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,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,3004.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,,,,1465.0,1412.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,101850.0,103734.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,94243.0,,,,,2.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-01-17 05:14:34.000000,2025-01-17 05:11:13,2310.0,4.0,722.0,80.0,206.0,200.0,469.0,2844.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,28847.0,28847.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,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,4.0,334.0,154.0,1184.0,35.0,60.0,2735.0,Neural Network Libraries.,76.0,28,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,15588.0,15599.0,,,,,,,,3.0,1037.0,,,,,,,,,,,,,,,,,,, +372,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,124.0,145.0,198.0,247.0,2683.0,PYthon svg GrAph plotting Library.,77.0,28,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,212707.0,215992.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,78853.0,,,,,2.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,45.0,57.0,71.0,210.0,2375.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],377.0,370.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9224.0,9224.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,2345.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12208.0,12053.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,377120.0,377120.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,43.0,29.0,49.0,81.0,2280.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'],7128.0,7055.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,137498.0,137746.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14106.0,,,,,3.0,27.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-01-22 23:04:04.000000,2023-06-01 12:18:23,739.0,,320.0,45.0,44.0,99.0,56.0,2249.0,A modular active learning framework for Python.,20.0,28,False,2025-01-22 23:04:04.000,0.72.43,1635.0,modAL,,,,['sklearn'],83.0,,https://pypi.org/project/modAL,2025-01-22 23:04:04.000,83.0,678363.0,678363.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +377,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-31 14:50:49.608000,2024-12-01 14:51:07,495.0,8.0,300.0,68.0,127.0,23.0,107.0,2096.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,531.0,513.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16677.0,17003.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,14707.0,,,,,2.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,2.0,400.0,42.0,64.0,30.0,273.0,1965.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,,,,2236.0,2214.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,26951.0,27826.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,45528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,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,17.0,295.0,31.0,581.0,102.0,722.0,1823.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.0,28,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,1416.0,1417.0,,,,,,,,3.0,48.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,,279.0,40.0,495.0,172.0,151.0,1811.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,,,,,202.0,194.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,170101.0,170108.0,,,,,,,,3.0,558.0,,,,,,,,,,,,,,,,,,, +381,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,50.0,136.0,30.0,435.0,1768.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,,,,,311.0,296.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,7613.0,7727.0,,,,,,,,2.0,12158.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +382,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,38.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'],311.0,306.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1989.0,2607.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,25351.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +383,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,1493.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,,,,1011.0,964.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,36521.0,43405.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,364864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-01-21 10:32:21.000000,2025-01-13 01:13:14,3082.0,10.0,126.0,36.0,383.0,15.0,191.0,1461.0,Multi-class confusion matrix library in Python.,18.0,28,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,389.0,365.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,37565.0,37565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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,2024-12-23 13:20:05.726000,2024-11-18 14:47:37,4368.0,2.0,302.0,79.0,674.0,18.0,634.0,1354.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,28,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1764.0,1715.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,26168.0,37249.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,598392.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,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'],1780.0,1764.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,12689.0,12689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +387,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,16.0,119.0,22.0,406.0,40.0,292.0,1294.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'],183.0,170.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,21332.0,22431.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,61551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,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,6.0,280.0,68.0,110.0,38.0,59.0,1259.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,69969.0,69969.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,1249.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2981.0,2943.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,215055.0,215995.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,53584.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,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,41.0,39.0,76.0,591.0,1178.0,"pyclustering is a Python, C++ data mining library.",26.0,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,824.0,792.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,32540.0,34461.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,103414.0,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +391,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,13.0,131.0,31.0,440.0,81.0,344.0,1118.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,,,,182.0,168.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,22825.0,23691.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,42476.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,257.0,40.0,514.0,282.0,258.0,913.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1275.0,1182.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,86884.0,103613.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,936866.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,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,2024-12-24 18:09:00.000000,2024-12-24 18:02:36,1380.0,12.0,146.0,26.0,493.0,24.0,139.0,910.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,,,,277.0,259.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,40545.0,52474.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,656120.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,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,4.0,330.0,65.0,691.0,39.0,537.0,843.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,302.0,285.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,7219.0,7219.0,,,,,,,,2.0,110.0,,,,,,,,,,,,,,,,,,, +395,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2024-12-16 11:38:25.000000,2024-12-16 11:36:24,637.0,26.0,102.0,24.0,117.0,4.0,113.0,723.0,Python library for reading audio file metadata.,27.0,28,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1247.0,1134.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,52088.0,52088.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +396,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,,1170.0,238.0,458.0,75.0,265.0,18651.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",49.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,,26062.0,26479.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27527.0,3.0,,,,,,,,,,,,,,,,,,,, +397,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,1871.0,211.0,76.0,113.0,41.0,10903.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,27507.0,27507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2024-11-26 07:00:37.000000,,,,856.0,,,617.0,,9527.0,NumPy & SciPy for GPU.,322.0,27,True,2024-08-22 07:08:16.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,269.0,,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,28872.0,126651.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5433165.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,74441.0,2.0,,,,,,,,-12.0,,,,,,,,,,,, +399,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-01-15 23:14:32.000000,2025-01-08 00:24:23,1627.0,1.0,815.0,140.0,1575.0,122.0,125.0,8148.0,Trax Deep Learning with Clear Code and Speed.,80.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,199.0,198.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3840.0,3840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,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,133.0,51.0,163.0,141.0,8007.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,203781.0,280741.0,,,,,,,,2.0,4463694.0,,,,,,,,,,,,,,,,,,, +401,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'],294.0,286.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,44256.0,44256.0,,,,,,,,3.0,,,,,,,,4.0,,,,,,,,,,,, +402,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,456.0,699.0,36.0,441.0,7338.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,2901.0,2927.0,,,,,,,,2.0,2601.0,,,,,,,,,,,,,,,,,,, +403,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,100.0,87.0,310.0,6476.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,157563.0,165823.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,446093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +404,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,,1360.0,351.0,14.0,42.0,66.0,6472.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1544.0,1536.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,27920.0,27920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,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,200.0,158.0,49.0,227.0,5534.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'],803.0,797.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,865.0,865.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,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,,476.0,75.0,63.0,112.0,57.0,5033.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,,,,,3710.0,3688.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,386665.0,386665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,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,55.0,57.0,77.0,108.0,4667.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'],2763.0,2712.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,74398.0,98990.0,,,,,,,,3.0,1524734.0,,,,,,,,,,,,,,,,,,, +408,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-01-23 14:08:01.000000,2025-01-23 13:28:39,868.0,544.0,292.0,49.0,980.0,31.0,103.0,4587.0,"From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better,..",33.0,27,True,2025-01-23 13:26:02.000,1.4.4,85.0,opik,,,,,2.0,,https://pypi.org/project/opik,2025-01-23 13:26:33.000,2.0,22930.0,22930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,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,4420.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'],195.0,191.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4074.0,4074.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,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,4307.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,395100.0,396762.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,88101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-01-11 15:03:23.000000,2025-01-11 15:03:23,1693.0,20.0,691.0,46.0,35.0,7.0,584.0,3705.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,,2558.0,2558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,2.0,437.0,83.0,55.0,63.0,204.0,3567.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'],231.0,228.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1503.0,1723.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11044.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +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,2024-12-20 21:57:28.000000,2024-12-20 21:19:02,1587.0,5.0,357.0,69.0,1459.0,118.0,88.0,3515.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,2628.0,4617.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,103463.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,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,3496.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,,,,729.0,724.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1175.0,1452.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,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,,254.0,64.0,121.0,7.0,293.0,3433.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,,,,,678.0,663.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,15158.0,15188.0,,,,,,,,3.0,2118.0,,,,,,,,,,,,,,,,,,, +416,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,159.0,189.0,3368.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,,,,520.0,503.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6426.0,14559.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,764514.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,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,92.0,723.0,155.0,65.0,6.0,859.0,3299.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'],,,,,,,927.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73216.0,,,,,3.0,4821.0,,,,,,,,,,,,,,,,,,, +418,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,33.0,477.0,54.0,30.0,3068.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,166024.0,166306.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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,37.0,523.0,68.0,218.0,3046.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,,,,351.0,340.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5146.0,5325.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9351.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,2964.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,5437.0,5437.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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,,790.0,181.0,75.0,21.0,565.0,2905.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,37647.0,38435.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,52012.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,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,2817.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,,,,678.0,664.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4297.0,4598.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16300.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,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,64.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,,,,1263.0,1258.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,48194.0,65428.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17234.0,,,,,3.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,29.0,1132.0,78.0,224.0,2650.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,,1505.0,15449.0,,,,,,,,3.0,418348.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-01-18 19:16:10.000000,2025-01-18 19:13:41,158.0,17.0,346.0,29.0,349.0,45.0,354.0,2637.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2024-11-02 18:47:18.000,1.0.1,22.0,adapter-transformers,,,,['huggingface'],168.0,156.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4656.0,4656.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,56.0,674.0,151.0,225.0,2433.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,734.0,709.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13195.0,13195.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,64.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'],5925.0,5840.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,358138.0,360290.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,193708.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,,,,1985.0,1919.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,21663.0,23597.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,177950.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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,67.0,63.0,32.0,199.0,2182.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,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,1115.0,1115.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,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,63.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'],395.0,389.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,15790.0,15790.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,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-22 06:09:52.000000,2025-01-22 06:09:52,2321.0,31.0,135.0,30.0,273.0,6.0,43.0,2091.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,,,,,211.0,197.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,6984.0,6984.0,,,,,,,,3.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-01-23 12:39:18.000000,2025-01-22 19:23:55,6725.0,92.0,309.0,46.0,3067.0,194.0,1605.0,1834.0,cuGraph - RAPIDS Graph Analytics Library.,117.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,272.0,869.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,26896.0,,,,,2.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,26.0,82.0,51.0,36.0,1794.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,,,,799.0,754.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,99213.0,99968.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,29448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,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,55.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,33702.0,33798.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4320.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,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,,286.0,52.0,89.0,24.0,191.0,1649.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'],701.0,682.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,12654.0,12811.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8655.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,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-01-16 04:53:33.000000,2024-12-16 13:13:11,834.0,2.0,323.0,120.0,791.0,229.0,168.0,1511.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,354048.0,354048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,1481.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,1662.0,1662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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,11.0,122.0,23.0,116.0,37.0,58.0,1419.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,27,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,27750.0,27750.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1394.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,211.0,204.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,22121.0,22522.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,19271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,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,,204.0,44.0,259.0,68.0,213.0,1381.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,,,,,488.0,461.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2219.0,2219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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-01-23 13:01:50.000000,2025-01-22 16:24:03,2439.0,153.0,421.0,55.0,600.0,190.0,266.0,1339.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1581.0,1765.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9597.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,56.0,65.0,14.0,112.0,1329.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1167.0,1155.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9354.0,9354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,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,1328.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,,,,1585.0,1529.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,27160.0,27547.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32168.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,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,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,,,,,501.0,479.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,27003.0,27003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,1260.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'],1781.0,1760.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,89972.0,89972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,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,35.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,,,,572.0,515.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,21447.0,49868.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1534739.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,34.0,38.0,2.0,498.0,1243.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'],568.0,564.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,9268.0,9268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,992.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,,,,641.0,607.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,19496.0,20183.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,34919.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +449,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-01-16 16:27:20.000000,2025-01-16 16:27:18,945.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,382459.0,382459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,956.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,66951.0,74291.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,630549.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1278.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,,178.0,33.0,86.0,88.0,123.0,925.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'],1928.0,1903.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,68978.0,68978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,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,2.0,107.0,14.0,100.0,73.0,67.0,909.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,,,,9301.0,9145.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1432191.0,1472277.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2164689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,50.0,59.0,21.0,70.0,857.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,,,,1486.0,1423.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19354.0,29305.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,547339.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,,82.0,12.0,50.0,22.0,53.0,825.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,,,,5510.0,5433.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,887714.0,887920.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8068.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,,59.0,15.0,207.0,12.0,187.0,346.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,,,,10368.0,10207.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,736625.0,768065.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2955424.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,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,,1230.0,185.0,213.0,32.0,534.0,9559.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,,,,,311.0,,,,,,,,3.0,14946.0,,,,,,,,,,,,,,,,,,, +457,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,,599.0,142.0,31.0,69.0,55.0,5611.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1928.0,1872.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1561061.0,1561439.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20460.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,5091.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,,,,,879.0,867.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8030.0,8030.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,4628.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,1793.0,1891.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4424.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,,743.0,175.0,90.0,1.0,288.0,4363.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,43110.0,43280.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8193.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,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,,480.0,58.0,829.0,60.0,498.0,3946.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,58342.0,58342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,281.0,226.0,13.0,356.0,3871.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,121385.0,121818.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26428.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,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,3377.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,8154.0,9334.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,53684.0,,,,,2.0,781.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,142.0,240.0,43.0,635.0,3298.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,1013.0,1013.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,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,,,,,,,,,1743.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,156097.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +466,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,2975.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,26,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2796.0,2766.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,56981.0,57791.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,38112.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,160882.0,162766.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,173354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,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,2503.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,,,,588.0,556.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,14797.0,15148.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,18276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,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,2503.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1042.0,1042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,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,35.0,148.0,24.0,146.0,2433.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,,,,,267.0,258.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,21067.0,21073.0,,,,,,,,3.0,344.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,77.0,55.0,170.0,68.0,2317.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1467.0,1418.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,40125.0,40125.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,2273.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,,,,653.0,648.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,14677.0,15864.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,105704.0,,,,,3.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,2164.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,,,,,806.0,787.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,62979.0,62979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,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,2071.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'],2472.0,2458.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,65331.0,69194.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,545.0,,,,,3.0,262052.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,,197.0,34.0,20.0,4.0,91.0,1766.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,,,,822.0,811.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15805.0,17609.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,73997.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-01-10 08:23:07.000000,2025-01-10 08:23:06,1039.0,3.0,181.0,18.0,78.0,27.0,371.0,1591.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,34037.0,45433.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,626781.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,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,4884.0,4884.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,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,1406.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'],454.0,447.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5163.0,5428.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14360.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,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-01-23 05:21:51.000000,2025-01-22 01:09:07,2648.0,85.0,99.0,20.0,1265.0,94.0,243.0,1170.0,"MetricFlow allows you to define, build, and maintain metrics in code.",46.0,26,False,2025-01-16 20:47:16.000,0.207.0,89.0,metricflow,,,,,32.0,28.0,https://pypi.org/project/metricflow,2025-01-16 20:47:16.000,4.0,28269.0,28269.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +480,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-18 11:20:02.000000,2025-01-18 11:20:00,981.0,6.0,174.0,49.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,140448.0,140460.0,,,,,,,,3.0,950.0,,,,,,,,,,,,,,,,,,, +481,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-01-09 21:22:00.000000,2025-01-09 21:22:00,640.0,8.0,164.0,31.0,232.0,5.0,105.0,658.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,26,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],446.0,418.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,19681.0,19997.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,9808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,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,29.0,97.0,47.0,76.0,633.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,,,,,652.0,621.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,86044.0,86086.0,,,,,,,,3.0,2963.0,,,,,,,,,,,,,,,,,,, +483,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,,,,405.0,388.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,8719.0,9980.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,87011.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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'],8256.0,8117.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,334959.0,335682.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41221.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,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,6.0,40.0,5.0,16.0,3.0,60.0,354.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'],1024.0,961.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,79570.0,99132.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,997687.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +486,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-01-22 19:50:31.000000,2025-01-22 19:50:16,4633.0,896.0,62.0,7.0,426.0,41.0,135.0,278.0,Python recommendation toolkit.,18.0,26,False,2024-02-16 21:04:30.000,0.14.4,32.0,lenskit,conda-forge/lenskit,,,,138.0,125.0,https://pypi.org/project/lenskit,2025-01-21 22:48:52.000,13.0,2212.0,2985.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,38694.0,,,,,2.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-01-14 20:40:43.646000,2025-01-12 16:40:30,205.0,4.0,537.0,80.0,40.0,63.0,28.0,11467.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,,1955.0,2072.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4221.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,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,,442.0,447.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +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,181.0,328.0,337.0,294.0,5806.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,,,,,144.0,144.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,611.0,655.0,,,,,,,,3.0,3856.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,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,2.0,924.0,114.0,676.0,146.0,543.0,5522.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.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,1149.0,1149.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,48.0,34.0,67.0,113.0,5390.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'],261.0,246.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,3212.0,3212.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-01-21 11:28:19.000000,2025-01-20 10:17:58,3778.0,69.0,621.0,92.0,4147.0,245.0,1428.0,5251.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2024-11-28 18:09:35.000,1.44.0,85.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,456.0,64.0,96.0,41.0,88.0,5227.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],171.0,166.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,20582.0,20582.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,4683.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,859.0,859.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,,452.0,44.0,56.0,95.0,175.0,4437.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,,,,,166.0,163.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5576.0,5576.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,3904.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,2390.0,2390.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,2024-09-05 04:03:54.000000,2024-09-05 04:03:53,4353.0,,624.0,43.0,1018.0,289.0,716.0,3561.0,"A unified, comprehensive and efficient recommendation library.",74.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,61362.0,61508.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7312.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,3560.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,2281.0,2755.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35139.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,2024-11-26 11:14:41.000000,2024-11-26 10:38:20,182.0,1.0,412.0,157.0,86.0,105.0,101.0,3371.0,A deep learning library for video understanding research.,57.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,28196.0,28196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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-21 02:57:28.000000,2025-01-21 02:57:16,516.0,1.0,811.0,63.0,644.0,133.0,405.0,3310.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,1861.0,1861.0,,,,,,,,3.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,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'],3012.0,3011.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1119.0,1119.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,97.0,49.0,65.0,254.0,2864.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,2720.0,3080.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20569.0,,,,,3.0,1150.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,50.0,482.0,57.0,70.0,2841.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,,,,,291.0,288.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17355.0,17356.0,,,,,,,,3.0,92.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,97.0,44.0,91.0,240.0,2760.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,44234.0,44234.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-01-18 09:09:50.000000,2024-08-01 02:26:24,769.0,,366.0,79.0,562.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,21853.0,21853.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,,491.0,39.0,251.0,52.0,291.0,2686.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,35641.0,35892.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9317.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,229.0,40.0,137.0,63.0,127.0,2402.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,,31198.0,31198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,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,2383.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,,,,,871.0,817.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,35444.0,35444.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,,87.0,41.0,59.0,13.0,78.0,2201.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,17775.0,17775.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,2113.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,,,,,284.0,280.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,92689.0,92689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,4.0,168.0,56.0,475.0,81.0,104.0,2100.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,124.0,114.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1639.0,1639.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-01-22 18:48:07.795000,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,180745.0,181947.0,https://anaconda.org/conda-forge/feature_engine,2025-01-22 18:48:07.795,63716.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-01-15 20:18:22.000000,2025-01-15 20:18:17,892.0,3.0,444.0,60.0,363.0,117.0,93.0,1948.0,Library for training machine learning models with privacy for training data.,59.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,16933.0,16935.0,,,,,,,,2.0,186.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,,310.0,56.0,1313.0,235.0,810.0,1910.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,,,,,,,,,,,,,,,,,,,, +515,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,5.0,283.0,50.0,329.0,269.0,184.0,1893.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,232589.0,232589.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,,160.0,60.0,68.0,67.0,130.0,1829.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,,,,,497.0,495.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,846.0,846.0,,,,,,,,3.0,62.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-01-22 17:37:56.000000,2025-01-22 17:32:26,1047.0,28.0,277.0,44.0,891.0,85.0,66.0,1680.0,A lightweight library for PyTorch training tools and utilities.,142.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,4302.0,4302.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'],210.0,202.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1277.0,1277.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,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,102.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,,38252.0,38501.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16249.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,43.0,12.0,4.0,51.0,1567.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'],280.0,276.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,150215.0,150215.0,,,,,,,,2.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,3.0,424.0,31.0,52.0,18.0,133.0,1474.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,,,,,31.0,,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,22439.0,22439.0,,,,,,,,3.0,,,,,,,,-2.0,,,,,,,,,,,, +522,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,1.0,271.0,81.0,493.0,53.0,207.0,1450.0,Underthesea - Vietnamese NLP Toolkit.,19.0,25,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1381.0,1370.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,20466.0,20549.0,,,,,,,,3.0,7643.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-01-15 19:19:35.000000,2025-01-07 21:33:54,1972.0,2.0,371.0,33.0,2285.0,86.0,236.0,1443.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,8716.0,8716.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-01-21 00:07:43.000000,2024-12-18 07:37:03,584.0,21.0,144.0,21.0,331.0,10.0,152.0,1434.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,3678.0,3679.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,,332.0,48.0,44.0,101.0,116.0,1418.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'],628.0,620.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,15367.0,50907.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,353.0,,,,,3.0,1847752.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,,404.0,90.0,165.0,103.0,224.0,1368.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,,288.0,288.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,34.0,68.0,57.0,206.0,1277.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'],146.0,144.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,892.0,897.0,,,,,,,,3.0,172.0,,,,,,,,,,,,,,,,,,, +528,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,53.0,461.0,145.0,296.0,1220.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,1773.0,1773.0,,,,,,,,2.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,1160.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,,,,,7461.0,6989.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,492578.0,492578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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-01-23 12:13:15.000000,2025-01-23 11:18:44,2076.0,2.0,230.0,42.0,627.0,109.0,466.0,1105.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,16230.0,16835.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,27832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,4.0,70.0,17.0,133.0,56.0,118.0,1068.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,,,,1681.0,1657.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,374592.0,376962.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,85332.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,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,,,,,587.0,550.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5306.0,5306.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +533,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,746.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,,,,234.0,202.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,13522.0,15563.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,95940.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +534,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,25,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,2888.0,2888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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-01-23 14:58:08.000000,2025-01-23 10:36:49,911.0,13.0,88.0,12.0,780.0,60.0,493.0,657.0,Automated modeling and machine learning framework FEDOT.,37.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,61.0,56.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1719.0,1719.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +536,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,516.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'],5194.0,5091.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2042756.0,2068763.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,936262.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,92.0,18.0,779.0,10.0,446.0,458.0,Lightwood is Legos for Machine Learning.,49.0,25,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,8442.0,8442.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +538,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,13.0,31.0,9.0,51.0,402.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,,,,511.0,467.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,192427.0,194167.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,90482.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,4375.0,27127.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,136517.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-01-17 00:56:16.000000,2025-01-17 00:56:15,588.0,21.0,60.0,42.0,344.0,23.0,63.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.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,6226.0,6226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-01-20 18:05:35.000000,2025-01-20 18:05:33,1051.0,214.0,8.0,5.0,251.0,13.0,39.0,216.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/,,174.0,169.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,20153.0,20153.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +542,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,11.0,1553.0,136.0,3625.0,74.0,1987.0,5786.0,An Industrial Grade Federated Learning Framework.,101.0,24,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,,1.0,1.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,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,2.0,301.0,80.0,182.0,24.0,54.0,4980.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,,,,,166.0,162.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3061.0,3061.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,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'],1167.0,1151.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,775.0,787.0,,,,,,,,3.0,982.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,92.0,64.0,271.0,270.0,4800.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,25562.0,25562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,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,,4463.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,199.0,199.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,817.0,817.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,824.0,4203.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,4339.0,4339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,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,3849.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,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,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-01-23 08:41:55.000000,2024-12-30 04:13:34,2905.0,42.0,1239.0,129.0,1148.0,50.0,87.0,3362.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,939.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8661.0,3.0,,,,,,,,,,,,,,,,,,,, +551,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,667.0,3288.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,,16126.0,16199.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +552,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,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,,,,,170.0,158.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,758.0,816.0,,,,,,,,3.0,4768.0,,,,,,,,,,,,,,,,,,, +553,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,,335.0,65.0,319.0,50.0,124.0,2953.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,3737.0,4103.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,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,22.0,79.0,112.0,179.0,2883.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,1056.0,1056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,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,2776.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,,,,502.0,476.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,29513.0,33255.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,220810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,2740.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,,,,,121.0,117.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,,375.0,39.0,96.0,41.0,158.0,2712.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2510.0,2510.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +558,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,93.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,32438.0,32438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,2394.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,499.0,499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,62.0,32.0,60.0,96.0,2311.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,121.0,120.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2876.0,2885.0,,,,,,,,3.0,542.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,52.0,98.0,25.0,116.0,2276.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']",141.0,137.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3134.0,3134.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +562,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,56.0,56.0,19.0,50.0,2212.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'],770.0,751.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6550.0,6550.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,,685.0,87.0,48.0,24.0,64.0,2160.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,577.0,565.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,34407.0,34407.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,,247.0,44.0,33.0,51.0,90.0,2005.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,,6379.0,6379.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,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,1933.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,9614.0,9614.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,1642.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,4590.0,4590.0,,,,,,,,3.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,,238.0,50.0,50.0,23.0,91.0,1634.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,,,,448.0,435.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2653.0,4796.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,53785.0,,,,,3.0,69946.0,,,,,,,,,,,,,,,,,,, +568,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,275.0,44.0,257.0,77.0,198.0,1569.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'],49.0,48.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,356.0,356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,9.0,122.0,29.0,73.0,4.0,29.0,1525.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,6070.0,6071.0,,,,,,,,3.0,129.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,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,166.0,106.0,189.0,40.0,25.0,1510.0,fklearn: Functional Machine Learning.,56.0,24,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,,2918.0,2918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,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,,1209.0,1209.0,,,,,,,,3.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-22 14:57:01.000000,2025-01-15 20:18:42,210.0,1.0,88.0,34.0,113.0,8.0,18.0,1277.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'],304.0,293.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18338.0,18338.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-01-23 02:00:56.000000,2025-01-21 05:17:31,213.0,17.0,118.0,37.0,33.0,21.0,122.0,1276.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,16.0,24,True,2025-01-23 02:00:56.000,2.3.9,93.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-01-23 02:00:56.000,12.0,4291.0,4291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,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,,,,814.0,783.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,17253.0,17664.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,32951.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,,222.0,70.0,415.0,75.0,147.0,1178.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,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,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,2.0,150.0,16.0,109.0,30.0,256.0,1030.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,24957.0,35520.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,580981.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-01-21 10:21:03.000000,2025-01-21 10:21:03,263.0,11.0,117.0,13.0,56.0,37.0,29.0,995.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,,,,,799.0,769.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,25307.0,41947.0,,,,,,,,3.0,832018.0,,,,,,,,,,,,,,,,,,, +578,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-01-23 12:58:13.000000,2025-01-23 07:59:31,2125.0,317.0,37.0,9.0,1658.0,9.0,42.0,994.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2025-01-10 22:30:48.000,0.0.38,46.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-01-10 22:26:52.000,1.0,39013.0,39016.0,,,,,,,,3.0,69.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,,173.0,49.0,114.0,53.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,,,,,337.0,314.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,489.0,489.0,,,,,,,,3.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,2024-06-18 13:19:37.000000,2024-06-18 13:19:34,568.0,,191.0,48.0,61.0,1.0,68.0,984.0,Training neural models with structured signals.,38.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],499.0,496.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5174.0,5174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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-01-10 08:26:59.000000,2025-01-10 08:26:59,607.0,5.0,151.0,15.0,68.0,32.0,144.0,844.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,13493.0,18075.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,256598.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,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,17.0,84.0,21.0,38.0,719.0,Working with molecular structures in pandas DataFrames.,18.0,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],369.0,331.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,7889.0,11127.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,171639.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,138.0,91.0,42.0,67.0,672.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],244.0,232.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,13944.0,13944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,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,658.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,678510.0,678510.0,,,,,,,,3.0,56.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +585,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,20.0,199.0,23.0,888.0,131.0,404.0,653.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,3440.0,6023.0,,,,,,,,3.0,108497.0,,,,,,,,,,,,,,,,,,, +586,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-01-18 10:30:13.000000,2025-01-18 10:29:32,2411.0,28.0,42.0,12.0,22.0,13.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,2579.0,2583.0,,,,,,,,3.0,304.0,,,,,,,,,,,,,,,,,,, +587,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-01-01 01:39:27.000000,2025-01-01 01:30:41,688.0,11.0,65.0,28.0,503.0,15.0,91.0,376.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,24,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,11039.0,23405.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,692533.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,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,370.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,,,,204.0,195.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,66470.0,66875.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +589,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,6483.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,,369.0,369.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,,754.0,108.0,590.0,107.0,345.0,6240.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,32503.0,32503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,144.0,1599.0,387.0,403.0,5092.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,,,,,,,,,,,,,,,,,,,, +592,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,76.0,4370.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,,2638.0,2638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,,211.0,232.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1894.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +594,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,21.0,507.0,216.0,22.0,26.0,4.0,3508.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,682.0,682.0,,,,,,,,3.0,57.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,90.0,78.0,67.0,137.0,3394.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,286143.0,286146.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +596,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,54.0,414.0,82.0,106.0,3264.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,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,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,54.0,36.0,75.0,126.0,3213.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'],461.0,447.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5067.0,5714.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,31087.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,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,2191.0,2191.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +599,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,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,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,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,40.0,39.0,7.0,115.0,2185.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,,,,294.0,281.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5804.0,6346.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29278.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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,29.0,65.0,11.0,83.0,2021.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,23,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],384.0,376.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,876.0,1056.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8668.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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'],506.0,484.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1295.0,2630.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,60099.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,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,1729.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'],172.0,166.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7259.0,9736.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,251044.0,,,,,3.0,728.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,,295.0,43.0,801.0,72.0,485.0,1656.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,,265.0,265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,119.0,54.0,31.0,1651.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,,,,,111.0,110.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,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,,123.0,28.0,31.0,63.0,50.0,1603.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,9.0,23,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],595.0,588.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,53176.0,53176.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,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,91.0,39.0,15.0,12.0,27.0,1398.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'],273.0,251.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,18376.0,18568.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7492.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +608,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,1069.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,2077.0,3488.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,50808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,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,5.0,211.0,53.0,94.0,59.0,219.0,1066.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,4069.0,4069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,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,33.0,74.0,3.0,86.0,1053.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'],245.0,236.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7682.0,7682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,,111.0,26.0,36.0,35.0,69.0,878.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'],711.0,699.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,12770.0,12770.0,,,,,,,,3.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,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,83.0,14.0,77.0,221.0,218.0,874.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,102.0,102.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5690.0,5690.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +613,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,750.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'],685.0,677.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,67104.0,67278.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,8902.0,,,,,3.0,,,,,,,,2.0,,,,,,,,,,,, +614,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,,118.0,42.0,118.0,51.0,48.0,703.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,189.0,181.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,21666.0,21666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,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,694.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'],504.0,494.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,18446.0,18475.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,1.0,50.0,9.0,66.0,192.0,259.0,664.0,python binding for libvips using cffi.,16.0,23,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,979.0,902.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,54480.0,57589.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,158594.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-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,615.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,,,,521.0,496.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8788.0,9196.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,19998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,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,595.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,339362.0,347890.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,375253.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,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,,,,2534.0,2481.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,20765.0,22584.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,78228.0,,,,,3.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,2.0,67.0,46.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,1657.0,2158.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19046.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +621,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,51.0,89.0,344.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,2669.0,12428.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,317826.0,,,,,3.0,9801.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,140.0,vega/vegafusion,,,,,,,,,,,,, +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-01-21 14:55:17.000000,2025-01-21 15:07:48,1483.0,86.0,24.0,9.0,88.0,11.0,29.0,342.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,1151.0,1151.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,2023-12-11 19:25:59.000000,2023-11-17 21:43:05,4051.0,,50.0,14.0,712.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,1150.0,1150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,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-01-23 08:58:13.000000,2025-01-08 19:08:31,1092.0,16.0,1360.0,113.0,581.0,41.0,735.0,14043.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",102.0,22,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,,,,,,,,,,,,, +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,,1590.0,153.0,54.0,46.0,12.0,10967.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'],85.0,82.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1932.0,1932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,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,93.0,152.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.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,1116.0,1116.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +627,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,8023.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,1012.0,1012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,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,5043.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1635.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143895.0,3.0,,,,,,,,,,,,,,,,,,,, +629,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,171.0,47.0,35.0,28.0,4650.0,High-performance TensorFlow library for quantitative finance.,47.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,1217.0,1217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,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,3658.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,,204.0,224.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1363.0,3.0,,,,,,,,,,,,,,,,,,,, +631,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,7.0,514.0,147.0,610.0,86.0,75.0,3581.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,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,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,3398.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,1465.0,1474.0,,,,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +633,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,205.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'],166.0,164.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1618.0,1618.0,,,,,,,,3.0,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +634,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-08 23:49:34.989000,2021-05-06 12:10:38,127.0,,159.0,48.0,73.0,2.0,31.0,3117.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,,,,55.0,55.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,536.0,593.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2055.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,,178.0,65.0,55.0,6.0,44.0,3098.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,22,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,,1170.0,1171.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +636,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,164.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,,436.0,436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,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,2894.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,3037.0,3039.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +638,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,2403.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'],68.0,66.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,917.0,1065.0,,,,,,,,3.0,12901.0,,,,,,,,,,,,,,,,,,, +639,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,2556.0,2556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,3.0,148.0,34.0,186.0,71.0,150.0,2071.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,,481.0,492.0,,,,,,,,3.0,621.0,,,,,,,,,,,,,,,,,,, +641,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,1995.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,1048.0,1214.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6068.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +642,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,42.0,68.0,163.0,95.0,1877.0,Super easy library for BERT based NLP models.,37.0,22,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,,3241.0,3241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,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,44.0,14.0,57.0,35.0,1805.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']",343.0,332.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2242.0,2242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,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,30.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,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,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,38.0,7.0,15.0,33.0,1659.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'],80.0,74.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,17547.0,17547.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,51.0,312.0,98.0,18.0,1599.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,38042.0,38042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,1068.0,1543.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,28529.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,57.0,53.0,82.0,149.0,1578.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,,1259.0,1288.0,,,,,,,,3.0,2907.0,,,,,,,,,,,,,,,,,,, +649,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,22,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,,8362.0,8362.0,,,,,,,,3.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,,197.0,33.0,87.0,16.0,33.0,1474.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,901.0,901.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,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,1318.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'],188.0,183.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,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,91.0,122.0,33.0,46.0,1215.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,,,,,118.0,117.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,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,50.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,,2902.0,2902.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +654,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,65.0,29.0,31.0,12.0,1194.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,9857.0,9857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,243727.0,243890.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,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,20.0,73.0,18.0,45.0,1045.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,,,,,269.0,265.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,36162.0,36162.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,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'],275.0,264.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3083.0,3083.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,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'],129.0,121.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,10424.0,10424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,963.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,,,,808.0,785.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,50132.0,52152.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,80806.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,87.0,9.0,72.0,963.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,,,,,174.0,167.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,8065.0,8065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,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,932.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,7576.0,50519.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2346517.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,280.0,,,,,,,,,,,,,, +662,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'],2480.0,2471.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1462.0,1462.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +663,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,856.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'],546.0,531.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,17787.0,17787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,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,1.0,134.0,24.0,594.0,63.0,511.0,854.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,3379.0,3379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,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,,,,,507.0,506.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2249.0,2249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,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,5696.0,10229.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,356135.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,662.0,,,,,,,,,,,,,, +667,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,689.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,,,,546.0,541.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11859.0,11915.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2480.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,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,605.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'],178.0,173.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,11865.0,11865.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,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-21 21:32:45.000000,2025-01-21 21:26:41,713.0,37.0,66.0,24.0,10.0,15.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,,1106.0,1497.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,11756.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-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,591.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,,,,459.0,453.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11507.0,11792.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,14562.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-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,575.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,,,,501.0,492.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,11593.0,12196.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,29552.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,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,7.0,211.0,21.0,109.0,528.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'],306.0,301.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2768.0,2768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,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,,109.0,36.0,277.0,85.0,174.0,495.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1593.0,1597.0,,,,,,,,3.0,405.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,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,,5725.0,5725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,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,,,,1375.0,1318.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,81273.0,83084.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,92384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,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,,,,,2472.0,2428.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,101076.0,101076.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,150.0,89.0,255.0,286.0,13908.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,,,,,,,,,,,,,,,,,,,, +678,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,97.0,51.0,409.0,292.0,6758.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,5371.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,968.0,968.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +680,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,4984.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1543.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,744.0,103.0,35.0,107.0,113.0,4694.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,4644.0,4647.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,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'],219.0,216.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1614.0,1614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,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,127.0,225.0,90.0,183.0,2333.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,204.0,204.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,84.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.,3.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,,506.0,506.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,54.0,35.0,16.0,105.0,2143.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,,12406.0,12406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,18.0,74.0,25.0,45.0,1866.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,,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,1502.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,,888.0,888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,,352.0,61.0,47.0,37.0,71.0,1477.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,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,1430.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,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,187.0,19.0,264.0,88.0,94.0,1377.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,29269.0,29269.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,222.0,68.0,7.0,15.0,29.0,1358.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,,1825.0,1825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,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,1279.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,,617.0,617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,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,,250.0,48.0,46.0,26.0,127.0,1078.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,,801.0,801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,1078.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,1054.0,1060.0,,,,,,,,3.0,802.0,,,,,,,,,,,,,,,,,,, +695,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,,,,,,,,,,,,,,,,,,,, +696,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,,86.0,18.0,160.0,20.0,94.0,882.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,,,,66.0,64.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1995.0,2229.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11277.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,2024-12-17 19:11:53.000000,2024-12-17 19:10:41,298.0,2.0,250.0,46.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,3275.0,3275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,11052.0,11542.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,847.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,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,119.0,33.0,561.0,211.0,247.0,797.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,10408.0,10408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],70.0,66.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,817.0,817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,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,,146.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,,,,,117.0,117.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1168.0,1168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,41241.0,41241.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +704,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-01-14 22:08:02.000000,2025-01-03 13:26:20,1509.0,1.0,79.0,33.0,693.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,21,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,1085.0,1085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,645.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']",694.0,677.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,16244.0,16244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,637.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,957.0,957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,,,,,244.0,236.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,27509.0,27509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],419.0,411.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,49073.0,49073.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,1874.0,2004.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5617.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,558.0,558.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,2024-05-02 14:24:25.000000,2024-05-02 14:23:46,346.0,,90.0,7.0,20.0,10.0,95.0,596.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2024-02-10 13:12:00.000,0.5.7,162.0,featurewiz,,,,,83.0,81.0,https://pypi.org/project/featurewiz,2024-02-10 13:12:00.000,2.0,13721.0,13721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,4.0,75.0,10.0,220.0,51.0,83.0,577.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,,,,,41.0,40.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1777.0,1785.0,,,,,,,,3.0,285.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,2238.0,2238.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,2.0,65.0,17.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,4241.0,4241.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,2022-10-26 08:37:57.000000,2020-08-24 17:03:59,1426.0,,169.0,57.0,20.0,39.0,60.0,553.0,Bayesian inference in HSMMs and HMMs.,13.0,21,False,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,300.0,300.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,2024-07-09 19:44:12.000000,2024-05-11 10:43:02,331.0,,101.0,26.0,8.0,1.0,33.0,530.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2024-05-11 10:46:51.000,0.1.800,146.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2024-05-11 10:46:51.000,3.0,8694.0,8694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,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-20 18:00:14.000000,2025-01-20 17:56:21,544.0,2.0,36.0,14.0,226.0,15.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,18.0,21,True,2025-01-20 18:00:39.000,1.4.7,36.0,popmon,,,,"['pandas', 'spark']",24.0,22.0,https://pypi.org/project/popmon,2023-07-18 10:32:00.587,2.0,13413.0,13417.0,,,,,,,,3.0,252.0,,,,,,,,,,,,,,,,,,, +718,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,5.0,101.0,18.0,11.0,,50.0,467.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,,,,,65.0,65.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6594.0,6594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,433.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'],2338.0,2294.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,323928.0,323928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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,,,,,547.0,539.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,9952.0,9952.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,29.0,110.0,33.0,184.0,379.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,,664.0,664.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-22 16:34:50.000000,2025-01-22 16:34:46,577.0,1.0,90.0,29.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,34667.0,34667.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,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,2392.0,2392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,25.0,362.0,29.0,10.0,345.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,,1965.0,1965.0,,,,,,,,3.0,,,,,,,,2.0,,,,,,,,,,,, +725,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-01-22 15:37:33.000000,2025-01-22 15:37:33,816.0,20.0,25.0,6.0,304.0,4.0,,322.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-01-20 18:37:08.000,1.2.32,875.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-01-20 18:37:08.000,,33396.0,33396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,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,26.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,508110.0,508110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,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-19 00:12:43.000000,2024-11-07 18:17:34,501.0,4.0,109.0,20.0,573.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,,25911.0,26035.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5737.0,,,,,3.0,130.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-01-06 05:41:37.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,226.0,22.0,64.0,252.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,557.0,557.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +729,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,5163.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,,1533.0,1533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,3428.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,933.0,933.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,58.0,242.0,176.0,111.0,3242.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,3653.0,3664.0,,,,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,, +732,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,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,864.0,864.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +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,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,,,,,,,,,,,,,,,,,,,, +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,2702.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,,544.0,544.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,,182.0,56.0,895.0,129.0,586.0,1942.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,1069.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,,281.0,30.0,41.0,35.0,176.0,1913.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,,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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,1824.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,,,,,37.0,37.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7844.0,7844.0,,,,,,,,3.0,36.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,1638.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,2169.0,2169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,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,67.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,,134.0,327.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +740,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,,156.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,20,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,,1174.0,1174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,56.0,65.0,8.0,31.0,1390.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,,152.0,152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,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,,,,,176.0,174.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3144.0,3144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,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,1113.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'],180.0,175.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6994.0,6994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,15.0,65.0,10.0,22.0,1082.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,1657.0,1679.0,,,,,,,,3.0,524.0,,,,,,,,,,,,,,,,,,, +745,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,,169.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,,,,189.0,187.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,541.0,764.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9828.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,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,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3649.0,3644.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,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,924.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,922.0,1122.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10639.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,,125.0,30.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,847.0,847.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,,127.0,30.0,1059.0,37.0,54.0,771.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,,1669.0,1669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,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,7206.0,7206.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,,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,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,439.0,439.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,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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,588.0,588.0,,,,,,,,3.0,15.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,19.0,57.0,30.0,21.0,504.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,3438.0,3438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,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,,,,,171.0,163.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,5558.0,5558.0,,,,,,,,3.0,32.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,28.0,34.0,41.0,15.0,482.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,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,29402.0,29402.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,16.0,148.0,40.0,66.0,471.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,,1619.0,1619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,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,12.0,272.0,11.0,112.0,447.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,434.0,434.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,,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,824.0,824.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +760,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,415.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,3483.0,4153.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,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,9.0,78.0,33.0,23.0,408.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,,,,20.0,18.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1462.0,2156.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,29167.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,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,7.0,137.0,34.0,333.0,89.0,139.0,347.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,,3438.0,3455.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1905.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,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,,2251.0,2251.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,,26.0,22.0,239.0,24.0,25.0,301.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,948.0,948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,296.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,17112.0,17112.0,,,,,,,,3.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-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,21.0,450.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,20,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,,599.0,599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,3085.0,5885.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,141951.0,,,,,3.0,2090.0,,,,,,,,,,,,,,,,,,, +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-01-20 08:19:32.000000,2025-01-20 08:19:31,593.0,2.0,35.0,24.0,646.0,21.0,131.0,245.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,,3528.0,3549.0,,,,,,,,3.0,1272.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,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'],88.0,78.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5548.0,5548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,17223.0,17223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,,33.0,11.0,202.0,21.0,76.0,211.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,1997.0,1997.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,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,,6813.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,,362.0,369.0,,,,,,,,3.0,399.0,,,,,,,,,,,,,,,,,,, +773,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,3279.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2496.0,2496.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,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,24.0,20.0,19.0,30.0,1746.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,,293.0,294.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +775,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,1148.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,,,,,35.0,35.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,406.0,406.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,30.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,,2947.0,2947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,,94.0,24.0,51.0,20.0,17.0,865.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,1423.0,2389.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,33814.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,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,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,115.0,21.0,27.0,3.0,87.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,19,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,,11700.0,11700.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,,102.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,500.0,500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,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,,41.0,15.0,18.0,,22.0,612.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,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,,926.0,926.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-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,498.0,46388.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2386330.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,,98.0,15.0,53.0,13.0,16.0,574.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,,4717.0,4717.0,,,,,,,,3.0,8.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,55.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,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,471.0,471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,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-01-23 13:14:51.000000,2024-11-26 14:53:35,988.0,1.0,97.0,32.0,101.0,18.0,27.0,491.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,15.0,15.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,1397.0,1397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,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,19,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,,1135.0,1135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,67.0,63.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,439.0,746.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15659.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,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,2329.0,2329.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,334.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,396.0,396.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,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,1898.0,1898.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,,37.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,1442.0,1442.0,,,,,,,,3.0,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,958.0,962.0,,,,,,,,3.0,436.0,,,,,,,,,,,,,,,,,,, +793,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,113.0,51.0,46.0,160.0,6318.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,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,106.0,83.0,67.0,48.0,3001.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,8917.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,60.0,106.0,27.0,56.0,2147.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,,1177.0,1177.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,,458.0,80.0,36.0,83.0,68.0,1703.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,,268.0,268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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-01-22 23:36:56.000000,2024-12-03 12:26:16,792.0,1.0,71.0,26.0,1023.0,127.0,65.0,1653.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,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,,218.0,237.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +799,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,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,768.0,768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,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,18,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,1206.0,1206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,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,1109.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,4743.0,4743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,824.0,Leave One Feature Out Importance.,6.0,18,True,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,4368.0,4368.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-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,801.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,,930.0,1033.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4049.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,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,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,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,778.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,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,8803.0,8803.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +806,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,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,,556.0,556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,,658.0,658.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,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,,1069.0,1069.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,,69.0,7.0,6.0,4.0,32.0,569.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,,,,,22.0,20.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,1842.0,1842.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,,55.0,18.0,10.0,4.0,18.0,528.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'],69.0,69.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1104.0,1104.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,13.0,130.0,18.0,138.0,482.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,2156.0,2156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,4256.0,4256.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,,107.0,71.0,7.0,15.0,19.0,434.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,,159.0,159.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,,86.0,20.0,248.0,10.0,23.0,427.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,2424.0,2424.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,8.0,12.0,11.0,18.0,411.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,148.0,144.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5590.0,5592.0,,,,,,,,3.0,133.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,12.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,,2324.0,2324.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,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,,945.0,945.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,,267.0,270.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,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,286.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,6574.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,249030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,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,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,529.0,529.0,,,,,,,,3.0,,,,,,,imedslab/solt,,,,,,,,,,,,, +821,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,11.0,61.0,31.0,47.0,245.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,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,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,6.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,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,1658.0,1771.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4101.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +824,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,134.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,,,,10277.0,10148.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,274800.0,274830.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,,1350.0,464.0,22.0,59.0,167.0,7161.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,,,,,,,,,,,,, +826,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-15 23:41:51.000000,2025-01-11 13:10:18,717.0,6.0,437.0,39.0,874.0,150.0,119.0,3395.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,90.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,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,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,,,,,88.0,87.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,314.0,314.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,781.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,606.0,606.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,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,,700.0,707.0,,,,,,,,3.0,562.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,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,,344.0,344.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,39.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,,302.0,305.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +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,36.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,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,257.0,257.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,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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,185.0,185.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,353.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,,499.0,499.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,,2494.0,2494.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,,,,227.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,,1296.0,1296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,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,,9540.0,9540.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,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,442.0,442.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,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,,593.0,593.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,4369.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,3951.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,2900.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,,62.0,62.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,,93.0,93.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,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,859.0,A medical imaging framework for Pytorch.,8.0,16,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,,315.0,315.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,43.0,667.0,28.0,27.0,830.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,,,,,,,,,,,,,,,,,,,, +846,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2023-04-11 19:24:43.000000,2023-04-11 19:24:38,24.0,,57.0,17.0,7.0,,10.0,803.0,MADGRAD Optimization Method.,2.0,16,False,,,4.0,madgrad,,,,['pytorch'],98.0,97.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2818.0,2818.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,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,,334.0,334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,10535.0,10535.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,43.0,435.0,25.0,130.0,718.0,GPU accelerated signal processing.,46.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,,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,594.0,594.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,16.0,83.0,19.0,49.0,614.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,,335.0,335.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,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,535.0,535.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,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,,324.0,324.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,,53.0,10.0,17.0,10.0,29.0,423.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,,1335.0,1335.0,,,,,,,,3.0,20.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,,32.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,,,,,90.0,90.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,49.0,49.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,18.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,2514.0,2514.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,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,16,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,1517.0,1517.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,9.0,2.0,,5.0,211.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,893.0,893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,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,5.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,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,,2841.0,2841.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,144.0,72.0,12.0,53.0,2216.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,39.0,40.0,73.0,34.0,1175.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,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,,117.0,20.0,295.0,3.0,70.0,1080.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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,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,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,933.0,933.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,523.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,,262.0,262.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,,88.0,21.0,18.0,22.0,2.0,515.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,,954.0,954.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,,250.0,250.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,,55.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,134.0,275.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7626.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,,745.0,745.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,313.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,,190.0,190.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,298.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,,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,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,9.0,15.0,2.0,7.0,280.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,318.0,318.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,9.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,,262.0,262.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,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,,1001.0,1001.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,,32.0,8.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,,459.0,459.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,906.0,906.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,197.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,,942.0,942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,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,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,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,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,,,,,44.0,44.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-01-23 14:55:48.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-01-23 12:04:14.000,3.48.0,306.0,comet_ml,comet_ml,,,,87.0,,https://pypi.org/project/comet_ml,2025-01-23 14:55:48.000,87.0,166827.0,166827.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,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,64.0,13.0,45.0,26.0,3762.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,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,3463.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,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,1690.0,An Open-Source Package for Network Embedding (NE).,12.0,14,True,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,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,54.0,23.0,42.0,85.0,1315.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,,,,,,,,,,,,,,,,,,,, +884,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,,154.0,32.0,,53.0,60.0,1238.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5016.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,,119.0,30.0,111.0,14.0,25.0,1093.0,An autoML framework & toolkit for machine learning on graphs.,16.0,14,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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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,619.0,2220.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,86476.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,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,1904.0,1904.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,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,,,,,,,,,,,,,,,,,,,, +889,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,14,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,,11908.0,11908.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,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,,417.0,417.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,103.0,28.0,28.0,357.0,3890.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,,485.0,108.0,12.0,39.0,8.0,2707.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,,86.0,48.0,4.0,3.0,,2582.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,1931.0,1933.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,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,,,,,,,,,,,,,,,,,,,, +895,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,11.0,11.0,3.0,16.0,797.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,179.0,179.0,https://pypi.org/project/rliable`,,,,,,,,,,,,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,,53.0,17.0,3.0,2.0,1.0,540.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,,285.0,285.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,2024-12-19 13:05:21.000000,2022-11-21 12:12:41,1044.0,,11.0,7.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,,506.0,512.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,,689.0,689.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,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,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,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,13,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,150.0,150.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,5.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,,827.0,836.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.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,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,,278.0,278.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,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,,301.0,301.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +904,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,,153.0,153.0,,,,,,,,3.0,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +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,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,,715.0,715.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,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,32.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,,502.0,502.0,,,,,,,,3.0,,,,,,,,2.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,,415.0,63.0,7.0,66.0,17.0,1975.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,,329.0,90.0,11.0,12.0,6.0,1790.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,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,,,,,,,,,,,,,,,,,,,, +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,,459.0,93.0,22.0,52.0,15.0,3268.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,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,11,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,,163.0,163.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,,90.0,17.0,5.0,4.0,12.0,638.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,,51.0,16.0,13.0,14.0,11.0,530.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,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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.,,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,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,72.0,72.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-01-30_changes.md b/history/2025-01-30_changes.md new file mode 100644 index 00000000..460b610d --- /dev/null +++ b/history/2025-01-30_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._ + +- Altair (πŸ₯‡43 Β· ⭐ 9.5K Β· πŸ“ˆ) - Declarative visualization library for Python. BSD-3 +- Seaborn (πŸ₯‡42 Β· ⭐ 13K Β· πŸ“ˆ) - Statistical data visualization in Python. BSD-3 +- CuPy (πŸ₯‡39 Β· ⭐ 9.7K Β· πŸ“ˆ) - NumPy & SciPy for GPU. MIT +- FiftyOne (πŸ₯ˆ38 Β· ⭐ 9.1K Β· πŸ“ˆ) - Visualize, create, and debug image and video datasets.. Apache-2 +- AllenNLP (πŸ₯ˆ36 Β· ⭐ 12K Β· πŸ’€) - An open-source NLP research library, built on PyTorch. Apache-2 +- spleeter (πŸ₯ˆ33 Β· ⭐ 26K Β· πŸ“ˆ) - Deezer source separation library including pretrained models. MIT +- pyvips (πŸ₯‰25 Β· ⭐ 670 Β· πŸ“ˆ) - python binding for libvips using cffi. MIT +- pandas-ai (πŸ₯‰24 Β· ⭐ 14K Β· πŸ“ˆ) - Chat with your database (SQL, CSV, pandas, polars,.. ❗Unlicensed +- featurewiz (πŸ₯‰23 Β· ⭐ 600 Β· πŸ“ˆ) - Use advanced feature engineering strategies and select best.. Apache-2 +- Auto ViML (πŸ₯‰23 Β· ⭐ 530 Β· πŸ“ˆ) - Automatically Build Multiple ML Models with a Single Line of.. 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._ + +- Pillow (πŸ₯‡44 Β· ⭐ 12K Β· πŸ“‰) - Python Imaging Library (Fork). ❗️PIL +- Bokeh (πŸ₯‡41 Β· ⭐ 20K Β· πŸ“‰) - Interactive Data Visualization in the browser, from Python. BSD-3 +- Albumentations (πŸ₯‡38 Β· ⭐ 15K Β· πŸ“‰) - Fast and flexible image augmentation library. Paper.. MIT +- flair (πŸ₯‡38 Β· ⭐ 14K Β· πŸ“‰) - A very simple framework for state-of-the-art Natural Language.. MIT +- Tokenizers (πŸ₯‡37 Β· ⭐ 9.3K Β· πŸ“‰) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- Rasa (πŸ₯ˆ36 Β· ⭐ 19K Β· πŸ“‰) - Open source machine learning framework to automate text- and.. Apache-2 +- fairseq (πŸ₯ˆ34 Β· ⭐ 31K Β· πŸ“‰) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT +- pandas-profiling (πŸ₯ˆ34 Β· ⭐ 13K Β· πŸ“‰) - 1 Line of code data quality profiling & exploratory.. MIT +- InsightFace (πŸ₯ˆ33 Β· ⭐ 24K Β· πŸ“‰) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- missingno (πŸ₯‰25 Β· ⭐ 4K Β· πŸ’€) - Missing data visualization module for Python. MIT + diff --git a/history/2025-01-30_projects.csv b/history/2025-01-30_projects.csv new file mode 100644 index 00000000..72f3bef1 --- /dev/null +++ b/history/2025-01-30_projects.csv @@ -0,0 +1,921 @@ +,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,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id,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-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,5081.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,,179.0,58.0,205.0,,3.0,2427.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,3787.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,3787.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,3787.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,3787.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-01-30 13:52:00.000000,2025-01-30 02:08:10,175377.0,3641.0,74447.0,7529.0,44040.0,6902.0,39430.0,190177.0,An Open Source Machine Learning Framework for Everyone.,4778.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'],466924.0,458525.0,https://pypi.org/project/tensorflow,2025-01-26 16:09:54.000,8399.0,19778289.0,20593921.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5269986.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-01-30 13:49:44.905224,2677.0,78984479.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-01-30 14:07:59.000000,2025-01-30 12:46:35,83804.0,3422.0,23233.0,1765.0,97142.0,15553.0,33977.0,86334.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5385.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'],650588.0,628880.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,21708.0,32622804.0,33263436.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25595942.0,,,,,1.0,73417.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-01-30 08:27:26.000000,2025-01-29 17:00:03,32127.0,256.0,25536.0,2142.0,18309.0,2103.0,9804.0,60912.0,scikit-learn: machine learning in Python.,3252.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1066803.0,1039902.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,74610543.0,75211213.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,33637024.0,,,,,1.0,1039.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-01-30 14:22:53.000000,2025-01-30 11:43:00,17915.0,596.0,27621.0,1134.0,18889.0,1526.0,15554.0,138278.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3039.0,52,True,2025-01-20 16:36:05.000,4.48.1,168.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",285273.0,277898.0,https://pypi.org/project/transformers,2025-01-20 16:36:02.000,7375.0,37658414.0,37703842.0,https://anaconda.org/conda-forge/transformers,2025-01-21 03:18:24.714,2453132.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-01-30 05:04:15.000000,2025-01-30 05:04:15,34482.0,749.0,5234.0,350.0,11820.0,1729.0,9151.0,13335.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1739.0,50,True,2025-01-11 00:13:13.000,1.15.1,112.0,scipy,conda-forge/scipy,,,,1261111.0,1211899.0,https://pypi.org/project/scipy,2025-01-10 23:59:19.000,49212.0,118228387.0,119377841.0,https://anaconda.org/conda-forge/scipy,2025-01-11 20:58:33.827,57272776.0,,,,,1.0,455945.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-01-30 12:15:38.000000,2025-01-30 12:15:38,51897.0,528.0,7684.0,592.0,18824.0,1601.0,9461.0,20638.0,matplotlib: plotting with Python.,1769.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1576878.0,1523895.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,66392662.0,66900839.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,27949757.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-01-28 23:51:25.000000,2025-01-28 23:51:25,59424.0,302.0,4545.0,292.0,13645.0,5219.0,8978.0,13256.0,A computer algebra system written in pure Python.,1349.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,217629.0,214129.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,30054442.0,30195942.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7699259.0,,,,,1.0,553986.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-01-30 02:04:49.000000,2025-01-30 02:04:49,11322.0,226.0,19497.0,1914.0,7760.0,247.0,12095.0,62421.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,13235980.0,13307083.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3910684.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,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-01-30 15:03:58.000000,2025-01-30 03:20:20,7018.0,259.0,3183.0,323.0,5407.0,1024.0,3828.0,36951.0,Streamlit A faster way to build and share data apps.,294.0,46,True,2025-01-21 22:19:09.000,1.39.1,234.0,streamlit,,,,,687538.0,684362.0,https://pypi.org/project/streamlit,2025-01-21 22:19:09.000,3176.0,6505520.0,6505520.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-01-30 14:11:29.000000,2025-01-30 14:11:29,23733.0,805.0,5963.0,480.0,30528.0,4306.0,15647.0,35088.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1134.0,46,True,2025-01-23 10:02:16.000,ray-2.41.0,121.0,ray,conda-forge/ray-tune,,,,21386.0,20525.0,https://pypi.org/project/ray,2025-01-23 05:29:32.000,861.0,5881067.0,5892791.0,https://anaconda.org/conda-forge/ray-tune,2025-01-26 08:13:15.105,574401.0,,,,,1.0,248.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-01-29 14:18:02.000000,2025-01-28 21:24:30,7437.0,304.0,2585.0,276.0,1797.0,607.0,2494.0,16647.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,,,,363678.0,356354.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,18367052.0,18571918.0,https://anaconda.org/conda-forge/plotly,2024-12-09 08:37:37.782,8191896.0,,,,,1.0,9.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,58583.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-01-30 13:25:46.000000,2025-01-30 13:13:58,25342.0,1409.0,2853.0,332.0,17302.0,1489.0,4414.0,31112.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",823.0,45,True,2025-01-17 18:27:26.000,jax-v0.5.0,173.0,jax,conda-forge/jaxlib,,,,38475.0,36332.0,https://pypi.org/project/jax,2025-01-17 17:40:30.000,2143.0,5821518.0,5860829.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2162108.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-01-28 23:17:58.000000,2025-01-28 23:17:58,7313.0,154.0,8735.0,909.0,5813.0,458.0,4970.0,26541.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,130354.0,128243.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,23384997.0,23490857.0,https://anaconda.org/conda-forge/xgboost,2025-01-24 07:20:52.387,5710979.0,,,,,1.0,13313.0,,,,,,,,,,,,,,,,,,, +19,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-01-26 12:04:53.000000,2025-01-26 12:04:52,52734.0,1276.0,5654.0,714.0,52208.0,1779.0,17561.0,22435.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1347.0,45,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7086.0,6874.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,299856.0,300008.0,,,,,,,,1.0,15428.0,,,,,,,,,,,,,,,,,,, +20,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-01-28 23:27:18.000000,2025-01-28 23:27:18,7872.0,53.0,3253.0,280.0,3976.0,344.0,3059.0,15337.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,,,,354272.0,344642.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,62329207.0,62705566.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,19947069.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +21,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-01-27 14:21:49.000000,2025-01-27 14:21:39,15650.0,87.0,3091.0,288.0,3980.0,2851.0,2819.0,10395.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,,,,155795.0,151326.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,15522418.0,15830062.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,16920450.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +22,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-01-30 07:25:03.000000,2025-01-30 07:23:04,43473.0,813.0,28412.0,2018.0,49698.0,243.0,,40418.0,Apache Spark Python API.,3182.0,44,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,31832348.0,31898884.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3659532.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +23,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-01-30 15:09:34.000000,2025-01-30 07:20:20,7397.0,216.0,2680.0,179.0,4804.0,459.0,4815.0,35606.0,"Wrap UIs around any model, share with anyone.",496.0,44,True,2025-01-29 00:51:11.000,5.13.2,617.0,gradio,,,,,55461.0,54468.0,https://pypi.org/project/gradio,2025-01-29 00:51:11.000,993.0,6486439.0,6486439.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,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-01-30 14:43:27.000000,2025-01-30 12:45:02,7102.0,387.0,4325.0,305.0,10030.0,1703.0,2670.0,19346.0,Open source platform for the machine learning lifecycle.,816.0,44,True,2025-01-30 14:51:21.000,2.20.1,124.0,mlflow,conda-forge/mlflow,,,,52020.0,51049.0,https://pypi.org/project/mlflow,2025-01-30 13:34:45.000,971.0,13684165.0,13733611.0,https://anaconda.org/conda-forge/mlflow,2025-01-24 08:27:15.985,2719537.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-01-30 05:09:07.000000,2025-01-30 05:09:07,19252.0,1030.0,1985.0,92.0,3784.0,1145.0,3211.0,16770.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",386.0,44,True,2025-01-29 15:44:58.000,1.59.9,1068.0,litellm,,,,others,7465.0,6722.0,https://pypi.org/project/litellm,2025-01-29 06:59:09.000,743.0,4820829.0,4821052.0,,,,,,,,1.0,447.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-01-30 14:57:32.000000,2025-01-30 14:57:32,9435.0,164.0,1732.0,214.0,6149.0,1102.0,4348.0,12889.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,,,,72005.0,69396.0,https://pypi.org/project/dask,2025-01-17 16:54:09.000,2609.0,9977502.0,10201775.0,https://anaconda.org/conda-forge/dask,2025-01-19 15:07:53.205,12559299.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +27,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-01-30 11:27:43.000000,2025-01-30 11:27:42,19133.0,332.0,2252.0,219.0,5293.0,123.0,3157.0,12497.0,Python Imaging Library (Fork).,484.0,44,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,10911.0,,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,118186431.0,119097047.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,49173276.0,,,,,1.0,,,,,,,,,-4.0,,,,,,,,,,, +28,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-01-14 11:08:42.000000,2025-01-13 17:17:36,16220.0,8.0,4429.0,561.0,4032.0,173.0,5523.0,30762.0,Industrial-strength Natural Language Processing (NLP) in Python.,762.0,43,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,115746.0,112855.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2891.0,10307577.0,10400864.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5129779.0,,,,,1.0,1581.0,,,,,,,,,,,,,,,,,,, +29,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-01-22 09:37:13.000000,2025-01-09 11:28:08,10502.0,68.0,3420.0,252.0,10367.0,854.0,6352.0,28871.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",993.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],42807.0,41271.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,6799434.0,6825429.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1414913.0,,,,,2.0,11381.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +30,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-01-30 14:05:41.000000,2025-01-23 20:46:57,7777.0,41.0,2096.0,426.0,1179.0,516.0,1380.0,21858.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,183.0,dash,conda-forge/dash,,,,77982.0,76510.0,https://pypi.org/project/dash,2025-01-28 21:05:56.000,1472.0,4672352.0,4702451.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1655404.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +31,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-01-30 06:46:55.000000,2025-01-30 06:25:01,2979.0,89.0,3700.0,434.0,3530.0,338.0,2598.0,18324.0,Open standard for machine learning interoperability.,332.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,40348.0,39295.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5661754.0,5689140.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1491821.0,,,,,1.0,22823.0,,,,,,,,,,,,,,,,,,, +32,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-01-30 14:50:03.000000,2025-01-30 14:50:00,3305.0,441.0,1729.0,197.0,3985.0,696.0,914.0,14206.0,Development repository for the Triton language and compiler.,360.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,51282.0,50946.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,15924178.0,15924178.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +33,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2024-12-16 00:47:34.151000,2024-11-11 06:24:40,14683.0,1.0,2887.0,460.0,1503.0,276.0,1572.0,13805.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,43,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,347827.0,343130.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,22865325.0,22930234.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2985849.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +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-01-28 20:44:55.000000,2025-01-28 19:56:31,5078.0,71.0,2100.0,1666.0,4942.0,361.0,2753.0,12436.0,WebGL2 powered visualization framework.,279.0,43,True,2025-01-21 19:54:38.606,9.1.0,682.0,pydeck,conda-forge/pydeck,,,['jupyter'],9023.0,8590.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5509139.0,5993587.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,683254.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-01-21 19:54:38.606,313.0,472868.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-01-29 06:46:18.000000,2025-01-29 06:46:18,18861.0,440.0,1054.0,119.0,3850.0,61.0,1646.0,11285.0,A hyperparameter optimization framework.,284.0,43,True,2025-01-27 07:14:18.000,3.6.2,71.0,optuna,conda-forge/optuna,,,,22606.0,21483.0,https://pypi.org/project/optuna,2025-01-27 07:14:18.000,1123.0,3572699.0,3612314.0,https://anaconda.org/conda-forge/optuna,2025-01-20 09:28:46.974,2178838.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,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-01-30 13:37:18.000000,2025-01-18 13:56:41,3855.0,52.0,795.0,138.0,1555.0,127.0,1935.0,9544.0,Declarative visualization library for Python.,173.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,195582.0,194666.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,24120009.0,24189745.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2580189.0,,,,,1.0,223.0,,,,,,vega/altair,,1.0,,,,,,,,,,, +37,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-01-27 15:06:45.000000,2025-01-27 02:51:07,21729.0,646.0,3009.0,286.0,24252.0,751.0,12004.0,32145.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",303.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,1223076.0,2281496.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-01-27 04:10:09.752072,68.0,67399189.0,1.0,302601.0,,,,,,,,,,,,,,,,,,, +38,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-01-29 21:55:27.000000,2025-01-18 16:14:36,1412.0,68.0,2512.0,244.0,670.0,202.0,1259.0,15548.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,,,,59866.0,59067.0,https://pypi.org/project/yfinance,2025-01-18 16:23:18.000,799.0,3780528.0,3782852.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97637.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,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,1929.0,262.0,1136.0,185.0,2445.0,12798.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,,,,563296.0,552453.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,19917874.0,20126583.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11478837.0,,,,,1.0,465.0,,,,,,,,1.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-01-30 02:35:06.000000,2025-01-29 19:40:50,7633.0,415.0,693.0,62.0,5877.0,618.0,2854.0,9415.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",206.0,42,True,2025-01-29 01:52:29.000,0.19.5,302.0,wandb,conda-forge/wandb,,,,66103.0,64473.0,https://pypi.org/project/wandb,2025-01-29 01:21:54.000,1630.0,16362243.0,16378675.0,https://anaconda.org/conda-forge/wandb,2025-01-29 18:20:33.535,886822.0,,,,,1.0,484.0,,,,,,wandb/wandb,,,,,,,,,,,,, +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,2024-12-18 21:39:43.000000,2024-12-18 21:39:43,5882.0,13.0,1660.0,189.0,5061.0,691.0,1241.0,6774.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],291871.0,289645.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,23376125.0,23472702.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5311780.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,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-01-30 10:17:36.000000,2025-01-30 10:17:35,14251.0,74.0,2252.0,185.0,4581.0,816.0,2138.0,6160.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,,,,219207.0,212345.0,https://pypi.org/project/scikit-image,2025-01-26 18:58:29.000,6862.0,10751889.0,10887476.0,https://anaconda.org/conda-forge/scikit-image,2025-01-28 08:07:03.882,7457315.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-01-29 23:00:59.000000,2025-01-29 22:59:08,6397.0,64.0,7871.0,446.0,3210.0,169.0,9367.0,46036.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'],4290.0,4182.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,283426.0,305354.0,,,,,,,,1.0,1140296.0,,,,,,,,,,,,,,,,,,, +44,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-01-30 13:31:26.000000,2025-01-30 04:53:16,2662.0,117.0,4204.0,348.0,3148.0,1099.0,1948.0,36437.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",369.0,41,True,2025-01-21 22:31:21.000,0.16.3,102.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],10969.0,10726.0,https://pypi.org/project/deepspeed,2025-01-21 22:31:21.000,243.0,652104.0,652463.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21596.0,1.0,,,,,,,,,,,,,,,,,,,, +45,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-01-29 22:34:19.000000,2025-01-29 22:28:03,1372.0,72.0,3649.0,479.0,1344.0,254.0,2334.0,32629.0,A library for efficient similarity search and clustering of dense vectors.,204.0,41,True,2025-01-22 07:29:16.000,2.5.4,113.0,pymilvus,conda-forge/faiss,,,,4572.0,4365.0,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1223076.0,1261963.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2138835.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-01-29 09:40:50.000000,2025-01-29 09:40:44,2794.0,23.0,3289.0,246.0,1010.0,700.0,1879.0,23305.0,A game theoretic approach to explain the output of any machine learning model.,256.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,25375.0,24627.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,7604543.0,7704726.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,4908977.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +47,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-01-30 10:17:15.000000,2025-01-30 08:55:59,20676.0,40.0,4203.0,437.0,6247.0,811.0,7032.0,19562.0,"Interactive Data Visualization in the browser, from Python.",707.0,41,True,2024-12-03 15:39:22.000,3.6.2,224.0,bokeh,conda-forge/bokeh,,,,1823.0,,https://pypi.org/project/bokeh,2025-01-09 16:55:15.000,1823.0,3927314.0,4214262.0,https://anaconda.org/conda-forge/bokeh,2024-12-09 14:35:07.548,15782175.0,,,,,1.0,,,,,,,,,-4.0,,,,,,,,,,, +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-01-30 09:21:07.000000,2025-01-30 09:21:05,3634.0,38.0,3840.0,435.0,3331.0,383.0,3098.0,16921.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,,,,44737.0,43660.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8229973.0,8291746.0,https://anaconda.org/conda-forge/lightgbm,2025-01-26 17:45:12.439,3055301.0,,,,,2.0,280707.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-01-30 11:34:45.000000,2025-01-29 01:03:49,3984.0,33.0,6994.0,449.0,5488.0,1102.0,2509.0,16496.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,13823085.0,13870409.0,https://anaconda.org/conda-forge/torchvision,2025-01-20 03:33:56.009,2157290.0,,,,,1.0,39793.0,,,,,,,,,,,,,,,,,,, +50,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-01-30 04:29:36.337000,2025-01-29 12:12:42,1640.0,63.0,2533.0,142.0,639.0,1222.0,1094.0,15879.0,State-of-the-Art Text Embeddings.,206.0,41,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],69784.0,67704.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7488511.0,7498772.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,533597.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,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-01-27 20:07:49.000000,2025-01-21 09:49:13,9381.0,29.0,1194.0,134.0,5564.0,250.0,4492.0,14118.0,Data Versioning and ML Experiments.,308.0,41,True,2025-01-13 07:04:20.000,3.59.0,542.0,dvc,conda-forge/dvc,,,,20929.0,20792.0,https://pypi.org/project/dvc,2025-01-13 07:04:20.000,137.0,641853.0,688312.0,https://anaconda.org/conda-forge/dvc,2025-01-13 10:29:16.907,2555297.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +52,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-01-26 21:06:05.000000,2025-01-26 21:06:05,1403.0,193.0,1616.0,251.0,728.0,475.0,1546.0,12955.0,Video editing with Python.,181.0,41,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,1048.0,,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2551468.0,2554628.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,284433.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,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-01-29 17:49:31.000000,2025-01-29 17:49:31,10183.0,80.0,2038.0,224.0,4150.0,337.0,3089.0,8848.0,Bayesian Modeling and Probabilistic Programming in Python.,509.0,41,True,2025-01-07 20:55:33.000,5.20.0,96.0,pymc3,conda-forge/pymc3,,,,5561.0,5369.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,285916.0,297486.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,635549.0,,,,,1.0,1965.0,,,,,,,,,,,,,,,,,,, +54,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-01-29 15:06:26.000000,2025-01-29 14:44:18,1659.0,51.0,1012.0,95.0,1657.0,125.0,1603.0,8221.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",313.0,41,True,2025-01-17 15:56:18.000,1.3.0,67.0,accelerate,conda-forge/accelerate,,,['pytorch'],70437.0,68660.0,https://pypi.org/project/accelerate,2025-01-17 15:42:18.000,1777.0,8467600.0,8475000.0,https://anaconda.org/conda-forge/accelerate,2025-01-20 18:52:19.301,288613.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,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-01-29 22:51:25.556000,2025-01-28 19:15:13,49020.0,279.0,1189.0,190.0,406.0,575.0,1798.0,8216.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1302.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,3024249.0,3065541.0,https://anaconda.org/conda-forge/catboost,2025-01-29 22:51:25.556,1865793.0,,,,,2.0,349992.0,,,,,,,,,,,,,,,,,,, +56,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-29 04:56:30.000000,2025-01-29 04:56:30,2685.0,163.0,4812.0,319.0,588.0,46.0,907.0,33020.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",168.0,40,True,2025-01-19 23:08:56.000,1.0.14,65.0,timm,conda-forge/timm,,,['pytorch'],1069.0,,https://pypi.org/project/timm,2025-01-19 23:08:56.000,1069.0,5607693.0,5723109.0,https://anaconda.org/conda-forge/timm,2025-01-20 17:34:15.209,308602.0,,,,,1.0,7459760.0,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,,, +57,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-01-30 05:38:32.000000,2025-01-29 19:55:17,7699.0,60.0,3742.0,254.0,3284.0,1130.0,2688.0,21810.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'],8032.0,7677.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,387884.0,390410.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,136411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,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-01-30 13:52:11.000000,2025-01-30 13:52:09,5155.0,157.0,1418.0,108.0,4580.0,1025.0,1653.0,8154.0,A unified framework for machine learning with time series.,441.0,40,True,2024-12-09 16:14:44.000,0.35.0,85.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],3983.0,3853.0,https://pypi.org/project/sktime,2024-12-09 16:14:44.000,130.0,850990.0,876254.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1061087.0,,,,,1.0,111.0,,,,,,sktime/sktime,,,,,,,,,,,,, +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-01-30 12:35:55.000000,2025-01-30 06:24:53,2332.0,12.0,571.0,90.0,898.0,294.0,965.0,3992.0,Manipulation and analysis of geometric objects.,165.0,40,True,2024-08-19 21:56:13.000,2.0.6,125.0,shapely,conda-forge/shapely,,,,95222.0,92287.0,https://pypi.org/project/shapely,2024-08-19 21:56:13.000,2935.0,32931890.0,33142559.0,https://anaconda.org/conda-forge/shapely,2024-09-25 14:46:10.973,11160420.0,,,,,1.0,3748.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-01-30 00:20:45.000000,2025-01-30 00:20:43,4037.0,161.0,1147.0,138.0,3281.0,355.0,1210.0,2123.0,A library for training and deploying machine learning models on Amazon SageMaker.,467.0,40,True,2025-01-29 19:25:52.000,2.238.0,617.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5337.0,5174.0,https://pypi.org/project/sagemaker,2025-01-29 19:25:52.000,163.0,23620755.0,23645742.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-01-29 21:58:35.739,1324330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,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-01-30 08:13:46.000000,2025-01-27 17:28:14,5972.0,52.0,719.0,57.0,5233.0,1560.0,2410.0,1596.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,,,,39093.0,38190.0,https://pypi.org/project/distributed,2025-01-17 16:54:37.000,903.0,4173264.0,4464315.0,https://anaconda.org/conda-forge/distributed,2025-01-19 14:06:02.577,16298858.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,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,1056.0,1458.0,121.0,1725.0,35232.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,62848.0,61300.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1006639.0,1012848.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,353939.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,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,604.0,2241.0,226.0,1594.0,26552.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20789.0,20481.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,401981.0,401981.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +64,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-01-29 19:22:10.000000,2025-01-29 09:19:12,36477.0,399.0,13420.0,935.0,26075.0,1257.0,,24454.0,Apache Flink Python API.,1975.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,22890176.0,22890176.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +65,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-01-20 16:40:22.000000,2025-01-20 16:40:22,1764.0,91.0,2383.0,164.0,265.0,7.0,1152.0,17368.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",78.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5368.0,5324.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,339279.0,339279.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-01-24 02:36:44.000000,2025-01-24 02:36:44,8294.0,7.0,3366.0,480.0,733.0,53.0,2188.0,13726.0,A toolkit for making real world machine learning and data analysis applications in C++.,199.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,33983.0,33770.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,141575.0,160190.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1011648.0,,,,,2.0,25557.0,,,,,,,,,,,,,,,,,,, +67,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-01-30 14:04:19.000000,2025-01-30 14:04:19,29531.0,238.0,856.0,126.0,6528.0,617.0,1809.0,9734.0,NumPy & SciPy for GPU.,397.0,39,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2738.0,2469.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,30793.0,133302.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5545269.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,74895.0,1.0,193361.0,,,,,,,,12.0,,,,,,,,,,, +68,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-01-22 14:42:39.000000,2025-01-22 14:42:39,10382.0,84.0,1404.0,135.0,1317.0,146.0,1019.0,9277.0,A PyTorch-based Speech Toolkit.,254.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2847.0,2780.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2673183.0,2673183.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,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-01-24 13:10:36.000000,2025-01-24 13:06:09,1939.0,36.0,2229.0,163.0,921.0,85.0,1059.0,7019.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,,,,51273.0,50456.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1626617.0,1697631.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3408692.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,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-01-30 10:57:02.000000,2025-01-30 09:49:29,6651.0,93.0,1561.0,108.0,4614.0,701.0,763.0,4350.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",418.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21782.0,21453.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1805743.0,1806707.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,42424.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,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-01-28 18:44:50.000000,2025-01-28 18:44:50,18266.0,98.0,1331.0,82.0,8161.0,552.0,4416.0,2824.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,385.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5412.0,4993.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,127395.0,135918.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,477290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,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-01-30 09:52:25.000000,2025-01-30 09:52:24,10758.0,304.0,595.0,64.0,2904.0,298.0,1963.0,1231.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'],4059.0,3750.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,69305.0,75585.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,313702.0,,,,,1.0,287.0,,,,,,,,,,,,,,,,,,, +73,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'],7820.0,7694.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,568198.0,568601.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11528.0,,,,,2.0,27925.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +74,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,428.0,1714.0,386.0,1465.0,15809.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,,,,71424.0,70047.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4493909.0,4526525.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1497971.0,,,,,1.0,5818.0,,,,,,piskvorky/gensim,,,,,,,,,,,,, +75,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-01-30 03:19:19.000000,2025-01-30 02:06:39,1218.0,159.0,1661.0,129.0,1129.0,163.0,982.0,14531.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,161.0,38,True,2025-01-28 01:33:05.000,2.0.2,82.0,albumentations,conda-forge/albumentations,,,['pytorch'],644.0,,https://pypi.org/project/albumentations,2025-01-28 01:33:25.000,644.0,5765604.0,5769824.0,https://anaconda.org/conda-forge/albumentations,2025-01-28 14:18:12.007,227889.0,,,,,1.0,,,,,,,,,-3.0,,,,,,,,,,, +76,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-01-28 09:56:52.000000,2025-01-27 11:35:50,6532.0,375.0,2106.0,202.0,1260.0,113.0,2236.0,14040.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,274.0,38,True,2024-12-20 08:57:44.000,0.15.0,34.0,flair,conda-forge/python-flair,,,['pytorch'],148.0,,https://pypi.org/project/flair,2024-12-20 08:37:28.000,148.0,117535.0,118228.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,37456.0,,,,,1.0,,,,,,,,,-3.0,,,,,,,,,,, +77,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-01-30 15:05:24.000000,2025-01-24 10:28:18,6584.0,83.0,3703.0,255.0,1821.0,1098.0,4637.0,11953.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,,,,,921.0,910.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,10938.0,10938.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-01-28 05:04:32.000000,2025-01-28 05:04:30,610.0,12.0,1152.0,259.0,207.0,100.0,182.0,9224.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",38.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,48913.0,48508.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1169732.0,1172467.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,276254.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +79,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-01-30 14:54:16.000000,2025-01-28 23:42:41,22580.0,930.0,591.0,63.0,3862.0,534.0,1090.0,9118.0,"Visualize, create, and debug image and video datasets and model predictions.",149.0,38,True,2025-01-24 21:02:31.000,1.3.0,153.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",828.0,803.0,https://pypi.org/project/fiftyone,2025-01-24 21:02:31.000,25.0,63189.0,63189.0,,,,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +80,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-01-28 20:58:54.000000,2025-01-28 20:37:06,22778.0,513.0,2190.0,175.0,3437.0,368.0,2102.0,8721.0,End-to-End Speech Processing Toolkit.,488.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,419.0,407.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,20313.0,20314.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +81,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-01-24 11:31:10.000000,2025-01-24 11:31:09,2058.0,22.0,938.0,107.0,1723.0,446.0,1281.0,4618.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'],50365.0,47526.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6271537.0,6349950.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4311227.0,,,,,2.0,2886.0,,,,,,,,,,,,,,,,,,, +82,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-01-30 14:36:18.000000,2025-01-30 13:41:17,1676.0,73.0,597.0,60.0,1637.0,161.0,900.0,2270.0,The official Python client for the Huggingface Hub.,214.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,46390526.0,46446749.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-08 15:31:13.042,2642501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +83,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,33620.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,,,,35129.0,34291.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1167448.0,1171297.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,169360.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-01-30 05:50:32.000000,2025-01-30 05:50:28,8797.0,214.0,2834.0,305.0,247.0,24.0,1152.0,29217.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-01-25 05:12:15.000,8.1.4,690.0,netron,,,,"['pytorch', 'tensorflow']",721.0,638.0,https://pypi.org/project/netron,2025-01-25 05:12:15.000,83.0,25608.0,80179.0,,,,,,,,1.0,54571.0,,,,,,,,,,,,,,,,,,, +85,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-01-26 07:01:39.000000,2025-01-26 07:01:34,1702.0,5.0,2855.0,379.0,477.0,,1925.0,15085.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'],5121.0,4898.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,190897.0,190900.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +86,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,732.0,670.0,1384.0,13394.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,,,,1750.0,1551.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,542824.0,584776.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,323811.0,,,,,2.0,4137484.0,,,,,,,,,,,,,,,,,,, +87,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-01-30 14:18:45.000000,2025-01-30 05:38:52,7840.0,407.0,2579.0,213.0,8875.0,98.0,2338.0,12985.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",378.0,37,True,2025-01-03 10:31:39.000,2.1.0,79.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-01-03 09:43:30.000,14.0,114239.0,119156.0,,,,,,,,1.0,314719.0,,,,,,,,,,,,,,,,,,, +88,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2024-12-31 07:56:17.243000,2024-08-18 00:47:35,986.0,,1176.0,127.0,316.0,41.0,722.0,10519.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,,,,94032.0,92300.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,19654497.0,19678408.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1256326.0,,,,,1.0,49776.0,,,,,,,,,,,,,,,,,,, +89,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-01-28 21:40:03.000000,2025-01-27 22:58:10,2853.0,30.0,980.0,129.0,1992.0,293.0,669.0,10174.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'],14006.0,13700.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1817777.0,1821251.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,169242.0,,,,,2.0,1641.0,,,,,,,,,,,,,,,,,,, +90,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,2087.0,9920.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,True,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,15998.0,15826.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,78381.0,102732.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2483805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,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-01-28 13:58:37.000000,2025-01-28 13:58:35,1856.0,26.0,811.0,121.0,687.0,59.0,968.0,9300.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,104.0,37,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,1096.0,,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,33013493.0,33060044.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2513708.0,,,,,1.0,73.0,,,,,,,,-3.0,,,,,,,,,,, +92,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-01-27 17:49:43.000000,2025-01-27 17:49:39,1463.0,17.0,910.0,212.0,261.0,179.0,248.0,7109.0,Efficiently computes derivatives of NumPy code.,60.0,37,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11481.0,11198.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3508097.0,3524491.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,508243.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +93,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-01-30 10:24:24.000000,2025-01-28 20:30:20,4955.0,105.0,647.0,86.0,2762.0,306.0,752.0,6297.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],11990.0,11496.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,1146530.0,1148404.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,86162.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +94,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,702.0,4672.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,,,,,513264.0,501747.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,14278920.0,14278920.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,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,36.0,1110.0,156.0,469.0,701.0,759.0,4288.0,Probabilistic reasoning and statistical analysis in TensorFlow.,498.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,1421146.0,1424606.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,162646.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +96,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-01-30 14:09:24.000000,2025-01-30 09:51:44,4997.0,320.0,617.0,45.0,5518.0,334.0,1135.0,2465.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,,,,1375.0,1251.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,66465.0,71849.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,204589.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +97,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-01-27 15:05:29.000000,2025-01-17 03:23:34,3922.0,12.0,535.0,145.0,1247.0,146.0,1716.0,2300.0,Rasterio reads and writes geospatial raster datasets.,162.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16341.0,14805.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2180870.0,2266763.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4122439.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +98,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,372.0,3170.0,1846.0,6730.0,30121.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3515.0,3433.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,172990.0,172990.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +99,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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,26.0,2211.0,216.0,4222.0,5.0,1941.0,21268.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,118265.0,150442.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,85381.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1772556.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +100,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-01-27 12:21:19.000000,2025-01-14 10:26:14,32383.0,8.0,4681.0,357.0,6410.0,135.0,6642.0,19297.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,36,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],60.0,,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,276556.0,276556.0,,,,,,,,2.0,,,,,,,,,-3.0,,,,,,,,,,, +101,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-01-28 07:44:41.000000,2025-01-28 07:44:37,3956.0,59.0,1041.0,140.0,191.0,115.0,1103.0,14837.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",104.0,36,True,2025-01-05 17:06:43.000,16.8.0,249.0,ocrmypdf,conda-forge/ocrmypdf,,,,1178.0,1137.0,https://pypi.org/project/ocrmypdf,2025-01-05 17:06:43.000,41.0,168936.0,171202.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,88994.0,,,,,1.0,6347.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +102,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,2024-12-12 14:25:03.000000,2024-08-31 11:55:45,1340.0,,2241.0,333.0,1604.0,408.0,1865.0,14350.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,,,,,1339.0,1306.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,87468.0,87468.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +103,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-01-17 22:47:22.000000,2025-01-17 22:47:22,1878.0,30.0,4446.0,544.0,718.0,416.0,1288.0,14169.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,36,True,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6089.0,6071.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,26906.0,26906.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,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-01-23 14:25:20.000000,2025-01-23 14:25:19,18852.0,77.0,5697.0,69.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,22262.0,22262.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +105,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-01-26 02:21:01.000000,2025-01-26 02:21:01,4415.0,5.0,3018.0,174.0,5063.0,539.0,2359.0,13685.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,,,,,482.0,334.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103267.0,103267.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +106,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,11790.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'],4452.0,4327.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,64061.0,66393.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,170277.0,,,,,2.0,71.0,,,,,,,,1.0,,,,,,,,,,, +107,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,,1052.0,135.0,240.0,371.0,274.0,9140.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,,,,82466.0,81097.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,7459266.0,7462315.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,140294.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +108,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,12.0,1377.0,147.0,258.0,222.0,148.0,8767.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,,,,4807.0,4686.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,608651.0,611105.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,137445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,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,181.0,2411.0,275.0,203.0,320.0,338.0,8562.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,1163386.0,1167569.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,221717.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +110,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-01-30 13:08:39.000000,2025-01-28 01:24:35,1169.0,78.0,787.0,293.0,1554.0,310.0,439.0,8500.0,Open Source AI/ML Platform.,100.0,36,True,2025-01-23 20:47:32.000,2.13.7,171.0,metaflow,conda-forge/metaflow,,,,845.0,796.0,https://pypi.org/project/metaflow,2025-01-23 20:47:32.000,49.0,480983.0,485662.0,https://anaconda.org/conda-forge/metaflow,2025-01-24 20:47:36.969,252676.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,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-01-30 09:04:52.000000,2025-01-29 20:13:22,2470.0,118.0,948.0,96.0,2786.0,366.0,1183.0,8322.0,Fast and Accurate ML in 3 Lines of Code.,132.0,36,True,2024-11-27 17:04:12.000,1.2.0,1731.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",986.0,956.0,https://pypi.org/project/autogluon,2025-01-30 09:04:52.000,30.0,347099.0,348454.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,27556.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,13677.0,1.0,,,,,,,,,,,,,,,,,,,, +112,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-01-27 23:54:49.000000,2025-01-27 23:54:49,3190.0,31.0,1118.0,88.0,3551.0,392.0,2798.0,6062.0,AI Toolkit for Healthcare Imaging.,215.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3567.0,3431.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,250923.0,251967.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,38635.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,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,13.0,877.0,115.0,541.0,150.0,347.0,4956.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,36,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17532.0,17335.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,648779.0,655078.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,340189.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,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-01-28 17:53:12.000000,2025-01-28 17:53:12,1218.0,25.0,659.0,124.0,971.0,371.0,1118.0,4541.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",183.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4509.0,4422.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,593392.0,595181.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,83756.0,,,,,2.0,12982.0,,,,,,,,,,,,,,,,,,, +115,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-01-28 15:01:49.000000,2025-01-28 15:01:48,4236.0,35.0,1107.0,154.0,1761.0,435.0,906.0,3959.0,Fast data visualization and GUI tools for scientific / engineering applications.,298.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12208.0,11182.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,309754.0,321398.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,640425.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-01-30 06:52:50.000000,2025-01-30 06:52:49,5015.0,243.0,520.0,37.0,4020.0,661.0,1167.0,2903.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,171.0,36,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],578.0,,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,393928.0,405162.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,617332.0,,,,,2.0,866.0,,,,,,,,,,,,,,,,,,, +117,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-01-30 10:25:19.000000,2025-01-29 17:11:15,1170.0,46.0,480.0,55.0,1374.0,427.0,463.0,2708.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",135.0,36,True,2024-10-29 17:44:37.000,1.23.3,74.0,optimum,conda-forge/optimum,,,,4575.0,4400.0,https://pypi.org/project/optimum,2024-10-29 17:43:29.000,175.0,900984.0,901936.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,31420.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-01-30 07:26:09.000000,2025-01-29 21:15:05,3730.0,249.0,315.0,70.0,2503.0,73.0,729.0,2421.0,Adaptive Experimentation Platform.,180.0,36,True,2024-09-23 20:22:26.000,0.4.3,43.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],934.0,880.0,https://pypi.org/project/ax-platform,2024-09-23 20:22:26.000,54.0,133300.0,134061.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,32737.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,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-01-30 14:11:49.000000,2025-01-25 08:27:53,2032.0,55.0,409.0,35.0,1774.0,87.0,825.0,2193.0,"Machine learning metrics for distributed, scalable PyTorch applications.",262.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],35885.0,35883.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5958.0,44706.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1776200.0,,,,,2.0,6231.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +120,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-01-29 22:24:50.000000,2025-01-29 19:12:03,903.0,14.0,347.0,41.0,1087.0,188.0,173.0,1241.0,Making text a first-class citizen in TensorFlow.,167.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8090.0,7871.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6715908.0,6715908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,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-01-27 07:26:09.000000,2025-01-07 22:13:12,1570.0,6.0,206.0,47.0,629.0,34.0,777.0,1172.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,,,,24501.0,24198.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4235488.0,4354501.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6426719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,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,71.0,530.0,51.0,2334.0,420.0,970.0,757.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,,,,5792.0,5640.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,234168.0,248335.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,750891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-01-16 14:48:46.000000,2025-01-16 14:48:46,6108.0,66.0,259.0,36.0,864.0,130.0,415.0,673.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,,,,25800.0,24619.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,544040.0,559219.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,834863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,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,1570.0,234.0,795.0,593.0,54020.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'],4115.0,3999.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,125780.0,126404.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31694.0,,,,,2.0,1401.0,,,,,,,,,,,,,,,,,,, +125,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,,4406.0,295.0,752.0,88.0,1128.0,37241.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']",2238.0,2185.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,163384.0,256715.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,21803.0,,,,,2.0,4267528.0,,,,,,,,,,,,,,,,,,, +126,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,25345.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,,,,,11168.0,10915.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,749218.0,1070874.0,,,,,,,,2.0,17691090.0,,,,,,,,,,,,,,,,,,, +127,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-01-29 17:46:44.000000,2025-01-28 11:18:54,3835.0,114.0,1998.0,142.0,4192.0,115.0,3548.0,18888.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2025-01-14 16:11:41.000,2.9.0,100.0,haystack,,,,,809.0,804.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6508.0,6508.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-01-27 01:10:50.000000,2024-08-30 03:34:11,5357.0,,1775.0,134.0,1037.0,388.0,1950.0,9099.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7042.0,7011.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,295125.0,296314.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,62376.0,,,,,2.0,721.0,,,,,,,,,,,,,,,,,,, +129,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-01-11 05:36:58.000000,2025-01-11 05:35:54,704.0,6.0,352.0,68.0,132.0,33.0,155.0,8683.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",32.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,60638.0,58598.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,6578175.0,6584517.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,323462.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,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-01-30 13:50:52.000000,2025-01-30 08:31:21,40163.0,433.0,917.0,156.0,11191.0,1073.0,5679.0,8627.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,58.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3438.0,3438.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,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-01-23 09:58:05.000000,2025-01-23 09:58:05,3449.0,112.0,801.0,75.0,3832.0,165.0,940.0,7314.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",217.0,35,True,2025-01-17 06:59:19.000,1.3.20,175.0,bentoml,,,,,2405.0,2372.0,https://pypi.org/project/bentoml,2025-01-17 06:59:19.000,33.0,95069.0,95084.0,,,,,,,,2.0,694.0,,,,,,,,,,,,,,,,,,, +132,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,15.0,1123.0,190.0,242.0,279.0,288.0,5940.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,,,,5999.0,5739.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,199612.0,209206.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,489305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-01-30 00:26:51.000000,2025-01-29 18:10:23,10577.0,28.0,1737.0,143.0,2537.0,685.0,1242.0,5694.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",254.0,35,True,2024-04-03 16:21:23.000,2.8.0,965.0,deepchem,conda-forge/deepchem,,,['tensorflow'],511.0,496.0,https://pypi.org/project/deepchem,2025-01-30 00:26:51.000,15.0,60337.0,62389.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,112887.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,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-01-30 00:18:27.000000,2025-01-04 10:16:52,1749.0,16.0,624.0,59.0,1898.0,158.0,1274.0,4577.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,758.0,35,True,2024-08-13 12:47:02.000,0.5.1,1874.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3596.0,3495.0,https://pypi.org/project/pytorch-ignite,2025-01-30 00:18:27.000,101.0,148630.0,151353.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,215132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,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,31.0,229.0,64.0,145.0,82.0,621.0,4110.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,,,,10608.0,10273.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3001347.0,3009265.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,435492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,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-01-30 15:06:21.000000,2025-01-30 08:37:39,8640.0,23.0,719.0,100.0,13411.0,45.0,866.0,3906.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 15:03:13.000,5.5.3,151.0,spark-nlp,,,,['spark'],579.0,542.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4237283.0,4237283.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,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-01-30 11:34:38.000000,2025-01-29 01:04:12,2326.0,7.0,668.0,73.0,2922.0,270.0,729.0,2593.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,5498249.0,5498249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,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-01-29 18:40:05.000000,2025-01-29 18:40:04,5054.0,71.0,1102.0,148.0,1401.0,63.0,746.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,,,934.0,894.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,82635.0,82772.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13703.0,,,,,,,,,,,,,,,,,,, +139,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,171.0,1673.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,,,,83536.0,80917.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15114517.0,15115071.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51613.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,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-01-09 15:35:18.000000,2025-01-09 15:35:18,1576.0,8.0,414.0,48.0,1531.0,182.0,692.0,1642.0,Exploratory analysis of Bayesian models with Python.,165.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9272.0,8959.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1510651.0,1551540.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2289702.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,, +141,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,24.0,365.0,56.0,1224.0,313.0,994.0,1458.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,,,,7139.0,6421.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,389761.0,469021.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4438600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,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-01-30 15:18:21.000000,2025-01-30 15:18:20,2016.0,116.0,179.0,27.0,2003.0,43.0,197.0,1243.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'],12957.0,12902.0,https://pypi.org/project/scikit-learn-intelex,2025-01-16 17:43:44.000,55.0,69840.0,79346.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,427803.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +143,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,1174.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,,,,4426.0,4372.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,13864771.0,13871077.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,277478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,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,32.0,595.0,1086.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,,,,40168.0,38428.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,8454290.0,8629854.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9480502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,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,7.0,7505.0,392.0,696.0,542.0,3083.0,31099.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",276.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2266.0,2253.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,1.0,10346.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,558649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,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,30859.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,34,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],117.0,,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,121791.0,123987.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,118411.0,,,,,2.0,378.0,,,,,,,,-3.0,,,,,,,,,,, +147,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,26024.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,,,,7387.0,7140.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1234071.0,1236367.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,119435.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,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-01-19 03:22:21.000000,2025-01-19 03:16:46,9035.0,18.0,3127.0,276.0,1308.0,158.0,718.0,19670.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,152.0,148.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19931.0,19940.0,,,,,,,,1.0,668.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +149,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,13453.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,,,,4885.0,4684.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,831305.0,843206.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,618863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,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-01-29 21:40:53.000000,2025-01-24 06:24:38,1518.0,15.0,1687.0,151.0,837.0,238.0,581.0,12672.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,34,True,2025-01-20 16:41:02.000,4.12.2,67.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,422022.0,426846.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,487100.0,,,,,2.0,246.0,,,,,,ydataai/ydata-profiling,,-3.0,,,,,,,,,,, +151,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-01-16 01:42:16.000000,2025-01-16 01:42:13,2668.0,9.0,697.0,104.0,499.0,610.0,1270.0,9765.0,An open source multi-tool for exploring and publishing data.,81.0,34,True,2024-11-29 01:18:11.000,0.65.1,154.0,datasette,conda-forge/datasette,,,,1819.0,1404.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,213272.0,214445.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,52774.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +152,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-01-29 14:28:29.442000,2025-01-27 02:12:34,6229.0,87.0,1197.0,124.0,1781.0,118.0,739.0,8775.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-01-27 05:36:28.000,3.3.1,142.0,perspective-python,conda-forge/perspective,,,['jupyter'],193.0,159.0,https://pypi.org/project/perspective-python,2025-01-27 05:24:52.000,28.0,21734.0,51737.0,https://anaconda.org/conda-forge/perspective,2025-01-29 14:28:29.442,1598833.0,,,,,2.0,8310.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-01-14 22:54:19.737,6.0,473.0,,,,,,,,,,,,,, +153,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,8518.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,34508.0,40154.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,287979.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,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,7904.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,,,,53561.0,52936.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2627575.0,2650777.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1252682.0,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +155,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,10.0,815.0,127.0,291.0,490.0,342.0,7597.0,Uniform Manifold Approximation and Projection.,138.0,34,True,2024-10-28 18:05:55.000,0.5.7,41.0,umap-learn,conda-forge/umap-learn,,,,1060.0,,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1642194.0,1693092.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2799422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,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-01-30 01:10:38.000000,2024-12-24 06:19:04,4785.0,70.0,895.0,139.0,504.0,94.0,819.0,7353.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,,,,3643.0,3447.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,266381.0,266525.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8376.0,,,,,2.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-01-30 14:24:27.000000,2025-01-22 12:46:53,32570.0,18.0,2004.0,385.0,6918.0,2850.0,6701.0,7011.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",272.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,199599.0,199599.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,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,517.0,48.0,571.0,6903.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,13673367.0,13685317.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,657302.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-01-26 10:37:18.000000,2025-01-26 07:05:50,3619.0,175.0,737.0,145.0,133.0,104.0,353.0,6374.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'],874.0,824.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,162384.0,162384.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +160,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,33.0,657.0,61.0,145.0,74.0,451.0,6072.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'],2324.0,2269.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,776637.0,776843.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12410.0,,,,,1.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-01-28 04:47:21.000000,2025-01-28 04:47:21,30590.0,97.0,1620.0,188.0,2247.0,28.0,1622.0,5216.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,9571.0,15129.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,305709.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-01-22 20:58:47.000000,2025-01-22 20:52:02,1247.0,51.0,503.0,282.0,936.0,249.0,343.0,5052.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'],2908.0,2782.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,268166.0,271149.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,110379.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,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-01-27 08:02:08.000000,2025-01-22 14:55:23,12553.0,87.0,1181.0,99.0,1432.0,22.0,882.0,5016.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,,,,671.0,651.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,30590.0,31721.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,61103.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-01-27 23:22:17.000000,2025-01-27 23:19:51,1355.0,21.0,296.0,40.0,505.0,103.0,253.0,4114.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1463.0,1404.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,1045403.0,1049368.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,134810.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-01-30 14:35:59.000000,2025-01-30 01:06:05,2102.0,60.0,406.0,51.0,1855.0,79.0,490.0,3161.0,Bayesian optimization in PyTorch.,136.0,34,True,2024-09-17 16:43:01.000,0.12.0,47.0,botorch,conda-forge/botorch,,,['pytorch'],1399.0,1315.0,https://pypi.org/project/botorch,2024-09-17 16:43:01.000,84.0,222981.0,225593.0,https://anaconda.org/conda-forge/botorch,2024-12-19 17:35:43.917,138477.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,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-01-09 16:44:28.000000,2025-01-09 16:44:27,1067.0,18.0,505.0,57.0,153.0,359.0,172.0,2843.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'],5026.0,4674.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,585257.0,630805.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2322990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,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,277.0,78.0,799.0,21.0,133.0,2828.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,,,,59932.0,59780.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,8962518.0,9021716.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3314690.0,,,,,2.0,792.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-01-30 10:23:14.000000,2025-01-30 10:15:51,3071.0,47.0,717.0,77.0,964.0,297.0,661.0,2813.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",134.0,34,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1403.0,1350.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,75963.0,75973.0,,,,,,,,1.0,589.0,,,,,,,,,,,,,,,,,,, +169,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-01-30 12:22:48.000000,2025-01-24 15:19:17,10905.0,32.0,404.0,56.0,3140.0,1114.0,2253.0,2743.0,"With Holoviews, your data visualizes itself.",147.0,34,True,2025-01-14 14:45:46.544,3.0.4,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],407.0,,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,386167.0,421831.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1943072.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,336.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-01-27 08:12:12.000000,2025-01-24 10:08:15,5382.0,45.0,562.0,20.0,1490.0,1136.0,716.0,2365.0,"This is the development home of the workflow management system Snakemake. For general information, see.",347.0,34,True,2025-01-08 19:26:46.000,8.27.1,376.0,snakemake,bioconda/snakemake,,,,2483.0,2226.0,https://pypi.org/project/snakemake,2025-01-08 19:26:46.000,257.0,83280.0,94998.0,https://anaconda.org/bioconda/snakemake,2025-01-08 21:05:49.978,1300805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,48.0,714.0,88.0,6053.0,257.0,874.0,2127.0,TFX is an end-to-end platform for deploying production ML pipelines.,193.0,34,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1699.0,1682.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,39047.0,39047.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,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-20 02:42:34.000000,2025-01-20 02:42:28,1553.0,8.0,300.0,32.0,505.0,100.0,513.0,1545.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,23618404.0,23755711.0,https://anaconda.org/conda-forge/imageio,2024-11-28 17:38:39.834,7413509.0,,,,,2.0,1511.0,,,,,,,,,,,,,,,,,,, +173,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-01-27 18:01:22.000000,2025-01-27 18:01:21,584.0,26.0,104.0,35.0,74.0,72.0,84.0,962.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,,,,115142.0,114609.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14322429.0,14669483.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13882193.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +174,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-01-30 14:12:33.000000,2025-01-30 12:14:55,7663.0,1020.0,3046.0,271.0,7864.0,137.0,715.0,27702.0,You like pytorch? You like micrograd? You love tinygrad!.,364.0,33,True,2024-11-19 00:48:26.000,0.10.0,9.0,,,,,['pytorch'],158.0,158.0,,,,,,,,,,,,,1.0,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +175,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-01-30 14:10:17.000000,2025-01-30 14:08:33,19033.0,243.0,4895.0,395.0,5824.0,144.0,4012.0,27120.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,867.0,33,False,2025-01-30 14:09:11.000,25.1.5.2,516.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-01-30 14:10:17.000,,21838.0,21838.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-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2873.0,390.0,126.0,239.0,561.0,26258.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'],889.0,877.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25059.0,85746.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,102299.0,,,,,2.0,3719402.0,,,,,,,,2.0,,,,,,,,,,, +177,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,674.0,1679.0,150.0,1986.0,25689.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'],518.0,494.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,24597.0,40857.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3497.0,,,,,2.0,1229522.0,,,,,,,,,,,,,,,,,,, +178,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,8.0,5431.0,517.0,184.0,1154.0,1386.0,24127.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,33,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],30.0,,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,228960.0,531068.0,,,,,,,,2.0,6344282.0,,,,,,,,-4.0,,,,,,,,,,, +179,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-01-30 15:13:37.000000,2025-01-28 10:44:22,3846.0,471.0,1467.0,125.0,4244.0,348.0,1063.0,21547.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",129.0,33,True,2025-01-28 14:03:53.000,1.13.2,93.0,,,,,,116.0,116.0,,,,,6677.0,,,,,,,,2.0,300474.0,,,,,,,,,,,,,,,,,,, +180,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,432.0,1737.0,18791.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,187075.0,217087.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1349178.0,,,,,1.0,2928.0,,,,,,,,,,,,,,,,,,, +181,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,15768.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'],1539.0,1525.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9318.0,9318.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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,14499.0,Image augmentation for machine learning experiments.,36.0,33,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,265.0,,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,455221.0,458130.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,194906.0,,,,,2.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,11726.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,,,,7444.0,7241.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,172382.0,176844.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,245412.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,339.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,,,,,390.0,385.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,67640.0,67774.0,,,,,,,,3.0,11396.0,,,,,,,,,,,,,,,,,,, +185,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,2.0,2323.0,219.0,256.0,130.0,419.0,10264.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,,,,546.0,,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1623123.0,1634368.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,607237.0,,,,,2.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-01-20 11:16:12.000000,2024-12-25 06:44:36,2948.0,8.0,1687.0,92.0,1707.0,21.0,2140.0,8833.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'],1360.0,1353.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1903.0,1903.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,2024-12-27 12:36:14.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,278.0,143.0,568.0,7328.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,,,,19402.0,18949.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2043729.0,2059641.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,811515.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,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-01-26 03:03:58.000000,2025-01-26 03:03:58,3905.0,299.0,1288.0,254.0,10045.0,1046.0,1661.0,7025.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL,..",114.0,33,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,34242.0,34249.0,,,,,,,,2.0,647.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,,, +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-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1153.0,27.0,1429.0,6806.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],330.0,307.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,12946.0,12946.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,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'],1685.0,1667.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14597.0,14915.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12328.0,,,,,3.0,187.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-01-27 18:32:02.000000,2025-01-27 18:31:53,1109.0,15.0,392.0,81.0,551.0,66.0,466.0,5954.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']",1612.0,1518.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,127145.0,142383.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,792404.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,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,5894.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,,,,3428.0,3370.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,11197.0,11559.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21362.0,,,,,3.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-01-29 21:19:57.000000,2025-01-29 21:19:50,2473.0,36.0,660.0,96.0,279.0,498.0,578.0,5795.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,176.0,clearml,,allegroai/trains,,,1603.0,1550.0,https://pypi.org/project/clearml,2025-01-19 14:12:30.000,53.0,361655.0,362154.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3082.0,,,,,,clearml/clearml,,,,,,,,,,,,, +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,4557.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,6083645.0,6112045.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1562041.0,,,,,2.0,119.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-01-27 20:52:07.000000,2024-12-20 19:13:34,3885.0,5.0,871.0,56.0,1725.0,429.0,1272.0,4310.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'],822.0,800.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,48502.0,78468.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,443780.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1389040.0,2.0,7613.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-01-29 11:29:32.000000,2025-01-29 11:26:19,3616.0,113.0,397.0,32.0,3428.0,57.0,2137.0,4229.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,108.0,33,True,2025-01-21 13:39:59.000,2.7.0,100.0,rubrix,conda-forge/rubrix,,,,2884.0,2884.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,5246.0,6359.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,41204.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,17.0,355.0,58.0,1405.0,123.0,185.0,3986.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,,,,886.0,824.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,103694.0,104731.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,58075.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-01-30 11:34:42.000000,2024-08-14 20:32:21,1311.0,,812.0,319.0,1471.0,332.0,519.0,3524.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,699004.0,699004.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,5.0,618.0,116.0,1194.0,365.0,1116.0,3360.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'],1998.0,1822.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,104858.0,118447.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,704943.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,33.0,,,,,,,,,,,,,, +200,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,2401.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,,,,3471.0,3310.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2626106.0,2633186.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,396527.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,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-01-11 21:49:20.000000,2024-12-13 18:16:32,3772.0,13.0,193.0,48.0,1405.0,134.0,744.0,2015.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,,,,3071.0,3050.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,312085.0,329261.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,893168.0,,,,,2.0,,,,,,,,,,,,,,,,,,pythran,python-pythran, +202,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,1628.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13299.0,13087.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,932634.0,1090617.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,157983.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +203,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-01-06 13:11:22.000000,2025-01-06 13:11:15,1875.0,2.0,200.0,33.0,215.0,26.0,403.0,1427.0,The ctypes-based simple ImageMagick binding for Python.,108.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20491.0,20234.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1026397.0,1028670.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,102499.0,,,,,2.0,51624.0,,,,,,,,,,,,,,,,,,, +204,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-01-22 13:37:27.000000,2025-01-22 13:37:24,2937.0,15.0,250.0,36.0,235.0,48.0,515.0,1340.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,,,,4714.0,4308.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,221302.0,240082.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,685959.0,,,,,1.0,566286.0,,,,,,,,,,,,,,,,,,, +205,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-01-29 22:54:20.000000,2025-01-29 21:26:52,11637.0,37.0,249.0,54.0,12370.0,268.0,2224.0,992.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'],191.0,157.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,239546.0,239546.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-01-24 06:36:25.000000,2025-01-24 06:36:25,3786.0,39.0,4354.0,385.0,4260.0,442.0,1275.0,39032.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,,,,,,460.0,460.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,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,11.0,3151.0,153.0,58.0,139.0,142.0,21587.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,32,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],607.0,590.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,28091.0,28091.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,752.0,1142.0,417.0,589.0,19312.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'],558.0,553.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,9215.0,9215.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,1018.0,1869.0,363.0,658.0,17969.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,2850.0,3033.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9542.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,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,15.0,2700.0,306.0,954.0,249.0,700.0,16237.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,8104.0,8118.0,,,,,,,,1.0,773.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-01-13 23:00:16.000000,2024-10-17 22:52:09,3861.0,,1193.0,193.0,2870.0,45.0,1037.0,11286.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'],297.0,291.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2296.0,2296.0,,,,,,,,3.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,10497.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.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,3036.0,3036.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,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-01-02 20:27:51.226000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,298.0,639.0,9823.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'],3217.0,3179.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,40050.0,45223.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,284560.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,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-01-28 02:57:49.000000,2024-11-03 12:40:00,33357.0,1.0,1994.0,198.0,5872.0,46.0,3393.0,9598.0,Perform data science on data that remains in someone elses server.,515.0,32,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,24797.0,24973.0,,,,,,,,1.0,2467.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,260.0,148.0,107.0,104.0,9238.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,7582114.0,7593702.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,579401.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-01-25 18:13:59.000000,2025-01-25 18:13:59,2500.0,5.0,987.0,199.0,2332.0,261.0,848.0,8638.0,Deep universal probabilistic programming with Python and PyTorch.,158.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,361509.0,366205.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,216028.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,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,8.0,1215.0,171.0,446.0,68.0,474.0,8550.0,Automatic extraction of relevant features from time series:.,98.0,32,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,220561.0,245889.0,https://anaconda.org/conda-forge/tsfresh,2025-01-11 09:36:48.060,1418415.0,,,,,2.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-01-30 09:56:28.000000,2025-01-25 10:01:57,1283.0,35.0,900.0,62.0,1062.0,245.0,1363.0,8290.0,A python library for user-friendly forecasting and anomaly detection on time series.,128.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,80244.0,81885.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,68351.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1117.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,172.0,7.0,363.0,8046.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,,,,,3415.0,3261.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,372703.0,372704.0,,,,,,,,2.0,170.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-01-15 20:29:06.000000,2025-01-15 20:29:03,3291.0,7.0,972.0,138.0,674.0,63.0,1170.0,7339.0,Python library for audio and music analysis.,125.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2850634.0,2866459.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,854599.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-01-29 00:08:13.000000,2025-01-29 00:08:11,220.0,12.0,1114.0,201.0,168.0,148.0,346.0,6407.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,251301.0,255279.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,206861.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,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-01-20 21:01:24.000000,2025-01-20 21:01:19,634.0,8.0,723.0,108.0,198.0,11.0,357.0,5986.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,2420589.0,2432499.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,643178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,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-01-29 20:02:06.000000,2025-01-20 14:41:04,2238.0,25.0,327.0,44.0,2217.0,383.0,670.0,5330.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,1180.0,aim,conda-forge/aim,,,,841.0,801.0,https://pypi.org/project/aim,2024-12-18 16:21:21.000,40.0,153078.0,155446.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,99475.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,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,2024-12-06 08:29:55.000000,2024-12-06 08:26:00,3944.0,31.0,552.0,84.0,638.0,122.0,500.0,5172.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,,,,693.0,629.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,77653.0,79814.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,97281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,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,,668.0,66.0,229.0,245.0,164.0,4512.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,,,,7631.0,7497.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,560263.0,566360.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,298766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,5.0,2506.0,1940.0,540.0,390.0,1078.0,4140.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,337754.0,337762.0,,,,,,,,2.0,661.0,,,,,,,,,,,,,,,,,,, +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-01-22 23:45:49.000000,2025-01-22 23:45:49,1937.0,28.0,638.0,45.0,935.0,492.0,321.0,4113.0,Time series forecasting with PyTorch.,62.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,506.0,484.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,67825.0,69193.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,71162.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +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,10.0,136.0,3847.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,,,,27030.0,26459.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,4782743.0,4789302.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,314852.0,,,,,2.0,33.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-01-29 16:00:16.000000,2025-01-29 16:00:15,1373.0,17.0,326.0,57.0,252.0,70.0,457.0,3764.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,,,,1055.0,1025.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,280852.0,300049.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1055841.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-01-29 16:03:32.000000,2025-01-29 15:56:09,3938.0,35.0,561.0,57.0,929.0,370.0,986.0,3633.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'],2789.0,2596.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,269675.0,273091.0,https://anaconda.org/conda-forge/gpytorch,2024-12-18 23:54:59.385,191329.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,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-01-17 12:09:41.000000,2025-01-17 12:09:38,1188.0,1.0,1660.0,155.0,210.0,14.0,693.0,3492.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,1943591.0,1945708.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,112226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,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-01-30 08:14:09.000000,2025-01-29 19:00:17,1550.0,22.0,371.0,91.0,797.0,142.0,458.0,3369.0,Quickly and accurately render even the largest data.,60.0,32,True,2025-01-29 19:18:56.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,230.0,,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,140127.0,163719.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1321179.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-01-27 05:31:52.000000,2025-01-22 21:22:52,1220.0,18.0,377.0,34.0,561.0,120.0,470.0,3264.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,,,,319.0,294.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,61555.0,62427.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,29672.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-01-29 11:00:29.000000,2025-01-29 11:00:28,1338.0,60.0,288.0,31.0,1205.0,78.0,516.0,3260.0,A python library for self-supervised learning on images.,63.0,32,True,2025-01-28 13:47:58.000,1.5.18,131.0,lightly,,,,['pytorch'],393.0,375.0,https://pypi.org/project/lightly,2025-01-28 13:47:58.000,18.0,37890.0,37890.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,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,,,,7640.0,7272.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,627351.0,641723.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,761752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,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'],2893.0,2593.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1416413.0,1424091.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,299442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,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-01-24 11:54:07.000000,2025-01-24 11:54:07,969.0,13.0,148.0,24.0,448.0,168.0,323.0,2213.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,58.0,32,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1167.0,967.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,753869.0,753869.0,,,,,,,,1.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-01-28 05:08:55.000000,2025-01-28 05:02:31,752.0,20.0,345.0,46.0,414.0,71.0,249.0,1743.0,Training PyTorch models with differential privacy.,84.0,32,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],1009.0,973.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,88754.0,89324.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,20453.0,,,,,1.0,137.0,,,,,,,,,,,,,,,,,,, +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-01-28 07:35:38.000000,2025-01-28 07:33:00,1635.0,20.0,171.0,17.0,867.0,110.0,457.0,1388.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,,,,858.0,822.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,86226.0,90440.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,235989.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-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,19.0,252.0,50.0,552.0,33.0,189.0,1358.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,,,,2493.0,2380.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1965812.0,1974715.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,489689.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +241,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-12 21:15:47.000000,2025-01-12 21:15:47,1210.0,58.0,216.0,22.0,161.0,30.0,207.0,1156.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'],739.0,702.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,158743.0,163865.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,194669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,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-01-22 09:50:20.000000,2025-01-22 09:50:20,14451.0,208.0,300.0,34.0,1939.0,516.0,690.0,1082.0,Python package for earth-observing satellite data processing.,173.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,189.0,158.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,11393.0,15909.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,248415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +243,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,38.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,,,,51859.0,50792.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,3973885.0,3974046.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21143.0,,,,,,,,,,,,,,,,,,, +244,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-01-23 02:17:41.000000,2025-01-23 02:17:41,14757.0,103.0,442.0,57.0,2273.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,,,,1469.0,1341.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,35748.0,46620.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,565353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,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,12.0,27.0,222.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,,,,55400.0,55289.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,9272212.0,9318324.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2397108.0,,,,,2.0,938.0,,,,,,,,,,,,,,,,,,, +246,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,14106.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,15255.0,15255.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,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,12786.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'],1831.0,1824.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5079.0,5090.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +248,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-01-29 12:58:28.000000,2025-01-29 12:58:28,2979.0,13.0,2465.0,212.0,490.0,247.0,482.0,10518.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,62.0,62.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2039.0,2039.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +249,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,2.0,1299.0,422.0,91.0,32.0,161.0,9806.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'],1401.0,1382.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,19544.0,20167.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,38648.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +250,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,456.0,263.0,579.0,364.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'],5122.0,5108.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3468.0,3468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +251,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,2.0,1399.0,300.0,897.0,145.0,760.0,9186.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],806.0,793.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18129.0,18351.0,,,,,,,,2.0,19156.0,,,,,,,,,,,,,,,,,,, +252,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-01-27 17:48:43.000000,2025-01-27 17:43:42,1201.0,18.0,1318.0,149.0,182.0,277.0,1369.0,9010.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,154.0,31,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],14.0,,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5771.0,10409.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,287569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,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,2024-12-14 07:09:35.000000,2024-12-14 07:09:34,1196.0,7.0,1401.0,100.0,674.0,735.0,530.0,8515.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'],2951.0,2951.0,,,,,8108.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,413522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,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,7709.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'],676.0,642.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,15494.0,16129.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28608.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +255,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-01-20 19:03:49.000000,2024-11-13 18:39:43,1380.0,1.0,878.0,160.0,1733.0,154.0,865.0,7350.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1961.0,1887.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,59867.0,64006.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,227688.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,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,27.0,615.0,6774.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],427.0,423.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11538.0,11538.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +257,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,296.0,161.0,268.0,5798.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,,,,1150.0,1136.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,13981.0,14156.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14567.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,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,127.0,40.0,75.0,147.0,5738.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,31,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4538.0,4422.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,843379.0,843728.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19579.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +259,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,,1081.0,109.0,267.0,107.0,503.0,5709.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'],4800.0,4658.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,146419.0,147020.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,23458.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,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,,1003.0,151.0,132.0,139.0,104.0,4483.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,,,,5443.0,5336.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,201130.0,201828.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,32821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,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-01-30 09:34:04.000000,2025-01-29 04:09:09,15634.0,72.0,545.0,76.0,3753.0,919.0,1642.0,4380.0,cuML - RAPIDS Machine Learning Library.,179.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3049.0,3049.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,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,78.0,82.0,74.0,162.0,3437.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,,,,8304.0,8184.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1658441.0,1661383.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,267800.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,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,3427.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,145927.0,146110.0,,,,,,,,3.0,18179.0,,,,,,,,,,,,,,,,,,, +264,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,3238.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'],7468.0,7315.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,445048.0,455112.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,382468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,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,234.0,36.0,559.0,72.0,177.0,2945.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,,,,2454.0,2279.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,271362.0,271951.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,27717.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +266,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,2868.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'],5168.0,5053.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,376734.0,377897.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,47686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,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-01-10 16:26:40.000000,2025-01-10 15:57:55,1707.0,15.0,334.0,37.0,370.0,40.0,185.0,2768.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-01-10 16:26:40.000,2.7.6,49.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-01-10 16:26:40.000,4.0,8935.0,8935.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,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-01-23 09:38:41.221000,2025-01-23 09:34:09,1972.0,33.0,159.0,30.0,379.0,75.0,115.0,2428.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",62.0,31,True,2025-01-23 09:38:41.221,2.17.1,138.0,usearch,,unum/usearch,,,199.0,157.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,220913.0,230872.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,47683.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,7303.0,,,,,,,,,,,,,, +269,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,2372.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,,,,7075.0,6920.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,315036.0,319800.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,220133.0,,,,,2.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,762.0,,,,,,,,,,,,,, +270,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,,,,603.0,590.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,59065.0,60282.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,59649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,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-01-25 21:40:54.000000,2025-01-25 21:39:23,1902.0,89.0,210.0,47.0,305.0,188.0,166.0,2203.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-01-25 21:40:54.000,0.35.10,205.0,graphistry,,,,['jupyter'],141.0,135.0,https://pypi.org/project/graphistry,2025-01-25 21:40:54.000,6.0,15912.0,15912.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,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,260.0,45.0,354.0,220.0,143.0,2094.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,,,,,17080.0,16677.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2360469.0,2360469.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,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,2085.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,,,,276.0,,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6835613.0,6857425.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1199667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,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,1696.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,1448775.0,1448775.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,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-01-30 14:07:02.000000,2025-01-30 12:38:27,4574.0,144.0,53.0,181.0,601.0,161.0,504.0,1618.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,36462.0,36513.0,,,,,,,,2.0,3205.0,,,,,,,,,,,,,,,,,,, +276,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,2.0,235.0,36.0,256.0,65.0,274.0,1614.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,,,,10668.0,10515.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2610155.0,2634712.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1252430.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,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-21 03:48:43.000000,2024-12-23 17:47:51,1986.0,9.0,289.0,44.0,295.0,59.0,215.0,1589.0,TensorLy: Tensor Learning in Python.,69.0,31,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,980.0,881.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,50530.0,57818.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,371719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,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,1503.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'],14153.0,13869.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,157913.0,187267.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1359011.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5086.0,,,,,,,,,,,,,, +279,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-01-26 20:02:01.000000,2025-01-26 20:02:01,3396.0,11.0,243.0,50.0,418.0,77.0,285.0,1081.0,"OpenCL integration for Python, plus shiny features.",96.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2315.0,2134.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,86911.0,114341.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1508662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,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-01-30 14:33:13.000000,2025-01-29 16:33:58,179935.0,3556.0,97.0,51.0,2441.0,71.0,316.0,690.0,TensorFlow ROCm port.,4813.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,7016.0,7016.0,,,,,,,,3.0,27.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +281,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2024-12-17 17:34:12.000000,2024-12-15 00:03:38,17327.0,42.0,111.0,27.0,3628.0,535.0,3417.0,554.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,,,,548.0,449.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,15236.0,28832.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,747815.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,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,17542.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,974.0,1111.0,,,,,,,,3.0,14828.0,,,,,,,,,,,,,,,,,,, +283,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-01-11 04:06:05.000000,2025-01-11 04:06:05,1750.0,7.0,779.0,87.0,815.0,111.0,290.0,10118.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,447.0,429.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,36836.0,37642.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,36300.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,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,788.0,5855.0,Gluon CV Toolkit.,119.0,30,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],55.0,,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,89374.0,89374.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,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,407.0,71.0,304.0,62.0,533.0,4833.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']",1385.0,1337.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,88110.0,94867.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,378445.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,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,3.0,760.0,76.0,1823.0,331.0,637.0,4748.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,646170.0,646204.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,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,4497.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,,,,1605.0,1540.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,127887.0,128602.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,30770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,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,4276.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,,,,3428.0,3368.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,21949.0,22153.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,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,4122.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6785.0,6635.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,628018.0,633971.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,297693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,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-01-21 22:09:04.000000,2025-01-20 18:25:59,1276.0,34.0,512.0,65.0,780.0,1.0,562.0,3889.0,On-device wake word detection powered by deep learning.,41.0,30,True,2025-01-16 00:13:27.000,3.0.4,36.0,pvporcupine,,,,,74.0,36.0,https://pypi.org/project/pvporcupine,2025-01-16 00:13:27.000,38.0,15849.0,15849.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1067.0,271.0,368.0,3644.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'],127.0,,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,161474.0,189929.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1477783.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,2067.0,,,,,,,,,,,,,, +292,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,3441.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,,,,1350.0,1287.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,433306.0,436762.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,176274.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +293,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,131.0,71.0,375.0,3105.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'],3149.0,3057.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,121762.0,128097.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,329449.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,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,2933.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'],1687.0,1608.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,380952.0,408387.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1508965.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,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-01-30 11:34:48.000000,2025-01-30 02:14:02,2340.0,142.0,457.0,36.0,2518.0,322.0,131.0,2023.0,Pytorch domain library for recommendation systems.,313.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,172.0,172.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,3906.0,3906.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +296,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-30 14:56:23.000000,2025-01-30 14:56:22,930.0,39.0,425.0,38.0,963.0,160.0,345.0,1997.0,A Python package to assess and improve fairness of machine learning models.,91.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,157240.0,158056.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,40840.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,1.0,286.0,56.0,143.0,83.0,194.0,1898.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3557.0,3400.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,81147.0,97757.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,764097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,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,1814.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'],6934.0,6831.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,122326.0,124298.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,90712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-01-08 21:52:21.000000,2025-01-08 20:38:27,2897.0,6.0,189.0,26.0,733.0,114.0,462.0,1737.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,30,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,297.0,278.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,15390.0,15394.0,,,,,,,,2.0,230.0,,,,,,,,,,,,,,,,,,, +300,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,1679.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,,,,2873.0,2717.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,136986.0,139712.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,149943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,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-01-30 12:26:24.000000,2025-01-30 12:08:26,2434.0,201.0,164.0,11.0,1090.0,104.0,1029.0,1658.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2025-01-30 12:28:25.000,0.18.39,260.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-01-30 12:26:24.000,,9989.0,9989.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-01-27 10:22:45.000000,2025-01-27 10:22:45,955.0,4.0,431.0,86.0,239.0,57.0,242.0,1488.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,,,,3212.0,2774.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,108205.0,117123.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,383478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-01-30 07:13:43.000000,2025-01-30 07:13:43,10826.0,36.0,251.0,39.0,1515.0,209.0,358.0,1288.0,Computations and statistics on manifolds with geometric structures.,93.0,30,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,3950.0,4111.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5012.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +304,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-01-30 13:20:22.000000,2024-11-28 09:24:18,4025.0,104.0,145.0,8.0,705.0,23.0,166.0,1234.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'],405.0,390.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,95833.0,95833.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +305,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-01-24 18:28:19.000000,2025-01-24 18:28:19,740.0,13.0,110.0,25.0,599.0,364.0,467.0,1162.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,30,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,218.0,,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,183231.0,196087.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,707119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +306,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-01-04 18:02:53.000000,2025-01-04 18:02:53,16704.0,51.0,383.0,46.0,1657.0,302.0,2999.0,943.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,1620.0,1682.0,,,,,,,,2.0,8287.0,,,,,,,,,,,,,,,,,,, +307,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,,,,19893.0,19170.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2452821.0,2492231.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,906435.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +308,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-22 00:50:18.000000,2025-01-22 00:48:05,1101.0,9.0,174.0,35.0,118.0,25.0,66.0,771.0,Snowball compiler and stemming algorithms.,35.0,30,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,14981492.0,15072191.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9160699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,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,15974.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,115.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,606.0,603.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1193.0,1193.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +310,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-01-16 02:45:17.000000,2024-12-03 04:02:11,2300.0,4.0,2911.0,198.0,3790.0,1251.0,4268.0,13043.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,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,940.0,940.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,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,9052.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,193396.0,194262.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,47649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,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-01-21 03:29:48.000000,2025-01-21 03:29:47,1067.0,13.0,935.0,139.0,764.0,135.0,351.0,7250.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,,,,517.0,499.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,40344.0,41093.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,37467.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +313,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,6234.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'],789.0,782.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2413.0,2592.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9887.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,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-01-10 18:33:36.000000,2025-01-10 18:33:36,630.0,4.0,781.0,84.0,358.0,54.0,348.0,5194.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,,,,,245.0,243.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,41060.0,41060.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,143.0,1600.0,387.0,403.0,5092.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,245247.0,245247.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,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,5.0,634.0,147.0,800.0,141.0,356.0,4808.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,136286.0,136294.0,,,,,,,,2.0,493.0,,,,,,,,,,,,,,,,,,, +317,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,602.0,46.0,557.0,11.0,,4272.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,,,,1641.0,1610.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,180973.0,183873.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,87011.0,,,,,2.0,31466.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,120.0,386.0,77.0,743.0,4211.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,,,,19.0,,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,93453.0,95978.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,93448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,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-01-30 11:15:04.000000,2025-01-30 11:08:31,936.0,38.0,468.0,42.0,1034.0,24.0,358.0,4205.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,40454.0,141969.0,,,,,,,,2.0,4771239.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-01-23 08:36:08.000000,2025-01-22 11:05:25,726.0,23.0,701.0,43.0,1060.0,147.0,819.0,4007.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,,,,,132.0,127.0,https://pypi.org/project/anomalib,2025-01-09 15:27:28.000,5.0,26410.0,26869.0,,,,,,,,2.0,17006.0,,,,,,,,,,,,,,,,,,, +321,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,258.0,22.0,1759.0,254.0,730.0,3685.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,,,,,491.0,479.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,31911.0,31947.0,,,,,,,,2.0,1410.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,77.0,231.0,95.0,406.0,3614.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,,,,1673.0,1644.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,258109.0,278709.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1068816.0,,,,,2.0,1689.0,,,,,,,,,,,,,,,,,,, +323,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2024-12-22 10:12:57.197000,2024-10-09 08:38:39,344.0,,338.0,62.0,78.0,20.0,124.0,3511.0,A Python Perceptual Image Hashing Module.,27.0,29,True,2022-09-28 08:48:24.658,4.3.1,20.0,ImageHash,conda-forge/imagehash,,,,242.0,,https://pypi.org/project/ImageHash,2022-09-28 08:48:24.658,242.0,1388315.0,1396710.0,https://anaconda.org/conda-forge/imagehash,2024-12-22 10:12:57.197,419757.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,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,9.0,411.0,52.0,95.0,137.0,528.0,3100.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,9900.0,10629.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,31352.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,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-01-23 15:41:38.000000,2025-01-07 00:10:17,8383.0,26.0,357.0,83.0,9843.0,97.0,349.0,3086.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,27281.0,27538.0,,,,,,,,3.0,11834.0,,,,,,,,,,,,,,,,,,, +326,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,24.0,347.0,29.0,340.0,95.0,41.0,3082.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,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1231.0,1225.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,15908.0,16006.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4030.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,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,16.0,530.0,109.0,366.0,388.0,695.0,2941.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,874.0,854.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12159.0,12159.0,,,,,,,,3.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-01-07 00:33:32.000000,2024-12-09 12:56:45,2995.0,24.0,1007.0,123.0,544.0,61.0,305.0,2603.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,414003.0,437230.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1184595.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,95.0,1045.0,260.0,297.0,2553.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'],1687.0,1665.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,88299.0,88299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2024-12-09 11:19:11.000000,2024-12-09 11:19:06,1278.0,19.0,193.0,20.0,181.0,49.0,140.0,1935.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,29,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,678.0,657.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,46335.0,46335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +331,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-01-29 10:12:28.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,75.0,1273.0,154.0,682.0,1861.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'],755.0,720.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,63714.0,64847.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,39668.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +332,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,136.0,30.0,435.0,1772.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,,,,,312.0,297.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,9107.0,9221.0,,,,,,,,1.0,12159.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +333,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,51.0,213.0,32.0,292.0,1739.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,,,,,1065.0,1031.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,29742.0,29742.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,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,1600.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'],4407.0,4370.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2139938.0,2140652.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,34292.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,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,23.0,601.0,103.0,296.0,22.0,300.0,1586.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,29,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,6438.0,6490.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4862.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,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,1367.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,,,,3891.0,3842.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,377253.0,378132.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,46630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,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-01-29 20:21:18.000000,2025-01-29 20:21:17,4382.0,9.0,302.0,78.0,675.0,18.0,635.0,1356.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,29,True,2024-07-30 17:42:50.000,24.07,41.0,pysal,conda-forge/pysal,,,,1772.0,1723.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,27240.0,38346.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,599764.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,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,1315.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'],680.0,661.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,157274.0,157636.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22462.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,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,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,3441899.0,3491141.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2363649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,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,900.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,,,,1518.0,1391.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,192419.0,196371.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,201596.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,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-01-28 17:38:47.000000,2025-01-28 16:43:49,3232.0,28.0,121.0,16.0,326.0,8.0,189.0,832.0,Python bindings for MPI.,27.0,29,True,2024-10-11 10:59:53.000,4.0.1,30.0,mpi4py,conda-forge/mpi4py,,,,750.0,,https://pypi.org/project/mpi4py,2024-10-11 10:59:53.000,750.0,340460.0,406919.0,https://anaconda.org/conda-forge/mpi4py,2025-01-08 18:51:49.210,3361722.0,,,,,2.0,29362.0,,,,,,,,,,,,,,,,,,, +342,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-01-29 19:17:03.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1462.0,293.0,371.0,716.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,937012.0,937012.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,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-01-13 10:55:05.000000,2025-01-13 10:55:04,869.0,20.0,77.0,26.0,422.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1256.0,1193.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,14110.0,19388.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,274502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +344,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,5.0,64.0,18.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,,,,808.0,731.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,523919.0,529493.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,312144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,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,54.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,,,,28176.0,28041.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2334406.0,2352787.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,937431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +346,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,626.0,233.0,53.0,,15623.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2687.0,2613.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,52142.0,52142.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,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,347.0,81.0,51.0,231.0,8060.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,912.0,886.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2816.0,3179.0,,,,,,,,2.0,32315.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +348,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,174.0,46.0,80.0,242.0,7189.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'],10.0,,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,71602.0,71602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,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,6334.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,,2533.0,2533.0,,,,,,,,3.0,16.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +350,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,5967.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,,,,,568.0,556.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,13234.0,13234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +351,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-01-30 06:12:43.000000,2025-01-30 06:12:43,321.0,42.0,1106.0,125.0,110.0,181.0,378.0,5837.0,Backtest trading strategies in Python.,31.0,28,False,2025-01-21 08:05:43.000,0.5.0,23.0,backtesting,,,,,12.0,,https://pypi.org/project/backtesting,2025-01-21 08:05:43.000,12.0,24192.0,24192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,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,4831.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,,,,1691.0,1659.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,303585.0,306565.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,250349.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,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,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],335.0,333.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1336.0,1336.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +354,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-01-29 01:02:58.000000,2025-01-16 01:54:05,6194.0,18.0,530.0,147.0,1952.0,338.0,1403.0,4611.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,2970.0,3037.0,,,,,,,,2.0,7741.0,,,,,,,,,,,,,,,,,,, +355,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,4565.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,,,,10342.0,10245.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,278804.0,279148.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15865.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,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,4551.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,28,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,435.0,,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,418648.0,422609.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,213946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,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'],18393.0,18258.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,174902.0,174902.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,216.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,,,,,1086.0,1074.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1730.0,1730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-01-08 20:53:32.000000,2024-10-18 19:27:15,995.0,,590.0,95.0,341.0,27.0,761.0,3404.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,19410.0,22843.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,192278.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,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,3319.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1260.0,1230.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,17319.0,17319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,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,3086.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,,,,,218.0,215.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29682.0,29683.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +362,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,3012.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,,,,1471.0,1418.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,107636.0,109541.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,95263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,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-01-23 23:29:55.000000,2025-01-23 23:29:22,2311.0,5.0,722.0,79.0,206.0,200.0,470.0,2847.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,30739.0,30739.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,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,4.0,334.0,153.0,1184.0,35.0,60.0,2736.0,Neural Network Libraries.,76.0,28,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,20078.0,20089.0,,,,,,,,3.0,1038.0,,,,,,,,,,,,,,,,,,, +365,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,2686.0,PYthon svg GrAph plotting Library.,77.0,28,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,228993.0,232687.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,88658.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,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,2375.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,True,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],380.0,373.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10023.0,10023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2024-12-01 14:51:06.000000,2024-12-01 14:50:58,561.0,2.0,428.0,93.0,119.0,81.0,265.0,2369.0,bt - flexible backtesting for Python.,34.0,28,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1651.0,1641.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,6633.0,8053.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,63919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,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,2346.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12237.0,12082.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,408867.0,408867.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,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,2289.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,,,,,520.0,513.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,95147.0,95147.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,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,2287.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'],7212.0,7139.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,139080.0,139328.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14153.0,,,,,3.0,28.0,,,,,,,,,,,,,,,,,,, +371,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-01-30 13:55:45.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2249.0,A modular active learning framework for Python.,20.0,28,False,2025-01-30 13:55:45.000,0.73.2,1653.0,modAL,,,,['sklearn'],83.0,,https://pypi.org/project/modAL,2025-01-30 13:55:45.000,83.0,815564.0,815564.0,,,,,,,,2.0,48.0,,,,,,,,,,,,,,,,,,, +372,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2024-12-31 14:50:49.608000,2024-12-01 14:51:07,495.0,6.0,300.0,68.0,127.0,23.0,107.0,2103.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,533.0,515.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16766.0,17100.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,15036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,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,1967.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,,,,2252.0,2230.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,30234.0,31119.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,46066.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,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,,279.0,39.0,495.0,172.0,151.0,1812.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,,,,,202.0,194.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,174473.0,174480.0,,,,,,,,3.0,558.0,,,,,,,,,,,,,,,,,,, +375,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,37.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'],311.0,306.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1901.0,2525.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,25584.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +376,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-01-29 19:12:24.000000,2025-01-29 19:12:18,835.0,3.0,323.0,119.0,792.0,229.0,168.0,1512.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",86.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,422561.0,422561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,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,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1013.0,966.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,41053.0,48156.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,376463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,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,1305.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'],1783.0,1767.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,15397.0,15397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,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,14.0,119.0,21.0,406.0,40.0,292.0,1297.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'],183.0,170.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,23664.0,24770.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,61975.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,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,5.0,280.0,67.0,110.0,38.0,59.0,1259.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,77103.0,77103.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,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,1252.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,True,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,2986.0,2948.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,208848.0,209791.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,53799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,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,28,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,827.0,795.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,36714.0,38766.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,110491.0,,,,,2.0,654.0,,,,,,,,,,,,,,,,,,, +383,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,13.0,132.0,29.0,446.0,88.0,344.0,1121.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,,,,182.0,168.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,28290.0,29168.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,43053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,257.0,40.0,514.0,283.0,258.0,916.0,Scalable Machine Learning with Dask.,80.0,28,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1279.0,1186.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,88473.0,105245.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,939255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,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,146.0,26.0,493.0,24.0,139.0,912.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,,,,279.0,261.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,40675.0,53200.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,688896.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,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,22.0,102.0,24.0,118.0,4.0,114.0,723.0,Python library for reading audio file metadata.,27.0,28,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1248.0,1135.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,51033.0,51033.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +387,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,,1171.0,238.0,458.0,75.0,265.0,18687.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,,27281.0,27699.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27631.0,2.0,,,,,,,,,,,,,,,,,,,, +388,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,1871.0,211.0,76.0,113.0,41.0,10918.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,29731.0,29731.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,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,1.0,1377.0,422.0,51.0,105.0,88.0,10624.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,22402.0,22402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,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,289.0,98.0,311.0,446.0,8703.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,27,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,19.0,,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9361.0,21292.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8621.0,,,,,3.0,953602.0,,,,,,,,,,,,,,,,,,, +391,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-01-29 07:01:50.000000,2025-01-29 07:01:43,1628.0,2.0,815.0,139.0,1575.0,122.0,125.0,8152.0,Trax Deep Learning with Clear Code and Speed.,80.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,202.0,201.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4320.0,4320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,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,8012.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,220852.0,298147.0,,,,,,,,2.0,4483158.0,,,,,,,,,,,,,,,,,,, +393,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'],296.0,288.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48411.0,48411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,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,7341.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,2992.0,3018.0,,,,,,,,2.0,2604.0,,,,,,,,,,,,,,,,,,, +395,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,100.0,87.0,310.0,6483.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,163437.0,171781.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,450610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,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,,1360.0,350.0,14.0,42.0,66.0,6472.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1544.0,1536.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,25939.0,25939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,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,5536.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'],804.0,798.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,894.0,894.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,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,,476.0,75.0,63.0,112.0,57.0,5045.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,,,,,3742.0,3720.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,406719.0,406719.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,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-01-30 14:45:08.000000,2025-01-30 14:11:48,914.0,548.0,308.0,50.0,1026.0,38.0,106.0,4727.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",34.0,27,True,2025-01-28 14:14:37.000,1.4.6,87.0,opik,,,,,2.0,,https://pypi.org/project/opik,2025-01-28 14:14:59.000,2.0,26860.0,26860.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,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,54.0,57.0,77.0,108.0,4675.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'],2791.0,2740.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,83805.0,108615.0,,,,,,,,3.0,1538220.0,,,,,,,,,,,,,,,,,,, +401,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,410116.0,411783.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,88397.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-01-11 15:03:23.000000,2025-01-11 15:03:23,1693.0,19.0,691.0,46.0,35.0,7.0,587.0,3707.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,,2361.0,2361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,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,439.0,82.0,55.0,63.0,204.0,3571.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'],231.0,228.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1507.0,1730.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11156.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +404,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,3516.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,3013.0,5018.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,104274.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +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,3501.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,,,,729.0,724.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1233.0,1511.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,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,,255.0,64.0,121.0,7.0,294.0,3439.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,,,,,680.0,665.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,18851.0,18881.0,,,,,,,,3.0,2147.0,,,,,,,,,,,,,,,,,,, +407,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,159.0,189.0,3370.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,,,,521.0,504.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6115.0,14278.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,767346.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,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,78.0,722.0,155.0,65.0,6.0,859.0,3307.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'],,,,,,,929.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73353.0,,,,,3.0,4821.0,,,,,,,,,,,,,,,,,,, +409,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,3073.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,175406.0,175690.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,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,523.0,68.0,218.0,3049.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,,,,353.0,342.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5322.0,5502.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9399.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,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,2978.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,,,,2808.0,2778.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,62172.0,62990.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,38448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,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,2966.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,5655.0,5655.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,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,,793.0,181.0,75.0,21.0,565.0,2910.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,39659.0,40453.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,52462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,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,2818.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,,,,678.0,664.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4424.0,4727.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16368.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,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,,,,1267.0,1262.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,48629.0,65953.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,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,2651.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,,1531.0,15482.0,,,,,,,,3.0,418544.0,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +417,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,18.0,355.0,28.0,351.0,42.0,357.0,2640.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'],169.0,157.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4462.0,4462.0,,,,,,,,3.0,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +418,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,2437.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,738.0,713.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13682.0,13682.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,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,2428.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'],5944.0,5859.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,367607.0,369765.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,194244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,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,2182.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,27,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,1354.0,1354.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,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,15129.0,15129.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,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,29.0,135.0,29.0,274.0,5.0,44.0,2094.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,,,,,216.0,202.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,6442.0,6442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,55.0,79.0,52.0,232.0,2046.0,A Python wrapper for the tesseract-ocr API.,30.0,27,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,36.0,,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,86696.0,90780.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,220192.0,,,,,2.0,783.0,,,,,,,,,,,,,,,,,,, +424,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-01-30 13:20:58.000000,2025-01-30 05:55:40,6733.0,97.0,309.0,46.0,3080.0,194.0,1608.0,1842.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,295.0,897.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,27103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,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,31.0,581.0,102.0,722.0,1824.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.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,1543.0,1544.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +426,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,1796.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,,,,802.0,757.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,105988.0,106751.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,29766.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,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,55.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,36710.0,36806.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,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,,286.0,52.0,89.0,24.0,191.0,1649.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'],703.0,684.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,14872.0,15030.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8724.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,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,1481.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,1700.0,1700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-01-21 10:32:21.000000,2025-01-13 01:13:14,3082.0,9.0,126.0,36.0,383.0,15.0,191.0,1462.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,389.0,365.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,39922.0,39922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1395.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,213.0,206.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,23045.0,23450.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,19463.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,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,,204.0,44.0,259.0,68.0,213.0,1385.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,,,,,489.0,462.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2243.0,2243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,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-01-15 18:36:41.000000,2025-01-15 18:36:32,1481.0,3.0,166.0,31.0,253.0,,,1359.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,27,True,2025-01-14 14:14:35.000,release-v1.3.6,77.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],87.0,,https://pypi.org/project/spacy-transformers,2024-04-25 12:53:43.000,87.0,217993.0,220386.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,90961.0,,,,,2.0,8.0,,,,,,,,,,,,,,,,,,, +434,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-01-29 17:05:36.000000,2025-01-22 16:24:03,2439.0,139.0,421.0,54.0,601.0,190.0,268.0,1342.0,Machine learning on FPGAs using HLS.,63.0,27,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",1.0,,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1605.0,1790.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,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,2024-12-22 03:01:01.000000,2024-12-22 02:59:40,70.0,3.0,299.0,56.0,65.0,14.0,112.0,1331.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2024-12-22 03:01:01.000,0.6.3,25.0,stockstats,,,,,1171.0,1159.0,https://pypi.org/project/stockstats,2024-12-22 03:01:01.000,12.0,9929.0,9929.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,73.0,89.0,36.0,26.0,1328.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,,,,1586.0,1530.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,29446.0,29834.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32269.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,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,1303.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,,,,,505.0,483.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,33564.0,33564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,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,1261.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'],1785.0,1764.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,85903.0,85903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,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,35.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,,,,574.0,517.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,20220.0,49251.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1567685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,2.0,498.0,1245.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'],568.0,564.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,8940.0,8940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,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,992.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,,,,643.0,609.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20448.0,21139.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,35105.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +442,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,70878.0,78360.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,632580.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1400.0,,,,,,,,,,,,,, +443,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,,177.0,32.0,86.0,88.0,123.0,926.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'],1937.0,1912.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,73679.0,73679.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,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,2.0,107.0,14.0,100.0,73.0,67.0,909.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,,,,9368.0,9212.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1675822.0,1716040.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2171788.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,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,857.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,,,,1488.0,1425.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19435.0,29686.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,563840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,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,,82.0,12.0,50.0,22.0,53.0,826.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,,,,5612.0,5535.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1006693.0,1006901.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,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,,,,10379.0,10218.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,782661.0,814159.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2960889.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,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,,1230.0,185.0,213.0,32.0,534.0,9571.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,,,,,312.0,,,,,,,,3.0,15020.0,,,,,,,,,,,,,,,,,,, +449,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,,599.0,142.0,31.0,69.0,55.0,5611.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1933.0,1877.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1641413.0,1641792.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20481.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,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,243.0,218.0,52.0,203.0,4638.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,1979.0,2077.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4449.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,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,,743.0,176.0,90.0,1.0,288.0,4369.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,46369.0,46541.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8259.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,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,,481.0,58.0,829.0,60.0,498.0,3967.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,57713.0,57713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,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,3873.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,139638.0,140073.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26549.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,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,112.0,93.0,23.0,101.0,3547.0,Module for automatic summarization of text documents and HTML pages.,32.0,26,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,31.0,,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,129612.0,129861.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10731.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,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,,3435.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,26,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,99.0,,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,833732.0,848090.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,717341.0,,,,,3.0,1051.0,,,,,,,,,,,,,,,,,,, +456,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,3379.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7871.0,9060.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,54124.0,,,,,2.0,782.0,,,,,,,,,,,,,,,,,,, +457,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,1077.0,1077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,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,3044.0,Productivity Tools for Plotly + Pandas.,39.0,26,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],109.0,,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,60003.0,60003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,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,,,,,,,,,1750.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,156699.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +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,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,171678.0,173567.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,173846.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,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-01-29 13:13:05.000000,2024-08-01 02:26:24,769.0,,366.0,78.0,562.0,144.0,95.0,2758.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,26,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,78777.0,78777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,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,2509.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,,,,589.0,557.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,17704.0,18063.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,18701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,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,2502.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,,,,,29.0,27.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,967.0,967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,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,2435.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,,,,,268.0,259.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23208.0,23214.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +465,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,2383.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,,,,,881.0,827.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,60750.0,60750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,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,2275.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,,,,654.0,649.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,14528.0,15720.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,106160.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,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,,,,,813.0,794.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,67702.0,67702.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,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,2071.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'],2484.0,2470.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,76413.0,80277.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,545.0,,,,,3.0,262099.0,,,,,,,,,,,,,,,,,,, +469,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-01-10 08:23:07.000000,2025-01-10 08:23:06,1039.0,3.0,181.0,17.0,78.0,27.0,371.0,1593.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,36399.0,48427.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,661587.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,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,5055.0,5055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,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,1475.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,26,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,774.0,743.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,24905.0,24905.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,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,,271.0,80.0,493.0,53.0,207.0,1450.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1387.0,1376.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,18268.0,18351.0,,,,,,,,3.0,7652.0,,,,,,,,,,,,,,,,,,, +473,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-01-29 23:22:47.000000,2025-01-27 21:57:14,1974.0,4.0,383.0,34.0,2288.0,86.0,236.0,1448.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,9020.0,9020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +474,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,9.0,122.0,23.0,116.0,37.0,58.0,1420.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,27673.0,27673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,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,1406.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'],455.0,448.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6119.0,6387.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14499.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,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-01-29 23:40:52.000000,2025-01-29 18:49:05,2667.0,93.0,99.0,20.0,1292.0,93.0,248.0,1175.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,34881.0,34881.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +477,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-01-16 16:27:20.000000,2025-01-16 16:27:18,945.0,2.0,215.0,58.0,104.0,39.0,178.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,401023.0,401023.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,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,330.0,65.0,691.0,39.0,537.0,843.0,The Classical Language Toolkit.,121.0,26,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,17.0,,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,6502.0,6502.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +479,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,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,153068.0,153080.0,,,,,,,,3.0,951.0,,,,,,,,,,,,,,,,,,, +480,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-01-23 20:19:43.000000,2025-01-23 20:19:43,641.0,9.0,164.0,31.0,233.0,5.0,105.0,659.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,26,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],448.0,420.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,25454.0,25778.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,10048.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,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,29.0,97.0,47.0,76.0,633.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,,,,,662.0,631.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,136893.0,136935.0,,,,,,,,3.0,2971.0,,,,,,,,,,,,,,,,,,, +482,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,,,,405.0,388.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,8910.0,10174.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,87259.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,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'],8275.0,8136.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,360662.0,361385.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41244.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,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,355.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'],1030.0,967.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,79499.0,99099.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,999629.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +485,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-01-30 01:27:37.000000,2025-01-30 01:27:37,4687.0,895.0,62.0,7.0,429.0,42.0,136.0,278.0,Python recommendation toolkit.,18.0,26,False,2024-02-16 21:04:30.000,0.14.4,32.0,lenskit,conda-forge/lenskit,,,,138.0,125.0,https://pypi.org/project/lenskit,2025-01-21 22:48:52.000,13.0,2290.0,3071.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,39053.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,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,80.0,40.0,63.0,28.0,11479.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,,1853.0,1973.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,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,5806.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,,,,,144.0,144.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,578.0,622.0,,,,,,,,3.0,3856.0,,,,,,,,,,,,,,,,,,, +488,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,67.0,113.0,5392.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'],261.0,246.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,3465.0,3465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,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-01-30 09:52:40.000000,2025-01-30 09:52:40,3782.0,67.0,629.0,91.0,4148.0,245.0,1428.0,5260.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2025-01-24 15:08:06.000,1.45.0,86.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,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,4684.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,917.0,917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,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,,452.0,44.0,56.0,95.0,175.0,4444.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,,,,,167.0,164.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5260.0,5260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,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,39.0,15.0,121.0,4010.0,Missing data visualization module for Python.,18.0,25,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,122.0,,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,191027.0,229222.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,381954.0,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +493,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,3905.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,1805.0,1805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,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,3374.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,33919.0,33919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,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,811.0,62.0,645.0,133.0,405.0,3315.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,1813.0,1813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,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'],3013.0,3012.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1231.0,1231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,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,2864.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,2810.0,3172.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20705.0,,,,,3.0,1152.0,,,,,,,,,,,,,,,,,,, +498,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,2842.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,,,,,292.0,289.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17243.0,17244.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,,,,,, +499,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,2761.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,49808.0,49808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,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,,492.0,39.0,251.0,52.0,292.0,2689.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,38086.0,38341.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9435.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +501,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,229.0,40.0,137.0,63.0,127.0,2408.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,,29721.0,29721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,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,25,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,66.0,,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,24108.0,26059.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,179531.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,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,,87.0,41.0,59.0,13.0,78.0,2202.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,20424.0,20424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,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,2115.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,,,,,285.0,281.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94882.0,94882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,4.0,168.0,55.0,475.0,81.0,104.0,2099.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,125.0,115.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1447.0,1447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,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,196900.0,198118.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,64566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,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-01-29 13:16:46.000000,2025-01-15 20:18:17,892.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.,59.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,19097.0,19099.0,,,,,,,,2.0,186.0,,,,,,,,,,,,,,,,,,, +508,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,1912.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,943.0,943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,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,5.0,284.0,49.0,329.0,269.0,184.0,1895.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,232117.0,232117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,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,,160.0,60.0,68.0,67.0,130.0,1829.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,,,,,498.0,496.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,747.0,747.0,,,,,,,,3.0,64.0,,,,,,,,,,,,,,,,,,, +511,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-01-29 18:39:46.000000,2025-01-29 18:33:14,1050.0,28.0,277.0,43.0,894.0,85.0,66.0,1683.0,A lightweight library for PyTorch training tools and utilities.,142.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,4366.0,4366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,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,1627.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],210.0,202.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1466.0,1466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,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,,41350.0,41600.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,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,1566.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'],280.0,276.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,144429.0,144429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +515,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,1421.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'],632.0,624.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16490.0,52184.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,354.0,,,,,3.0,1855760.0,,,,,,,,,,,,,,,,,,, +516,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,,404.0,90.0,165.0,103.0,224.0,1368.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,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,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,1278.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'],147.0,145.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,867.0,873.0,,,,,,,,3.0,175.0,,,,,,,,,,,,,,,,,,, +518,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,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,2033.0,2033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,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,1159.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,,,,,7529.0,7057.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,536768.0,536768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,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-01-23 12:13:15.000000,2025-01-23 11:18:44,2076.0,2.0,230.0,43.0,627.0,109.0,466.0,1108.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,17080.0,17692.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,28189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,3.0,70.0,16.0,133.0,56.0,119.0,1069.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,,,,1695.0,1671.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,393926.0,396374.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,88134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,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,,,,,588.0,551.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5608.0,5608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,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,746.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,16594.0,18643.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,96345.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +524,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,25,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,2790.0,2790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,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,666.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,,,,987.0,910.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,65561.0,68897.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,170163.0,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +526,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-01-30 14:01:07.000000,2025-01-23 10:36:49,911.0,13.0,88.0,11.0,781.0,60.0,493.0,657.0,Automated modeling and machine learning framework FEDOT.,37.0,25,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,61.0,56.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1827.0,1827.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +527,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'],5206.0,5103.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2154250.0,2180276.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,936966.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,92.0,17.0,779.0,10.0,446.0,459.0,Lightwood is Legos for Machine Learning.,49.0,25,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,8318.0,8318.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,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,402.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,,,,512.0,468.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,241528.0,243280.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,91138.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,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,4414.0,27619.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,139231.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-01-17 00:56:16.000000,2025-01-17 00:56:15,588.0,19.0,60.0,41.0,344.0,23.0,63.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.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,6352.0,6352.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-01-30 12:24:15.000000,2025-01-30 12:24:14,1229.0,97.0,1366.0,112.0,594.0,34.0,747.0,14067.0,"Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational..",99.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,,2.0,,,,,,,,,,, +533,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,11.0,1552.0,136.0,3625.0,74.0,1987.0,5790.0,An Industrial Grade Federated Learning Framework.,101.0,24,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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2024-11-21 01:10:14.000000,2024-11-21 01:04:51,225.0,1.0,300.0,78.0,182.0,24.0,54.0,4985.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,2766.0,2766.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,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'],1167.0,1151.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,753.0,765.0,,,,,,,,3.0,982.0,,,,,,,,,,,,,,,,,,, +536,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,91.0,64.0,271.0,270.0,4800.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,32550.0,32550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,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,,4469.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,199.0,199.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,821.0,821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,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,4423.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,24,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],4.0,,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4587.0,4587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,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,824.0,4205.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",114.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,,,,,,,,,,,,,,,,,,,, +540,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,3849.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,,,,,,,,,,,,,,,,,,,, +541,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,,624.0,43.0,1018.0,289.0,716.0,3563.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,57122.0,57269.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7358.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,581.0,581.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-01-27 04:12:15.000000,2024-12-30 04:13:34,2905.0,39.0,1239.0,129.0,1149.0,50.0,87.0,3367.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,939.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8691.0,3.0,,,,,,,,,,,,,,,,,,,, +544,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,667.0,3292.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,,15778.0,15851.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +545,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,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,,,,,170.0,158.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,847.0,905.0,,,,,,,,3.0,4774.0,,,,,,,,,,,,,,,,,,, +546,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,2954.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,4026.0,4394.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20288.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,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,21.0,79.0,112.0,179.0,2886.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,989.0,989.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,2748.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,300.0,300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,,374.0,39.0,96.0,41.0,158.0,2717.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2541.0,2541.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +550,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,33914.0,33914.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,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,2319.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,49.0,,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,45024.0,45024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,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,32.0,60.0,96.0,2314.0,Fast and Easy Infinite Neural Networks in Python.,29.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,121.0,120.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3370.0,3379.0,,,,,,,,3.0,542.0,,,,,,,,,,,,,,,,,,, +553,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,2277.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']",143.0,139.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3014.0,3014.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +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,,252.0,56.0,56.0,19.0,50.0,2213.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'],770.0,751.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,7824.0,7824.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,,686.0,87.0,48.0,24.0,64.0,2161.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,584.0,572.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,33859.0,33859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,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,29.0,65.0,11.0,83.0,2021.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'],384.0,376.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,956.0,1137.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,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,,247.0,44.0,33.0,51.0,90.0,2007.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,,6601.0,6601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,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,1933.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,10097.0,10097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,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,1769.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,24,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,11.0,,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16510.0,18335.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,74862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,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,1642.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,4195.0,4195.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +561,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,,238.0,50.0,50.0,23.0,91.0,1634.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,,,,450.0,437.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2713.0,4875.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,54538.0,,,,,3.0,70056.0,,,,,,,,,,,,,,,,,,, +562,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,,123.0,28.0,31.0,63.0,50.0,1604.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'],603.0,596.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,60132.0,60132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,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,275.0,44.0,257.0,77.0,198.0,1570.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'],49.0,48.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,9.0,122.0,28.0,73.0,4.0,29.0,1525.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,7326.0,7327.0,,,,,,,,3.0,129.0,,,,,,,,,,,,,,,,,,, +565,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,106.0,189.0,40.0,25.0,1511.0,fklearn: Functional Machine Learning.,56.0,24,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,,3056.0,3056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,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-01-28 00:14:58.000000,2024-12-18 07:37:03,584.0,19.0,144.0,20.0,331.0,10.0,152.0,1438.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,3589.0,3590.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +567,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,,1226.0,1226.0,,,,,,,,3.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,1281.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'],305.0,294.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22264.0,22264.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,15.0,118.0,37.0,33.0,21.0,122.0,1279.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,5095.0,5095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,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,1258.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,,,,820.0,789.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,19383.0,19796.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33084.0,,,,,2.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,1179.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,509.0,509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,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,1053.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,False,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],245.0,236.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,8324.0,8324.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-01-10 08:22:15.000000,2025-01-10 08:22:15,735.0,2.0,150.0,15.0,109.0,30.0,257.0,1032.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,26224.0,37496.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,619972.0,,,,,3.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-01-30 15:17:29.000000,2025-01-30 10:19:09,2139.0,317.0,37.0,8.0,1677.0,9.0,42.0,998.0,"Dispatch and distribute your ML training to serverless clusters in Python, like PyTorch for ML infra. Iterable,..",16.0,24,True,2025-01-10 22:30:48.000,0.0.38,46.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-01-10 22:26:52.000,1.0,38538.0,38541.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +575,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,996.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,,,,,803.0,773.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27299.0,44187.0,,,,,,,,3.0,844425.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,,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,,,,,337.0,314.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,565.0,565.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,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,5499.0,5499.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-01-10 08:26:59.000000,2025-01-10 08:26:59,607.0,5.0,151.0,14.0,68.0,32.0,144.0,844.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,14307.0,19223.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,275326.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +579,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,24,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],373.0,335.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,9027.0,12275.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,172181.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,138.0,91.0,42.0,67.0,672.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],244.0,232.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,14181.0,14181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,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,659.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,719037.0,719037.0,,,,,,,,3.0,56.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +582,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,18.0,201.0,22.0,888.0,132.0,401.0,657.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,3172.0,5762.0,,,,,,,,3.0,108786.0,,,,,,,,,,,,,,,,,,, +583,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,25.0,42.0,11.0,22.0,13.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,24,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,2856.0,2860.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +584,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,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,206.0,197.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,64439.0,64847.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17143.0,,,,,1.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,,50.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,1216.0,1216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-01-27 17:04:55.000000,2025-01-27 17:04:52,1053.0,163.0,8.0,4.0,252.0,13.0,39.0,217.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/,,180.0,175.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,21218.0,21218.0,,,,,,,,3.0,31.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,6485.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,,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,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,23,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],,,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,464.0,469.0,,,,,,,,3.0,433.0,,,,,,,,,,,,,,,,,,, +589,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,107.0,590.0,107.0,345.0,6248.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,37188.0,37188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,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,5234.0,Finding duplicate images made easy!.,16.0,23,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],5.0,,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,18524.0,18524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,17.0,834.0,143.0,1600.0,387.0,403.0,5092.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,,,,,,,,,,,,,,,,,,,, +592,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,5091.0,Image augmentation library in Python for machine learning.,23.0,23,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,12.0,,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7832.0,7832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,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,76.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,,2280.0,2280.0,,,,,,,,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,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,,199.0,220.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1894.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +595,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,3561.0,Python library that makes it easy for data scientists to create charts.,27.0,23,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,9.0,,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2155.0,2631.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35259.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,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,21.0,507.0,216.0,22.0,26.0,4.0,3511.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,23,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,,619.0,619.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +597,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,3396.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,292976.0,292979.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +598,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,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,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,1922.0,1922.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +600,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,40.0,39.0,7.0,115.0,2186.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,,,,297.0,284.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6315.0,6859.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,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'],506.0,484.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1383.0,2775.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,62656.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,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,1730.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'],172.0,166.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7367.0,9854.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,252092.0,,,,,3.0,729.0,,,,,,,,,,,,,,,,,,, +603,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,1657.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,,265.0,265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,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,1654.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,,,,,111.0,110.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,881.0,881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,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,,91.0,38.0,15.0,12.0,27.0,1399.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'],275.0,253.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,22829.0,23026.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7689.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +606,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,1071.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,True,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,2371.0,3788.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,51040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,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,5.0,211.0,54.0,94.0,59.0,219.0,1070.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,3932.0,3932.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,221.0,218.0,874.0,"Experiment tracking, ML developer tools.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,102.0,102.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5147.0,5147.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +609,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,23,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,3758.0,3758.0,,,,,,,,3.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'],687.0,679.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,77991.0,78166.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,8944.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,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,,118.0,42.0,118.0,51.0,48.0,705.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,189.0,181.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,22841.0,22841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,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,694.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'],506.0,496.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,20478.0,20507.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3173.0,,,,,3.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,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,,,,523.0,498.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,9281.0,9691.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20108.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,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,107.0,596.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,14253.0,14253.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +615,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,595.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,386237.0,394911.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,381674.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,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,,,,2549.0,2496.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,22067.0,24038.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,84784.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,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,554.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,1350.0,1856.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19258.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +618,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,530.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,23,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,8196.0,8196.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +619,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-01-01 01:39:27.000000,2025-01-01 01:30:41,688.0,6.0,65.0,28.0,503.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'],17.0,,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,11537.0,23977.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,696650.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,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,51.0,90.0,345.0,Serverside scaling for Vega and Altair visualizations.,5.0,23,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,3199.0,13614.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,339862.0,,,,,3.0,9826.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,148.0,vega/vegafusion,,,,,,,,,,,,, +621,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-29 12:38:33.000000,2025-01-21 15:07:48,1483.0,85.0,24.0,8.0,88.0,11.0,29.0,342.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,1314.0,1314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,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,,1602.0,153.0,54.0,46.0,12.0,11017.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'],87.0,84.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2101.0,2101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,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,8025.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,1045.0,1045.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2024-11-15 22:48:39.000000,2024-11-15 22:43:22,1099.0,1.0,924.0,113.0,676.0,146.0,543.0,5525.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,119.0,22,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],1.0,,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,1004.0,1004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,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,5052.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1635.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143905.0,3.0,,,,,,,,,,,,,,,,,,,, +626,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,1.0,581.0,170.0,47.0,35.0,28.0,4664.0,High-performance TensorFlow library for quantitative finance.,47.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,1352.0,1352.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,84.0,180.0,113.0,161.0,3660.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,,178.0,198.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1363.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-01-06 21:18:14.000000,2025-01-06 21:09:42,1609.0,6.0,514.0,147.0,610.0,86.0,75.0,3585.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,,76.0,76.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,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,1408.0,1417.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,205.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'],166.0,164.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1731.0,1731.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,3117.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,,,,55.0,55.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,532.0,590.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2094.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,,238.0,43.0,110.0,80.0,64.0,2895.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,2775.0,2777.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +633,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,22,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,26.0,,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,32781.0,36535.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,221510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,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,2642.0,2642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,3.0,148.0,34.0,186.0,71.0,150.0,2076.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,,517.0,528.0,,,,,,,,3.0,623.0,,,,,,,,,,,,,,,,,,, +636,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,2002.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,1105.0,1271.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6104.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +637,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,1878.0,Super easy library for BERT based NLP models.,37.0,22,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,,3243.0,3243.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,44.0,15.0,57.0,35.0,1805.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']",344.0,333.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2318.0,2318.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,1682.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,,496.0,496.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,38.0,7.0,15.0,33.0,1659.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'],80.0,74.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,16720.0,16720.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,1600.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,43182.0,43182.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,1597.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,1022.0,1501.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,28748.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,53.0,82.0,149.0,1581.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,,1341.0,1370.0,,,,,,,,3.0,2909.0,,,,,,,,,,,,,,,,,,, +644,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,22,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,,8370.0,8370.0,,,,,,,,3.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,,196.0,33.0,87.0,16.0,33.0,1478.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,933.0,933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,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,1317.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'],188.0,183.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,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,91.0,122.0,33.0,46.0,1215.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,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,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,,2920.0,2920.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +649,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,65.0,29.0,31.0,12.0,1194.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,11101.0,11101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,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,265832.0,265996.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9533.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,1049.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,,,,,274.0,270.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,40083.0,40083.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'],276.0,265.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3239.0,3239.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,25.0,58.0,12.0,27.0,964.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'],130.0,122.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,10428.0,10428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,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,87.0,10.0,72.0,964.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,,,,,175.0,168.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10221.0,10221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,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,8086.0,51160.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2350031.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,347.0,,,,,,,,,,,,,, +656,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'],2482.0,2473.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1540.0,1540.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +657,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,249.0,45.0,18.0,11.0,92.0,868.0,Data compression in TensorFlow.,24.0,22,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,3606.0,3606.0,,,,,,,,3.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'],554.0,539.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,19723.0,19723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,508.0,507.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2161.0,2161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,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,5838.0,10455.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,357206.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,735.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,689.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,,,,547.0,542.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11800.0,11856.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2493.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,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,37.0,66.0,23.0,10.0,16.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,,1143.0,1546.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,12094.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,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'],179.0,174.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12196.0,12196.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,9.0,15.0,6.0,16.0,591.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,,,,459.0,453.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11713.0,12000.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,14665.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,16.0,37.0,577.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,,,,504.0,495.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13089.0,13694.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,29688.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'],307.0,302.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2705.0,2705.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,10120.0,10124.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +668,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,,109.0,36.0,277.0,85.0,174.0,495.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,22,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,91.0,89.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1667.0,1671.0,,,,,,,,3.0,406.0,,,,,,,,,,,,,,,,,,, +669,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,,5262.0,5262.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,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,,,,1381.0,1324.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,93898.0,95743.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,94122.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,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,,,,,2477.0,2433.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,104902.0,104902.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,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,1073.0,1073.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +673,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,5371.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,946.0,946.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +674,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,4987.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,,,,,,,,,,,,20.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +675,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,744.0,103.0,35.0,107.0,112.0,4694.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,4587.0,4590.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +676,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,3213.0,A GUI for Pandas DataFrames.,14.0,21,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],14.0,,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5238.0,5890.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,31318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,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,,178.0,65.0,55.0,6.0,44.0,3100.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,,1060.0,1061.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +678,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'],219.0,216.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1761.0,1761.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,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,2394.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,21,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],2.0,,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,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,21,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],2.0,,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,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,2333.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,,,,,,,,,,,,,,,,,,,, +682,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,2232.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,3.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,,,,,,,,,,,,,,,,,,,, +683,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,2144.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,,12131.0,12131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,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,25.0,45.0,1867.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,,1459.0,1459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,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,1503.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,,891.0,891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,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,,352.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,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,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,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,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,187.0,18.0,264.0,88.0,94.0,1377.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,21,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,31882.0,31882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,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,222.0,69.0,7.0,15.0,29.0,1373.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,,1725.0,1725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,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,1279.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,,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,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,1078.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,,717.0,717.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,28.0,61.0,52.0,61.0,1078.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,995.0,1001.0,,,,,,,,3.0,803.0,,,,,,,,,,,,,,,,,,, +693,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,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,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,,86.0,18.0,160.0,20.0,94.0,882.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,,,,67.0,65.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1911.0,2148.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11389.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,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,,111.0,25.0,36.0,35.0,69.0,879.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,21,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],12.0,,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,13690.0,13690.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-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,11385.0,11877.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,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,846.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,823.0,823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,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,12177.0,12177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,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,True,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],70.0,66.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,816.0,816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,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,,146.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,,,,,118.0,118.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1186.0,1186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,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,43062.0,43062.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +702,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-01-29 17:48:38.000000,2025-01-03 13:26:20,1509.0,1.0,79.0,32.0,693.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,21,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,983.0,983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,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,645.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']",696.0,679.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,17076.0,17076.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,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,1024.0,1024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,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,,,,,246.0,238.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,28417.0,28417.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,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,626.0,machine learning with logical rules in Python.,19.0,21,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],421.0,413.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,58203.0,58203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,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,1907.0,2039.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5694.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,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,549.0,549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,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,2024-11-09 11:50:38.000000,2024-11-09 11:50:38,1794.0,4.0,75.0,9.0,220.0,51.0,83.0,579.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,,,,,42.0,41.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1773.0,1781.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +710,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,2168.0,2168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,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,4624.0,4624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,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,56.0,21.0,39.0,61.0,553.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,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,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,468.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,,6655.0,6655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,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,435.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'],2368.0,2324.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,350305.0,350305.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,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,,,,,547.0,539.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,10823.0,10823.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,379.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,,604.0,604.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,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,34162.0,34162.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,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,2379.0,2379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,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,348.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,,1912.0,1912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,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-01-30 14:16:03.000000,2025-01-29 17:26:07,818.0,22.0,25.0,5.0,306.0,4.0,,321.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-01-29 17:26:51.000,1.2.34,882.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-01-29 17:26:51.000,,33112.0,33112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,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,522711.0,522711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,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-01-06 05:41:37.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,226.0,22.0,64.0,252.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,627.0,627.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +723,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,5165.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,,1624.0,1624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,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,958.0,958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,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,3244.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,3986.0,3997.0,,,,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,, +726,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,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,1021.0,1021.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +727,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,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,20,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,,,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,416.0,416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,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,,,,,,,,,,,,,,,,,,,, +729,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,2704.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,,530.0,530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,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,2403.0,Deep Learning toolkit for Computer Vision.,15.0,20,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],2.0,,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1003.0,1151.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,, +731,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,,182.0,56.0,895.0,129.0,586.0,1944.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,1072.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,,281.0,29.0,41.0,35.0,176.0,1914.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,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,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,1824.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,,,,,38.0,38.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7875.0,7875.0,,,,,,,,3.0,36.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,38.0,11.0,39.0,51.0,1637.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,2213.0,2213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,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,,127.0,320.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +736,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,,156.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,20,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,,1107.0,1107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,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'],182.0,177.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6727.0,6727.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,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,1088.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,1723.0,1746.0,,,,,,,,3.0,529.0,,,,,,,,,,,,,,,,,,, +739,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,,,,189.0,187.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,552.0,775.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9845.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,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,963.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,20,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,23.0,,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,45851.0,47911.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,82406.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,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,,,,,3651.0,3646.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,594.0,594.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,19.0,42.0,28.0,60.0,925.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,,,,199.0,196.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,991.0,1192.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10683.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,,125.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'],48.0,48.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,951.0,951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,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,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,,1666.0,1666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,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,7269.0,7269.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,34.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,303.0,303.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,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,,,,,40.0,36.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,448.0,448.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,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,,,,,122.0,120.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,557.0,557.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,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,3921.0,3921.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,,,,,174.0,166.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,5950.0,5950.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +751,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,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,39.0,37.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,37414.0,37414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,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,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,,1357.0,1357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,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,12.0,272.0,11.0,112.0,447.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,429.0,429.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,,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,871.0,871.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,415.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,3616.0,4287.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36285.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,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,,,,20.0,18.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1484.0,2183.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,29360.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,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,7.0,137.0,34.0,333.0,89.0,139.0,347.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,,3329.0,3346.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1905.0,3.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,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,,2254.0,2254.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,,26.0,22.0,239.0,24.0,25.0,301.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,1041.0,1041.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,297.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,,,,,26.0,22.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,17385.0,17385.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-01-26 00:11:54.000000,2024-11-07 18:17:34,501.0,1.0,110.0,20.0,575.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,,24562.0,24687.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5795.0,,,,,3.0,130.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,2906.0,5791.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,146301.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,24.0,646.0,21.0,131.0,245.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,,3560.0,3581.0,,,,,,,,3.0,1273.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,7115.0,7115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,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,,,,,98.0,95.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,19271.0,19271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,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,,33.0,10.0,202.0,21.0,76.0,211.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,1993.0,1993.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,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,13919.0,End-to-End Object Detection with Transformers.,27.0,19,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],,,,,,,,,,,,,,,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,,6815.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,,342.0,349.0,,,,,,,,3.0,399.0,,,,,,,,,,,,,,,,,,, +769,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,409.0,292.0,6762.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,19,True,,,1.0,pyslowfast,,,,['pytorch'],,,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,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,3284.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2512.0,2512.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,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,1747.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,,253.0,254.0,,,,,,,,3.0,52.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,,138.0,138.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,1151.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,,409.0,409.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,30.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,,2825.0,2825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,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,,94.0,24.0,51.0,20.0,17.0,866.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,1414.0,2387.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,34064.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,523.0,523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,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,,115.0,21.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,19,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,,11054.0,11054.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,,102.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,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,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,,41.0,15.0,18.0,,22.0,612.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,19,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,,927.0,927.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-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,444.0,46542.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2397108.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,,98.0,15.0,53.0,13.0,16.0,574.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,,5610.0,5610.0,,,,,,,,3.0,8.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,55.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,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,424.0,424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,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-01-27 15:42:31.000000,2024-11-26 14:53:35,988.0,1.0,97.0,32.0,103.0,21.0,27.0,494.0,A Python implementation of active inference for Markov Decision Processes.,18.0,19,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,,1963.0,1963.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,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,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,67.0,63.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,403.0,711.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15752.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,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,1928.0,1928.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,334.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,357.0,357.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,,43.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,1744.0,1744.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,,37.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,1408.0,1408.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-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,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,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,,,,,450.0,448.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,957.0,961.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +791,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,6320.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,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,3002.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,8917.0,,,,,3.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,,458.0,80.0,36.0,83.0,68.0,1703.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,,272.0,272.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-01-28 23:49:10.000000,2024-12-03 12:26:16,792.0,1.0,71.0,26.0,1024.0,127.0,65.0,1654.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,346.0,346.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,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,,175.0,194.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,736.0,736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,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,18,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,1317.0,1317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,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,1109.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,5064.0,5064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,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,824.0,Leave One Feature Out Importance.,6.0,18,True,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,5449.0,5449.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-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,801.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,,945.0,1050.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4104.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,,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,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,18,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,8267.0,8267.0,,,,,,,,3.0,48.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,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,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,,518.0,518.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,,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,,579.0,579.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,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,,1092.0,1092.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,,69.0,7.0,6.0,4.0,32.0,570.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,1962.0,1962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,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,528.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'],69.0,69.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1198.0,1198.0,,,,,,,,3.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,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,,931.0,931.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,13.0,130.0,18.0,138.0,482.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,2557.0,2557.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,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,4324.0,4324.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,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,435.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,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,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,,86.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,1713.0,1713.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +813,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,412.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,152.0,148.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,5211.0,5213.0,,,,,,,,3.0,133.0,,,,,,,,,,,,,,,,,,, +814,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,,2044.0,2044.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,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,,751.0,751.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,,235.0,238.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,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,,1508.0,6449.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,252024.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,1.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,433.0,433.0,,,,,,,,3.0,,,,,,,imedslab/solt,,,,,,,,,,,,, +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,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,259.0,259.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-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,6.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,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,1454.0,1569.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4156.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +821,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,134.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,,,,10300.0,10171.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,298571.0,298601.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1293.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,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,,1351.0,464.0,22.0,59.0,167.0,7163.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,,,,,,,,,,,,, +823,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-28 10:13:29.000000,2025-01-28 10:13:22,720.0,9.0,440.0,38.0,876.0,150.0,119.0,3403.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,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,,1081.0,1081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,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,17,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,2.0,,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3520.0,3520.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,,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,,,,,88.0,87.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,322.0,322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,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'],98.0,97.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3317.0,3317.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,782.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,578.0,578.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,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,,624.0,631.0,,,,,,,,3.0,562.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,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,,359.0,359.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,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,,264.0,267.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +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,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,239.0,239.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'],12.0,12.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,177.0,177.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,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,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,245.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,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,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,,2438.0,2438.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,,46.0,1.0,,,,227.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,,1407.0,1407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,,10311.0,10311.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,426.0,426.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,,558.0,558.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,4373.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,True,,,,,,,,,,,,,,,,,,,,,,,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,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,,,,,,,,,,,,,,,,,,,, +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,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,,86.0,86.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +845,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,859.0,A medical imaging framework for Pytorch.,8.0,16,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,,309.0,309.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,43.0,667.0,28.0,27.0,830.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,,,,,,,,,,,,,,,,,,,, +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,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,,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,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,11889.0,11889.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,43.0,435.0,25.0,130.0,718.0,GPU accelerated signal processing.,46.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,,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,527.0,527.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,614.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,,,,,,,,,,,,,,,,,,,, +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,495.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,True,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,,471.0,471.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,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,,312.0,312.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,,53.0,10.0,17.0,10.0,29.0,423.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,,1294.0,1294.0,,,,,,,,3.0,20.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,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,2686.0,2686.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,211.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,838.0,838.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,,19.0,4.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,,2352.0,2352.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,1175.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,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,1080.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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,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,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,965.0,965.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,524.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,,268.0,268.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,515.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,,817.0,817.0,,,,,,,,3.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,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,,214.0,214.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,,55.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,117.0,258.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7662.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,,652.0,652.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,314.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,,192.0,192.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,298.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,,587.0,587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,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,9.0,15.0,2.0,7.0,280.0,A Jax-based library for designing and training transformer models from scratch.,3.0,15,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,,305.0,305.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,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,,243.0,243.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,,916.0,916.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,,32.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,,423.0,423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,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,,,,,1.0,,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,1310.0,1310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +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,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,948.0,948.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,197.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,,937.0,937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,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,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,,185.0,185.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,,,,,44.0,44.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-01-23 14:55:48.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-01-23 12:04:14.000,3.48.0,306.0,comet_ml,comet_ml,,,,87.0,,https://pypi.org/project/comet_ml,2025-01-23 14:55:48.000,87.0,182569.0,182569.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,3763.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,3466.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,True,,,,,,,,['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,54.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,,154.0,32.0,,53.0,60.0,1239.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,77.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5028.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,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,,119.0,30.0,111.0,14.0,25.0,1093.0,An autoML framework & toolkit for machine learning on graphs.,16.0,14,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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,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,577.0,2202.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,87792.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,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,349.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,2277.0,2277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,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,,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,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,14,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,,8875.0,8875.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,,373.0,373.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,3892.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,,85.0,48.0,4.0,3.0,,2583.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,2002.0,2004.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,,178.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,11.0,11.0,3.0,16.0,799.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,179.0,179.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,,53.0,17.0,3.0,2.0,1.0,540.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,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,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,,32.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,13,False,,,1.0,pdvega,,,,,,,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,50.0,50.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,2024-12-19 13:05:21.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,,455.0,461.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,,628.0,628.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,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,,133.0,133.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,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,,716.0,725.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,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,,,,,,,,,,,,,,,,,,,, +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,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,,248.0,248.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +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,,664.0,664.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,,501.0,501.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,,415.0,63.0,7.0,66.0,17.0,1979.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,1794.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,,128.0,128.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,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,,,,,,,,,,,,,,,,,,,, +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,,148.0,148.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,,457.0,92.0,22.0,52.0,15.0,3267.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,,90.0,17.0,5.0,4.0,12.0,637.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,531.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,,30.0,30.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,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,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,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,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,72.0,72.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-02-06_changes.md b/history/2025-02-06_changes.md new file mode 100644 index 00000000..ee2668b5 --- /dev/null +++ b/history/2025-02-06_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._ + +- 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 + +## πŸ“‰ 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 + diff --git a/history/2025-02-06_projects.csv b/history/2025-02-06_projects.csv new file mode 100644 index 00000000..91cbc702 --- /dev/null +++ b/history/2025-02-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,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-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,5091.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,,183.0,58.0,205.0,,3.0,2442.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,3800.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,3800.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,3800.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,3800.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-06 14:12:06.000000,2025-02-06 11:56:30,175688.0,3679.0,74498.0,7535.0,44570.0,7167.0,39389.0,190461.0,An Open Source Machine Learning Framework for Everyone.,4783.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'],469875.0,461476.0,https://pypi.org/project/tensorflow,2025-01-26 16:09:54.000,8399.0,20061006.0,20869446.0,https://anaconda.org/conda-forge/tensorflow,2024-10-17 06:34:48.464,5301995.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-02-06 13:48:57.527927,2683.0,79036597.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-06 14:13:32.000000,2025-02-06 14:07:13,84115.0,3377.0,23233.0,1765.0,97532.0,15553.0,34138.0,86546.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5394.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'],657075.0,635367.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,21708.0,36120988.0,36747804.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25669290.0,,,,,1.0,74429.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-06 10:44:50.000000,2025-02-06 10:44:50,32140.0,244.0,25536.0,2144.0,18330.0,2103.0,9812.0,60991.0,scikit-learn: machine learning in Python.,3252.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1075865.0,1048964.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,76523551.0,77116972.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,33824516.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-06 14:14:09.000000,2025-02-06 14:05:23,17962.0,619.0,27745.0,1138.0,18940.0,1555.0,15599.0,138666.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3052.0,52,True,2025-01-30 19:52:27.000,4.48.2,169.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",289618.0,282149.0,https://pypi.org/project/transformers,2025-01-30 19:52:24.000,7469.0,40798939.0,40843929.0,https://anaconda.org/conda-forge/transformers,2025-01-30 23:12:03.977,2474454.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-06 08:06:30.000000,2025-02-06 08:06:30,34556.0,748.0,5234.0,350.0,11844.0,1729.0,9164.0,13351.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1742.0,50,True,2025-01-11 00:13:13.000,1.15.1,112.0,scipy,conda-forge/scipy,,,,1267877.0,1218665.0,https://pypi.org/project/scipy,2025-01-10 23:59:19.000,49212.0,123054708.0,124187818.0,https://anaconda.org/conda-forge/scipy,2025-01-11 20:58:33.827,57585816.0,,,,,1.0,457431.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-06 02:54:30.000000,2025-02-06 02:54:30,51942.0,520.0,7684.0,592.0,18850.0,1601.0,9484.0,20672.0,matplotlib: plotting with Python.,1772.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1588075.0,1535092.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,69212607.0,69714148.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,28086309.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-06 12:08:25.000000,2025-02-06 12:08:25,59461.0,312.0,4545.0,292.0,13661.0,5219.0,8989.0,13278.0,A computer algebra system written in pure Python.,1351.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,220267.0,216767.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,32719918.0,32860019.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7758522.0,,,,,1.0,554270.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-06 00:48:06.000000,2025-02-06 00:48:06,11337.0,221.0,19500.0,1913.0,7785.0,246.0,12109.0,62471.0,Deep Learning for humans.,1370.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,13404143.0,13474195.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3922963.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-06 11:26:25.000000,2025-02-06 11:26:24,19169.0,330.0,2252.0,219.0,5302.0,123.0,3163.0,12514.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,,,,2053014.0,2042103.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,123081657.0,123981556.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,49494494.0,,,,,1.0,,4.0,,,,,,,,,,,,,,,,,,, +15,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-06 13:32:16.000000,2025-02-06 10:46:34,7057.0,270.0,3195.0,326.0,5448.0,1023.0,3840.0,37129.0,Streamlit A faster way to build and share data apps.,301.0,46,True,2025-02-04 19:34:48.000,1.42.0,235.0,streamlit,,,,,698601.0,695356.0,https://pypi.org/project/streamlit,2025-02-04 19:34:37.000,3245.0,6818971.0,6818971.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +16,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-06 14:38:46.771000,2025-02-06 08:08:30,23814.0,817.0,5980.0,480.0,30636.0,4349.0,15656.0,35211.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1142.0,46,True,2025-02-05 00:42:29.000,ray-2.42.0,122.0,ray,conda-forge/ray-tune,,,,21552.0,20683.0,https://pypi.org/project/ray,2025-02-04 01:07:58.000,869.0,6287140.0,6300266.0,https://anaconda.org/conda-forge/ray-tune,2025-02-06 14:38:46.771,656245.0,,,,,1.0,248.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-05 23:22:19.000000,2025-02-05 12:59:41,7460.0,253.0,2585.0,277.0,1802.0,607.0,2497.0,16678.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,,,,366912.0,359588.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,19125530.0,19328990.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8258003.0,,,,,1.0,19.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,58583.0,,,,,,,,,,,,,, +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-06 14:15:46.000000,2025-02-05 19:50:45,25507.0,1470.0,2853.0,332.0,17411.0,1490.0,4439.0,31167.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",830.0,45,True,2025-01-17 18:27:26.000,jax-v0.5.0,173.0,jax,conda-forge/jaxlib,,,,38843.0,36700.0,https://pypi.org/project/jax,2025-01-17 17:40:30.000,2143.0,6268065.0,6308437.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2260837.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-06 08:43:55.000000,2025-02-06 08:43:55,7315.0,131.0,8735.0,910.0,5822.0,458.0,4973.0,26555.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2024-11-26 10:23:00.000,2.1.3,85.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,131575.0,129464.0,https://pypi.org/project/xgboost,2024-11-26 10:23:00.000,2111.0,23643082.0,23748750.0,https://anaconda.org/conda-forge/xgboost,2025-02-01 09:10:53.302,5806176.0,,,,,1.0,13482.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-06 13:01:43.000000,2025-02-06 13:01:43,52759.0,1209.0,5658.0,714.0,52237.0,1762.0,17569.0,22446.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'],7136.0,6924.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,306322.0,306473.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-06 13:40:33.000000,2025-02-05 23:08:50,20682.0,46.0,4205.0,437.0,6256.0,808.0,7045.0,19571.0,"Interactive Data Visualization in the browser, from Python.",708.0,45,True,2025-02-05 17:52:27.000,3.6.3,227.0,bokeh,conda-forge/bokeh,,,,99391.0,97530.0,https://pypi.org/project/bokeh,2025-02-05 17:52:27.000,1861.0,4069419.0,4351981.0,https://anaconda.org/conda-forge/bokeh,2025-02-06 12:06:49.451,15823522.0,,,,,1.0,,4.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-02-05 14:28:47.000000,2025-02-05 14:28:46,7886.0,65.0,3253.0,280.0,3995.0,344.0,3062.0,15358.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,,,,357299.0,347669.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,65814418.0,66185938.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20062083.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,,, +23,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,89.0,3091.0,288.0,3982.0,2851.0,2819.0,10413.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,,,,156682.0,152213.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16031972.0,16336530.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17055301.0,,,,,1.0,35.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-02-06 13:47:38.000000,2025-02-06 13:46:56,43550.0,837.0,28412.0,2018.0,49796.0,243.0,,40474.0,Apache Spark Python API.,3182.0,44,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,32257912.0,32323570.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3676867.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,,, +25,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,4438.0,561.0,4034.0,179.0,5523.0,30822.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,,,,116667.0,113736.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,11340506.0,11433870.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5227510.0,,,,,1.0,1392.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-02-06 14:44:19.000000,2025-02-06 14:41:52,7146.0,396.0,4325.0,306.0,10107.0,1703.0,2684.0,19409.0,Open source platform for the machine learning lifecycle.,821.0,44,True,2025-01-30 14:51:21.000,2.20.1,124.0,mlflow,conda-forge/mlflow,,,,52533.0,51562.0,https://pypi.org/project/mlflow,2025-01-30 13:34:45.000,971.0,13928211.0,13980012.0,https://anaconda.org/conda-forge/mlflow,2025-01-31 11:24:12.006,2900877.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-02-06 05:13:15.000000,2025-02-06 04:49:26,19353.0,1077.0,2048.0,93.0,3901.0,1188.0,3267.0,17058.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",393.0,44,True,2025-02-06 05:13:15.000,1.60.5,1075.0,litellm,,,,others,7791.0,7022.0,https://pypi.org/project/litellm,2025-02-06 05:13:15.000,769.0,5432669.0,5432819.0,,,,,,,,1.0,450.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-02-06 08:18:42.000000,2025-02-05 11:12:56,9439.0,140.0,1732.0,214.0,6154.0,1102.0,4348.0,12906.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,,,,72257.0,69648.0,https://pypi.org/project/dask,2025-01-17 16:54:09.000,2609.0,10294033.0,10514968.0,https://anaconda.org/conda-forge/dask,2025-01-19 15:07:53.205,12593318.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,,, +29,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-06 13:22:51.000000,2025-02-06 13:14:10,7428.0,231.0,2688.0,178.0,4833.0,464.0,4847.0,35795.0,"Wrap UIs around any model, share with anyone.",498.0,43,True,2025-02-05 07:52:50.000,@gradio/lite@5.15.1,619.0,gradio,,,,,56346.0,55338.0,https://pypi.org/project/gradio,2025-02-05 05:39:06.000,1008.0,6728093.0,6728093.0,,,,,,,,1.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-02-03 22:49:10.000000,2025-02-03 22:42:12,10505.0,69.0,3426.0,252.0,10372.0,859.0,6352.0,28917.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",993.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],43069.0,41533.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,7189645.0,7215389.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1426852.0,,,,,2.0,11408.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +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-02-05 17:56:52.000000,2025-02-04 19:43:31,7782.0,42.0,2096.0,426.0,1180.0,516.0,1382.0,21895.0,Data Apps & Dashboards for Python. No JavaScript Required.,169.0,43,True,2024-11-04 21:17:37.000,2.18.2,183.0,dash,conda-forge/dash,,,,78427.0,76955.0,https://pypi.org/project/dash,2025-01-28 21:05:56.000,1472.0,4820783.0,4850499.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1664083.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-02-05 22:04:01.000000,2025-02-03 18:24:13,2994.0,88.0,3700.0,435.0,3553.0,338.0,2603.0,18361.0,Open standard for machine learning interoperability.,332.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,40676.0,39623.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5755332.0,5783994.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1590599.0,,,,,1.0,22871.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-02-06 10:27:10.000000,2025-02-06 06:37:36,3364.0,456.0,1729.0,196.0,4054.0,694.0,922.0,14283.0,Development repository for the Triton language and compiler.,367.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,52131.0,51795.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,17623530.0,17623530.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,,, +34,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-06 07:52:09.000000,2025-02-06 07:52:03,14684.0,2.0,2887.0,460.0,1504.0,276.0,1574.0,13821.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,462.0,43,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,350109.0,345412.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,24787787.0,24851546.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,2996699.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +35,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-01-31 20:38:06.000000,2025-01-31 20:38:06,1419.0,208.0,1616.0,251.0,734.0,475.0,1556.0,12980.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,,,,54775.0,53727.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2639502.0,2642638.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,285430.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-06 14:58:22.000000,2025-02-04 17:47:40,5084.0,72.0,2104.0,1667.0,4963.0,369.0,2761.0,12457.0,WebGL2 powered visualization framework.,280.0,43,True,2025-01-21 19:54:38.606,9.1.0,682.0,pydeck,conda-forge/pydeck,,,['jupyter'],9053.0,8620.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,5841117.0,6326483.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,687444.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-01-21 19:54:38.606,313.0,472868.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-01-31 07:49:14.000000,2025-01-31 07:49:13,18867.0,417.0,1054.0,119.0,3851.0,61.0,1648.0,11313.0,A hyperparameter optimization framework.,284.0,43,True,2025-01-27 07:14:18.000,3.6.2,71.0,optuna,conda-forge/optuna,,,,22881.0,21758.0,https://pypi.org/project/optuna,2025-01-27 07:14:18.000,1123.0,3557104.0,3596497.0,https://anaconda.org/conda-forge/optuna,2025-01-20 09:28:46.974,2206038.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-05 19:25:09.000000,2025-02-05 17:08:03,3859.0,46.0,795.0,138.0,1559.0,130.0,1937.0,9562.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,,,,197471.0,196555.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,24594971.0,24663113.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2589338.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,163.0,4812.0,318.0,590.0,47.0,907.0,33065.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'],47374.0,46305.0,https://pypi.org/project/timm,2025-01-19 23:08:56.000,1069.0,6124894.0,6239058.0,https://anaconda.org/conda-forge/timm,2025-01-20 17:34:15.209,313101.0,,,,,1.0,7484601.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-06 11:47:22.912317,2025-02-06 10:40:44,21740.0,595.0,3019.0,286.0,24272.0,721.0,12041.0,32258.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",303.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,1351465.0,2394438.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-02-06 11:47:22.912317,69.0,67452343.0,1.0,304242.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-05 14:46:04.000000,2025-02-05 14:46:04,1643.0,56.0,2533.0,142.0,640.0,1222.0,1098.0,15906.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'],71308.0,69228.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7661179.0,7671374.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,540384.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-02 19:15:25.000000,2025-01-18 16:14:36,1412.0,58.0,2512.0,243.0,676.0,202.0,1263.0,15612.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,,,,60797.0,59998.0,https://pypi.org/project/yfinance,2025-01-18 16:23:18.000,799.0,4039479.0,4041750.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97661.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,12823.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,,,,568319.0,557476.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,20939224.0,21145369.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11543991.0,,,,,1.0,465.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-06 13:58:56.000000,2025-02-06 02:43:28,7674.0,401.0,694.0,63.0,5931.0,618.0,2859.0,9445.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",207.0,42,True,2025-02-05 01:11:39.000,0.19.6,304.0,wandb,conda-forge/wandb,,,,66765.0,65116.0,https://pypi.org/project/wandb,2025-02-05 01:08:46.000,1649.0,16683783.0,16700891.0,https://anaconda.org/conda-forge/wandb,2025-01-29 18:20:33.535,940284.0,,,,,1.0,564.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-01-30 18:06:15.000000,2025-01-30 18:06:14,5883.0,14.0,1662.0,189.0,5061.0,690.0,1242.0,6777.0,TensorFlows Visualization Toolkit.,322.0,42,True,2024-09-25 21:21:50.000,2.18.0,63.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],293522.0,291296.0,https://pypi.org/project/tensorboard,2024-09-25 21:21:50.000,2226.0,23839016.0,23934104.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5324931.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-04 22:22:08.000000,2025-02-04 22:22:08,14263.0,85.0,2252.0,185.0,4590.0,816.0,2145.0,6165.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,,,,220030.0,213168.0,https://pypi.org/project/scikit-image,2025-01-26 18:58:29.000,6862.0,11194185.0,11328497.0,https://anaconda.org/conda-forge/scikit-image,2025-01-28 08:07:03.882,7521496.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-06 08:04:34.000000,2025-02-06 08:02:59,6402.0,56.0,7880.0,445.0,3216.0,169.0,9370.0,46166.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'],4342.0,4234.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,289133.0,311302.0,,,,,,,,1.0,1174962.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-06 02:06:30.000000,2025-02-05 18:39:34,2673.0,120.0,4204.0,347.0,3159.0,1099.0,1958.0,36562.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",371.0,41,True,2025-01-21 22:31:21.000,0.16.3,102.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11075.0,10832.0,https://pypi.org/project/deepspeed,2025-01-21 22:31:21.000,243.0,615700.0,616054.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21635.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-06 10:58:52.000000,2025-02-04 23:13:51,1380.0,76.0,3657.0,482.0,1351.0,254.0,2336.0,32793.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,,,,4596.0,4389.0,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1351465.0,1390752.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2200085.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-04 01:18:22.000000,2025-01-29 09:40:44,2794.0,20.0,3289.0,245.0,1015.0,698.0,1882.0,23338.0,A game theoretic approach to explain the output of any machine learning model.,256.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,25653.0,24905.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,8054820.0,8155938.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5055922.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-05 09:07:05.000000,2025-02-05 05:24:59,3637.0,38.0,3840.0,435.0,3335.0,383.0,3098.0,16932.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,,,,45112.0,44035.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8362259.0,8424173.0,https://anaconda.org/conda-forge/lightgbm,2025-01-26 17:45:12.439,3122813.0,,,,,2.0,281379.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-06 11:34:43.000000,2025-02-05 15:09:57,3987.0,34.0,6994.0,452.0,5494.0,1102.0,2510.0,16516.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,14340734.0,14389393.0,https://anaconda.org/conda-forge/torchvision,2025-01-20 03:33:56.009,2267100.0,,,,,1.0,39820.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-04 20:24:52.000000,2025-02-04 20:24:48,1226.0,158.0,1663.0,129.0,1136.0,159.0,986.0,14549.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-03 23:02:15.000,2.0.3,83.0,albumentations,conda-forge/albumentations,,,['pytorch'],32489.0,31841.0,https://pypi.org/project/albumentations,2025-02-03 23:02:36.000,648.0,5960819.0,5965015.0,https://anaconda.org/conda-forge/albumentations,2025-02-04 16:49:08.234,230792.0,,,,,1.0,,3.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-06 03:48:06.000000,2025-02-06 03:48:04,9386.0,31.0,1194.0,134.0,5567.0,249.0,4495.0,14136.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,,,,21081.0,20944.0,https://pypi.org/project/dvc,2025-01-13 07:04:20.000,137.0,746441.0,792643.0,https://anaconda.org/conda-forge/dvc,2025-01-13 10:29:16.907,2587315.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,420.0,2108.0,202.0,1264.0,115.0,2239.0,14046.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'],3921.0,3772.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,128987.0,129684.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,38362.0,,,,,1.0,,3.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-06 11:51:17.000000,2025-02-06 11:48:12,10185.0,78.0,2050.0,225.0,4154.0,347.0,3089.0,8857.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,,,,5634.0,5442.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,308000.0,319453.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,640578.0,,,,,1.0,1966.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-06 14:42:18.000000,2025-02-06 10:26:02,1661.0,52.0,1012.0,95.0,1660.0,125.0,1609.0,8270.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",313.0,41,True,2025-01-17 15:56:18.000,1.3.0,67.0,accelerate,conda-forge/accelerate,,,['pytorch'],71594.0,69817.0,https://pypi.org/project/accelerate,2025-01-17 15:42:18.000,1777.0,8776522.0,8783916.0,https://anaconda.org/conda-forge/accelerate,2025-01-20 18:52:19.301,295781.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-06 08:02:02.000000,2025-02-06 08:01:57,49061.0,306.0,1189.0,190.0,406.0,575.0,1798.0,8228.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1304.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,3036568.0,3077766.0,https://anaconda.org/conda-forge/catboost,2025-01-29 22:51:25.556,1899058.0,,,,,2.0,352626.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-02-06 00:06:09.000000,2025-02-05 15:48:05,7702.0,63.0,3746.0,254.0,3293.0,1132.0,2688.0,21835.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'],8108.0,7753.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,401393.0,403920.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,138999.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +60,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-01-28 13:58:37.000000,2025-01-28 13:58:35,1856.0,18.0,817.0,122.0,687.0,60.0,969.0,9345.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,104.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,135718.0,134622.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,35548307.0,35595480.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2594479.0,,,,,1.0,73.0,3.0,,,,,,,,,,,,,,,,,,, +61,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-06 12:42:09.000000,2025-02-05 08:21:40,5190.0,189.0,1447.0,108.0,4617.0,1027.0,1660.0,8174.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'],4008.0,3877.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,886129.0,910913.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1065693.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,,, +62,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-05 07:57:51.000000,2025-02-05 07:57:47,2336.0,16.0,573.0,90.0,901.0,294.0,969.0,3998.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,,,,96602.0,93015.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,35645511.0,35854276.0,https://anaconda.org/conda-forge/shapely,2025-01-31 07:52:57.392,11268310.0,,,,,1.0,3756.0,,,,,,,,,,,,,,,,,,,, +63,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-05 22:17:48.000000,2025-02-05 22:17:48,4045.0,164.0,1148.0,138.0,3286.0,353.0,1221.0,2126.0,A library for training and deploying machine learning models on Amazon SageMaker.,470.0,40,True,2025-02-01 01:20:44.000,2.239.0,618.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5368.0,5205.0,https://pypi.org/project/sagemaker,2025-02-01 01:20:44.000,163.0,23315233.0,23340043.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-02-01 05:53:31.727,1339770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +64,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-06 11:58:02.000000,2025-02-06 11:58:02,5978.0,50.0,719.0,57.0,5238.0,1560.0,2411.0,1595.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,,,,39171.0,38268.0,https://pypi.org/project/distributed,2025-01-17 16:54:37.000,903.0,4349653.0,4636889.0,https://anaconda.org/conda-forge/distributed,2025-01-19 14:06:02.577,16372481.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +65,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,35292.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,,,,63094.0,61546.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1035947.0,1042185.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,361840.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +66,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,26579.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20886.0,20578.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,414390.0,414390.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +67,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-06 10:40:43.000000,2025-02-06 10:40:43,36496.0,395.0,13420.0,935.0,26101.0,1257.0,,24473.0,Apache Flink Python API.,1977.0,39,True,2024-06-14 14:43:26.000,1.19.1,49.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2024-08-01 04:14:17.000,35.0,18837572.0,18837572.0,,,,,,,,2.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-02-03 14:24:57.000000,2025-01-14 10:26:14,32383.0,8.0,4686.0,357.0,6416.0,136.0,6642.0,19351.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'],4840.0,4780.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,283420.0,283420.0,,,,,,,,1.0,,3.0,,,,,,,,,,,,,,,,,,, +69,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-05 17:32:40.000000,2025-02-05 17:32:40,10384.0,76.0,1404.0,135.0,1319.0,146.0,1020.0,9315.0,A PyTorch-based Speech Toolkit.,254.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2888.0,2821.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3100670.0,3100670.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,1059.0,7027.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,,,,51703.0,50886.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1704816.0,1774749.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3426720.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-04 13:59:10.000000,2025-02-04 13:59:00,6652.0,78.0,1563.0,108.0,4617.0,702.0,763.0,4351.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",425.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],21894.0,21565.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1866270.0,1867222.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,42883.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-05 18:21:44.000000,2025-02-05 18:21:44,18270.0,96.0,1331.0,82.0,8170.0,552.0,4418.0,2833.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,385.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5452.0,5033.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,137244.0,145867.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,491555.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-06 09:11:32.000000,2025-02-06 09:11:32,10771.0,309.0,595.0,64.0,2918.0,298.0,1970.0,1236.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'],4089.0,3780.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,71444.0,77629.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,315139.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'],7827.0,7701.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,571457.0,571857.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11540.0,,,,,2.0,27941.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,97.0,2402.0,164.0,265.0,7.0,1154.0,17478.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,,,,,5467.0,5423.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,371582.0,371582.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,428.0,1714.0,386.0,1465.0,15824.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,,,,71737.0,70360.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4469544.0,4502032.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1524511.0,,,,,1.0,5818.0,,,,,,,piskvorky/gensim,,,,,,,,,,,,, +77,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,479.0,735.0,53.0,2188.0,13745.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,,,,34182.0,33969.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,149236.0,167643.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1018472.0,,,,,2.0,25558.0,,,,,,,,,,,,,,,,,,,, +78,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-06 14:54:38.000000,2025-02-03 10:08:09,6588.0,81.0,3711.0,256.0,1829.0,1108.0,4643.0,11978.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,,,,,932.0,921.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,11156.0,11156.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +79,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-06 12:27:09.000000,2025-02-06 12:26:26,29554.0,250.0,856.0,126.0,6540.0,617.0,1810.0,9753.0,NumPy & SciPy for GPU.,397.0,38,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2753.0,2484.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,31725.0,135614.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5725036.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,75340.0,1.0,193614.0,,,,,,,,,,,,,,,,,,,, +80,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-02-04 02:18:56.000000,2025-02-04 02:18:54,611.0,13.0,1153.0,259.0,208.0,97.0,182.0,9240.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,,,,49319.0,48914.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1208907.0,1211620.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,276741.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,,, +81,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-06 02:59:17.000000,2025-02-06 02:59:17,22631.0,891.0,591.0,63.0,3879.0,534.0,1094.0,9140.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']",834.0,809.0,https://pypi.org/project/fiftyone,2025-01-24 21:02:31.000,25.0,68301.0,68301.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +82,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,507.0,2190.0,176.0,3443.0,368.0,2103.0,8749.0,End-to-End Speech Processing Toolkit.,488.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,421.0,409.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,21298.0,21299.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,,, +83,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-01-24 11:31:10.000000,2025-01-24 11:31:09,2058.0,19.0,938.0,107.0,1726.0,446.0,1282.0,4623.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'],50778.0,47939.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6424647.0,6501985.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4329364.0,,,,,2.0,2891.0,,,,,,,,,,,,,,,,,,,, +84,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-06 14:04:54.000000,2025-02-06 07:36:17,5032.0,250.0,523.0,37.0,4046.0,661.0,1172.0,2912.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,171.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4622.0,4044.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,414617.0,425778.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,624539.0,,,,,2.0,866.0,,,,,,,,,,,,,,,,,,,, +85,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-06 03:03:48.000000,2025-02-05 16:13:40,1691.0,83.0,603.0,60.0,1652.0,161.0,912.0,2304.0,The official Python client for the Huggingface Hub.,215.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,51938378.0,51994154.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-31 18:51:31.427,2677267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +86,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,33635.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,,,,35274.0,34436.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1139305.0,1143074.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,169632.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +87,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,30893.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,428.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4044.0,3927.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,123422.0,125724.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,126429.0,,,,,1.0,383.0,3.0,,,,,,,,,,,,,,,,,,, +88,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-02-06 03:26:56.000000,2025-02-06 03:26:51,8809.0,206.0,2840.0,305.0,248.0,22.0,1152.0,29272.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-02-01 03:52:16.000,8.1.5,691.0,netron,,,,"['pytorch', 'tensorflow']",726.0,643.0,https://pypi.org/project/netron,2025-02-01 03:52:16.000,83.0,26320.0,72241.0,,,,,,,,1.0,45921.0,,,,,,,,,,,,,,,,,,,, +89,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-06 08:50:39.000000,2025-02-06 08:40:35,3959.0,58.0,1134.0,148.0,194.0,117.0,1107.0,16626.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",105.0,37,True,2025-01-05 17:06:43.000,16.8.0,249.0,ocrmypdf,conda-forge/ocrmypdf,,,,1187.0,1146.0,https://pypi.org/project/ocrmypdf,2025-01-05 17:06:43.000,41.0,181387.0,183629.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,89681.0,,,,,1.0,6734.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +90,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,735.0,670.0,1384.0,13417.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,574715.0,616396.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,327859.0,,,,,2.0,4147372.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-06 14:17:17.000000,2025-02-06 10:47:41,7883.0,408.0,2658.0,214.0,8947.0,147.0,2341.0,13032.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",384.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,95317.0,100273.0,,,,,,,,1.0,322169.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-06 09:52:52.000000,2025-01-24 06:24:38,1518.0,12.0,1687.0,151.0,841.0,238.0,582.0,12690.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']",5473.0,5290.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,430453.0,435248.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,488912.0,,,,,2.0,250.0,3.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-01 15:49:53.000000,2024-08-18 00:47:35,986.0,,1176.0,129.0,319.0,41.0,723.0,10554.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,,,,95028.0,93296.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21359681.0,21384975.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1355662.0,,,,,1.0,50449.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-04 23:09:00.000000,2025-02-04 23:08:59,2854.0,25.0,980.0,129.0,1994.0,293.0,670.0,10193.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'],14119.0,13813.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1888532.0,1891982.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,171496.0,,,,,2.0,1641.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,9922.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,,,,16017.0,15845.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,79874.0,104006.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2485622.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-02-04 18:09:04.000000,2025-02-04 14:10:08,4959.0,103.0,647.0,86.0,2766.0,306.0,754.0,6308.0,Flax is a neural network library for JAX that is designed for flexibility.,251.0,37,True,2024-11-19 19:58:50.000,0.10.2,50.0,flax,conda-forge/flax,,,['jax'],12116.0,11622.0,https://pypi.org/project/flax,2024-11-19 19:58:50.000,494.0,1208974.0,1210838.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,87603.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,24.0,866.0,87.0,234.0,138.0,703.0,4682.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,,,,,516950.0,505433.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,15248555.0,15248555.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-01-29 23:18:30.000000,2025-01-29 23:18:29,12212.0,33.0,1111.0,156.0,469.0,703.0,759.0,4290.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,1400972.0,1404389.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,164053.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +99,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-06 09:52:27.000000,2025-02-06 09:52:26,10907.0,33.0,404.0,56.0,3144.0,1114.0,2253.0,2744.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'],14363.0,13956.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,422240.0,457420.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1951292.0,,,,,2.0,,3.0,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,336.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-02-06 14:44:04.000000,2025-02-06 09:51:45,5024.0,318.0,620.0,45.0,5543.0,334.0,1137.0,2475.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,,,,1393.0,1269.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,70679.0,76703.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,234915.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-01-27 15:05:29.000000,2025-01-17 03:23:34,3922.0,10.0,535.0,145.0,1248.0,146.0,1717.0,2305.0,Rasterio reads and writes geospatial raster datasets.,162.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16474.0,14938.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2258602.0,2345364.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4250947.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,,, +102,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,300.0,32.0,505.0,100.0,513.0,1547.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,,,,160034.0,157419.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,24014665.0,24149955.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7439867.0,,,,,2.0,1514.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,372.0,3171.0,1846.0,6730.0,30154.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3531.0,3449.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,181084.0,181084.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,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,7.0,5431.0,517.0,184.0,1154.0,1387.0,24172.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'],3370.0,3340.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,223433.0,515676.0,,,,,,,,2.0,6429365.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,2024-12-20 12:22:55.316112,2024-12-20 12:13:57,8639.0,17.0,2211.0,216.0,4222.0,6.0,1941.0,21291.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,129433.0,161092.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,85935.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1773894.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,,, +106,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-05 11:59:14.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,478.0,,1925.0,15106.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'],5143.0,4920.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,204140.0,204143.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,,, +107,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,14501.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,,,,24408.0,24143.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,473574.0,476451.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,195697.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +108,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-01-17 22:47:22.000000,2025-01-17 22:47:22,1878.0,30.0,4446.0,544.0,718.0,416.0,1289.0,14180.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,36,True,2020-08-22 18:42:43.000,1.0.8,86.0,chatterbot,,,,,6098.0,6080.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000,18.0,28532.0,28532.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-02 18:02:16.000000,2025-02-02 18:02:13,18853.0,76.0,5697.0,69.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,22680.0,22680.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-01-26 02:21:01.000000,2025-01-26 02:21:01,4415.0,5.0,3018.0,174.0,5065.0,539.0,2359.0,13693.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,,,,,482.0,334.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,106637.0,106637.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +111,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,11794.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'],4462.0,4337.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,69873.0,72189.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,171384.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,,, +112,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,,1057.0,135.0,240.0,371.0,274.0,9158.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,,,,83352.0,81983.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,7745499.0,7748517.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,141861.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +113,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,12.0,1377.0,147.0,260.0,222.0,148.0,8788.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,,,,4825.0,4704.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,622398.0,624833.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,138849.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +114,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,164.0,2411.0,275.0,204.0,320.0,338.0,8575.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,1240038.0,1244170.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,223148.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-02-06 13:00:35.000000,2025-02-06 13:00:35,2473.0,106.0,950.0,96.0,2791.0,380.0,1185.0,8354.0,Fast and Accurate ML in 3 Lines of Code.,132.0,36,True,2024-11-27 17:04:12.000,1.2.0,1738.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",992.0,962.0,https://pypi.org/project/autogluon,2025-02-06 09:05:04.000,30.0,258482.0,259822.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,28330.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,13931.0,1.0,,,,,,,,,,,,,,,,,,,,, +116,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-02-06 00:23:51.000000,2025-02-06 00:23:48,1464.0,17.0,910.0,212.0,262.0,179.0,249.0,7119.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,,,,11561.0,11278.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3585443.0,3601382.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,510058.0,,,,,1.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-02-03 05:03:17.000000,2025-02-03 05:03:17,3191.0,31.0,1126.0,89.0,3555.0,401.0,2799.0,6084.0,AI Toolkit for Healthcare Imaging.,215.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3600.0,3464.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,252547.0,253602.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,40127.0,,,,,2.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-02-05 21:15:59.000000,2025-02-05 21:15:59,1219.0,25.0,659.0,125.0,972.0,371.0,1122.0,4554.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,,,,4527.0,4440.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,596553.0,598375.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,87218.0,,,,,2.0,12992.0,,,,,,,,,,,,,,,,,,,, +119,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,1766.0,435.0,906.0,3965.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,,,,12265.0,11239.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,339445.0,350945.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,644016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +120,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-06 13:28:57.000000,2025-01-30 16:13:49,1172.0,47.0,491.0,55.0,1377.0,410.0,465.0,2723.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",135.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,4671.0,4473.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,915070.0,916025.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,32496.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-02-06 00:15:49.000000,2025-02-06 00:10:19,3752.0,243.0,319.0,70.0,2528.0,89.0,730.0,2427.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'],942.0,885.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,140206.0,140968.0,https://anaconda.org/conda-forge/ax-platform,2024-12-23 16:47:03.234,33554.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-02-06 08:57:47.000000,2025-02-06 08:57:43,2051.0,66.0,414.0,35.0,1792.0,91.0,825.0,2197.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'],36220.0,36218.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,6228.0,44376.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1786742.0,,,,,2.0,6266.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +123,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-03 04:29:58.000000,2025-02-03 04:29:58,1578.0,10.0,414.0,48.0,1531.0,182.0,694.0,1644.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,,,,9352.0,9039.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1636891.0,1677147.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2294487.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,,, +124,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-06 00:05:59.000000,2025-01-29 19:12:03,903.0,12.0,347.0,41.0,1091.0,188.0,173.0,1241.0,Making text a first-class citizen in TensorFlow.,167.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8150.0,7931.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6867859.0,6867859.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +125,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-03 07:09:43.000000,2025-01-07 22:13:12,1570.0,6.0,206.0,47.0,630.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,,,,24594.0,24291.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4388263.0,4506904.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6525296.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-01-18 11:58:21.000000,2025-01-18 11:58:21,15079.0,71.0,530.0,51.0,2334.0,420.0,970.0,758.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,,,,5844.0,5692.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,249632.0,263621.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,755433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +127,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,674.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,,,,25991.0,24810.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,576072.0,591226.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,848637.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +128,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,1570.0,234.0,795.0,593.0,54056.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'],4152.0,4036.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,134548.0,135162.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31808.0,,,,,2.0,1401.0,,,,,,,,,,,,,,,,,,,, +129,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,,4427.0,297.0,752.0,88.0,1130.0,37392.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']",2283.0,2230.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,167863.0,260370.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,22012.0,,,,,2.0,4321990.0,,,,,,,,,,,,,,,,,,,, +130,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,25422.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,,,,,11336.0,11083.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,762597.0,1081231.0,,,,,,,,2.0,17843556.0,,,,,,,,,,,,,,,,,,,, +131,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-06 15:00:33.000000,2025-02-06 14:19:47,3851.0,129.0,2011.0,143.0,4216.0,117.0,3561.0,19007.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",273.0,35,True,2025-01-14 16:11:41.000,2.9.0,100.0,haystack,,,,,834.0,829.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6485.0,6485.0,,,,,,,,2.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,14363.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,,,,,1346.0,1313.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,87918.0,87918.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-02-05 13:31:08.000000,2025-02-04 22:49:52,2676.0,17.0,698.0,104.0,503.0,610.0,1273.0,9788.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,154.0,datasette,conda-forge/datasette,,,,1829.0,1414.0,https://pypi.org/project/datasette,2024-11-29 01:18:11.000,415.0,212324.0,213493.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,53732.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,,, +134,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-03 01:10:19.000000,2024-08-30 03:34:11,5357.0,,1775.0,134.0,1038.0,388.0,1950.0,9106.0,"An open-source, low-code machine learning library in Python.",141.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7062.0,7031.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,300027.0,301209.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,63141.0,,,,,2.0,721.0,,,,,,,,,,,,,,,,,,,, +135,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-04 10:57:11.000000,2025-02-04 10:26:36,706.0,8.0,352.0,68.0,135.0,33.0,155.0,8699.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,35,True,2024-04-28 04:07:49.000,0.8.0,15.0,einops,conda-forge/einops,,,,61383.0,59343.0,https://pypi.org/project/einops,2024-04-28 04:07:49.000,2040.0,7074679.0,7080954.0,https://anaconda.org/conda-forge/einops,2024-12-15 10:47:58.140,326349.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-02-06 12:42:53.000000,2025-02-06 03:52:16,40235.0,463.0,922.0,157.0,11240.0,1073.0,5696.0,8643.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,3622.0,3622.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +137,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-06 01:36:18.000000,2025-02-05 18:15:46,1178.0,81.0,790.0,293.0,1566.0,314.0,439.0,8506.0,Open Source AI/ML Platform.,101.0,35,True,2025-01-31 17:23:51.000,2.13.9,173.0,metaflow,conda-forge/metaflow,,,,848.0,799.0,https://pypi.org/project/metaflow,2025-01-31 17:23:51.000,49.0,406526.0,411325.0,https://anaconda.org/conda-forge/metaflow,2025-02-05 22:33:49.577,263953.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-02-04 06:42:07.000000,2025-02-04 05:21:24,3452.0,107.0,805.0,75.0,3834.0,158.0,941.0,7324.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",220.0,35,True,2025-02-04 06:42:07.000,1.3.21,176.0,bentoml,,,,,2417.0,2384.0,https://pypi.org/project/bentoml,2025-02-04 06:42:07.000,33.0,98769.0,98783.0,,,,,,,,2.0,647.0,,,,,,,,,,,,,,,,,,,, +139,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,15.0,1123.0,190.0,242.0,279.0,288.0,5956.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,,,,6035.0,5775.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,208330.0,217974.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,501488.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +140,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-02-04 05:26:57.000000,2025-02-03 18:01:02,10583.0,33.0,1742.0,143.0,2556.0,687.0,1242.0,5709.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,35,True,2024-04-03 16:21:23.000,2.8.0,971.0,deepchem,conda-forge/deepchem,,,['tensorflow'],515.0,499.0,https://pypi.org/project/deepchem,2025-02-04 05:26:57.000,16.0,58859.0,60878.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113112.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,7.0,877.0,115.0,541.0,150.0,347.0,4960.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'],17641.0,17444.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,680682.0,686897.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,341864.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,25.0,230.0,64.0,145.0,79.0,621.0,4116.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,,,,10679.0,10344.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,3016038.0,3023866.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,438411.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-06 15:01:56.000000,2025-01-30 15:49:13,8651.0,34.0,719.0,100.0,13415.0,45.0,866.0,3911.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'],584.0,547.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4313048.0,4313048.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-06 11:34:33.000000,2025-01-29 01:04:12,2326.0,7.0,668.0,73.0,2923.0,270.0,729.0,2597.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,6329114.0,6329114.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-01-31 04:43:04.000000,2025-01-29 18:40:04,5054.0,56.0,1102.0,148.0,1401.0,63.0,749.0,1936.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,,,938.0,898.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,82605.0,82741.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13775.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,1678.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,,,,83957.0,81338.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15492962.0,15493512.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51718.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,16.0,365.0,56.0,1224.0,313.0,995.0,1461.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,,,,7214.0,6496.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,414219.0,492774.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4477673.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-04 10:59:27.000000,2025-02-04 10:59:06,2020.0,110.0,179.0,26.0,2014.0,43.0,197.0,1248.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'],12997.0,12942.0,https://pypi.org/project/scikit-learn-intelex,2025-01-16 17:43:44.000,55.0,70303.0,80070.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2024-11-13 16:09:05.160,449302.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,1175.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,,,,4467.0,4413.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,14329119.0,14335596.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,291507.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,33.0,595.0,1087.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,,,,40417.0,38677.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,8755931.0,8931305.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9645585.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,31152.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'],2277.0,2264.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,1.0,10773.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,592509.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,26033.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,,,,7431.0,7184.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1355897.0,1358180.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,121001.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-06 13:48:11.000000,2025-01-19 03:16:46,9035.0,18.0,3127.0,276.0,1308.0,158.0,718.0,19709.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,153.0,149.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20456.0,20464.0,,,,,,,,1.0,672.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,13468.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,,,,4912.0,4711.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,797362.0,809441.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,640193.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-01-27 17:48:43.000000,2025-01-27 17:43:42,1201.0,13.0,1318.0,150.0,183.0,277.0,1370.0,9020.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,154.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1129.0,1115.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5475.0,10067.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,289344.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-05 06:56:15.165000,2025-02-04 22:57:28,6244.0,80.0,1200.0,124.0,1784.0,105.0,752.0,8789.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-02-05 01:28:22.000,3.3.3,142.0,perspective-python,conda-forge/perspective,,,['jupyter'],194.0,160.0,https://pypi.org/project/perspective-python,2025-02-05 01:26:43.000,28.0,23290.0,56837.0,https://anaconda.org/conda-forge/perspective,2025-02-05 06:56:15.165,1827078.0,,,,,2.0,8516.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-01-14 22:54:19.737,6.0,473.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,14.0,862.0,84.0,292.0,81.0,376.0,7907.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,,,,53822.0,53197.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2634486.0,2657301.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1254593.0,,,,,2.0,455.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-05 06:21:17.000000,2024-12-24 06:19:04,4785.0,70.0,895.0,140.0,504.0,94.0,822.0,7359.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,,,,3669.0,3473.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,281358.0,281500.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8395.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-06 15:10:15.000000,2025-02-06 12:37:07,32575.0,23.0,2004.0,385.0,6924.0,2850.0,6702.0,7026.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",272.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,198401.0,198401.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-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,6910.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,13728748.0,13740538.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,660282.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-04 05:17:58.000000,2025-02-04 05:16:49,3621.0,154.0,737.0,145.0,133.0,104.0,353.0,6378.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'],880.0,830.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,168973.0,168973.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,6080.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'],2354.0,2299.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,687857.0,688060.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12424.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +163,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-05 20:06:26.000000,2025-02-05 20:06:26,30593.0,69.0,1622.0,188.0,2250.0,28.0,1622.0,5231.0,"mlpack: a fast, header-only C++ machine learning library.",327.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,9127.0,14906.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,323663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +164,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,47.0,503.0,284.0,936.0,249.0,343.0,5062.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'],2937.0,2811.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,265807.0,268742.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,111533.0,,,,,1.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-02-05 07:18:35.000000,2025-02-04 17:03:04,12556.0,90.0,1181.0,99.0,1433.0,22.0,883.0,5028.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,,,,674.0,654.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27287.0,28437.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,63268.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-02-06 00:18:35.000000,2025-01-04 10:16:52,1749.0,13.0,633.0,59.0,1898.0,159.0,1274.0,4578.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,765.0,34,True,2024-08-13 12:47:02.000,0.5.1,1881.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3609.0,3508.0,https://pypi.org/project/pytorch-ignite,2025-02-06 00:18:35.000,101.0,156000.0,158709.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,216783.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-02-04 21:03:25.000000,2025-02-04 14:58:58,1356.0,20.0,298.0,40.0,509.0,103.0,253.0,4131.0,Lightning fast forecasting with statistical and econometric models.,48.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1475.0,1416.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,1003251.0,1007589.0,https://anaconda.org/conda-forge/statsforecast,2024-12-05 02:05:49.029,151856.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-02-03 12:10:01.000000,2025-01-30 19:52:22,1551.0,22.0,370.0,92.0,798.0,142.0,458.0,3372.0,Quickly and accurately render even the largest data.,60.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5670.0,5440.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,149659.0,172943.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1327192.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-02-06 01:10:25.000000,2025-02-06 01:06:59,2119.0,71.0,413.0,51.0,1872.0,76.0,494.0,3167.0,Bayesian optimization in PyTorch.,136.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1425.0,1325.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,226622.0,229211.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,139850.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-01-09 16:44:28.000000,2025-01-09 16:44:27,1067.0,18.0,505.0,57.0,153.0,359.0,173.0,2849.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'],5071.0,4719.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,617751.0,663040.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2355072.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-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,277.0,78.0,799.0,21.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,,,,60330.0,60178.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10038052.0,10097326.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3378169.0,,,,,2.0,798.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-02-05 10:33:47.000000,2025-02-05 10:33:07,5385.0,46.0,562.0,20.0,1493.0,1136.0,716.0,2369.0,"This is the development home of the workflow management system Snakemake. For general information, see.",348.0,34,True,2025-01-08 19:26:46.000,8.27.1,376.0,snakemake,bioconda/snakemake,,,,2492.0,2235.0,https://pypi.org/project/snakemake,2025-01-08 19:26:46.000,257.0,86764.0,98426.0,https://anaconda.org/bioconda/snakemake,2025-01-08 21:05:49.978,1306235.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-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,1428.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,,,,20540.0,20283.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1050542.0,1052801.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,103709.0,,,,,2.0,51625.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-02-03 17:40:55.000000,2025-01-27 18:01:21,584.0,25.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,,,,115631.0,115098.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14825882.0,15166828.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,13978786.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +175,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-06 15:00:44.000000,2025-02-06 14:58:53,7764.0,1028.0,3061.0,272.0,7981.0,138.0,716.0,27835.0,You like pytorch? You like micrograd? You love tinygrad!.,367.0,33,True,2025-02-05 03:26:55.000,0.10.1,10.0,,,,,['pytorch'],159.0,159.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +176,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-06 12:18:45.000000,2025-02-04 18:43:15,19045.0,235.0,4895.0,395.0,5838.0,145.0,4013.0,27153.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,867.0,33,False,2025-02-04 18:45:19.000,25.2.1.2,519.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-02-04 18:47:10.000,,22059.0,22059.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-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2875.0,390.0,126.0,239.0,561.0,26289.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'],898.0,886.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24839.0,84884.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,102748.0,,,,,2.0,3738593.0,,,,,,,,,,,,,,,,,,,, +178,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,25764.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'],518.0,494.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,26085.0,42160.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3519.0,,,,,2.0,1231595.0,,,,,,,,,,,,,,,,,,,, +179,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-06 14:15:08.000000,2025-02-03 18:10:54,3847.0,344.0,1475.0,125.0,4272.0,348.0,1067.0,21647.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",130.0,33,True,2025-01-28 14:03:53.000,1.13.2,93.0,,,,,,116.0,116.0,,,,,6749.0,,,,,,,,2.0,310464.0,,,,,,,,,,,,,,,,,,,, +180,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,433.0,1737.0,18823.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,185876.0,215599.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1365889.0,,,,,1.0,2928.0,,,,,,,,,,,,,,,,,,,, +181,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,15789.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'],1539.0,1525.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9731.0,9731.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +182,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,11738.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,,,,7507.0,7304.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,184655.0,189056.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,246501.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +183,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,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,68758.0,68890.0,,,,,,,,2.0,11400.0,,,,,,,,,,,,,,,,,,,, +184,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,2.0,2324.0,219.0,256.0,130.0,419.0,10266.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,1652689.0,1664040.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,624354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +185,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-01-28 02:57:49.000000,2024-11-03 12:40:00,33357.0,,1994.0,198.0,5872.0,46.0,3393.0,9606.0,Perform data science on data that remains in someone elses server.,515.0,33,True,2024-10-30 16:39:01.000,0.9.2,323.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2024-11-03 12:40:12.000,4.0,23631.0,23795.0,,,,,,,,1.0,2467.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-01-20 11:16:12.000000,2024-12-25 06:44:36,2948.0,5.0,1687.0,92.0,1707.0,21.0,2143.0,8836.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'],1363.0,1356.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1795.0,1795.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,570.0,7334.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,,,,19511.0,19058.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2158887.0,2174521.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,813015.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,6814.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,192.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],333.0,310.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,14437.0,14437.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'],1689.0,1671.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,15050.0,15363.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12455.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,5957.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']",1616.0,1522.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,123348.0,138309.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,792948.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,5896.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,,,,3428.0,3370.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10879.0,11237.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21491.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-05 07:58:27.000000,2025-02-04 12:22:00,2475.0,36.0,661.0,96.0,279.0,498.0,578.0,5800.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,,,1615.0,1562.0,https://pypi.org/project/clearml,2025-02-05 07:58:27.000,53.0,380141.0,380633.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3082.0,,,,,,,clearml/clearml,,,,,,,,,,,,, +193,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,4560.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,6329195.0,6357169.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1566561.0,,,,,2.0,120.0,,,,,,,,,,,,,,,,,,,, +194,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-04 19:26:40.000000,2024-12-20 19:13:34,3885.0,5.0,870.0,56.0,1726.0,429.0,1272.0,4312.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'],827.0,805.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,51991.0,81679.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,452829.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1392036.0,2.0,7613.0,,,,,,,,,,,,,,,,,,,, +195,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-06 14:35:38.000000,2025-02-06 12:57:46,3619.0,87.0,401.0,32.0,3431.0,59.0,2139.0,4291.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,108.0,33,True,2025-02-06 14:33:25.000,2.7.1,100.0,rubrix,conda-forge/rubrix,,,,2889.0,2889.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,6863.0,7953.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,41435.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +196,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,17.0,355.0,58.0,1405.0,123.0,185.0,3986.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,,,,894.0,832.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,105553.0,106577.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,58417.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +197,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-06 11:34:39.000000,2024-08-14 20:32:21,1311.0,,812.0,321.0,1471.0,332.0,519.0,3525.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,673847.0,673847.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +198,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,5.0,618.0,116.0,1194.0,365.0,1116.0,3369.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'],2010.0,1834.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,116321.0,130228.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,735366.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,33.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-02-03 18:02:45.000000,2025-02-03 18:02:45,3080.0,56.0,717.0,76.0,974.0,297.0,664.0,2817.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",134.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1422.0,1369.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,78421.0,78431.0,,,,,,,,2.0,589.0,,,,,,,,,,,,,,,,,,,, +200,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,2402.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,,,,3503.0,3342.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2665314.0,2672299.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,398172.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +201,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,149.0,24.0,449.0,169.0,326.0,2219.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'],1181.0,981.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,1002993.0,1002993.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +202,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,2024-12-24 01:00:06.000000,2024-12-12 02:46:04,5965.0,18.0,714.0,88.0,6054.0,257.0,876.0,2126.0,TFX is an end-to-end platform for deploying production ML pipelines.,193.0,33,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1705.0,1688.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,45454.0,45454.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +203,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,2087.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,,,,12812.0,12536.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6587859.0,6609714.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1223932.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-02-05 16:00:37.000000,2025-02-05 16:00:36,3773.0,12.0,193.0,48.0,1406.0,134.0,745.0,2016.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,,,,3098.0,3077.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,320886.0,340546.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1042003.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,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,1630.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13393.0,13181.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,890635.0,969902.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,158535.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,,, +206,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,12.0,289.0,44.0,295.0,59.0,215.0,1592.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,,,,984.0,885.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,53320.0,60475.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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-01-22 13:37:27.000000,2025-01-22 13:37:24,2937.0,12.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,,,,4725.0,4319.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,223428.0,242194.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,701384.0,,,,,1.0,566286.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-02-05 19:56:30.000000,2025-02-05 19:56:30,11645.0,41.0,249.0,54.0,12378.0,268.0,2226.0,994.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'],191.0,157.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,209168.0,209168.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-02-06 09:21:05.000000,2025-02-06 09:21:04,3787.0,36.0,4359.0,386.0,4262.0,442.0,1275.0,39047.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,,,,,,461.0,461.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +210,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,10.0,3151.0,153.0,58.0,139.0,142.0,21636.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,32,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],612.0,595.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,29612.0,29612.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +211,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,19328.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,9881.0,9881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +212,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,18004.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,3128.0,3308.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9592.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +213,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,11304.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,2483.0,2483.0,,,,,,,,3.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,280.0,3401.0,51.0,1494.0,10498.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,219.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,2710.0,2710.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +215,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-01-02 20:27:51.226000,2024-02-23 19:03:07,2440.0,,1572.0,289.0,434.0,298.0,639.0,9833.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'],3235.0,3197.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,41031.0,46125.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,285307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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,9239.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,7727358.0,7738741.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,580575.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-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,8647.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,363220.0,367854.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,217838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +218,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,8520.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,35452.0,41542.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,316683.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,,, +219,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-03 09:42:20.000000,2025-02-03 09:42:19,1286.0,28.0,903.0,62.0,1064.0,245.0,1369.0,8308.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,86844.0,88481.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,69828.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1133.0,2.0,,,,,,,,,,,,,,,,,,,,, +220,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,172.0,6.0,365.0,8055.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,,,,,3439.0,3285.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,368346.0,368347.0,,,,,,,,2.0,170.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +221,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,2024-11-29 15:34:40.000000,2024-11-29 15:34:40,1865.0,8.0,815.0,127.0,291.0,490.0,342.0,7611.0,Uniform Manifold Approximation and Projection.,138.0,32,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,1733509.0,1783862.0,https://anaconda.org/conda-forge/umap-learn,2024-10-29 17:21:14.789,2819812.0,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,,, +222,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-02-05 18:00:40.000000,2025-01-15 20:29:03,3291.0,7.0,972.0,138.0,675.0,61.0,1171.0,7351.0,Python library for audio and music analysis.,125.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,43.0,librosa,conda-forge/librosa,,,,1358.0,,https://pypi.org/project/librosa,2024-05-14 15:49:38.000,1358.0,2906187.0,2921762.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,856669.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-06 08:41:53.000000,2025-02-06 08:36:13,3915.0,268.0,1295.0,255.0,10057.0,1048.0,1664.0,7081.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,31510.0,31517.0,,,,,,,,2.0,648.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-05 21:43:46.000000,2025-02-03 23:48:51,226.0,18.0,1117.0,201.0,175.0,148.0,347.0,6410.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,74.0,kaggle,conda-forge/kaggle,,,,230.0,21.0,https://pypi.org/project/kaggle,2024-07-24 19:08:19.000,209.0,253332.0,257284.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,209460.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +225,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,5997.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,2538891.0,2550608.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,644435.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-05 20:11:25.000000,2025-01-20 14:41:04,2238.0,20.0,329.0,44.0,2218.0,383.0,670.0,5339.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,1187.0,aim,conda-forge/aim,,,,848.0,807.0,https://pypi.org/project/aim,2025-02-05 20:11:25.000,41.0,168107.0,170611.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,107700.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,34.0,552.0,84.0,640.0,122.0,500.0,5183.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,,,,700.0,636.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,82459.0,84643.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,100466.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,4141.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,389450.0,389458.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 12:47:40.000000,2025-01-22 23:45:49,1937.0,27.0,640.0,45.0,936.0,493.0,321.0,4119.0,Time series forecasting with PyTorch.,62.0,32,True,2024-11-19 17:01:21.000,1.2.0,37.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,509.0,487.0,https://pypi.org/project/pytorch-forecasting,2024-11-19 17:01:21.000,22.0,75324.0,76676.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,71699.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,3848.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,,,,27222.0,26651.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5259666.0,5266109.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,315731.0,,,,,2.0,33.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,3774.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,,,,1071.0,1041.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,300350.0,319239.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1057791.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +232,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,3516.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,,,,15947.0,15678.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1452657.0,1460921.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,421484.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-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,1938670.0,1940760.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,112871.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-02-03 11:04:03.000000,2025-01-22 21:22:52,1220.0,16.0,378.0,34.0,564.0,120.0,471.0,3276.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,,,,321.0,296.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,68271.0,69149.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,30762.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-02-06 13:15:35.000000,2025-02-05 15:58:45,1345.0,56.0,288.0,30.0,1211.0,78.0,518.0,3270.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'],397.0,379.0,https://pypi.org/project/lightly,2025-01-28 13:47:58.000,18.0,40346.0,40346.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +236,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,,,,7683.0,7315.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,645407.0,659532.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,762761.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-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'],2919.0,2619.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1468958.0,1476484.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,301043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +238,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,262.0,45.0,356.0,220.0,143.0,2096.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,,,,,17272.0,16869.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2479992.0,2479992.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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-02-06 01:55:17.000000,2025-02-06 01:55:00,1636.0,19.0,171.0,17.0,869.0,110.0,458.0,1391.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,,,,872.0,836.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,90534.0,94720.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,238637.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-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,10.0,251.0,49.0,552.0,33.0,189.0,1360.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,,,,2514.0,2401.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,2169015.0,2178431.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,527327.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-02-05 11:09:28.000000,2025-01-24 18:28:19,740.0,10.0,110.0,25.0,601.0,367.0,467.0,1163.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,,,,6724.0,6506.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,194762.0,207467.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,711533.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-01-31 21:59:58.000000,2025-01-31 21:59:58,1211.0,52.0,216.0,22.0,161.0,30.0,208.0,1158.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'],750.0,713.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,162429.0,168073.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,220128.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +243,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,36.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,,,,52473.0,51406.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4422758.0,4422918.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21148.0,,,,,,,,,,,,,,,,,,,, +244,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-01-31 15:49:25.000000,2025-01-31 15:49:25,14759.0,60.0,442.0,57.0,2274.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,,,,1480.0,1352.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,36781.0,47791.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,583544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +245,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,12.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,,,,55783.0,55672.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10277122.0,10322646.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2412022.0,,,,,2.0,1007.0,,,,,,,,,,,,,,,,,,,, +246,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,15.0,2712.0,305.0,954.0,249.0,700.0,16325.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,7208.0,7222.0,,,,,,,,2.0,773.0,,,,,,,,,,,,,,,,,,,, +247,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,14112.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,15838.0,15838.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +248,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,12789.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'],1836.0,1829.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5012.0,5023.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,,, +249,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,2472.0,212.0,491.0,246.0,482.0,10582.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,63.0,63.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2102.0,2102.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +250,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,785.0,87.0,817.0,111.0,290.0,10141.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,,,,450.0,432.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,34145.0,34960.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,37526.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +251,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,2.0,1299.0,422.0,91.0,32.0,161.0,9811.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'],1405.0,1386.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,20872.0,21489.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,38894.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +252,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'],5128.0,5114.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3835.0,3835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +253,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,145.0,760.0,9196.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],807.0,794.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18825.0,19045.0,,,,,,,,2.0,19199.0,,,,,,,,,,,,,,,,,,,, +254,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,8.0,1215.0,171.0,446.0,68.0,474.0,8557.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,238563.0,263476.0,https://anaconda.org/conda-forge/tsfresh,2025-01-11 09:36:48.060,1420051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +255,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,8524.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'],2961.0,2961.0,,,,,8281.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,430630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +256,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,7717.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'],678.0,644.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,15628.0,16254.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28827.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,,, +257,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,1.0,878.0,160.0,1733.0,154.0,865.0,7355.0,An open source python library for automated feature engineering.,74.0,31,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1970.0,1896.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,61641.0,65749.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,230097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +258,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,296.0,161.0,268.0,5810.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,,,,1155.0,1141.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,14605.0,14778.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +259,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,,1084.0,109.0,268.0,107.0,504.0,5734.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'],4824.0,4682.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,153999.0,154590.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,23665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +260,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,4552.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,,,,49713.0,49278.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,434067.0,438020.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,217458.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +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,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,668.0,66.0,229.0,245.0,164.0,4519.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,,,,7646.0,7512.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,612082.0,618311.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,311454.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-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1013.0,151.0,132.0,139.0,104.0,4493.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,,,,5561.0,5454.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,212567.0,213260.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,33285.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +263,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-06 03:05:34.000000,2025-02-05 19:50:13,15641.0,76.0,546.0,76.0,3769.0,919.0,1645.0,4388.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2024-12-11 21:41:19.000,24.12.00,43.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3216.0,3216.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,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-02 20:27:15.826000,2025-01-29 15:56:09,3938.0,35.0,561.0,57.0,929.0,370.0,986.0,3638.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'],193.0,,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,279424.0,282801.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,192499.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +265,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,3440.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,,,,8363.0,8243.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1670773.0,1673689.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,268358.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +266,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,3427.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,145646.0,145828.0,,,,,,,,3.0,18245.0,,,,,,,,,,,,,,,,,,,, +267,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,3247.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'],7507.0,7354.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,470752.0,480816.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,392517.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +268,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,234.0,36.0,559.0,72.0,177.0,2953.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,,,,2467.0,2292.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,289162.0,289757.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,28597.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +269,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,2871.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'],5215.0,5100.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,378998.0,380177.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,49528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +270,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-01-10 16:26:40.000000,2025-01-10 15:57:55,1707.0,15.0,334.0,36.0,370.0,40.0,185.0,2771.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-01-10 16:26:40.000,2.7.6,49.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-01-10 16:26:40.000,4.0,9703.0,9703.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +271,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-01-23 09:38:41.221000,2025-01-23 09:34:09,1972.0,28.0,159.0,31.0,380.0,75.0,115.0,2442.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",62.0,31,True,2025-01-23 09:38:41.221,2.17.1,138.0,usearch,,unum/usearch,,,201.0,159.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,219161.0,229050.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,49005.0,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,7303.0,,,,,,,,,,,,,, +272,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,2372.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,,,,7097.0,6942.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,333924.0,338631.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,220964.0,,,,,2.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,762.0,,,,,,,,,,,,,, +273,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,2349.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,,,,605.0,592.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,65152.0,66357.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,60273.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-02-06 07:39:08.000000,2025-02-06 07:39:03,1965.0,148.0,212.0,48.0,305.0,190.0,167.0,2205.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,17812.0,17812.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +275,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-06 02:05:18.000000,2025-02-06 01:59:55,756.0,23.0,345.0,46.0,416.0,71.0,252.0,1747.0,Training PyTorch models with differential privacy.,84.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],1019.0,983.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,94839.0,95401.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,20736.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,,, +276,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,1694.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,1478732.0,1478732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +277,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-06 14:59:36.000000,2025-02-06 13:19:01,4604.0,172.0,53.0,178.0,604.0,162.0,505.0,1622.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,37043.0,37093.0,,,,,,,,2.0,3208.0,,,,,,,,,,,,,,,,,,,, +278,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,1614.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,,,,10755.0,10602.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2628343.0,2652787.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1271090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +279,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,1504.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'],14342.0,14058.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,163994.0,193017.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1364432.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5086.0,,,,,,,,,,,,,, +280,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 02:46:21.000000,2025-02-06 02:40:27,4396.0,23.0,302.0,77.0,679.0,18.0,636.0,1358.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,41.0,pysal,conda-forge/pysal,,,,1776.0,1727.0,https://pypi.org/project/pysal,2024-07-30 17:42:53.000,49.0,27990.0,38922.0,https://anaconda.org/conda-forge/pysal,2024-12-23 13:20:05.726,601302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +281,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-03 22:28:36.000000,2025-02-03 22:28:35,10849.0,59.0,251.0,39.0,1518.0,209.0,358.0,1290.0,Computations and statistics on manifolds with geometric structures.,94.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,4006.0,4174.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5385.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +282,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-04 16:07:40.000000,2025-02-04 16:07:40,14465.0,185.0,300.0,34.0,1945.0,516.0,690.0,1083.0,Python package for earth-observing satellite data processing.,174.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,11736.0,16217.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,250941.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +283,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,12.0,243.0,50.0,419.0,77.0,285.0,1081.0,"OpenCL integration for Python, plus shiny features.",97.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2321.0,2140.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,90869.0,120182.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1641536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +284,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,118.0,25.0,66.0,772.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,15807614.0,15897726.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9191472.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-02-06 10:26:28.000000,2025-01-31 12:03:58,179937.0,3273.0,97.0,51.0,2451.0,68.0,319.0,690.0,TensorFlow ROCm port.,4814.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,7335.0,7335.0,,,,,,,,3.0,27.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-02-04 08:52:41.000000,2024-12-15 00:03:38,17327.0,42.0,111.0,27.0,3630.0,535.0,3417.0,556.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,16071.0,30206.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,791612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +287,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,17544.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,30,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,986.0,1122.0,,,,,,,,3.0,14828.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,,2159.0,289.0,98.0,311.0,446.0,8713.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,,,,1759.0,1740.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10240.0,22033.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8671.0,,,,,2.0,954218.0,,,,,,,,,,,,,,,,,,,, +289,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,41.0,75.0,147.0,5747.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'],4567.0,4451.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,864244.0,864589.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19677.0,,,,,1.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-01-02 15:40:47.000000,2024-12-13 16:40:15,828.0,9.0,407.0,71.0,304.0,62.0,534.0,4837.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']",1392.0,1344.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,102698.0,109446.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,384678.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +291,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,1823.0,331.0,637.0,4753.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,661441.0,661474.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +292,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,,,,1611.0,1546.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,132277.0,132986.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,31202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +293,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,4129.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,,,,6820.0,6670.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,638240.0,644083.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,298005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +294,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-05 23:23:31.000000,2025-02-05 23:18:24,1289.0,39.0,511.0,65.0,792.0,3.0,562.0,3899.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,17285.0,17285.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,2024-12-24 14:19:50.859000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1067.0,271.0,368.0,3641.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,167924.0,196036.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1484584.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,2067.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,3443.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,,,,1357.0,1294.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,430269.0,433757.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,181378.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,3110.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'],3170.0,3078.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,135346.0,141741.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,338960.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,2936.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'],1699.0,1620.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,406180.0,433547.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1532592.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +299,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-06 11:34:46.000000,2025-02-04 22:11:32,2349.0,142.0,466.0,36.0,2532.0,338.0,131.0,2030.0,Pytorch domain library for recommendation systems.,318.0,30,True,2024-10-21 22:05:16.000,1.0.0-rc3,77.0,torchrec-nightly-cpu,,,,,173.0,173.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,3943.0,3943.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +300,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-01-30 14:56:23.000000,2025-01-30 14:56:22,930.0,37.0,425.0,38.0,963.0,160.0,345.0,2001.0,A Python package to assess and improve fairness of machine learning models.,91.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,151967.0,152783.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,41652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +301,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2024-11-05 23:42:06.000000,2024-11-05 23:42:06,1611.0,,287.0,56.0,143.0,83.0,194.0,1901.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2024-07-30 16:38:24.000,2024.1.2,55.0,pycuda,conda-forge/pycuda,,,,3572.0,3415.0,https://pypi.org/project/pycuda,2024-07-30 13:53:42.000,157.0,88152.0,106741.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,873729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +302,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,1812.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'],6954.0,6851.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,126419.0,128360.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,91243.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +303,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-02-06 13:41:54.000000,2025-02-06 09:28:21,2899.0,6.0,189.0,27.0,737.0,114.0,463.0,1737.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,30,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,299.0,280.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,15733.0,15737.0,,,,,,,,2.0,230.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,1683.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,,,,2895.0,2739.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,149812.0,152509.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,151048.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-02-06 14:57:52.000000,2025-02-06 14:57:50,2449.0,195.0,164.0,11.0,1107.0,104.0,1046.0,1663.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,30,True,2025-02-05 14:21:33.000,0.18.40,262.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-02-05 10:28:04.000,,9480.0,9480.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-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,1490.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,,,,3226.0,2788.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,114342.0,123092.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,385036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +307,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-06 08:05:59.000000,2024-11-28 09:24:18,4025.0,54.0,147.0,8.0,706.0,25.0,166.0,1239.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'],409.0,394.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,103547.0,103547.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +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-01-04 18:02:53.000000,2025-01-04 18:02:53,16704.0,50.0,383.0,46.0,1657.0,302.0,2999.0,944.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,1598.0,1660.0,,,,,,,,2.0,8306.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,,,,19960.0,19237.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2601139.0,2639065.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,910227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +310,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,15992.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,,,,,607.0,604.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1168.0,1168.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +311,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-01-16 02:45:17.000000,2024-12-03 04:02:11,2300.0,3.0,2911.0,198.0,3790.0,1251.0,4270.0,13042.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,29,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,872.0,872.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +312,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,9052.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,192887.0,193744.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,47997.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +313,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-01-21 03:29:48.000000,2025-01-21 03:29:47,1067.0,11.0,935.0,140.0,764.0,135.0,352.0,7257.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,,,,524.0,506.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,41580.0,42327.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,38118.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,,, +314,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,6777.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'],427.0,423.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12025.0,12025.0,,,,,,,,2.0,,-2.0,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +315,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,6238.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'],790.0,783.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2501.0,2678.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +316,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,788.0,5859.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,89488.0,89488.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-01-10 18:33:36.000000,2025-01-10 18:33:36,630.0,3.0,781.0,84.0,358.0,54.0,348.0,5199.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,,,,,246.0,244.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,43332.0,43332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +318,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,15.0,834.0,143.0,1603.0,387.0,403.0,5092.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,249925.0,249925.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +319,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,5.0,634.0,147.0,800.0,141.0,356.0,4808.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,140307.0,140315.0,,,,,,,,2.0,493.0,,,,,,,,,,,,,,,,,,,, +320,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,603.0,46.0,557.0,11.0,,4281.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,,,,1655.0,1624.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,174625.0,177494.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,88327.0,,,,,2.0,31764.0,,,,,,,,,,,,,,,,,,,, +321,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,37.0,468.0,42.0,1036.0,25.0,360.0,4230.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,46651.0,147237.0,,,,,,,,2.0,4828137.0,,,,,,,,,,,,,,,,,,,, +322,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,,,,369.0,350.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,96213.0,98706.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,94769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +323,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,4019.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,,,,20362.0,20240.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,199304.0,234148.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,383291.0,,,,,3.0,,4.0,,,,,,,,,,,,,,,,,,, +324,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-04 14:28:34.000000,2025-02-04 14:04:43,728.0,24.0,701.0,43.0,1064.0,147.0,820.0,4018.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,26863.0,27321.0,,,,,,,,2.0,17406.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,2024-12-15 15:25:31.000000,2024-12-12 15:50:20,1496.0,9.0,260.0,22.0,1759.0,254.0,730.0,3701.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,,,,,491.0,479.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,33414.0,33449.0,,,,,,,,2.0,1414.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,231.0,95.0,406.0,3615.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,,,,1682.0,1653.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,261073.0,282480.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1132219.0,,,,,2.0,1689.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,112.0,93.0,23.0,101.0,3548.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,,,,3524.0,3493.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,138352.0,138600.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10913.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,64.0,56.0,9.0,,3436.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,,,,7911.0,7812.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,866213.0,880384.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,722122.0,,,,,2.0,1051.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,7.0,413.0,52.0,95.0,138.0,528.0,3106.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,10133.0,10931.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,35130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +330,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-05 15:49:41.000000,2025-02-05 15:49:41,8384.0,21.0,357.0,83.0,9844.0,97.0,349.0,3093.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,28237.0,28490.0,,,,,,,,3.0,11929.0,,,,,,,,,,,,,,,,,,,, +331,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,3045.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13139.0,13030.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,63653.0,63653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +332,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-02-04 11:20:11.000000,2025-02-04 11:00:39,3001.0,13.0,1007.0,123.0,546.0,61.0,306.0,2603.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,385995.0,408859.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1188957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +333,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'],1689.0,1667.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,89099.0,89099.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,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-02 00:06:18.000000,2025-02-02 00:06:11,564.0,5.0,428.0,94.0,120.0,81.0,265.0,2378.0,bt - flexible backtesting for Python.,34.0,29,True,2024-08-06 13:46:05.000,1.1.0,28.0,bt,conda-forge/bt,,,,1655.0,1645.0,https://pypi.org/project/bt,2024-08-06 00:08:14.000,10.0,6600.0,8133.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,70563.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-02-01 22:48:11.000000,2025-02-01 22:48:10,1281.0,18.0,193.0,20.0,182.0,49.0,141.0,1940.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,29,True,2024-12-06 14:37:11.000,0.38.0,42.0,audiomentations,,,,,685.0,664.0,https://pypi.org/project/audiomentations,2024-12-06 14:37:11.000,21.0,48478.0,48478.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-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,1861.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'],758.0,723.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,63748.0,64862.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,40108.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +337,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,1605.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'],4451.0,4414.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2232485.0,2233192.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,34652.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-06 12:33:00.000000,2025-02-06 11:15:39,1484.0,6.0,166.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'],2139.0,2041.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,225595.0,228207.0,https://anaconda.org/conda-forge/spacy-transformers,2024-12-11 20:40:27.070,101856.0,,,,,2.0,97.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-02-05 15:52:08.000000,2025-02-05 15:50:51,2441.0,132.0,421.0,54.0,603.0,190.0,268.0,1346.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,1631.0,1814.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +340,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,1315.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'],682.0,663.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,162972.0,163330.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22558.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +341,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,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,3347142.0,3395441.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2366679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +342,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-05 15:23:45.000000,2025-02-05 10:08:25,3245.0,36.0,122.0,16.0,334.0,7.0,190.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,363070.0,430389.0,https://anaconda.org/conda-forge/mpi4py,2025-02-02 07:36:24.007,3472599.0,,,,,2.0,29656.0,,,,,,,,,,,,,,,,,,,, +343,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-01-29 19:17:03.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1462.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,986899.0,986899.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +344,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-01-13 10:55:05.000000,2025-01-13 10:55:04,869.0,20.0,77.0,26.0,422.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",32.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1261.0,1198.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15700.0,20917.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,276524.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +345,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,,,,813.0,736.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,518344.0,523902.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,316837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +346,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,,,,28413.0,28278.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2373205.0,2391399.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,946111.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +347,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,631.0,233.0,53.0,,15716.0,Python Backtesting library for trading strategies.,56.0,28,False,,,157.0,backtrader,,,,,2706.0,2632.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,59180.0,59180.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,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-05 20:01:51.000000,2025-02-05 20:01:45,1629.0,3.0,815.0,139.0,1577.0,122.0,125.0,8157.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,,,,,211.0,210.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4254.0,4254.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +349,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,347.0,81.0,51.0,231.0,8063.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,916.0,890.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3005.0,3364.0,,,,,,,,2.0,32333.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +350,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,7200.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,75571.0,75571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +351,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,6334.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,,2342.0,2342.0,,,,,,,,3.0,17.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +352,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,5969.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,,,,,573.0,561.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16028.0,16028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +353,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-06 14:45:30.000000,2025-02-06 10:20:35,964.0,547.0,320.0,52.0,1074.0,51.0,115.0,4883.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",35.0,28,True,2025-02-05 12:04:19.000,1.4.10,91.0,opik,,,,,4.0,,https://pypi.org/project/opik,2025-02-05 12:04:44.000,4.0,30372.0,30372.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +354,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,4835.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,,,,1698.0,1666.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,261506.0,264575.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,260944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +355,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,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],335.0,333.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1242.0,1242.0,,,,,,,,3.0,25.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-02-03 18:12:59.000000,2025-01-30 18:31:38,6195.0,17.0,530.0,147.0,1953.0,338.0,1404.0,4618.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,3046.0,3113.0,,,,,,,,2.0,7803.0,,,,,,,,,,,,,,,,,,,, +357,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,4574.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,,,,10417.0,10320.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,284639.0,284978.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,15978.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +358,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'],18507.0,18372.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,183970.0,183970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +359,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,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,,,,,1087.0,1075.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1784.0,1784.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +360,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-01-08 20:53:32.000000,2024-10-18 19:27:15,995.0,,590.0,94.0,341.0,27.0,761.0,3404.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2024-10-18 19:28:12.000,1.1.1,77.0,pomegranate,conda-forge/pomegranate,,,,59.0,,https://pypi.org/project/pomegranate,2024-10-18 19:28:12.000,59.0,19267.0,22658.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,193330.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +361,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,3320.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1261.0,1231.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,16702.0,16702.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +362,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,3087.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,,,,,219.0,216.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,31417.0,31418.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,,, +363,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,3012.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,,,,1479.0,1426.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,113905.0,115805.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,96905.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +364,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,695.0,2952.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,,,,,878.0,858.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12808.0,12808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +365,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-01-23 23:29:55.000000,2025-01-23 23:29:22,2311.0,5.0,722.0,79.0,206.0,200.0,471.0,2847.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,32972.0,32972.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +366,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,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'],381.0,374.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10427.0,10427.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +367,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,2348.0,Stand-alone language identification system.,9.0,28,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12264.0,12109.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,423302.0,423302.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +368,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,2293.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,,,,,524.0,517.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,90682.0,90682.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +369,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,2293.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'],7277.0,7204.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,140313.0,140556.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14195.0,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +370,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-06 10:46:01.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2254.0,A modular active learning framework for Python.,20.0,28,False,2025-02-06 10:15:42.000,0.73.17,1669.0,modAL,,,,['sklearn'],84.0,,https://pypi.org/project/modAL,2025-02-06 10:46:01.000,84.0,857432.0,857432.0,,,,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,,, +371,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-02 00:19:32.000000,2025-02-02 00:19:24,498.0,5.0,300.0,68.0,128.0,24.0,107.0,2109.0,ffn - a financial function library for Python.,35.0,28,True,2024-11-02 20:02:17.000,1.1.1,38.0,ffn,conda-forge/ffn,,,,535.0,517.0,https://pypi.org/project/ffn,2024-11-02 20:01:43.000,18.0,16879.0,17217.0,https://anaconda.org/conda-forge/ffn,2024-12-31 14:50:49.608,15572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +372,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-11-25 08:44:55.000000,2024-11-25 08:44:55,211.0,1.0,254.0,56.0,79.0,52.0,232.0,2051.0,A Python wrapper for the tesseract-ocr API.,30.0,28,True,2024-08-26 20:21:57.000,2.7.1,22.0,tesserocr,conda-forge/tesserocr,,,,1215.0,1179.0,https://pypi.org/project/tesserocr,2024-08-26 20:21:57.000,36.0,92371.0,96473.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,225230.0,,,,,2.0,786.0,,,,,,,,,,,,,,,,,,,, +373,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,1970.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,,,,2273.0,2251.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,31195.0,32075.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,46664.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +374,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,1813.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,179045.0,179052.0,,,,,,,,2.0,558.0,,,,,,,,,,,,,,,,,,,, +375,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,,390.0,49.0,136.0,30.0,435.0,1777.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,9271.0,9384.0,,,,,,,,2.0,12159.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +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,1746.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,,,,,1068.0,1034.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,31993.0,31993.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,37.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,1958.0,2575.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,25929.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +378,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,6773.0,6824.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,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-05 22:12:35.000000,2025-02-05 09:05:29,836.0,3.0,323.0,119.0,794.0,229.0,168.0,1514.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,422595.0,422595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +380,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,1369.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,,,,3919.0,3870.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,399304.0,400177.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,47192.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'],1787.0,1771.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19024.0,19024.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +382,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,14.0,120.0,21.0,406.0,40.0,292.0,1300.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,24570.0,25665.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,62456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +383,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,86932.0,86932.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +384,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,1252.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,,,,2995.0,2957.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,199083.0,200016.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,54138.0,,,,,2.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,13.0,132.0,29.0,446.0,88.0,344.0,1122.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,,,,187.0,173.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,30992.0,31868.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,43810.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-01-26 20:07:03.000000,2025-01-26 20:07:03,1381.0,13.0,146.0,26.0,493.0,24.0,139.0,917.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,,,,280.0,262.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,39781.0,53172.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,749936.0,,,,,2.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,900.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,,,,1528.0,1401.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,205219.0,209117.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,202704.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,3.0,331.0,65.0,691.0,39.0,537.0,844.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,302.0,285.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5961.0,5961.0,,,,,,,,2.0,112.0,,,,,,,,,,,,,,,,,,,, +389,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,18716.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,,26464.0,26877.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27700.0,3.0,,,,,,,,,,,,,,,,,,,,, +390,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,211.0,77.0,113.0,41.0,10930.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,31021.0,31021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +391,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,10632.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,23317.0,23317.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +392,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,8014.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,219888.0,296228.0,,,,,,,,2.0,4504101.0,,,,,,,,,,,,,,,,,,,, +393,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'],298.0,290.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48182.0,48182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +394,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,7342.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,3072.0,3097.0,,,,,,,,2.0,2604.0,,,,,,,,,,,,,,,,,,,, +395,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,100.0,87.0,310.0,6501.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,158454.0,166769.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,457330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +396,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,,1360.0,350.0,14.0,42.0,66.0,6472.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1552.0,1544.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,26549.0,26549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +397,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-04 04:46:22.000000,2025-02-04 04:41:06,342.0,63.0,1114.0,123.0,111.0,69.0,457.0,5884.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,,26879.0,26879.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +398,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,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],806.0,800.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,992.0,992.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +399,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,5059.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,,,,,3773.0,3751.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,406797.0,406797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +400,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,54.0,57.0,77.0,108.0,4682.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'],2822.0,2771.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,89050.0,113647.0,,,,,,,,3.0,1549665.0,,,,,,,,,,,,,,,,,,,, +401,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,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,417257.0,418899.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,88695.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +402,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,4280.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,27,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,60.0,,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,22969.0,23171.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7888.0,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,,, +403,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-01-11 15:03:23.000000,2025-01-11 15:03:23,1693.0,18.0,691.0,46.0,35.0,7.0,587.0,3716.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,,2284.0,2284.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,439.0,82.0,55.0,63.0,204.0,3577.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'],231.0,228.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1558.0,1780.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11340.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +405,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,3520.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,3012.0,4993.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,105028.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +406,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,3517.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,1122.0,1397.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23159.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,,255.0,64.0,121.0,7.0,294.0,3444.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,,,,,686.0,671.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,19984.0,20014.0,,,,,,,,3.0,2157.0,,,,,,,,,,,,,,,,,,,, +408,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,3375.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,6277.0,14383.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,770123.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +409,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,67.0,726.0,155.0,65.0,6.0,859.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'],,,,,,,920.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73524.0,,,,,3.0,4825.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,,347.0,29.0,340.0,95.0,41.0,3083.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'],1235.0,1229.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,16861.0,16957.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4063.0,,,,,2.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,3075.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,184444.0,184724.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12909.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,218.0,3052.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,,,,356.0,345.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5572.0,5750.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9445.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,2979.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,,,,2820.0,2790.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,65733.0,66543.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,38921.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,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,5359.0,5359.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,,798.0,181.0,75.0,21.0,565.0,2915.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,42250.0,43043.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,53148.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,2823.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,,,,681.0,667.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4552.0,4851.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16459.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,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,,,,1274.0,1269.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,48516.0,65962.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17446.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +418,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,2688.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,232475.0,236848.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,109339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +419,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,2654.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,,1576.0,15083.0,,,,,,,,3.0,418737.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +420,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,353.0,42.0,357.0,2644.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'],174.0,162.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4356.0,4356.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +421,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,2439.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,740.0,715.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13769.0,13769.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +422,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'],5967.0,5882.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,372160.0,374299.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,194719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +423,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,,,,1988.0,1922.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,24725.0,26677.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,181567.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +424,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,14666.0,14666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +425,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-06 03:32:44.000000,2025-02-05 22:33:50,6741.0,103.0,310.0,46.0,3097.0,194.0,1632.0,1852.0,cuGraph - RAPIDS Graph Analytics Library.,118.0,27,True,2024-12-11 21:47:02.000,24.12.00,41.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,293.0,886.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,27288.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +426,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,31.0,581.0,102.0,722.0,1828.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,80.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,1592.0,1593.0,,,,,,,,3.0,48.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,,165.0,25.0,82.0,51.0,36.0,1797.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,,,,810.0,765.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,110560.0,111314.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30169.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,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,34671.0,34765.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4364.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +429,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,,286.0,51.0,89.0,24.0,191.0,1651.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'],704.0,685.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,16610.0,16767.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +430,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,1481.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,1732.0,1732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +431,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-02-06 08:11:02.000000,2025-01-13 01:13:14,3082.0,8.0,126.0,36.0,385.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,,,,,391.0,367.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,40990.0,40990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +432,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2024-10-02 18:05:47.000000,2024-10-02 18:05:45,687.0,,166.0,50.0,164.0,24.0,384.0,1395.0,moDel Agnostic Language for Exploration and eXplanation.,26.0,27,False,2024-10-02 18:03:07.000,1.7.1,28.0,dalex,conda-forge/dalex,,,,215.0,208.0,https://pypi.org/project/dalex,2024-10-02 18:03:07.000,7.0,23833.0,24235.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,19737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +433,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,1389.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,,,,,490.0,463.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2311.0,2311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +434,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,1332.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,,,,,1175.0,1163.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,10942.0,10942.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +435,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,1330.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,,,,1594.0,1538.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,30449.0,30835.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32459.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +436,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,1303.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,,,,,508.0,486.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,36302.0,36302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +437,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,1262.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'],1789.0,1768.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,88794.0,88794.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +438,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,35.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,,,,576.0,519.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,19926.0,48953.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1596528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +439,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,2024-08-23 02:08:55.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,2.0,498.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'],568.0,564.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,8733.0,8733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +440,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,,,,828.0,796.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,37252.0,39527.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,124819.0,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,,, +441,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,992.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,21119.0,21801.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,35331.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,,, +442,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,72377.0,79822.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,634783.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1400.0,,,,,,,,,,,,,, +443,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,926.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'],1948.0,1923.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,75779.0,75779.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +444,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,2024-11-25 14:12:15.000000,2024-11-25 14:09:30,820.0,1.0,257.0,40.0,515.0,283.0,258.0,916.0,Scalable Machine Learning with Dask.,80.0,27,True,2024-04-02 02:33:18.000,2024.4.4,37.0,dask-ml,conda-forge/dask-ml,,,,1281.0,1188.0,https://pypi.org/project/dask-ml,2024-04-02 02:33:18.000,93.0,91515.0,108034.0,https://anaconda.org/conda-forge/dask-ml,2024-06-17 15:22:39.176,941628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +445,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,2.0,107.0,14.0,100.0,73.0,67.0,910.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,,,,9455.0,9299.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1767031.0,1806664.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2179852.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +446,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,857.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,,,,1495.0,1432.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19967.0,30532.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,591671.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +447,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,829.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,,,,5717.0,5640.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1069897.0,1070104.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8285.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +448,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,725.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,,,,,1249.0,1136.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,50996.0,50996.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +449,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-03 20:15:49.000000,2025-02-03 20:15:48,642.0,10.0,164.0,30.0,234.0,5.0,105.0,660.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2024-10-03 19:57:53.000,0.7,13.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],451.0,423.0,https://pypi.org/project/pyriemann,2024-10-03 19:58:27.000,28.0,31518.0,31845.0,https://anaconda.org/conda-forge/pyriemann,2024-12-26 19:14:04.475,10465.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,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,,,,10389.0,10228.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,786541.0,817793.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2969004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +451,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-06 03:11:17.000000,2025-02-06 03:11:17,4768.0,975.0,64.0,7.0,438.0,42.0,136.0,279.0,Python recommendation toolkit.,23.0,27,False,2024-02-16 21:04:30.000,0.14.4,36.0,lenskit,conda-forge/lenskit,,,,139.0,126.0,https://pypi.org/project/lenskit,2025-02-05 02:13:21.000,13.0,2472.0,3247.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,39540.0,,,,,2.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,,1230.0,185.0,213.0,32.0,534.0,9597.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,,,,,331.0,,,,,,,,3.0,16241.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,142.0,31.0,69.0,55.0,5613.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1939.0,1883.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1702328.0,1702701.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20525.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +454,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,5093.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,,,,,882.0,870.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7868.0,7868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +455,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,4646.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,2327.0,2424.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4475.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +456,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,4427.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'],198.0,194.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4747.0,4747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +457,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,,744.0,176.0,90.0,1.0,288.0,4377.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,47997.0,48167.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8353.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +458,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,,482.0,58.0,829.0,60.0,498.0,3976.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,58774.0,58774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +459,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,139867.0,140297.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26666.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +460,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,3381.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,26,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,7730.0,8909.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,54826.0,,,,,2.0,783.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,3298.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,1094.0,1094.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,3033.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,,,,,,,,,1736.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,157221.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1523.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,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,175229.0,177104.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,174453.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,2739.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,20074.0,20085.0,,,,,,,,3.0,1038.0,-2.0,,,,,,,,,,,,,,,,,,, +465,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,2512.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,,,,593.0,561.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,18409.0,18772.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,19269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +466,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,2505.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,1013.0,1013.0,,,,,,,,3.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,,253.0,34.0,148.0,24.0,146.0,2439.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,,,,,273.0,264.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23188.0,23194.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,,, +468,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,2385.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,,,,,887.0,833.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,62603.0,62603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +469,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,2321.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1472.0,1423.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,46362.0,46362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +470,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,,,,655.0,650.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,15481.0,16665.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,106565.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,2183.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,1398.0,1398.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,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,,,,,815.0,796.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,68798.0,68798.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-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,2099.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,,,,,217.0,203.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,6188.0,6188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +474,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'],2501.0,2487.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,78633.0,82442.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,545.0,,,,,3.0,262163.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,,197.0,33.0,20.0,2.0,96.0,1770.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,,,,827.0,816.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,17168.0,18979.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,76083.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +476,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-01-10 08:23:07.000000,2025-01-10 08:23:06,1039.0,3.0,181.0,17.0,78.0,27.0,371.0,1596.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,38175.0,51169.0,https://anaconda.org/conda-forge/pytorch_scatter,2024-11-05 09:02:23.775,727698.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,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,5094.0,5094.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,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,,,,1015.0,968.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,43665.0,50991.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,395646.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,,, +479,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-05 19:58:26.000000,2025-01-27 21:57:14,1974.0,4.0,383.0,34.0,2289.0,86.0,235.0,1454.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,8726.0,8726.0,,,,,,,,2.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,,271.0,80.0,493.0,53.0,207.0,1453.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1392.0,1381.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,11.0,16835.0,16917.0,,,,,,,,3.0,7664.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-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,1421.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,27611.0,27611.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,1406.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'],457.0,450.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6559.0,6826.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14702.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-06 09:10:43.000000,2025-02-04 20:52:08,2671.0,91.0,99.0,20.0,1299.0,94.0,249.0,1175.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,37729.0,37729.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +484,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-01-16 16:27:20.000000,2025-01-16 16:27:18,945.0,2.0,215.0,58.0,104.0,39.0,178.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,405973.0,405973.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,163029.0,163041.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,29.0,97.0,47.0,76.0,633.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,,,,,664.0,633.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,157468.0,157509.0,,,,,,,,3.0,2971.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,,,,408.0,391.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9053.0,10304.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,87608.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'],8291.0,8152.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,366687.0,367398.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41263.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,355.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'],1043.0,980.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,85226.0,104486.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1001555.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,11492.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,,1797.0,1917.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4470.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,,461.0,466.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,5806.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,,,,,145.0,145.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,562.0,606.0,,,,,,,,3.0,3856.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,67.0,113.0,5399.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'],261.0,246.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,3794.0,3794.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-05 14:20:29.000000,2025-02-05 14:20:29,3788.0,68.0,629.0,91.0,4166.0,251.0,1428.0,5266.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,457.0,64.0,96.0,41.0,88.0,5237.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],173.0,168.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,17982.0,17982.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,4686.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,955.0,955.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,44.0,56.0,95.0,175.0,4452.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,,,,,168.0,165.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5242.0,5242.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,3906.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,1827.0,1827.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,3561.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,2121.0,2593.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35404.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,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,3376.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,37531.0,37531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +501,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,812.0,62.0,645.0,133.0,405.0,3315.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,1667.0,1667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +502,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'],3015.0,3014.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +503,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,2949.0,3307.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20808.0,,,,,3.0,1152.0,,,,,,,,,,,,,,,,,,,, +504,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,2844.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,,,,,293.0,290.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17342.0,17343.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,,,,,,, +505,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,51841.0,51841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +506,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-03 12:43:45.000000,2025-02-03 12:43:27,770.0,1.0,366.0,78.0,563.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,80479.0,80479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +507,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,2690.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,41073.0,41326.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +508,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,229.0,40.0,137.0,63.0,127.0,2411.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,,27056.0,27056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +509,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,2213.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'],777.0,758.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9772.0,9772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +510,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,2203.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,21689.0,21689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +511,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,2115.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,94905.0,94905.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +512,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,2024-12-14 15:17:29.000000,2024-11-05 08:39:28,583.0,,168.0,55.0,475.0,81.0,104.0,2104.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,125.0,115.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1379.0,1379.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,205661.0,206880.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,65836.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-01-29 13:16:46.000000,2025-01-15 20:18:17,892.0,3.0,444.0,59.0,364.0,117.0,93.0,1946.0,Library for training machine learning models with privacy for training data.,59.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,19774.0,19776.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,1916.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,955.0,955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +516,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,4.0,285.0,49.0,329.0,269.0,184.0,1902.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,25,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,221596.0,221596.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,,160.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,,,,,499.0,497.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,706.0,706.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-02-03 21:46:13.000000,2025-02-03 21:41:07,1053.0,27.0,278.0,43.0,896.0,85.0,66.0,1684.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,4567.0,4567.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,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,1519.0,1519.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,,42862.0,43110.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16376.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,1567.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,143764.0,143764.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,1475.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,,,,,785.0,754.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,25103.0,25103.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,1425.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'],636.0,628.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16563.0,51744.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,354.0,,,,,3.0,1864290.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,,258.0,258.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,1282.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,931.0,936.0,,,,,,,,3.0,175.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,1221.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,2082.0,2082.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,1162.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,,,,,7603.0,7131.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,554518.0,554518.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-01-23 12:13:15.000000,2025-01-23 11:18:44,2076.0,2.0,230.0,42.0,627.0,109.0,466.0,1111.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,17575.0,18183.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,28606.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,2024-12-15 20:03:00.000000,2024-12-15 20:03:00,796.0,3.0,70.0,16.0,133.0,56.0,119.0,1071.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,,,,1706.0,1682.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,401157.0,403668.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,92933.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,,,,,588.0,551.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5992.0,5992.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,18446.0,20463.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,96844.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,670.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,,,,997.0,920.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,67379.0,71103.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,193691.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'],5228.0,5125.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2165391.0,2190736.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,937775.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +534,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2024-12-19 16:38:42.000000,2024-12-19 16:26:44,5687.0,29.0,93.0,17.0,779.0,10.0,446.0,458.0,Lightwood is Legos for Machine Learning.,49.0,25,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,8692.0,8692.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +535,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,,,,513.0,469.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,256381.0,258116.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,92007.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +536,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,4844.0,25366.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,143654.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +537,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-05 11:44:08.000000,2025-01-31 22:40:33,589.0,19.0,61.0,41.0,351.0,23.0,63.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",42.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,6836.0,6836.0,,,,,,,,3.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-06 15:05:56.000000,2025-02-06 12:35:27,1259.0,127.0,1377.0,115.0,613.0,30.0,759.0,14118.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,5526.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,992.0,992.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,300.0,78.0,183.0,24.0,54.0,4988.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,2646.0,2646.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,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'],1167.0,1151.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,834.0,845.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,91.0,64.0,271.0,270.0,4801.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,35097.0,35097.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,,4472.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,199.0,199.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,827.0,827.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,62.0,247.0,130.0,824.0,4207.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,4525.0,4525.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,3849.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,,117.0,117.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,,625.0,43.0,1018.0,289.0,716.0,3569.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,53514.0,53658.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7384.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,573.0,573.0,,,,,,,,3.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-04 12:37:07.000000,2024-12-30 04:13:34,2905.0,34.0,1239.0,129.0,1150.0,50.0,87.0,3369.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,,,,,82.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,8722.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,3294.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,,16193.0,16264.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,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,,,,,170.0,158.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,911.0,968.0,,,,,,,,3.0,4775.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,,336.0,66.0,319.0,50.0,124.0,2960.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,3930.0,4294.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20396.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,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,21.0,79.0,112.0,179.0,2891.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,24,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,60.0,59.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,973.0,973.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,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,,,,503.0,477.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,35095.0,38801.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,222384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +554,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,2757.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,375.0,375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +555,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,2024-10-14 19:46:14.000000,2024-10-14 19:46:14,1949.0,,374.0,39.0,96.0,41.0,158.0,2721.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,34.0,24,True,2022-09-04 16:37:07.000,0.54.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,2951.0,2951.0,,,,,,,,2.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,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,36037.0,36037.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,,438.0,65.0,123.0,32.0,350.0,2394.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,435.0,435.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,60.0,96.0,2316.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,3627.0,3636.0,,,,,,,,3.0,542.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,52.0,98.0,25.0,116.0,2277.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,2908.0,2908.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,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,,,,,587.0,575.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,23218.0,23218.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,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'],384.0,376.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,993.0,1171.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8756.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,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,,6761.0,6761.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,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,1938.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,10557.0,10557.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,1642.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,3789.0,3789.0,,,,,,,,3.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,,238.0,50.0,50.0,23.0,91.0,1636.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,2816.0,4965.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,55617.0,,,,,3.0,70196.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,,123.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'],609.0,602.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,63039.0,63039.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,2024-11-21 20:06:59.000000,2024-11-21 19:30:50,1226.0,9.0,122.0,28.0,73.0,4.0,29.0,1527.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,8265.0,8266.0,,,,,,,,3.0,129.0,,,,,,,,,,,,,,,,,,,, +568,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-04 01:15:30.000000,2024-12-18 07:37:03,584.0,19.0,144.0,20.0,337.0,10.0,152.0,1443.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,4092.0,4093.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,,, +569,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,,1315.0,1315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +570,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,1283.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'],307.0,296.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22789.0,22789.0,,,,,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +571,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,13.0,118.0,37.0,33.0,21.0,122.0,1280.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,5217.0,5217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +572,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,1180.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,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,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,1054.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,24,False,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],245.0,236.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,8469.0,8469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,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,2.0,150.0,15.0,109.0,30.0,257.0,1034.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,27241.0,39692.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,697307.0,,,,,3.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-02-06 14:21:12.000000,2025-02-06 10:51:51,2161.0,328.0,37.0,8.0,1698.0,9.0,42.0,1000.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-02-05 21:39:52.000,0.0.39,47.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-02-05 21:37:03.000,1.0,37521.0,37523.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,,, +576,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,997.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,,,,,808.0,778.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27173.0,44006.0,,,,,,,,3.0,858525.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,,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,,,,,337.0,314.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,555.0,555.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,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,5873.0,5873.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-01-10 08:26:59.000000,2025-01-10 08:26:59,607.0,5.0,151.0,14.0,68.0,32.0,145.0,844.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,15313.0,20785.0,https://anaconda.org/conda-forge/pytorch_cluster,2024-08-28 13:26:28.147,311940.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,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,2546.0,2546.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,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,137.0,138.0,91.0,42.0,67.0,672.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,24,False,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,14003.0,14003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,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,10.0,203.0,22.0,889.0,134.0,404.0,661.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,24,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,,3018.0,5556.0,,,,,,,,3.0,109167.0,,,,,,,,,,,,,,,,,,,, +583,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,659.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,736540.0,736540.0,,,,,,,,3.0,56.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +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-05 18:33:47.000000,2025-02-05 18:33:47,914.0,14.0,88.0,11.0,784.0,61.0,494.0,658.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,2020.0,2020.0,,,,,,,,3.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +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,,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,1133.0,1133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +586,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-03 18:59:30.000000,2025-02-03 18:49:49,1065.0,160.0,8.0,4.0,254.0,14.0,39.0,218.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/,,187.0,182.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,20937.0,20937.0,,,,,,,,3.0,31.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,6486.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,,392.0,392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,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,6256.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,40656.0,40656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,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,11.0,1552.0,136.0,3625.0,73.0,1988.0,5796.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,,1.0,1.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-01-10 05:53:23.000000,2025-01-10 05:53:23,1658.0,15.0,834.0,143.0,1603.0,387.0,403.0,5092.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,,,,,,,,,,,,,,,,,,,,, +591,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,76.0,4368.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,,2278.0,2278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +592,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,,194.0,215.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1902.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,,, +593,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,3396.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,300213.0,300216.0,,,,,,,,2.0,218.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,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,183.0,183.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,,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'],464.0,450.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5420.0,6063.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,31526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +596,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,1851.0,1851.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +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,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,1168.0,1314.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,,, +598,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,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,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +599,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,2189.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,,,,300.0,287.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6627.0,7165.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +600,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,2024-12-10 06:15:26.000000,2024-12-10 06:15:26,1292.0,3.0,149.0,34.0,186.0,72.0,150.0,2081.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,,479.0,490.0,,,,,,,,3.0,623.0,,,,,,,,,,,,,,,,,,,, +601,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'],507.0,485.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1398.0,2852.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,66896.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +602,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,1732.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,7636.0,10108.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,253019.0,,,,,3.0,731.0,,,,,,,,,,,,,,,,,,,, +603,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,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +604,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,1654.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,,,,,111.0,110.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,883.0,883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,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,275.0,43.0,257.0,77.0,198.0,1571.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'],49.0,48.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +606,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,,3156.0,3156.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,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,91.0,38.0,15.0,12.0,27.0,1399.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'],282.0,260.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,25283.0,25482.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,7982.0,,,,,2.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +608,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,1258.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,,,,825.0,794.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,20714.0,21124.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33231.0,,,,,2.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,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,2447.0,3835.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,51358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +610,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,,111.0,25.0,36.0,35.0,69.0,880.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,14315.0,14315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +611,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.",29.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,103.0,103.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4582.0,4582.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +612,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'],687.0,679.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,85286.0,85459.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +613,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'],375.0,337.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10121.0,13321.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,172823.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +614,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,,118.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,,,,,189.0,181.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,22280.0,22280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +615,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,694.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'],507.0,497.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,20924.0,20953.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3185.0,,,,,3.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,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,,,,524.0,499.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,8814.0,9218.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +617,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,604.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,407899.0,416609.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,391994.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +618,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,107.0,598.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,14897.0,14897.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,1468.0,1968.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19514.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-01-27 18:51:48.000000,2025-01-24 08:59:25,2412.0,25.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,2840.0,2844.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,,, +621,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,377.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,11605.0,23918.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,701886.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,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,,,,206.0,197.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,64547.0,64948.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +623,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,85.0,24.0,8.0,88.0,11.0,29.0,345.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,1479.0,1479.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,,1613.0,153.0,54.0,46.0,12.0,11069.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'],89.0,86.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2276.0,2276.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,8025.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,915.0,915.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,5066.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,143918.0,3.0,,,,,,,,,,,,,,,,,,,,, +627,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,2024-11-06 15:17:48.000000,2024-11-06 15:17:44,957.0,,581.0,170.0,47.0,35.0,28.0,4689.0,High-performance TensorFlow library for quantitative finance.,47.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,1363.0,1363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +628,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,,166.0,186.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,,, +629,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,6.0,514.0,147.0,610.0,86.0,75.0,3585.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,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +630,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,21.0,507.0,216.0,22.0,26.0,4.0,3516.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,22,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,,629.0,629.0,,,,,,,,3.0,57.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,3401.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,1503.0,1512.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,205.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'],166.0,164.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1984.0,1984.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,3117.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,,,,55.0,55.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,516.0,574.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2148.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,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,,460.0,460.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,2897.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,2668.0,2670.0,,,,,,,,3.0,162.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,2595.0,2595.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,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,2005.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,1048.0,1211.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6149.0,,,,,3.0,138.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,1808.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']",346.0,335.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2452.0,2452.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,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,,464.0,464.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'],80.0,74.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,16385.0,16385.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,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,47011.0,47011.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,1597.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,981.0,1456.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,28978.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,1581.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,,1389.0,1418.0,,,,,,,,3.0,2910.0,,,,,,,,,,,,,,,,,,,, +644,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,22,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,,9201.0,9201.0,,,,,,,,3.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,,196.0,33.0,87.0,16.0,33.0,1484.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,1008.0,1008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +646,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,1319.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,573.0,573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +647,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,1214.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,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +648,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,,3081.0,3081.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,, +649,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,65.0,29.0,31.0,12.0,1194.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,10862.0,10862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +650,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,277033.0,277195.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +651,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,5.0,211.0,54.0,94.0,59.0,219.0,1072.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,3870.0,3870.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,20.0,73.0,18.0,45.0,1051.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,,,,,278.0,274.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,42361.0,42361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +653,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'],276.0,265.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3415.0,3415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +654,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,87.0,10.0,72.0,971.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,,,,,178.0,171.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,11382.0,11382.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,964.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'],131.0,123.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,11794.0,11794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +656,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,963.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,32357.0,34411.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,84243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +657,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,8376.0,50746.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2353302.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,347.0,,,,,,,,,,,,,, +658,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'],2483.0,2474.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1636.0,1636.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +659,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'],556.0,541.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,21564.0,21564.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,,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,3728.0,3728.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,848.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,509.0,508.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2295.0,2295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,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,6211.0,10797.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,358226.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,735.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,,,,550.0,545.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11962.0,12017.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2503.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,626.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,64985.0,64985.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'],179.0,174.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12392.0,12392.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,34.0,66.0,23.0,10.0,16.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,,1221.0,1625.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,12548.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,591.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,,,,461.0,455.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12030.0,12315.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,14832.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-05 11:04:30.000000,2025-02-05 11:04:30,1822.0,23.0,75.0,9.0,221.0,50.0,84.0,580.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,,,,,42.0,41.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1699.0,1706.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,,, +669,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,,,,504.0,495.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13147.0,13743.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,29839.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,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,530.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,8028.0,8028.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,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'],307.0,302.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2792.0,2792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +672,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,9255.0,9259.0,,,,,,,,3.0,255.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,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,,5044.0,5044.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +674,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,51.0,90.0,345.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,3536.0,14701.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,376324.0,,,,,3.0,9827.0,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,148.0,vega/vegafusion,,,,,,,,,,,,, +675,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,,,,1390.0,1333.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,97725.0,99585.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,96736.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +676,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,,,,,2479.0,2435.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,107063.0,107063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +677,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,13938.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,,,,,,,,,,,,,,,,,,,,, +678,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,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,1043.0,1043.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +679,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,959.0,959.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +680,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,4988.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,,,,,,,,,,,,,,,,,,,, +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,745.0,103.0,35.0,107.0,112.0,4695.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,4868.0,4871.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,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,,178.0,65.0,55.0,6.0,44.0,3100.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,,1004.0,1005.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +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'],220.0,217.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1805.0,1805.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,2333.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,204.0,204.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,,506.0,506.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,2148.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,,11624.0,11624.0,,,,,,,,3.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,41.0,68.0,163.0,95.0,1879.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,,3178.0,3178.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,,167.0,17.0,74.0,25.0,45.0,1867.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,,1529.0,1529.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,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,1824.0,"A flexible, intuitive and fast forecasting library.",10.0,21,False,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,38.0,38.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,8267.0,8267.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +690,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,1503.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,,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +691,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,484.0,484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +692,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,224.0,69.0,7.0,15.0,29.0,1387.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,,1711.0,1711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +693,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,,613.0,613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +694,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,,676.0,676.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,1078.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,989.0,995.0,,,,,,,,3.0,803.0,,,,,,,,,,,,,,,,,,,, +696,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,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,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,,,,67.0,65.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1799.0,2035.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +698,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,3913.0,3913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +699,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,11728.0,12212.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22773.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +700,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,848.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,835.0,835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,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,797.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,13151.0,13151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +702,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'],70.0,66.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,805.0,805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +703,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,,1283.0,1283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +704,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,43002.0,43002.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +705,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-01-29 17:48:38.000000,2025-01-03 13:26:20,1509.0,1.0,79.0,32.0,693.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,21,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,976.0,976.0,,,,,,,,3.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,645.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']",696.0,679.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,17069.0,17069.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,1089.0,1089.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,,,,,248.0,240.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,32089.0,32089.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,1855.0,1986.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5785.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,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +711,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,21,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,53.0,,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,22715.0,24918.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,96940.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,,, +712,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,2138.0,2138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +713,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,4922.0,4922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +714,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,272.0,272.0,,,,,,,,3.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,468.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,,6480.0,6480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,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,435.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'],2406.0,2362.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,345856.0,345856.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,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,,,,,547.0,539.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,11296.0,11296.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,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,,594.0,594.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,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,34407.0,34407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +720,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,2521.0,2521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,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,348.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,,1760.0,1760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +722,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-06 14:58:13.000000,2025-02-05 18:47:03,823.0,25.0,25.0,5.0,307.0,4.0,,322.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-04 17:37:18.000,1.2.37,894.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-02-06 14:30:00.000,,33584.0,33584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,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,527273.0,527273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,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,,21941.0,22065.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5885.0,,,,,3.0,157.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-02-02 06:39:26.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,229.0,23.0,64.0,252.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,716.0,716.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +726,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,6771.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,,74.0,74.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,,1733.0,20.0,19.0,72.0,24.0,5169.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,,1654.0,1654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,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,928.0,928.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,,326.0,57.0,242.0,176.0,111.0,3245.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,4261.0,4272.0,,,,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,,, +730,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,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,985.0,985.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +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,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,2704.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,,499.0,499.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,1946.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,1090.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,1915.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,,651.0,651.0,,,,,,,,3.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,1638.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,2352.0,2352.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,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,,116.0,306.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,4.0,187.0,18.0,264.0,88.0,94.0,1378.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,31828.0,31828.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,,,,,177.0,175.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3625.0,3625.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,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,6797.0,6797.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,5.0,63.0,14.0,65.0,10.0,22.0,1091.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,1642.0,1664.0,,,,,,,,3.0,538.0,,,,,,,,,,,,,,,,,,,, +742,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,,,,189.0,187.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,534.0,753.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9874.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,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,614.0,614.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,925.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,1049.0,1247.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10731.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,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,,978.0,978.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,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,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,,1515.0,1515.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,6566.0,6566.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,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,298.0,298.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,,,,,41.0,37.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,428.0,428.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,,,,,123.0,121.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,553.0,553.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,4215.0,4215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +752,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,6266.0,6266.0,,,,,,,,3.0,32.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-06 14:03:46.000000,2025-02-06 14:03:46,992.0,5.0,98.0,32.0,105.0,21.0,27.0,496.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,,2002.0,2002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +754,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,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,,1245.0,1245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +755,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,448.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'],5.0,5.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,439.0,439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,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,879.0,879.0,,,,,,,,3.0,108.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,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,415.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,3710.0,4371.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36395.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,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,1597.0,2283.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,29530.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +759,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,7.0,137.0,34.0,333.0,89.0,139.0,349.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,,3147.0,3164.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1907.0,3.0,,,,,,,,,,,,,,,,,,,,, +760,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,,2471.0,2471.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,,26.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,1007.0,1007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,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,,,,,27.0,23.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,18000.0,18000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,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,2978.0,5933.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,152791.0,,,,,3.0,2090.0,,,,,,,,,,,,,,,,,,,, +764,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,,3366.0,3387.0,,,,,,,,3.0,1275.0,,,,,,,,,,,,,,,,,,,, +765,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,7424.0,7424.0,,,,,,,,3.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,21444.0,21444.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,,33.0,10.0,202.0,21.0,76.0,212.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,1976.0,1976.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,,6820.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,,323.0,330.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,3291.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2534.0,2534.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,1748.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,,251.0,252.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,,156.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,,1069.0,1069.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,,128.0,128.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,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,,411.0,411.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,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,,2955.0,2955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +775,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,,94.0,24.0,51.0,20.0,17.0,867.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,1499.0,2455.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,34445.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,511.0,511.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,,102.0,26.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,,,,,32.0,30.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,527.0,527.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,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,406.0,45915.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2412022.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,575.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,,6243.0,6243.0,,,,,,,,3.0,8.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,,428.0,428.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,,,,,40.0,38.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,39251.0,39251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +782,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,1837.0,1837.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,334.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,266.0,266.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,,43.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,1842.0,1842.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,,37.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,1416.0,1416.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,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +787,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,,,,,451.0,449.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,954.0,958.0,,,,,,,,3.0,437.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,6321.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,439.0,38.0,877.0,150.0,119.0,3408.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,3002.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,9032.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +791,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,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,,1097.0,1097.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,,266.0,266.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-05 23:24:08.000000,2024-12-03 12:26:16,792.0,1.0,71.0,27.0,1025.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,351.0,351.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,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,,173.0,192.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,763.0,763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,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,18,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,1349.0,1349.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,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,5347.0,5347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +798,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,825.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,5807.0,5807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,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,,945.0,1049.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +800,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,,133.0,133.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,,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,,10389.0,10389.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,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,,525.0,525.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,,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,,591.0,591.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,,41.0,15.0,18.0,,22.0,612.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,,835.0,835.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,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,,947.0,947.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,,69.0,7.0,6.0,4.0,32.0,570.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,2102.0,2102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +807,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,529.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,,1295.0,1295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,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,,109.0,35.0,277.0,85.0,174.0,495.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,18,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,2.0,,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1738.0,1742.0,,,,,,,,3.0,406.0,-4.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,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,,823.0,823.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,13.0,130.0,18.0,138.0,482.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,2590.0,2590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +811,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,4379.0,4379.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,,107.0,71.0,7.0,15.0,19.0,436.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,,160.0,160.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,,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,,,,,,,,,,,,,,,,,,,, +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,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,,,,,153.0,149.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4687.0,4689.0,,,,,,,,3.0,134.0,,,,,,,,,,,,,,,,,,,, +815,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,394.0,699.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15886.0,,,,,3.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,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,,1999.0,1999.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,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,,713.0,713.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,,213.0,216.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,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,,1528.0,6450.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,255967.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,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,288.0,288.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-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,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,1297.0,1411.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4239.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +822,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,,,,10321.0,10192.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,306471.0,306501.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1293.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,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,,1351.0,464.0,22.0,59.0,167.0,7166.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,,,,,,,,,,,,, +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,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,,,,,88.0,87.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,320.0,320.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,17.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],101.0,100.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3276.0,3276.0,,,,,,,,3.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,15.0,10.0,26.0,17.0,782.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,,,,,62.0,62.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,587.0,587.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,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,8020.0,8020.0,,,,,,,,3.0,48.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,,568.0,575.0,,,,,,,,3.0,562.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,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,,367.0,367.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,,255.0,258.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,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,222.0,222.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,,176.0,176.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,,491.0,491.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,404.0,404.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,,, +835,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,245.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,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +836,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,,2510.0,2510.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,,46.0,1.0,,,,227.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,,1568.0,1568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,155.0,Toolkit for developing and maintaining ML models.,15.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,,10423.0,10423.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,387.0,387.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,,528.0,528.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,3952.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,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,,53.0,53.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,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,,88.0,88.0,,,,,,,,3.0,52.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,43.0,667.0,28.0,27.0,830.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,,26.0,26.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,,299.0,299.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,12701.0,12701.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.,46.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,543.0,543.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,617.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,,330.0,330.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,495.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,,427.0,427.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,,332.0,332.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,,1254.0,1254.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,,32.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,,48.0,48.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,2741.0,2741.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,, +856,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,16,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,1176.0,1176.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,211.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,851.0,851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +858,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,4.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,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,,2267.0,2267.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,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,,,,,,,,,,,,,,,,,,,,, +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,39.0,40.0,73.0,34.0,1176.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,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,,1.0,1.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,860.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,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,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,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1007.0,1007.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,525.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,,294.0,294.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,,88.0,21.0,18.0,22.0,2.0,515.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,,757.0,757.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,,215.0,215.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,,55.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,106.0,246.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7703.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,,652.0,652.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,,212.0,212.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,,626.0,626.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,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,,256.0,256.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,,826.0,826.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,,32.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,,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +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,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,858.0,858.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,197.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,,925.0,925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,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,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,,171.0,171.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,,,,,44.0,44.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,209.0,209.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,198697.0,198697.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,3765.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,3468.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,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,,119.0,30.0,111.0,14.0,25.0,1094.0,An autoML framework & toolkit for machine learning on graphs.,16.0,14,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,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,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,559.0,2193.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,89896.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,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,349.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,2634.0,2634.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +887,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,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,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,,290.0,290.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,,379.0,379.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,3894.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,,484.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,,86.0,48.0,4.0,3.0,,2587.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,1965.0,1967.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,,178.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,16.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`,,,,,179.0,179.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,,54.0,17.0,3.0,2.0,1.0,541.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,,224.0,224.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-06 12:23:44.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,,427.0,432.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,,558.0,558.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,,130.0,130.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,,664.0,673.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,,247.0,247.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,,232.0,232.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,108.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,,6620.0,6620.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,,557.0,557.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,,545.0,545.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,,416.0,63.0,7.0,66.0,17.0,1985.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,,118.0,118.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,,116.0,116.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,,457.0,92.0,22.0,52.0,15.0,3267.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,,90.0,17.0,5.0,4.0,12.0,639.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,,25.0,25.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,,124.0,124.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,7.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,,345.0,345.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,True +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,,145.0,145.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,74.0,74.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 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/latest-changes.md b/latest-changes.md index 128e1f21..b1da60d2 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,29 +2,35 @@ _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._ -- scikit-learn (πŸ₯‡53 Β· ⭐ 60K Β· πŸ“ˆ) - scikit-learn: machine learning in Python. BSD-3 -- litellm (πŸ₯‡43 Β· ⭐ 13K Β· πŸ“ˆ) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s -- spark-nlp (πŸ₯‡36 Β· ⭐ 3.9K Β· πŸ“ˆ) - State of the Art Natural Language Processing. Apache-2 -- ftfy (πŸ₯ˆ34 Β· ⭐ 3.8K Β· πŸ“ˆ) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 -- Lifelines (πŸ₯ˆ34 Β· ⭐ 2.4K Β· πŸ“ˆ) - Survival analysis in Python. MIT -- ipyparallel (πŸ₯ˆ30 Β· ⭐ 2.6K Β· πŸ“ˆ) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed -- avalanche (πŸ₯ˆ29 Β· ⭐ 1.8K Β· πŸ“ˆ) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT -- ml-metadata (πŸ₯‰28 Β· ⭐ 620 Β· πŸ“ˆ) - For recording and retrieving metadata associated with ML.. Apache-2 -- tensorflow-graphics (πŸ₯‰26 Β· ⭐ 2.7K Β· πŸ“ˆ) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- celer (πŸ₯‰21 Β· ⭐ 200 Β· πŸ“ˆ) - Fast solver for L1-type problems: Lasso, sparse Logisitic.. BSD-3 +- 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._ -- Gradio (πŸ₯‡43 Β· ⭐ 34K Β· πŸ“‰) - Wrap UIs around any model, share with anyone. Apache-2 -- pytorch-lightning (πŸ₯ˆ43 Β· ⭐ 28K Β· πŸ“‰) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 -- scikit-image (πŸ₯‡42 Β· ⭐ 6.1K Β· πŸ“‰) - Image processing in Python. ❗Unlicensed -- Jina (πŸ₯ˆ37 Β· ⭐ 21K Β· πŸ“‰) - Build multimodal AI applications with cloud-native stack. Apache-2 -- sentencepiece (πŸ₯‡37 Β· ⭐ 10K Β· πŸ“‰) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- PyVista (πŸ₯ˆ37 Β· ⭐ 2.7K Β· πŸ“‰) - 3D plotting and mesh analysis through a streamlined interface.. MIT -- Recommenders (πŸ₯‡34 Β· ⭐ 19K Β· πŸ“‰) - Best Practices on Recommendation Systems. MIT -- ColossalAI (πŸ₯ˆ33 Β· ⭐ 39K Β· πŸ“‰) - Making large AI models cheaper, faster and more accessible. Apache-2 -- FATE (πŸ₯‰24 Β· ⭐ 5.7K Β· πŸ“‰) - An Industrial Grade Federated Learning Framework. Apache-2 -- launchpad (πŸ₯‰19 Β· ⭐ 310 Β· πŸ’€) - Launchpad is a library that simplifies writing.. Apache-2 +- 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/projects.yaml b/projects.yaml index 74179d56..23180251 100644 --- a/projects.yaml +++ b/projects.yaml @@ -1001,6 +1001,12 @@ projects: pypi_id: plotly-resampler conda_id: conda-forge/plotly-resampler category: data-viz + - name: ridgeplot + github_id: tpvasconcelos/ridgeplot + pypi_id: ridgeplot + license: MIT + docs_url: https://ridgeplot.readthedocs.io/ + category: data-viz - name: HoloViews github_id: holoviz/holoviews pypi_id: holoviews @@ -1180,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 @@ -4390,7 +4400,7 @@ projects: pypi_id: collie category: recommender-systems labels: ["pytorch"] - - name: uber/orbit + - name: Orbit github_id: uber/orbit pypi_id: orbit-ml conda_id: conda-forge/orbit-ml @@ -4637,3 +4647,12 @@ projects: pypi_id: torch-uncertainty category: probabilistics labels: ["pytorch"] + - name: pyclugen + 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